Support Irium through donations, open-source contribution, and community operations.
Every contribution helps secure infrastructure, improve tooling, and grow the Irium ecosystem.
Pick the contribution type that fits your time and expertise.
Help fund infrastructure and long-term development.
USDT (TRC20): TU1WjsSLaKx7DboBbLKCTb59gG2DPMK8Y8
IRM: Q5uT1k6DR7WpxqYuiy7sQQXp8pYDx6U4eS
Join as a contributor and help ship the next protocol milestones.
Support adoption through nodes, mining, and education.
Contact: info@iriumlabs.org • Join Telegram for contribution opportunities.
Quick operational answers for contributors and operators.
Start with the config so seed peers load.
IRIUM_NODE_CONFIG=configs/node.json ./target/release/iriumd
Check system time and clear peer reputation cache before restart.
rm -f ~/.irium/peer_reputation.json
Miner requires a synced node RPC and valid miner address.
export IRIUM_MINER_ADDRESS=<YOUR_ADDRESS>
RPC protocol mismatch. Ensure HTTP/HTTPS scheme matches node endpoint.
curl -s http://127.0.0.1:38300/status
curl -sk https://127.0.0.1:38300/status
401 means token mismatch. 429 means rate limit, use token consistently for node and miner.
Normal during catch-up or competing tips. Keep node online to resolve ancestry.