Shadow_Runner
|
|
April 20, 2015, 08:41:31 PM |
|
yor link dead for me as well
Works fine for me. Check coinminers.
|
|
|
|
Shadow_Runner
|
|
April 20, 2015, 08:42:45 PM |
|
You forgot to add stratum to first page.
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
April 20, 2015, 08:44:26 PM |
|
You forgot to add stratum to first page. Added
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
whatdidshedo
|
|
April 20, 2015, 08:45:12 PM Last edit: April 20, 2015, 08:55:24 PM by whatdidshedo |
|
yor link dead for me as well
Works fine for me. Check coinminers. i'm on it , thanks and such pool no blocks as usual(for couple minutes i managed to stay on before kicked me out and nicehash canceled my order so coin miners 3rd is the charm PS: i like such pool my beef is with nicehash canceling my cheap fixed order also being only worker on coin-miners doesn't look good for me lol
|
|
|
|
Starin
|
|
April 20, 2015, 08:48:29 PM |
|
Wow, someone with 5500 mhs already. I really started to think there are x11 asic miners that we don't know of.
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
April 20, 2015, 08:50:01 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
Shadow_Runner
|
|
April 20, 2015, 08:51:51 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
The early bird gets the worm.
|
|
|
|
BitLux (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
April 20, 2015, 08:53:32 PM |
|
Pools added to 1st post, thanks guys. We are glad to see that we had a smooth launch, enjoy
|
|
|
|
xinbinbin
|
|
April 20, 2015, 08:54:16 PM |
|
nice coin
|
|
|
|
wurstgelee
|
|
April 20, 2015, 08:54:32 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
The early bird gets the worm. *chirp* *chirp*
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
April 20, 2015, 08:55:03 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
The early bird gets the worm. You've nailed it ;-)
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
xinbinbin
|
|
April 20, 2015, 08:57:55 PM |
|
sell 200=0.35BTC,to pm
|
|
|
|
whatdidshedo
|
|
April 20, 2015, 08:59:44 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
The early bird gets the worm. You've nailed it ;-) hey OC, how do i get those numbers from your site to try, like 1.255.565 that stuff
|
|
|
|
ihascryptos
|
|
April 20, 2015, 09:00:44 PM |
|
All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here. I advise Smallfish Crypto followers to pass on this.
|
I like tacos!
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 20, 2015, 09:03:00 PM |
|
Anyone calculated how much are total coins ?
|
|
|
|
Shadow_Runner
|
|
April 20, 2015, 09:04:20 PM |
|
All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here. I advise Smallfish Crypto followers to pass on this.
Many rigs are offline on miningrig rentals. Rented not much
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
April 20, 2015, 09:04:53 PM |
|
The Reward Schedule of this coin is pretty interesting: if (pindexBest->nHeight+1 <= 800) { nSubsidy = 44 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 1600) { nSubsidy = 33 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 2400) { nSubsidy = 25 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 3200) { nSubsidy = 19 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4000) { nSubsidy = 14 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 4800) { nSubsidy = 10 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 5600) { nSubsidy = 8 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 6400) { nSubsidy = 6 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 7200) { nSubsidy = 4 * COIN; return nSubsidy + nFees; } else if (pindexBest->nHeight+1 <= 9000) { nSubsidy = 1 * COIN; return nSubsidy + nFees; }
The early bird gets the worm. You've nailed it ;-) hey OC, how do i get those numbers from your site to try, like 1.255.565 that stuff Hmm.. I read this sentence now about 10 times.. But I honestly don't understand what you mean Can you explain ?
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
wurstgelee
|
|
April 20, 2015, 09:05:19 PM |
|
All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here. I advise Smallfish Crypto followers to pass on this.
Bullshit. Still lots of rigs available @ betarigs.
|
|
|
|
louiseth1
Legendary
Offline
Activity: 924
Merit: 1000
Bitfarms.io
|
|
April 20, 2015, 09:06:20 PM |
|
Hard to get blocks over here...
|
Bitfarms.io - Powering Blockchains with Sustainable Energy
|
|
|
ihascryptos
|
|
April 20, 2015, 09:06:40 PM |
|
All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here. I advise Smallfish Crypto followers to pass on this.
Bullshit. Still lots of rigs available @ betarigs. I see what i see. You see what you see. As for me i am not paying 4x inflated prices on whats left of the pickings. thats what the team wants.
|
I like tacos!
|
|
|
|