-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testnet is broken at trest.bitcoin.com/v2 #190
Comments
bch-js is forked from BITBOX, but maintained by FullStack.cash. You might give it a go and see if you get better results. We have a similar examples directory as the examples in BITBOX: You can also do a quick test using our Explorer UI: |
@christroutner Thanks, I will look into it. On that testnet explorer tool it finds the tx fine. A heads up though; the link to get an API key at: has an invalid certificate, making it unavailable for most users. |
Where did you see the link to bchjs.cash? I'm trying to change all those links to fullstack.cash. |
From here: https://api.fullstack.cash/ |
@christroutner Some more feedback, assuming you're interested:
So still quite "challenging" to get started to put it mildly. |
I've managed to fund Copay wallet using a testnet faucet. Using the mnemonic master key, I managed to duplicate this using
bitbox-sdk
. This sdk generates the right address, but when I callbitbox.Address.details
it returns a zero balance.I've verified that the testnet address I generated and funded has money here:
https://www.blockchain.com/bch-testnet/address/bchtest:qz8tccq6zlc3umyk0y9xj90yw8cjwmm435s4e566wh
When I look up the same address using
trest.bitcion.com/v2
directly however I get the same zero balance info as thebitbox-sdk
call:So it really seems the
testnet
or the node hosting it attrest.bitcon.com
is broken. As if this stuff wasn't hard enough for newbs from the get go! :PThe text was updated successfully, but these errors were encountered: