We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mvF1LyVR6yxFpEwmkeMVq3SBx2pX6mcFYV
https://live.blockcypher.com/btc-testnet/address/n274QqGLtTpbdKtJATCstFJs96tmT2V1qM/
<a href="#" id="recipient-address">recipient address</a>
JS:
document.querySelector("#recipient-address").href = "https://live.blockcypher.com/btc-testnet/address/" + address document.querySelector("#recipient-address").innerText = address
The text was updated successfully, but these errors were encountered:
What if the address will be not bitcoin? Not testnet?
Sorry, something went wrong.
How to distinguish bitcoin testnet and bitcoin mainnet?
@ohld testnet addresses start from n,m,2. mainnet from 1,3
ohld
No branches or pull requests
mvF1LyVR6yxFpEwmkeMVq3SBx2pX6mcFYV
https://live.blockcypher.com/btc-testnet/address/n274QqGLtTpbdKtJATCstFJs96tmT2V1qM/
JS:
The text was updated successfully, but these errors were encountered: