gcash/bchwallet

Don't see received coins on testnet

Closed this issue · 1 comments

Moving issue opened on bchd repo here: gcash/bchd#363

https://explorer.bitcoin.com/tbch/address/bchtest:qqcnquld2mak3x4x0ezfq4ag5nsg2lr7z59vwy7tan

Steps:

run bchd --reindexchainstate --addrindex --txindex
do dropwtxmgr on testnet wallet.db
connect bchwallet, use bchctl walletpassphrase to unlock
with bchctl I tried various commands to getbalance account and listreceivedbyaccount
Result
bchctl getreceivedbyaddress qqcnquld2mak3x4x0ezfq4ag5nsg2lr7z59vwy7tan 1
0

bchd.conf
txindex=1
testnet=1
rpcuser=bitcoinrpc
rpcpass=password

Latest build fixes this for me.