Genesis-generator - custom node

Hi, I recently had to configure a custom blockchain waves and I came across several configuration items in the file “src/test/resources/genesis.example.conf” and the first one that left me in doubt was the genesis-generator{ network-type: “L” } … What are these configuration items and what does it impact on my custom node?

Thanks!

For your custom blockchain you can use any char except W and T - mainnet and testnet
If you have only one mining node you should set miner.quorum = 0

1 Like

Thx!
A very important detail to be highlighted is that all commands should be executed in the “/opt/”

You must also ensure that you have configured a wallet seed (wallet.seed setting) as you need at least 1000 waves to start mining.

A great debugging source is the log file, found at waves.directory\log\waves.log