Skip to content

Instantly share code, notes, and snippets.

@JoshuaEstes
Created September 30, 2014 11:36
Show Gist options
  • Save JoshuaEstes/e847614c2c0f47db4d45 to your computer and use it in GitHub Desktop.
Save JoshuaEstes/e847614c2c0f47db4d45 to your computer and use it in GitHub Desktop.
Using httpie for json-rpc commands to a bitcoind server
http --auth USERNAME:PASSWORD http://127.0.0.1:18332 method=getaccountaddress params:='[""]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment