Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Iridium - Cryptonight PoW - NO Premine - Fair Launch - Low Supply - NEW!
by
TheKryptonian
on 11/09/2017, 15:50:31 UTC
BETA BLOCK EXPLORER
https://explorer.mine77.net/

It's very simple (I'm a back-end dev, not a front-end dev!) and still lacks some important functionality like browsing transactions, but I wanted to get out an early version to review for accuracy.
1
great job!we'l upgrade our pool,happy mining!

http://ird.globalpool.cc 0%fee

Nvidia card guide:
1、download ccminer(https://github.com/tpruvot/ccminer/releases)
2、create .bat file,Example:
ccminer-x64.exe -a cryptonight -o stratum+tcp://111.231.72.116:2435 -u YourWalletAddress -p x
3、run .bat

Amd card miner:
Claymore CryptoNote GPU Miner v9.7 Beta - POOL Catalyst 15.12
https://mega.nz/#F!e4JVEAIJ!l1iF4z10fMyJzY5-LnyC2A




Are we sure https://mine77.net/ and http://ird.globalpool.cc are on the same chain?

Yes - the two pools are showing the exact same blockchain height and difficulty.  They are calculating the nethash from difficulty in different ways.  Mine77 explained why he thinks his is right, but we don't know for sure:


The node-cryptonote-pool project computes Network Hash Rate as (difficulty / block_time_target), and uses a constant of "120" baked in to the source code in pages/home.html, which I believe matches the block time target of Monero. Iridium uses a block time target of 175sec, so I believe that the 120 should be changed to 175, making the lower number likely more accurate. That project doesn't really document everything that needs to be changed to port it to another coin.