Search content
Sort by

Showing 14 of 14 results by PokioChain
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 04/08/2025, 08:18:40 UTC
Yes maybe I read it wrong but please don‘t insult me. I just try to learn. This was the reward function from before:
Code:

pub fn calculate_reward(height: u64) -> u64 {
    if height == 1 {
        10000000000000
    } else if height > 1 && height < 4200000 {
        1000000000
    } else if height >= 4200000 && height < 8400000 {
        5000000000
    } else if height >= 8400000 && height < 12600000 {
        2500000000
    } else {
        10000000
    }
}


Maybe you can explain me the mechanics behind it


Sure, I’ll explain it to you. The only decision the team made when they asked me to program it was that the reward for the first year would be 10 OMI. From there, and until they decided on the final reward structure, I simply set a block that would occur in 15 years. Why? Well, obviously because once they decided on the reward structure, I would just change it. I have a whole year, for something that takes me 10 minutes. Do you get that?

Is it not optimal? Well, that depends on how you look at it. I don’t see the relevance of something that won’t happen for another year, there's a full year to decide, and it won’t affect anyone in the meantime.
What’s the problem? Ah, I get it, you assumed this is like 90% of projects you mine, that just copy the code from another crypto and leave it that way forever. That’s fair, but don’t come here acting like we’re that kind of team, when we’re pushing updates practically every month.


Alright, and now, for the rest, use your brain, I’m not going to reply to you anymore. I’ve already seen you love playing the vigilante in your few posts. If you want, I can recommend other projects where you can go and bother people.
Big hug, bro!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 04/08/2025, 07:47:45 UTC
I am well aware that other  blockchains  can also change their reward functions.
The point is that you promote your blockchain here with completely different tokenomics than you have implemented. You didn‘t implemented a max supply and your halving cycle was 4200000 blocks if i am correct. With a block time of 120 seconds it would take 15 years to reach the first halving and 42 million coins would have been mined.
And with your new half baked reward function you will also still get more than 21 million coins.
hahahahahahahahahhahahaha
you have no idea, that’s all. You don’t know what you’re talking about, you don’t know what you’re saying, and you haven’t got the slightest clue how to use math. Go be a pain in the ass somewhere else, brain-dead.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 04/08/2025, 00:17:19 UTC
Ah ok I admit I haven‘ t thought about it. But the way you behave and the fact that you haven‘t implemented the basic tokenomics is just a red flag. Again please don‘t get emotional I just try to do my DYOR.
I don’t take it personally. If all of that seems like a red flag to you, that’s perfectly fine. The reward system for the first year was already implemented; I have a whole year to implement or change the final system. In fact, I could change it again tomorrow. And this might surprise you, but any of the cryptos you use can do the same. Don’t think that just because they implemented a reward system earlier, they can’t change it later.

The way I behave is simply that of someone tired of people who don’t use their brains. If you saw red flags in the project, that’s your right. I saw red flags in you, and that’s also my right, and I’ll act accordingly.

Cheers.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 03/08/2025, 15:17:12 UTC
You see that‘s why I found your code highly suspicious. What else haven‘t you yet implemented?
And why is your premine 10 trillion:
Code:
if height == 1 {
        return 10_000_000_000_000; // Premined block
    }


lol bro, the coin hash 8 decimals:

10_000_000_000_000 / 100_000_000 = 100_000

Quote
Premine: 100,000 OMI (for early airdrops)

ou know that all the cryptos you use work like this, right? When you have 1 BTC, what you actually have on the blockchain are inputs worth 100,000,000...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 03/08/2025, 10:17:59 UTC
No I mean where in you code is it defined. I couldn‘t find it
Hi, sorry for the delay. your seemingly simple question actually made me rethink this whole topic. Forget what I said earlier; in the end, the reward distribution will be more stepped. Here's the updated table:

YearStarting HeightBlock RewardAnnual EmissionCumulative Supply
01102,628,0002,728,000
1262,80192,365,2005,093,200
2525,60182,102,4007,195,600
3788,40171,839,6009,035,200
41,051,2016.51,708,20010,743,400
51,314,00161,576,80012,320,200
61,576,8015.51,445,40013,765,600
71,839,60151,314,00015,079,600
82,102,4014.51,182,60016,262,200
92,365,20141,051,20017,313,400
102,628,0013.5919,80018,233,200
112,890,8013788,40019,021,600
123,153,6012.5657,00019,678,600
133,416,4012525,60020,204,200
143,679,2011.5394,20020,598,400
153,942,0011262,80020,861,200
164,204,8010.5131,40020,992,600

As for where it was in the code: it wasn’t implemented yet, since it wasn’t final and there’s still a year to go so there was plenty of time.
You can now find it here:

https://github.com/Ominirex/ominira-server/blob/main/src/pokiofunctions.rs#L138

Best regards
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 02/08/2025, 12:04:07 UTC
I am sorry if I wrongly accused you but your github just looks suspicious to me and you can‘t be careful enough these days. Could you maybe guide me to where you specify the max supply and the halving cycle. And please don‘t get to emotional, it wasn‘t my intention to attack you personally.

No worries, my friend — this space is full of scammers, I totally understand. Honestly, I get both sides. I can show you how the distribution is planned:

