XODE
Total Supply: 2.1 Billion
Block Reward: 1K
Block Time: 360s
Allocation: 20% to block-producing nodes + 80% to remaining unproduced nodes and clients (remaining shares are burned to the burn address)
Transaction Fee: 1
Role-playing: Public Node (block-producing node or synchronization node) + Client (under any node)
Public Node Code
https://github.com/RoundChain/XODE/blob/main/xode_node.pyInitial Peer Public Nodes
https://github.com/RoundChain/XODE/blob/main/peers.txtGenesis Block Data
https://github.com/RoundChain/XODE/blob/main/xodechain.jsonClient Code
https://github.com/RoundChain/XODE/blob/main/xode_client.pyRequirements
1: Install Python
2: Install dependencies
pip install ecdsa
pip Install cryptography
Run a node (block producing node)
python xode_node.py --host 0.0.0.0 --port 5555 --producer --announce-ip your_IP
Run a node (synchronization node)
python xode_node.py --host 0.0.0.0 --port 5555 --announce-ip your_IP
Run the client
Double-click to start (run with Python)
Enter any online public node IP to connect and join the network
Discord link
https://discord.gg/hZTQRsTDaQ