Here in this Terminal you can pass commands directly to bitcoin-cli
, just like you would on your own local node.
It’s a convenient way to learn, experiment, and test Bitcoin Core commands in a live environment.
You can also connect through RPC for public testing:
RPC Host: https://node.satoshiworkshop.com/
RPC User: satoshi
RPC Password: satoshiworkshop.com
Example request with curl
:
curl --user satoshi:satoshiworkshop.com --data-binary '{"jsonrpc":"1.0","id":"curltest","method":"getblockcount","params":[]}' -H 'content-type: text/plain;' https://node.satoshiworkshop.com/
⚠️ This is a public Bitcoin node. Please do not deposit real BTC into wallets created here. Wallets generated here are not verified or monitored by me. I am not responsible for any loss of funds — this node is provided solely for testing and experimentation at your own risk.