iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 20, 2017, 01:36:12 AM |
|
Why is everything on a youtube link? Cant we have some good old text?
16 Minute Blocks 16 Day Maturity Very low supply SHA-256 @ 0.01 NEON No Stake Rate PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa Earn on the forum here: https://healthyworm.com/forum/index.php?topic=3.0 - You will earn more on the forum than staking or mining, but there are only a max of 20k paid out via forum as that is the total supply
|
|
|
|
tokenZ
Member
Offline
Activity: 167
Merit: 10
|
|
November 20, 2017, 01:52:23 AM |
|
PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa
Is it possible to obtain more details than this ^ ? The reward specifics are often what cause someone to select a coin and the above statement could mean almost anything.
Thoughts on exchange submission (or timeline?) - would be good to get the "NEON" ticker out there before it is gone.
Also - current circ supply is Super Low (of course). What will be Total Circ Supply?
|
|
|
|
CjMapope
Legendary
Offline
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
|
|
November 20, 2017, 02:01:42 AM |
|
sweet man, long maturity, input beneficial staking, low supply,pretty fair PoW distro, looking good the way this stakes will benefit users who get to know their advanced coin controls, which every Bit/Altcoiner SHOULD know imo. Can this BE externally solo mined? i get only errors on my 2PACs
|
~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~ ~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~ Prohashing -- Simply the best Multipool!
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 20, 2017, 02:07:04 AM |
|
PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa
Is it possible to obtain more details than this ^ ? The reward specifics are often what cause someone to select a coin and the above statement could mean almost anything.
Thoughts on exchange submission (or timeline?) - would be good to get the "NEON" ticker out there before it is gone.
Also - current circ supply is Super Low (of course). What will be Total Circ Supply?
int64 GetProofOfStakeReward(int64 nCoinAge, int nHeight) { int64 nSixth = nHeight % 10; int64 nFifth = (nCoinAge % 10) * 10; int64 nFourth = ((nCoinAge * 2) % 10) * 100; int64 nThird = ((nHeight * 2) % 10) * 1000; int64 nSecond = ((nCoinAge * nHeight) % 10) * 10000; int64 nFirst = ((nCoinAge + nHeight) % 10) * 100000; int64 nSubsidy = nFirst + nSecond + nThird + nFourth + nFifth + nSixth; if (nSubsidy < 10000) { nSubsidy = CENT; } return nSubsidy; } Each decimal place is 'random' between 0-9, with a unique calculation for each one
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 20, 2017, 02:08:12 AM |
|
sweet man, long maturity, input beneficial staking, low supply,pretty fair PoW distro, looking good the way this stakes will benefit users who get to know their advanced coin controls, which every Bit/Altcoiner SHOULD know imo. Can this BE externally solo mined? i get only errors on my 2PACs Yes. If your miner does not need stratum, you can solo mine it. The only person I know who has an MPOS pool set up to work with my coins is ocminer. PoW is active until block 100k and rewards 0.01 per block
|
|
|
|
bspus
Legendary
Offline
Activity: 2165
Merit: 1002
|
|
November 20, 2017, 06:11:50 AM |
|
Why is everything on a youtube link? Cant we have some good old text?
16 Minute Blocks 16 Day Maturity Very low supply SHA-256 @ 0.01 NEON No Stake Rate PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa Earn on the forum here: https://healthyworm.com/forum/index.php?topic=3.0 - You will earn more on the forum than staking or mining, but there are only a max of 20k paid out via forum as that is the total supply So maturity is 1440 if my calculations are correct? the way you describe it, it sounds like I should split my input into many small ones and do some pow to confirm them
|
|
|
|
Darkoth89
|
|
November 20, 2017, 09:12:00 AM |
|
Added my address (Finally) haha, look forward to next weekend!
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 20, 2017, 02:43:48 PM |
|
Why is everything on a youtube link? Cant we have some good old text?
16 Minute Blocks 16 Day Maturity Very low supply SHA-256 @ 0.01 NEON No Stake Rate PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa Earn on the forum here: https://healthyworm.com/forum/index.php?topic=3.0 - You will earn more on the forum than staking or mining, but there are only a max of 20k paid out via forum as that is the total supply So maturity is 1440 if my calculations are correct? the way you describe it, it sounds like I should split my input into many small ones and do some pow to confirm them Yes, small inputs are better. But you will spend a lot in fees if you split them manually. Your best bet is to just stake and let it split automatically each time
|
|
|
|
tokenZ
Member
Offline
Activity: 167
Merit: 10
|
|
November 20, 2017, 05:09:54 PM |
|
Why is everything on a youtube link? Cant we have some good old text?
16 Minute Blocks 16 Day Maturity Very low supply SHA-256 @ 0.01 NEON No Stake Rate PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa Earn on the forum here: https://healthyworm.com/forum/index.php?topic=3.0 - You will earn more on the forum than staking or mining, but there are only a max of 20k paid out via forum as that is the total supply So maturity is 1440 if my calculations are correct? the way you describe it, it sounds like I should split my input into many small ones and do some pow to confirm them Yes, small inputs are better. But you will spend a lot in fees if you split them manually. Your best bet is to just stake and let it split automatically each time Thanks for the details on the randomness breakdown. So I may just stake and let it split, but so I know, what would you recommend if one did want to manually split their blocks - what block size? 20, 50 etc? Is there a total circulation supply number yet? Thanks,
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 20, 2017, 06:29:17 PM |
|
Why is everything on a youtube link? Cant we have some good old text?
16 Minute Blocks 16 Day Maturity Very low supply SHA-256 @ 0.01 NEON No Stake Rate PoS Reward: Each decimal place has its own formula for a pseudo-random reward. Small inputs could stake for more than large inputs and vice versa Earn on the forum here: https://healthyworm.com/forum/index.php?topic=3.0 - You will earn more on the forum than staking or mining, but there are only a max of 20k paid out via forum as that is the total supply So maturity is 1440 if my calculations are correct? the way you describe it, it sounds like I should split my input into many small ones and do some pow to confirm them Yes, small inputs are better. But you will spend a lot in fees if you split them manually. Your best bet is to just stake and let it split automatically each time Thanks for the details on the randomness breakdown. So I may just stake and let it split, but so I know, what would you recommend if one did want to manually split their blocks - what block size? 20, 50 etc? Is there a total circulation supply number yet? Thanks, I sent out about 1300 coins, I believe, so far, but I have not done anything with referrals, yet. A total of 20k will be sent out through the forum If you manually split, then I have no recommendation at this time since we have no appropriate data on that, yet. Smaller is better, but too small will not have enough coin age to stake for a long time
|
|
|
|
bspus
Legendary
Offline
Activity: 2165
Merit: 1002
|
|
November 20, 2017, 08:20:05 PM |
|
I split them in 10s. It costs 0.01 as fee for each, which is high but if I get even one extra stake from this procedure, it will more than make up for it. Letting it split on its own would take a lot of time, judging from how other stake coins behave. We are still web mining right? I don't see the coin totals on the forum any more Smaller is better, but too small will not have enough coin age to stake for a long time
yes but you'll have more of them staking at the same time, so the chances of them staking on the aggregate should be the same. The difference is that, when a large chunk stakes (unless you have made it differently from the usual) it all goes into immature state again, and then you have to wait for a very long time (in this coin's case) until it matures again, in a split form. Whereas with small inputs, the chunk that stakes will become immature and the rest will continue staking all the while
|
|
|
|
Darkoth89
|
|
November 22, 2017, 12:40:00 PM |
|
Hows everyones staking going? I think i should have 50 coins by the weekend, anyone with the same amount can post their stakes?
|
|
|
|
bspus
Legendary
Offline
Activity: 2165
Merit: 1002
|
|
November 22, 2017, 03:39:57 PM |
|
Hows everyones staking going? I think i should have 50 coins by the weekend, anyone with the same amount can post their stakes?
have you actually staked anything?
|
|
|
|
CjMapope
Legendary
Offline
Activity: 1820
Merit: 1092
~Full-Time Minter since 2016~
|
|
November 22, 2017, 04:37:11 PM |
|
Hows everyones staking going? I think i should have 50 coins by the weekend, anyone with the same amount can post their stakes?
The coins will take 15 days to mature for eligibility to stake, so NOONE has staked anything yet were you just trippin out thinking your wallet was borked? haha Make sure to read the OP's last posts friend, and you will see these things
|
~Got this girl in my bed, a roof over my head, i mint a couple coins a week, and thats how i make bread~ ~On the 12th day of Hatzvah, OGminer said to me: "compute root of the merkle hash tree!"~ Prohashing -- Simply the best Multipool!
|
|
|
Darkoth89
|
|
November 23, 2017, 07:48:03 AM |
|
Hows everyones staking going? I think i should have 50 coins by the weekend, anyone with the same amount can post their stakes?
The coins will take 15 days to mature for eligibility to stake, so NOONE has staked anything yet were you just trippin out thinking your wallet was borked? haha Make sure to read the OP's last posts friend, and you will see these things I haven't got my coins yet, I meant 50 from mining.
|
|
|
|
p1erce
|
|
November 23, 2017, 10:47:00 PM |
|
What will be with worm coin?
|
|
|
|
tokenZ
Member
Offline
Activity: 167
Merit: 10
|
|
November 24, 2017, 12:59:02 AM |
|
You gave some numbers indicating what you've given out so far - and that 20k more will be available via forum hashing/mining. But this can also be mined.
What is the Total supply? Not circ supply.
tnx
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 24, 2017, 01:45:00 AM |
|
You gave some numbers indicating what you've given out so far - and that 20k more will be available via forum hashing/mining. But this can also be mined.
What is the Total supply? Not circ supply.
tnx
"moneysupply" : 20016.90000000
|
|
|
|
iGotSpots (OP)
Legendary
Offline
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
|
|
November 27, 2017, 03:01:06 AM |
|
Hey guys, I'm gonna do this week's coins tomorrow. Sorry for the delay, the Packers played late tonight and I don't want to make a mistake trying to do it during the game
|
|
|
|
phucbot93
|
|
November 27, 2017, 06:45:02 AM |
|
the project is to create a website that can mine coin ?? does it launch?? If it launch, Can someone send me the link? sorry if i misunderstand . Thank you so much.
|
|
|
|
|