SUPPORT US

Fund Development • Join Builders • Strengthen the Network

Support Irium through donations, open-source contribution, and community operations.

Every contribution helps secure infrastructure, improve tooling, and grow the Irium ecosystem.

WAYS TO CONTRIBUTE

Pick the contribution type that fits your time and expertise.

💰

Donations

Help fund infrastructure and long-term development.

USDT (TRC20): TU1WjsSLaKx7DboBbLKCTb59gG2DPMK8Y8

IRM: Q5uT1k6DR7WpxqYuiy7sQQXp8pYDx6U4eS

  • Infrastructure and hosting costs
  • Development and testing effort
  • Security reviews and tooling
  • Community and ecosystem growth
👨‍💻

Volunteer Developers

Join as a contributor and help ship the next protocol milestones.

  • Mobile wallet development
  • Mining pool and explorer features
  • Protocol testing and QA
  • Developer docs and tutorials
  • Security research and review
🌍

Community Operations

Support adoption through nodes, mining, and education.

  • Run a reliable public node
  • Contribute hashrate to the network
  • Help users with setup in community channels
  • Share updates and public resources

Contact: info@iriumlabs.org • Join Telegram for contribution opportunities.

SUPPORT FAQ

Quick operational answers for contributors and operators.

🔌

Node shows height 0 / peers = 0

Start with the config so seed peers load.

IRIUM_NODE_CONFIG=configs/node.json ./target/release/iriumd

🛡️

Frequent disconnects or bans

Check system time and clear peer reputation cache before restart.

rm -f ~/.irium/peer_reputation.json

⛏️

Miner stuck at height 0/1

Miner requires a synced node RPC and valid miner address.

export IRIUM_MINER_ADDRESS=<YOUR_ADDRESS>

🌐

Template error: InvalidContentType

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

🔐

Token and rate-limit errors

401 means token mismatch. 429 means rate limit, use token consistently for node and miner.

Unknown parent / orphan events

Normal during catch-up or competing tips. Keep node online to resolve ancestry.