gcash / bchd

An alternative full node bitcoin cash implementation written in Go (golang)
ISC License
280 stars 101 forks source link

I don't see my received coins in account/wallet on testnet #363

Closed cacaosteve closed 4 years ago

cacaosteve commented 4 years ago

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

Steps:

  1. run bchd --reindexchainstate --addrindex --txindex
  2. do dropwtxmgr on testnet wallet.db
  3. connect bchwallet, use bchctl walletpassphrase to unlock
  4. 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

cpacia commented 4 years ago

I think there's a know issue in bchwallet that we're trying to debug currently.

cacaosteve commented 4 years ago

Thank you for your hard work on this ambitious project. I'm sure it will work soon enough. It's a bit of a bummer for the average person just trying to test it out, and I wasn't sure where to put the issue.

zquestz commented 4 years ago

Yeah in the future this is definitely a bchwallet issue. However, we are looking into it and we can triage from here. =)

zquestz commented 4 years ago

Moved issue to bchwallet repo. https://github.com/gcash/bchwallet/issues/61