Bitcoin Forum
August 22, 2026, 08:02:26 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: XODE——Experimental blockchain projects  (Read 97 times)
PAD007 (OP)
Newbie
*
Offline

Activity: 25
Merit: 0


View Profile
August 17, 2026, 11:49:18 AM
Last edit: Today at 07:16:27 AM by PAD007
 #1

XODE

Total Supply: 2.1 Billion

Block Reward: 1K

Block Time: 120s

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: block-producing node or synchronization node

Node Code

https://github.com/RoundChain/XODE/blob/main/xode.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


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 5566 --producer --announce-ip your_IP

Run a node (synchronization node)

python xode_node.py --host 0.0.0.0 --port 5566 --announce-ip your_IP

Run the win
Double-click to start (run with Python)


Discord link

https://discord.gg/hZTQRsTDaQ
PAD007 (OP)
Newbie
*
Offline

Activity: 25
Merit: 0


View Profile
August 18, 2026, 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
PAD007 (OP)
Newbie
*
Offline

Activity: 25
Merit: 0


View Profile
August 19, 2026, 05:40:20 AM
 #3

The node code has been updated, modifying the emergency block difficulty adjustment mechanism.
PAD007 (OP)
Newbie
*
Offline

Activity: 25
Merit: 0


View Profile
August 19, 2026, 08:13:12 AM
 #4

Hello everyone, please reset your network data. There's a problem with the difficulty adjustment mechanism, causing synchronization issues between network nodes. This is currently being tested.
PAD007 (OP)
Newbie
*
Offline

Activity: 25
Merit: 0


View Profile
Today at 07:12:43 AM
 #5

XODE
Language: Python
Public Block Producing Node: SHA256
Public Synchronization Node: Proof of Online
Client: Proof of Online
Target Block Time: 2 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


Built-in local web block explorer


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


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


https://github.com/RoundChain/XODE/blob/main/peers.txt
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!