Year 1 → 11M
Year 2 → +5M (total 16M)
Year 3 → +2.5M (total 18.5M)
Year 4 → +1.25M (total 19.75M)
Year 5 → +0.625M (total 20.375M)
Year 6 → +0.312M (total 20.687M)
Year 7 → +0.156M (total 20.843M)
Year 8 → +0.078M (total 20.921M)
Year 9 → +0.039M (total 20.96M)
Year 10 → +0.02M (total 20.98M)
Year 11 → +0.01M (total 20.99M)
Year 12 → +0.005M (total 20.995M)
Year 13 → +0.005M (total 21M)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [RANDOMX] Ominira Network (OMI)
by
PokioChain
on 02/08/2025, 09:20:19 UTC
It seems to be a fork from pokiachain which has completely different tokenomics than you describe. But I couldnt find your tokenomics anywhere in your code wich is actually a red flag. Also your github account was created just 5 days ago.
My account is half year old and has lots of commits! Is that a green flag? Jokes aside, this is a legitimate project (even if my colleague the OP and his team disappear) we have the tools to carry on without them. Though it's definitely better if they stick around with us lol
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMR Merged Mining] Pokio: Democratic POW mining
by
PokioChain
on 30/06/2025, 00:23:08 UTC
I've modified XMRig (based on version 6.22) to support dual mining: now you can mine Pokio simultaneously while mining Monero, without affecting your regular XMR pool performance!

With this version, hashes are submitted to a Pokio pool in parallel, no need to switch pools or interrupt your Monero mining. Just keep mining XMR as usual and earn Pokio on the side.

⚠️ Note: This is an experimental feature and will continue to be improved over time. Feedback and testing are highly appreciated!

🔧 Download & Details 
👉 Pokio-XMRig v1.1.0 Release

🖥️ Example usage:
Code:
xmrig -o YOUR_XMR_POOL:PORT -u YOUR_XMR_WALLET --pokio YOUR_POKIO_WALLET

Happy mining!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMR Merged Mining] Pokio: Democratic POW mining
by
PokioChain
on 15/06/2025, 00:32:07 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMR Merged Mining] Pokio: Democratic POW mining
by
PokioChain
on 13/06/2025, 02:26:09 UTC
🚀 How to Mine XMR+XTM+POKIO

How to Configure My Wallet?
You can follow this guide to get started:
https://pokio.xyz/start.html

📊 Public Stats Dashboard:
https://explorer.pokio.xyz/tari

🛠️ Compatible Miners:
Any miner that supports RandomX, such as:
xmrig
xmr-stak
SRBMiner

🎯 Pools to Mine On:
Quote
pokio.xyz:3333
xmr.pokio.xyz:4444

💻 Example Mining Commands (with xmrig):
Code:
xmrig -o pokio.xyz:3333 -u YOUR_POKIO_WALLET
Code:
xmrig -o xmr.pokio.xyz:4444 -u YOUR_POKIO_WALLET


ℹ️ FAQ:
I don’t see stats in my wallet. Why?
Please wait ~1 hour for your balance to be confirmed by the pool.

Which pool am I mining to?
You’re mining to a private, modified pool as part of the experiment.

How are XTM and XMR handled?
XTM and XMR are received as tokens on the Pokio network.
You can later send them to their respective native networks if you wish.

What are the token contract addresses?
Tari (XTM): 0xF0fB826a582BE07496489d2E64715C8f7b07Eb6A
Monero(XMR): 0x5D908fad313C0EB79f58F647726e1A817f018965

⚠️ Note:
This setup is experimental. While it should work reliably, bugs or unexpected behavior may occur. Use at your own discretion!
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] Pokio: Democratic POW mining
by
PokioChain
on 09/06/2025, 21:55:10 UTC
Added merged mining with XMR.

More info:

How to mine: https://pokio.xyz/doc/howtomine/
Configure wallet: https://pokio.xyz/start.html

Best regards
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] Pokio: Democratic POW mining
by
PokioChain
on 30/04/2025, 02:54:05 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] Pokio: Democratic POW mining
by
PokioChain
on 20/04/2025, 22:38:40 UTC
Just for update:

MAINNET LAUNCHED 4TH APRIL 2025.

Wallets: metamask, okx, rabbit...

Useful links:
Explorer: https://explorer.pokio.xyz/
Server: https://github.com/pokiochain/pokio-server/releases
Miner: https://github.com/pokiochain/pokio-miner/releases

Mining command (default pool pokio.xyz):
pokiominer --w YOURWALLET --t THREADS
Post
Topic
Board Announcements (Altcoins)
Topic OP
Pokio: De
by
PokioChain
on 17/02/2025, 13:17:39 UTC
Introducing Pokio - A New Experimental Crypto Project

Pokio is a personal and experimental crypto project exploring new ideas in blockchain technology. Unlike most projects, Pokio is being developed entirely from scratch in Rust, with no reused code from existing cryptocurrencies.

What Makes Pokio Unique?
- Custom Blockchain: A brand-new blockchain built from the ground up, inspired by concepts from Tron but developed independently.
- Innovative Mining: Pokio will be minable, but not in the conventional way (read the whitepaper for details).
- End-to-End Development: The project includes everything:
  - The full blockchain node/server implementation
  - A new miner
  - Compatibility with TronLink as the default wallet

Roadmap
- March 1st – First mining tests begin
- April 1st – Launch of the testnet and initial binaries
- June 2ndMainnet release

Looking for Contributors
This project is in early stages, and I’m looking for enthusiastic individuals who are genuinely interested in blockchain innovation, testing, and contributing ideas. If you’re here just to make a quick profit, get it listed on exchanges in three months, or follow the usual hype cycle—this isn’t for you.

If you love experimenting, pushing boundaries, and helping shape something new, I’d love to have you on board!

Read the whitepaper: pokio.xyz/whitepaper.pdf

Join the discussion on Discord: https://discord.gg/pT8BFn97

Let’s build something exciting together! 🚀