Bitcoin Forum
August 18, 2026, 07:15:59 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: XODE——Experimental blockchain projects  (Read 50 times)
PAD007 (OP)
Newbie
*
Offline

Activity: 22
Merit: 0


View Profile
August 17, 2026, 11:49:18 AM
 #1

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.py

Initial Peer Public Nodes

https://github.com/RoundChain/XODE/blob/main/peers.txt

Genesis Block Data

https://github.com/RoundChain/XODE/blob/main/xodechain.json

Client Code

https://github.com/RoundChain/XODE/blob/main/xode_client.py

Requirements
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
PAD007 (OP)
Newbie
*
Offline

Activity: 22
Merit: 0


View Profile
Today at 03:40:14 PM
 #2

XODE

Language: Python

Public Block Producing Node: SHA256

Public Synchronization Node: Proof of Online

Client: Proof of Online

Target Block Time: 6 minutes

Dynamic Difficulty Adjustment: Every 10 blocks

Total Coins: 2.1 billion

Block Reward: 1K

Block Transfer: 6 blocks

Block Reward: 30 blocks

Transaction Fee: 1 (sent to the burn address)

Genesis Block Reward: 1000 (sent to the burn address)

Block Reward Distribution 28 Model (fundamentally breaks the monopoly of traditional blockchain "block producer exclusive")

Public Block Producing Node (POW) receives 1000 * 20% = 200

All non-block producing public nodes and clients share 1000 * 80% = 800

Participation in Block Reward Distribution: 15 blocks

IP Binding Mechanism: 1 IP = 1 xode address

IP Cooldown Mechanism: 1 hour

Client:

Built-in local web block explorer
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!