wurstgelee
|
|
April 20, 2015, 09:06:57 PM |
|
Anyone calculated how much are total coins ?
This is after block 9000, probably a little less since PoS kicks in @ block 7200.
|
|
|
|
whatdidshedo
|
|
April 20, 2015, 09:08:02 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 ? lol i meant how translate website to http:1.234.65.99:00
|
|
|
|
wurstgelee
|
|
April 20, 2015, 09:08:29 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. X11 0.37725 BTC Per Gh per day 186.25 Mh/s currently rented 19.1 Gh/s available
There are almost NONE rented. You are either blind or lying.
|
|
|
|
|
BitLux (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
April 20, 2015, 09:13:47 PM |
|
added
|
|
|
|
ocminer
Legendary
Offline
Activity: 2688
Merit: 1240
|
|
April 20, 2015, 09:15: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. 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 ? lol i meant how translate website to http:1.234.65.99:00 Ah, now I know what you mean This does not work as the servers have multiple virtual hosts on one IP, but I'm working on something similar like suchpool, will post soon (suprnova.cc/coinname) !
|
suprnova pools - reliable mining pools - #suprnova on freenet https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
|
|
|
louiseth1
Legendary
Offline
Activity: 924
Merit: 1000
Bitfarms.io
|
|
April 20, 2015, 09:18:17 PM |
|
Well, we tried We invite you to move your hash away, you won't get anything for your rentals on SuchPool given we can't kick blocks at that diff.
|
Bitfarms.io - Powering Blockchains with Sustainable Energy
|
|
|
whatdidshedo
|
|
April 20, 2015, 09:19: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; }
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 ? lol i meant how translate website to http:1.234.65.99:00 Ah, now I know what you mean This does not work as the servers have multiple virtual hosts on one IP, but I'm working on something similar like suchpool, will post soon (suprnova.cc/coinname) ! i still have no idea why your site not working for me , i'm in US
|
|
|
|
whatdidshedo
|
|
April 20, 2015, 09:20:28 PM |
|
Well, we tried We invite you to move your hash away, you won't get anything for your rentals on SuchPool given we can't kick blocks at that diff. i hear you i was only man on coin miners , let my rental expire no blocks 1gh on it , can' compete against all
|
|
|
|
Vilchaco
|
|
April 20, 2015, 09:20:45 PM |
|
Altcoins are back, confirmed xD
|
|
|
|
Shadow_Runner
|
|
April 20, 2015, 09:22:37 PM |
|
This can be temporary logo.
|
|
|
|
DirtyUniverse
Full Member
Offline
Activity: 224
Merit: 100
All I want is a new CLEAN page for just to live!
|
|
April 20, 2015, 09:25:36 PM |
|
This can be temporary logo. Awesome.
|
Ok
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 20, 2015, 09:26:59 PM |
|
This can be temporary logo. You've done it ?
|
|
|
|
EmpoEX
|
|
April 20, 2015, 09:28:42 PM |
|
added Thank you very much.
|
|
|
|
Shadow_Runner
|
|
April 20, 2015, 09:28:49 PM |
|
You've done it ? I have some templates and just created version for this coin. But sometimes I made logo from zero.
|
|
|
|
BitLux (OP)
Newbie
Offline
Activity: 14
Merit: 0
|
|
April 20, 2015, 09:39:47 PM |
|
You've done it ? I have some templates and just created version for this coin. But sometimes I made logo from zero. Thanks, it looks great. We will use it temporally until we are ready to update.
|
|
|
|
kondiomir
Legendary
Offline
Activity: 1568
Merit: 1000
Twitter @Acimirov
|
|
April 20, 2015, 09:43:36 PM |
|
You've done it ? I have some templates and just created version for this coin. But sometimes I made logo from zero. Well,well hidden talent there. Screw mining go graphic design
|
|
|
|
Shadow_Runner
|
|
April 20, 2015, 09:48:35 PM |
|
Well,well hidden talent there. Screw mining go graphic design I'm still an amateur and learning. { "blocks" : 154, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : { "proof-of-work" : 736.67505472, "proof-of-stake" : 0.00024414, "search-interval" : 0 }, "blockvalue" : 4400000000, "netmhashps" : 19060.21245664, "netstakeweight" : 0.00000000, "errors" : "", "pooledtx" : 0, "stakeweight" : { "minimum" : 0, "maximum" : 0, "combined" : 0 }, "stakeinterest" : 9990000, "testnet" : false }
|
|
|
|
DirtyUniverse
Full Member
Offline
Activity: 224
Merit: 100
All I want is a new CLEAN page for just to live!
|
|
April 20, 2015, 09:53:30 PM |
|
how to solo mine? I rent some rigs
|
Ok
|
|
|
Shadow_Runner
|
|
April 20, 2015, 09:54:35 PM |
|
how to solo mine? I rent some rigs No sense to solo already.
|
|
|
|
|