Skip to content

Instantly share code, notes, and snippets.

@Kyborg2011
Last active February 1, 2020 18:32
Show Gist options
  • Save Kyborg2011/8e6f26604a30caa0271e699987ebe58a to your computer and use it in GitHub Desktop.
Save Kyborg2011/8e6f26604a30caa0271e699987ebe58a to your computer and use it in GitHub Desktop.
Connect through RPC using bitcoin-cli to external full node
# From that article: https://www.blockchain.com/api/json_rpc_api
./bitcoin-cli -rpcconnect=<HOST> -rpcport=<PORT> -rpcuser=<USER> -rpcpassword="<PASS>" getwalletinfo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment