7.5. Dealing with troubles

—”Please, help me, because I…”

7.5.1. Do not have Iroha daemon binary

You can build Iroha daemon binary from sources. You can get binaries here

7.5.2. Do not have a config file

Check how to create a configuration file by following this link

7.5.3. Do not have a genesis block

Create genesis block by generating it via iroha-cli or manually, using the example and checking out permissions

7.5.4. Do not have a keypair for a peer

In order to create a keypair for an account or a peer, use iroha-cli binary by passing the name of the peer with –new_account option. For example:

./iroha-cli --account_name newuser@test --new_account