Initialize Node
The following instructions assume that you have already completed the previous Initial Setup and Installing the qwoynd binary steps.
Initialize Node
Create the configuration files and data directory by initializing the node. In the following command, replace [moniker]
with a name of your choice.
Update Genesis
Update the genesis file.
Update Peers
Add a seed node for initial peer discovery. You may also need to add peers to your config. To find peers please visit the current hackMD.
VERY IMPORTANT!
You must set a minimum gas fee in app.toml or qwoynd start will fail. I have set 0.025uqwoyn!
Start Node
The node is now ready to connect to the network.
Last updated