Bitcoin Forum
April 24, 2024, 04:35:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 135 »
  Print  
Author Topic: [ANN] [YC] YellowCoin ★★Pure POS★★ Let's color the MOON !!!1.0.0.3 Updated  (Read 186593 times)
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
April 28, 2014, 04:07:20 AM
 #861

https://github.com/YCteam/YellowCoin/blob/master/src/main.cpp#L994
Code:
const int DAILY_BLOCKCOUNT =  4320;	    // 1440 * 3
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight)
{
    int64 nRewardCoinYear;
nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

if(nHeight < (7 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 1 * MAX_MINT_PROOF_OF_STAKE;
else if(nHeight < (18 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 1000 * MAX_MINT_PROOF_OF_STAKE;

    int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d" nBits=%d\n", FormatMoney(nSubsidy).c_str(), nCoinAge, nBits);

    return nSubsidy;
}

Seems nothing wrong with the code. We will get 10% POS soon.

The fact is we are past 7 * 4320 blocks (30240 blocks) and we are not getting the increased POS.  There is something wrong with your code.  Take another look, but you have a bug.  Don't just leave it as 'we'll get it soon'...  We are now at block 35693 - over 5000 blocks past where your code says it should kick in.  Keep digging and solve this or watch it crash and burn!

I look at it like this.  If you have a bank account and earn monthly interest it accrues over the month and you are paid it at the end of the month.  The daily interest started accruing at 30240 + 3420 blocks and is paid at the end of the day, another 3420 blocks, so block 38880 approximately.  

Maybe

I think

You are looking at it wrong. This is not interest. This is a block reward. Your coins need to be in your wallet for 24 hours at a minimum to make them eligible to earn a block reward. When they stake, they must then wait another 24 hours before they are eligible to stake again. So long as they are eligible to stake, they are eligible for a block reward when they do stake. Stop thinking this is interest. It is a mining block reward just like POW. The reward is variable based upon the number of coins used and the age of those coins. Nothing more. What I am arguing is that the block reward is 1/1000 the size we are owed. The dev needs to address this fast!

Probably, we are still at 3.65% ANNUAL POS. The 10% DAILY POS has not kicked in yet.

How long do we need to keep our wallets open, EVERYDAY, to generate POS COINS?

The Bitcoin network protocol was designed to be extremely flexible. It can be used to create timed transactions, escrow transactions, multi-signature transactions, etc. The current features of the client only hint at what will be possible in the future.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713976518
Hero Member
*
Offline Offline

Posts: 1713976518

View Profile Personal Message (Offline)

Ignore
1713976518
Reply with quote  #2

1713976518
Report to moderator
1713976518
Hero Member
*
Offline Offline

Posts: 1713976518

View Profile Personal Message (Offline)

Ignore
1713976518
Reply with quote  #2

1713976518
Report to moderator
GREEDYJOHN
Legendary
*
Offline Offline

Activity: 1778
Merit: 1000


View Profile
April 28, 2014, 04:14:11 AM
 #862

https://github.com/YCteam/YellowCoin/blob/master/src/main.cpp#L994
Code:
const int DAILY_BLOCKCOUNT =  4320;	    // 1440 * 3
int64 GetProofOfStakeReward(int64 nCoinAge, unsigned int nBits, unsigned int nTime, int nHeight)
{
    int64 nRewardCoinYear;
nRewardCoinYear = MAX_MINT_PROOF_OF_STAKE;

if(nHeight < (7 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 1 * MAX_MINT_PROOF_OF_STAKE;
else if(nHeight < (18 * DAILY_BLOCKCOUNT))
nRewardCoinYear = 1000 * MAX_MINT_PROOF_OF_STAKE;

    int64 nSubsidy = nCoinAge * nRewardCoinYear / 365;
if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRI64d" nBits=%d\n", FormatMoney(nSubsidy).c_str(), nCoinAge, nBits);

    return nSubsidy;
}

Seems nothing wrong with the code. We will get 10% POS soon.
OK, I UNDERSTAND. YOU SAID THAT WE WILL GET 10% POS SOON, BUT WE ARE NOT THERE YET, BECAUSE WE ARE CURRENTLY STILL ON THE 3.65% ANNUAL POS.

Specialkey
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
April 28, 2014, 05:16:52 AM
 #863

What is up now with 10 percent?

I am still waiting, hope it would not be screwed.
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 07:08:24 AM
 #864

yeahhhhhhhhhhh stake arrived !!!!   Grin Grin Grin



RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 07:19:20 AM
 #865

yeahhhhhhhhhhh stake arrived !!!!   Grin Grin Grin




I don't see the amount of coins the stake produced.

And the block explorer is still showing 3.65% annual PoS.
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 07:22:32 AM
 #866


RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 07:23:51 AM
 #867



ahh, it still isn't 10% daily, it is the regular 3.65% annual
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 07:34:28 AM
 #868

Bouhouuuuuuuuuuuuuu   Cry Cry Cry


In first image sold is 515 and stake is 50 this is ok ?
The second image sold is 566 .

For me 50 is the 10 % of 500 no ?


Specialkey
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
April 28, 2014, 07:55:04 AM
 #869

Anybody experience with stake on mac wallets?

Please share.
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 07:55:58 AM
 #870

 


Skate is 50  no ?

Acidyo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


Will Bitcoin Rise Again to $60,000?


View Profile
April 28, 2014, 07:56:54 AM
 #871

Do you need to have your wallet opened up at all times for it to stake? Or does it check through confirmations?
XbladeX
Legendary
*
Offline Offline

Activity: 1302
Merit: 1002



View Profile
April 28, 2014, 07:58:52 AM
 #872

 


Skate is 50  no ?
Yup in BC only some random part of coins can be chosen to stake and not 100% of all.
With luck you will get 100% usualy is lower. I don't know how it is with YC.
Coins can have diftrent ages if you have few transfers in.

Request / 26th September / 2022 APP-06-22-4587
WalkerLi
Full Member
***
Offline Offline

Activity: 238
Merit: 100

hello world, hello crypto


View Profile
April 28, 2014, 08:00:00 AM
 #873



the stake is 0.0177,it's mined by the 50.65 YC.

RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 08:02:38 AM
 #874



the stake is 0.0177,it's mined by the 50.65 YC.

What he said

The answer we were looking for was 5.065 not 0.0177

My gut feeling is that the 10% party starts at:

(4320 * 2) + 30240 = block 38,880

And if not our dev will be busy hard forking the chain.
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 08:16:51 AM
 #875

Now again 2 ° skate I does not understand

And my wallet is open all this morning.


RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 08:59:11 AM
 #876

I just got some free coins!

From the giveaway!!! (i think)

Well timed dev, well timed.

edit:  am I the only one?  or did someone just send me free coins because of my great personality?  lol
Specialkey
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


View Profile
April 28, 2014, 09:14:55 AM
 #877

Since now nothing arrived.

You are the Lucky One.lol.
RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 09:17:54 AM
 #878

Since now nothing arrived.

You are the Lucky One.lol.

i dunno who sent them but they were sent to the addy in my sig, nice

Thank you whoever sent coins!
atchoum6760
Legendary
*
Offline Offline

Activity: 1904
Merit: 1063



View Profile
April 28, 2014, 09:20:49 AM
 #879

Again lol ! it's number 3


RoyalSands
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
April 28, 2014, 09:27:02 AM
 #880

Again lol ! it's number 3



Mine is starting to pick up pace as well.  I have a lot of orphans.  Maybe I'm running too many things on my computer at once.  It may be time for:

setgenerate true -1

fyi:
try command setgenerate true -1 in the console or

you can use variables 1,2,3,4, or -1 to assign processing power to generation, -1 is 100% cpu usage

-1 will max your cpu so be careful, you can try the other values as well
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 [44] 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 ... 135 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!