gcash / bchwallet

A secure bitcoin cash wallet daemon written in Go (golang)
ISC License
43 stars 29 forks source link

Don't see received coins on testnet #61

Closed zquestz closed 3 years ago

zquestz commented 4 years ago

Moving issue opened on bchd repo here: https://github.com/gcash/bchd/issues/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

zquestz commented 3 years ago

Latest build fixes this for me.