Overtorment

Results 408 comments of Overtorment

Yes, it’s just I haven’t updated recently On Wed, 14 Aug 2019 at 12:38, ohager wrote: > @Overtorment do you still maintain this > repo? > > — > You...

@eliooses this PR needs some love

@eliooses there's a conflict. Also, can you pls writ a bit more..?

Hi, this sounds bad, looks like a bitcoinscript problem. Please try to get private keys from the database and use them in some wallet to see if funds are actually...

Cashier will try to forward full amount to final merchant's address, if I remember correctly. Order is considered paid, ofcourse. On Mon, 26 Aug 2019 at 11:03, Gurmeet Singh wrote:...

You need to look into https://github.com/bitcoinjs/bitcoinjs-lib and see if it can work with different coins. Cashier-btc relies on this lib.

You can do it here: https://github.com/Overtorment/Cashier-BTC/blob/master/models/signer.js#L133

Go for it. Please mind that new routes should be covered with acceptance tests (the way they are covered now). Also, if those changes arent backward compatible - increase the...

Is worker.js running? Thats the process that checks the balance and sets the correct statuses. On Dec 28, 2017, 03:52 +0000, Matt0000 , wrote: > So I seem to be...

Looks like address wasnt imported in bitcoin core node for some reason. You can import it manually (make sure setting rescan to true). And investigate why it wasnt imported. PS....