-
Notifications
You must be signed in to change notification settings - Fork 24
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
invalid testnet endpoint https://btc-testnet.horizontalsystems.xyz/api #17
Comments
horizontal systems closed all the test node, this kit will try the the other nodes automatically. "testnet-seed.bitcoin.petertodd.org", // Peter Todd |
Thanks for the reply!
I am wondering if the kit support other api like mempool.space |
@ieow just try the following command, the first two nodes worked well, you can check whether your local network can reached them well. telnet testnet-seed.bitcoin.jonasschnelli.ch 18333
|
Sorry, I under provide the informations.
I think the full node do not provide the api needed for the apiTransactionProvider... may be I could assign the apiTransactionProvider as |
Yeah, you're correct. the full node does not provide the http or https api, we should use the explorer api here. |
created a pr here for using mempoolSpace for apiTransactionProvider |
getting error when testing in testnet (https://btc-testnet.horizontalsystems.xyz/api )
The text was updated successfully, but these errors were encountered: