Cashier-BTC icon indicating copy to clipboard operation
Cashier-BTC copied to clipboard

💰 Self-hosted Bitcoin payment gateway (฿)

Results 12 Cashier-BTC issues
Sort by recently updated
recently updated
newest added

Hi i do npm test and face me error i have installed btc full node and also couchdb and i just configure the config js file and then i just...

I got Cashier-BTC working, npm test run without any errors and all ok. It's possible to check balanace, create new transaction, check seller balance the only thing not working is...

Curious about a demo for quick evaluation of payment/invoicing projects

{"btc_expected":0.0001,"btc_actual":0.00019864,"btc_unconfirmed":0.00019864} Got this in check payment url what will happen now?

Hi, if yes, can we know which settings to change? It says (node:7211) UnhandledPromiseRejectionWarning: Error: {"result":null,"error":{"code":-5,"message":"Invalid Hilux address"},"id":"21ce350b-fd60-426b-bfc7-a340421bffe3"} When running nodejs worker.js and npm test. Appreciate any help we can...

I am working on creating a POST version of the current GET api endpoints. And organizing the routes to a _routers_ folder, converting the current controller scripts to modules. It...

So I seem to be having another issue. I created a test transaction, sent the BTC, and after executing `curl http://localhost:2222/check_payment/3LRqq2SSQMozv9ucBvgTGybiuuNYLoaPK5` I get `{"btc_expected":0.00034435,"btc_actual":0,"btc_unconfirmed":0}` Is this normal? When I put...

Hello, is there anyway I can keep bitcoin core running? I know that there's some instructions for keeping the node files running but I'm kind of lost on how to...

Hi, Thanks for the great project, i'm facing a problem, only btc_expected value showing correct value. {"btc_expected":0.0154,"btc_actual":0,"btc_unconfirmed":0} Please help. Thanks in advance!

I don't really think that your routes are comfortable to use, for example: `GET /request_payment/:expect/:currency/:message/:seller/:customer/:callback_url` When you build a wrapper, joining these parameters is very tricky process: you should always...