Show Posts
|
Pages: [1] 2 3 4 »
|
All pending Withdrawals have been processed, Deposits that didn't register correctly have been data matched & Credited Giveaway Raffle drawn within 24 hours http://discord.gg/UUtU6Z9 ERZ has a working lock-in "Feature" that rewards better than Masternodes, Staking & Mining
|
|
|
Late to the party but still want to get entry ? Well you're in luck ! You can now conveniently Purchase EarnzCoin [ERZ] in bulk at Market Rate direct from the website, it will be credited to your signed-up account 🙃 Visit The Website & Sign Uphttps://earnzcoin.org/purchase
|
|
|
Any development information or news on another giveway raffle ?
The ERZnake game has finally been completed ! To celebrate its release we're running a discord competition. You can play it here: http://gigatank3000.com/erznake/We're working to implement it to the ERZ main website and do some back-end work but that shouldn't keep you guys from playing ! The top 3 scores will earn 300, 200, 100 ERZ respectively to be awarded next Sunday 5/13/2018. Everyone who plays and submits a screenshot to the #game-competition-submissions channel with your high score will also earn 5 ERZ for participating! (Limit 1 submission per user) Please submit any bugs you encounter to the #game-bugs channel ! Thanks for being such an awesome community ! That game is very fun, it brings back memories of my youth with my brick Nokia  We are glad that we could tickle your fancy so you can relive those glory days 
|
|
|
Any development information or news on another giveway raffle ?
The ERZnake game has finally been completed ! To celebrate its release we're running a discord competition. You can play it here: http://gigatank3000.com/erznake/We're working to implement it to the ERZ main website and do some back-end work but that shouldn't keep you guys from playing ! The top 3 scores will earn 300, 200, 100 ERZ respectively to be awarded next Sunday 5/13/2018. Everyone who plays and submits a screenshot to the #game-competition-submissions channel with your high score will also earn 5 ERZ for participating! (Limit 1 submission per user) Please submit any bugs you encounter to the #game-bugs channel ! Thanks for being such an awesome community !
|
|
|
We have decided to conduct a Flash Raffle Giveaway to the #ERZ Discord Community ! #EarnzCoin Discord Channel: https://discord.gg/UUtU6Z9#bounties-and-giveaways Flash Raffle Giveaway will be closed in 24 hours from this message then the Raffle will be drawn 20 Prizes + Participation Prize Good Luck  Interesting that you are giving away free coins to loyal followers, I might just check it out  The Raffle has already concluded, if you stop by the thread regularly, are hanging about in the Discord Room or are following @EarnzCoin on Twitter then you might be able to enter the next Discord ERZ Raffle Giveaway 
|
|
|
We have decided to conduct a Flash Raffle Giveaway to the #ERZ Discord Community ! #EarnzCoin Discord Channel: https://discord.gg/UUtU6Z9#bounties-and-giveaways Flash Raffle Giveaway will be closed in 24 hours from this message then the Raffle will be drawn 20 Prizes + Participation Prize Good Luck 
|
|
|
Anything much happening with this one ?
Ahhhh I see your lock-ins and referrals are now working on the website, good that you and your team delivered, anything else we can expect in the near future ?
Hello, Thank you for the well wishes. Yes much is happening with this one, our first interactive game "ERZNAKE" is coming to EarnzCoin very soon + a little more (Raspberry Pi Wallet) Keep your eyes on the thread and in the Discord channel to find out more.
|
|
|
When are the games coming to EarnzCoin ?
How will we be able to earn ERZ while playing ?
Our first interactive game is coming to EarnzCoin very soon + a little more 
|
|
|
Some exciting News is coming within the next 24 hours, be sure to keep your wandering eye open 
|
|
|
EarnzCoin [ERZ] now has a working Android wallet to stake on the go 
|
|
|
EarnzCoin now has a Faucet to earn some ERZ
|
|
|
Minor update v1.1.0.2
We've just made a few more tweaks to the EarnzCoin source dropping old v1.0.0.1 wallet connections with this update since the hardfork has been successful there is no need for them anymore + while at it we increased the build numbers, etc
Please update your VPS servers, Mining Pools, Exchanges, Masternode Statistic Sites to the new release wallet (v1.1.0.2)
v1.1.0.2 Windows & Mac wallets are in the build process and will be released soon.
https://github.com/Frenzel1337/EarnzCoin Version 1.1.0.2 Wallet Downloads
|
|
|
Minor update v1.1.0.2
We've just made a few more tweaks to the EarnzCoin source dropping old v1.0.0.1 wallet connections with this update since the hardfork has been successful there is no need for them anymore + while at it we increased the build numbers, etc
Please update your VPS servers, Mining Pools, Exchanges, Masternode Statistic Sites to the new release wallet (v1.1.0.2)
v1.1.0.2 Windows & Mac wallets are in the build process and will be released soon.
https://github.com/Frenzel1337/EarnzCoin
|
|
|
I see there is talk in the discord about hardforking ERZ and increasing Masternode rewards, if this is true then we know these guys are actually trying to make this work  Is there a hardfork happening ? Yes there will be within a few days time. We are considering keeping the same 70% Masternode/30% Proof of Stake Payout method but with 40 ERZ MN/PoS reward from block 30k up until block 130k, then from blocks 130k the MN/PoS reward will be 20 ERZ up until block 150k, then from blocks 150k the MN/PoS reward will be 10 ERZ up until block 175k, then from blocks 175k the MN/PoS reward will be 5 ERZ up until block 200k, then MN/PoS reward will go back to 2 ERZ This gives us enough time to contact Cryptohub, southXchange + MNtop.co.in so they can upgrade, listing requests to other potential exchanges with the updated source code will follow. Awesome, now we all wait to see the earnings  HardFork to new MN/PoS Rewards Schedule at Block 30,000 Update Now ! // miner's coin stake reward int64_t GetProofOfStakeReward(const CBlockIndex* pindexPrev, int64_t nCoinAge, int64_t nFees) { int64_t nSubsidy = 2 * COIN;
if(pindexPrev->nHeight >= 30000 && pindexPrev->nHeight <= 130000){ nSubsidy = 40 * COIN; } else if(pindexPrev->nHeight >= 130000 && pindexPrev->nHeight < 150000){ nSubsidy = 20 * COIN; } else if(pindexPrev->nHeight >= 150000 && pindexPrev->nHeight < 175000){ nSubsidy = 10 * COIN; } else if(pindexPrev->nHeight >= 175000 && pindexPrev->nHeight < 200000){ nSubsidy = 5 * COIN; }
return nSubsidy + nFees; } All Mining Pools and Block Explorer Admins please update your EarnzCoin [ERZ] wallets/source to version 1.1.0.1 immediately, you are currently mining the old chain !If you are having problems syncing once updated perform a -rescan when starting the wallet !
|
|
|
Stratum error:
[31m2018-02-09 15:03:38 [Pool][earnzcoin]. Daemon instance 0 rejected a supposedly valid block.
Why?
Unsure although it might be user error when setting up, other Mining Pools are finding PoW blocks. Also your Mining Pool may have found a block at the same time as another user and they submitted it quicker than your Mining Pool.
|
|
|
|