radi324
Full Member
Offline
Activity: 196
Merit: 100
Muniti creator
|
|
February 26, 2014, 10:40:01 AM |
|
Guys lets compare Blakecoin to Mintcoin i was thinking about that mint is better but: Something is interesting: After 5 weeks PoW mining, there will be 20 billion PoW coins generation. BUT mint was 1% premined that mean devs have 1% of 70Bil - 700m . Now tricky part: 20 000m - All POW 700m - premined Devs And now stake prarty will start who will have nest 7/200 of all new generated stake coins ...? Yea gues who :-D ? 1st year income (20%): 700m : 140m devs - bahama jamaka hollydays one ferrari for all 20 000 : 4000m others I gues BC is much more fair coin than premined mint... 1% premine with their stake structure is not 1% it is about 1% now and 3,5% of all future coins... 1% premine give you 3,5% of next generating coins.So dev will have 1%+3,5% - profit. Maths here is simple guys. Fuck me i realized whole shit right now... Now that 1% dont looks so nice. Nice explanation, if it weren't for the fact you mentioned Blakecoin and not Blackcoin. GTFO with that shit coin
|
|
|
|
Pustul
|
|
February 26, 2014, 10:41:49 AM |
|
I see that dedicated says it takes 8 hours to get your coins from the pool! Is this the case for every pool?
|
|
|
|
CoinBitch
Newbie
Offline
Activity: 27
Merit: 0
|
|
February 26, 2014, 10:45:10 AM |
|
Hi,
The stake of 1% annually. Does this mean you get 1% extra coins per year? (Much lower than with MINT or EBT)
Anybody? i am also very interested in an answer to this very important question
|
|
|
|
derBruchpilotPro
|
|
February 26, 2014, 10:56:23 AM |
|
Hi,
The stake of 1% annually. Does this mean you get 1% extra coins per year? (Much lower than with MINT or EBT)
Anybody? i am also very interested in an answer to this very important question Thats the function in the source: // miner's coin stake reward based on coin age spent (coin-days) int64 GetProofOfStakeReward(int64 nCoinAge, int64 nFees) { int64 nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees; }
COIN_YEAR_REWARD = 0.01 (1%) But I couldn't figure it out when and how often it applies. Maybe a DEV could help to understand this better? edit: typo
|
NEM/XEM!!!
|
|
|
nrg_wolf
Legendary
Offline
Activity: 882
Merit: 1000
|
|
February 26, 2014, 11:04:48 AM |
|
if all blackcoin is mined in just a few days, what does that mean for long term life of the coin?
|
|
|
|
Sparkzor
Member
Offline
Activity: 112
Merit: 10
|
|
February 26, 2014, 11:11:19 AM |
|
Renting is (almost) unprofitable right now. Diff is 100, close to 120. I wouldn't suggest doing that. Just scoop up at 15 and keep until Pos.
I've gotten 11k tonight... I think 11k is worth more than 0.08
|
|
|
|
|
Miner232432
|
|
February 26, 2014, 11:16:10 AM |
|
Cyrpto-coinz are good, I used them myself over last few days since launch
|
I am blunt, don't like it ? Too bad
|
|
|
deliciousham
Newbie
Offline
Activity: 28
Merit: 0
|
|
February 26, 2014, 11:16:55 AM |
|
if all blackcoin is mined in just a few days, what does that mean for long term life of the coin?
POS after initial POW mining is done
|
|
|
|
thenukemforall
|
|
February 26, 2014, 11:17:19 AM |
|
this pool didn't work really well for me, a lot of stratum disconnect, but that was yesterday. Maybe it's working fine now.
|
|
|
|
thisisnotmyltcusername
|
|
February 26, 2014, 11:22:57 AM |
|
I see that dedicated says it takes 8 hours to get your coins from the pool! Is this the case for every pool?
I don't understand what's going on with dedicated. I get the huge confirmations part, but we're beyond that... I got 2280 CONFIRMED blackcoins, autopayout didn't work, I lowered to 1000 autopayout, still nothing, I tried manual payout, nothing happened either. and all of this with last confirmed block in the 25xx and we're in the 30xx mined, so the 480 confirmations are behind us... something must be broken or some payout cron job halted...
|
|
|
|
BachMann
Member
Offline
Activity: 113
Merit: 10
|
|
February 26, 2014, 11:27:29 AM |
|
I see that dedicated says it takes 8 hours to get your coins from the pool! Is this the case for every pool?
I don't understand what's going on with dedicated. I get the huge confirmations part, but we're beyond that... I got 2280 CONFIRMED blackcoins, autopayout didn't work, I lowered to 1000 autopayout, still nothing, I tried manual payout, nothing happened either. and all of this with last confirmed block in the 25xx and we're in the 30xx mined, so the 480 confirmations are behind us... something must be broken or some payout cron job halted... ** ALERT: PAYOUTS take EIGHT ( hours or 480 confirms to mature. I spoke with the devs, please see this: http://pastebin.com/raw.php?i=Bc8cq1bt. ** Because this is a PoS coin it withholds coins from our server wallet for EIGHT ( hours after blocks are confirmed. ** For more information on PoS coins: https://en.bitcoin.it/wiki/Proof_of_Stake** Your balances may be negative or coins seem "missing" because I changed the confirms from 120 to 480. This will correct as the coins mature again and will be added back to your account. Autopayout not working for me either, maybe because i dont want to donate 1% on top of 2% fee?
|
|
|
|
Jonesd
Legendary
Offline
Activity: 1876
Merit: 1014
|
|
February 26, 2014, 11:40:32 AM |
|
Hi,
The stake of 1% annually. Does this mean you get 1% extra coins per year? (Much lower than with MINT or EBT)
Anybody? i am also very interested in an answer to this very important question Thats the function in the source: // miner's coin stake reward based on coin age spent (coin-days) int64 GetProofOfStakeReward(int64 nCoinAge, int64 nFees) { int64 nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees; }
COIN_YEAR_REWARD = 0.01 (1%) But I couldn't figure it out when and how often it applies. Maybe a DEV could help to understand this better? edit: typo Thanks for the feedback. So it really is 1%. This basically means it is a pure POW coin, since nobody will be really interested in the PoS rewards, I think.
|
Co-Founder and Managing Partner of Block Bastards
|
|
|
bitwarrior
Legendary
Offline
Activity: 1764
Merit: 1000
|
|
February 26, 2014, 11:44:21 AM |
|
The demand for this new coin is really amazing. 14.26 TH/s !!! network hash.
Any ideas on how much would be this trading after 1 week?
|
|
|
|
Hampuz
|
|
February 26, 2014, 11:46:45 AM |
|
The demand for this new coin is really amazing. 14.26 TH/s !!! network hash.
Any ideas on how much would be this trading after 1 week?
Dont you mean 14.26 Gh/s? Anyways on the value point, my prediction is initially 5-10K satoshis. Somewhere in between that range. More would not be impossible. $0.5 each would mean a market cap of $50M. Might sound like a lot, but if all is done correctly, and the dev(s) have some good things coming, this could easily see that by the end of this year.
|
|
|
|
suncoastbuddy
|
|
February 26, 2014, 11:58:52 AM |
|
Hi,
The stake of 1% annually. Does this mean you get 1% extra coins per year? (Much lower than with MINT or EBT)
Anybody? i am also very interested in an answer to this very important question Thats the function in the source: // miner's coin stake reward based on coin age spent (coin-days) int64 GetProofOfStakeReward(int64 nCoinAge, int64 nFees) { int64 nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees; }
COIN_YEAR_REWARD = 0.01 (1%) But I couldn't figure it out when and how often it applies. Maybe a DEV could help to understand this better? edit: typo Thanks for the feedback. So it really is 1%. This basically means it is a pure POW coin, since nobody will be really interested in the PoS rewards, I think. I think you really need to consider the compound interest. 1% of the 1% 3 times a day could add up fairly quickly.
|
|
|
|
artiface
|
|
February 26, 2014, 12:00:20 PM |
|
Hi,
The stake of 1% annually. Does this mean you get 1% extra coins per year? (Much lower than with MINT or EBT)
Anybody? i am also very interested in an answer to this very important question Thats the function in the source: // miner's coin stake reward based on coin age spent (coin-days) int64 GetProofOfStakeReward(int64 nCoinAge, int64 nFees) { int64 nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
if (fDebug && GetBoolArg("-printcreation")) printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);
return nSubsidy + nFees; }
COIN_YEAR_REWARD = 0.01 (1%) But I couldn't figure it out when and how often it applies. Maybe a DEV could help to understand this better? edit: typo Thanks for the feedback. So it really is 1%. This basically means it is a pure POW coin, since nobody will be really interested in the PoS rewards, I think. As has been said a thousand times in this thread it is 1% nominal interest. That 1% can be compounded as much as every 8 hours. If you don't understand what compound interest means then go look it up. If you don't think that will be enough POS then don't bother, leave it to the people who actually understand.
|
|
|
|
|
paniczklos
|
|
February 26, 2014, 12:03:14 PM |
|
blackcoin p2pool node GREAT FOR MASSIVE MINERS - CURRENTLY THE NODE IS @ 400Mhs!
|
|
|
|
Jabulon
|
|
February 26, 2014, 12:04:21 PM |
|
This may have been asked/answered elsewhere but I've looked and cannot find anything straightforward, either here or or blackcoin.co:
How do you set your BC wallet up for PoS minting? After wallet encrypt it shows stake miner locked for minting.
Is it done with a simple command in debug console? If so, what is the exact command?
Or is it something more complicated, involving setup of a .conf in your %appdata% folder? Again, details please, if this is the way.
Please make reply PoS-noob friendly, I have never done this setup before. Thanks very much.
|
|
|
|
|