Matthew Zipkin
Matthew Zipkin
I confirmed on my full node that only `fdc0ae4c81e9bfb0bc6ec87ea745f5f63d9c517275edd8a62bb8b005c5ef089c` was received and confirmed. However, there is not enough information about the two failed transactions to determine why they did not...
also, what is that UI your screenshot is from ?!
@gwumkt is ebc30... a transaction you sent from this wallet?
Okay but its not one of three transactions you indicated. I think we need to know more about your configuration and how you creating these transactions with bcoin.
Something is wrong because your output script is nonstandard. I can't find ebc303757e0ef98d4370bd684dd3dba3714c09797ee634f9c4bd0f6597c7704b on my node or block explorer, can you retrieve it and paste it here either as raw...
output of `bwallet-cli tx ebc303757e0ef98d4370bd684dd3dba3714c09797ee634f9c4bd0f6597c7704b` optionally add `--id=...` if you are using a wallet you created, with its id / name
Ok this transaction has a mempool conflict, meaning your wallet is double spending for some reason. I also notice it is quite huge, 111 inputs! Can you think of a...
Ok, when you use "zap" you are clearing unconfirmed transactions from your wallet BUT YOU CAN NOT clear valid transactions you have already broadcast to the network. This means your...
There is no "random" fee but there is a hard-coded minimum as well as a built in fee-estimator. Its possible your stuck transaction paid too low a fee for the...
> in my opinion, you can consider all 4 conditions given here: https://github.com/bcoin-org/bcoin/blob/ff7e43bfd935b778e8d01017470007b9d609a6af/lib/wallet/wallet.js#L2095-#L2113 For example, do not save unspent credit for unconfirmed coins unless they are created as a result...