CLI Guide
We're in the process of migrating our documentation from the old domain. Please note that some articles may not have been imported yet and could be incomplete
This guide is currently under construction, we're working hard to provide you with the most comprehensive information possible
This section describes the commands available from bitsongd
, the command line interface that connects a running bitsongd
process.
add-genesis-account
Adds a genesis account to genesis.json
.
Syntax
bitsongd add-genesis-account <address-or-key-name> '<amount><coin-denominator>,<amount><coin-denominator>'
Example
bitsongd add-genesis-account acc1 '200000000ubtsg'
collect-gentxs
Collects genesis transactions and outputs them to genesis.json
.
Syntax
bitsongd collect-gentxs