Skip to content

Instantly share code, notes, and snippets.

@matthieu
Last active August 29, 2015 14:16
Show Gist options
  • Save matthieu/f7366ddc820785cce85e to your computer and use it in GitHub Desktop.
Save matthieu/f7366ddc820785cce85e to your computer and use it in GitHub Desktop.
Get a new address and keys from BlockCypher
$ curl -X POST https://api.blockcypher.com/v1/btc/main/addrs
{
"private": "da01587298ff1721a968539e87329abe18f9b20cb46124eb650671662d3acd1a",
"public": "02d47eaaca7f9b96a977c996396d1668a729155c02a18a37429ca5be9cfda91893",
"address": "1PjfjXBM4GQs8FaNFESiUZzQwVxMHXdBXG",
"wif": "L4XV4V5ACQmrtJn7ombma3sdqNrn1T9FFfwjLUaHVmd7Qz5iNHTt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment