Pages:
Author

Topic: [ANN] DustCoin DUST 100% PoS Yobit ICO (v1.2) - page 9. (Read 25097 times)

sr. member
Activity: 294
Merit: 250
please help gofund.me/bigs21024 Family in need
Dust any good i got some. give it a shot its low
legendary
Activity: 957
Merit: 1006
you are right, was confused a bit. 23200-26400=10000*coin
26401=1000*coin
newbie
Activity: 42
Merit: 0
watch your if...



It says that if the "block height" is greater than or equals the "fork block height" then do something:

Code:
if (pindexBest->nHeight >= FORK_HEIGHT)

That something would be to do the reward times 100 (was 1% will be 100%):

Code:
nRewardCoinYear = nRewardCoinYear * 100;

I honestly don't see anything wrong there. (Does not mean I won't keep looking)
newbie
Activity: 42
Merit: 0
POS 1000% does not work Sad
1.44399953
0.3329086
Dev, expected hotfix?

Working on a fix right now

Paбoтa нaд иcпpaвлeниeм ceйчac

right now.

SCAM. CONFIRMED.

Whats wrong with you? Mental disorder? Go bother someone else.
legendary
Activity: 957
Merit: 1006
watch your if...

newbie
Activity: 42
Merit: 0
I do not see any error in the code:

Code:
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nRewardCoinYear = 10 * COIN;

if (pindexBest->nHeight >= FORK_HEIGHT)
{
nRewardCoinYear = nRewardCoinYear * 100;

if (pindexBest->nHeight <= FORK_HEIGHT+3200)
{
nRewardCoinYear = nRewardCoinYear * 10;
}
}

    int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

    if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfStakeReward(): create=%s nCoinAge=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nCoinAge);

    return nSubsidy + nFees;
}
newbie
Activity: 16
Merit: 0
POS 1000% does not work Sad
1.44399953
0.3329086
Dev, expected hotfix?

Working on a fix right now

Paбoтa нaд иcпpaвлeниeм ceйчac

right now.

SCAM. CONFIRMED.
newbie
Activity: 48
Merit: 0
DustCoinDev почему перестал работать POS?Мне начислилось один раз а теперь пишет нет зрелых монет.И сколько должно быть с 1000000DUST?
newbie
Activity: 42
Merit: 0
POS 1000% does not work Sad
1.44399953
0.3329086
Dev, expected hotfix?

Working on a fix right now

Paбoтa нaд иcпpaвлeниeм ceйчac
newbie
Activity: 38
Merit: 0
POS 1000% does not work Sad
1.44399953
0.3329086
Dev, expected hotfix?
sr. member
Activity: 994
Merit: 277
I got my first stake  Grin
newbie
Activity: 42
Merit: 0

This is what happens when your computers date / time is wrong.
newbie
Activity: 16
Merit: 0
newbie
Activity: 42
Merit: 0
POS 1000% does not work as it should  <> DUST minted +1.74834339 Cheesy
wallet v1.1.0.0
SCAM?


seems like the biggest wallet doing PoS

Where's the PoB from yobit??

Tell me, how do you think that Yobit can burn the coins when the buy wall is still active. Are you that ignorant?
newbie
Activity: 16
Merit: 0
POS 1000% does not work as it should  <> DUST minted +1.74834339 Cheesy
wallet v1.1.0.0
SCAM?


seems like the biggest wallet doing PoS

Where's the PoB from yobit??
newbie
Activity: 42
Merit: 0
POS 1000% does not work as it should  <> DUST minted +1.74834339 Cheesy
wallet v1.1.0.0
SCAM?


Why not ask in a normal way instead of shouting SCAM?
hero member
Activity: 824
Merit: 512
POS 1000% does not work as it should  <> DUST minted +1.74834339 Cheesy
wallet v1.1.0.0
SCAM?
hero member
Activity: 588
Merit: 500
Great. Thank you. I just downloaded and will try it out.


Edit: That one worked for me. Wallet synced


Withdrawal from Yobit worked. Coins in wallet now
legendary
Activity: 2632
Merit: 1450
DustCoin version v1.0.0.0


The windows wallet I originally downloaded  from the link off your first post


check OP
you need 1.1
https://github.com/DustCoinProject/DustCoin/releases/download/1.1.0.0/dustcoin-qt_1.1.0.0.zip
hero member
Activity: 588
Merit: 500
DustCoin version v1.0.0.0


The windows wallet I originally downloaded  from the link off your first post
Pages:
Jump to: