Skip to content

Instantly share code, notes, and snippets.

@icostan
Created November 14, 2018 08:09
Show Gist options
  • Save icostan/47a545fd30269780f65e44d09c79a730 to your computer and use it in GitHub Desktop.
Save icostan/47a545fd30269780f65e44d09c79a730 to your computer and use it in GitHub Desktop.
shell> bx seed # generate seed
27634686aa8838acaa68e27aea6c072534394ce411cb7d75
shell> echo 27634686aa8838acaa68e27aea6c072534394ce411cb7d75 | bx ec-new # generate private key
79020296790075fc8e36835e045c513df8b20d3b3b9dbff4d043be84ae488f8d
shell> echo 79020296790075fc8e36835e045c513df8b20d3b3b9dbff4d043be84ae488f8d | bx ec-to-public # generate public key
03996c918f74f0a6f1aeed99ebd81ab8eed8df99bc96fc082b20839259d332bad1
shell> echo 03996c918f74f0a6f1aeed99ebd81ab8eed8df99bc96fc082b20839259d332bad1 | bx ec-to-address # generate address
n1C8nsmi4sc4hMBGgVZrnhxeFtk1sTbMZ4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment