christsim
christsim
Sure, that works. Was just reporting it so that the code get fixed. Here are my steps to fix it: ``` /htpcmanager⟫ sudo apt-get install sqlite /htpcmanager⟫ sqlite3 database.db sqlite>...
The bcoin documentation says that smart: true will select unconfirmed transactions which I don’t want. On Sat, 09 Nov 2019 at 14:20, Matthew Zipkin wrote: > Why are you setting...
> Just to confirm, the signing wallet is completely separate from the watch-only wallet and the locked coins? Meaning, even in your test case, you didn't create the hot and...
> I did just notice something about your logs though: you seem to have two wallets: > > ``` > walletId[btc-01]|hash[e985b0....]|index[7] > > walletId[btc-wallet-01]|hash[e985b0...]|index[7] > ``` > > The set...
FYI. Just happened again. The locking of the inputs happened at ~exactly the same time as the broadcasting of the transaction previous transaction: ``` 2019-11-22T19:03:28.787737108Z info: LOCKING_INPUT|coin[btc]|walletId[btc-wallet-01]|hash[df78f97c...]|index[0] 2019-11-22T19:03:28.710113772Z info: pending_send:...
I'd be happy to test this in our environment. Would it be possible to create a patch for me so I can apply it to the latest master branch, that...
Ya, will do it on testnet for a while first.
So we are calling `sendrawtransaction` on the node, as there isn't an equivalent call on the wallet to send already signed transactions. This issue is only happening when we call...
Ok, cool. Hopefully #914 will sort it out. We are going to deploy it this weekend. Will report back.
Thanks @pinheadmz . We've tested on testnet and all seems ok. We will run in the production for a while and report back.