Post
Topic
Board Announcements (Altcoins)
Re: [ANN] OMI
by
Ominira
on 01/08/2025, 20:41:26 UTC
⚙️ 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:
  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.



⛏ Local solo mining

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.