Skip to content

1.2.0

Compare
Choose a tag to compare
@fosskers fosskers released this 19 Dec 19:38
· 29 commits to master since this release

New Feature

The new boh keys command can be used to generate a key pair in the format that boh expects:

$ boh keys
{
    "private": "09fbe65c7adb5f4d6928d1544c4a844740a6777cbc57dfeb96286cea63c4a520",
    "public": "007104e41eb2e1284212a2d86debafc67c4a9b5b837913b851b146f6b12fbed4"
}

To pipe this to a file for later use:

$ boh keys > keys.json

Breaking Changes

The old way of opening boh to access the Wallet UI now requires the wallet command:

$ boh wallet --keyfile=keys.json --account=you --node=us-w1.chainweb.com:443