Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] [RANDOMX] Ominira Network (OMI)
by
Ominira
on 01/08/2025, 22:43:05 UTC
Hello everyone,

I’m launching Ominira blockchain, a cryptocurrency based on RandomX with a strong focus on post-quantum cryptography.

This is a first release (v1.0), and I'm inviting miners to help test the network and mining pool, which is a modified fork of `cryptonote-nodejs-pool`.



⚙️ Network Parameters

  • Algorithm: RandomX
  • Block time: 120 seconds
  • Initial block reward: 10 OMI
  • Halving: yearly (every 1,050,000 blocks)
  • Max supply: 21,000,000 OMI
  • Premine: 100,000 OMI (for early airdrops)
  • Addresses / Wallets: Post-quantum (SPHINCS+)
  • Binaries release: v1.0 – GitHub



🧪 Current Status

- This is an initial release.
- The official pool: https://pool.ominirex.xyz
- Block explorer: https://explorer.ominirex.xyz



💼 Wallet Instructions

1. Run the wallet binary:
Code:
./ominira-wallet

2. Follow the steps to create a wallet.  
3. Wallet files are saved in `./wallets/`.  
4. To view available commands:
Code:
help

5. Note: You can generate a wallet without syncing the node, but you’ll need the node running to view balances.



⛏ How to Solo mining (local node)

Code:
xmrig -o localhost:9876 -u YOUR_WALLET



⛏ Run your own pool

Run wallet in rpc mode:
Code:
./ominira-wallet --rpc

Pool code: Currently, it's a functional version, but various errors may arise, so I recommend using it with caution for now.

https://github.com/pokiochain/omi-nodejs-pool



⚠️ Mempool Warning

At the moment, the wallet does not read the mempool. After sending a transaction, your displayed balance may appear lower than expected until the tx is confirmed in a block. Wait 1–2 blocks and your balance will show correctly. This will be fixed in future versions.



Thanks for checking out Ominira!  
Any feedback from miners or developers is welcome.