Hello everyone,
I’m launching
first version of
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 is live:
https://pool.ominirex.xyz- A
block explorer will be available soon.
💼 Wallet Instructions1. Run the wallet binary:
./ominira-wallet
2. Follow the steps to create a wallet.
3. Wallet files are saved in `./wallets/`.
4. To view available commands:
help
5.
Note: You can generate a wallet without syncing the node, but you’ll need the node running to view balances.
⛏ How to MineOption 1 – Solo mining (local node):xmrig -o localhost:9876 -u YOUR_WALLET
Option 2 – Pool mining:xmrig -o pool.ominirex.xyz:7373 -u YOUR_WALLET
⚠️ Mempool WarningAt 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.