Genesis weight = weighted uptime across node types. This is highly experimental and will be tweaked and changed many times.
Loading...
# Genesis weight (accumulated over testnet)
weight = (miner_hours x 4.0)
+ (full_node_hours x 2.0)
+ (router_hours x 1.5)
+ (relay_hours x 1.0)
# Your share of the genesis allocation
your_share = your_weight / total_network_weight
# Qualified referrals (100+ uptime hours) multiply score
score = uptime_hours x max(qualified_referrals, 1)
# V/F/R/L column = hours as Miner / Full Node / Router / Relay