Bitcoin Forum
June 20, 2024, 04:42:35 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 »  All
  Print  
Author Topic: Faucet coin [drop] Exchange give away  (Read 29385 times)
quantumgravity
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile WWW
October 30, 2015, 10:23:46 AM
 #41

@dripper

your stake-code is buggy, look at your source.
Code:
nt64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees)
{
    int64_t nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8); // 10% Yearly interest

    if(pindexBest->nHeight < 5000)
    {
        nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8) * 1000;  // 10000% yearly interest
    }
    else if(pindexBest->nHeight < 1000)
    {
        nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8) * 500;  // 5000% yearly interest
    }
    else if (pindexBest->nHeight > 10001)
    {
        nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8) / 5;  // 2%% yearly interest
    }

edit:
but tbh, i'm not sure if this is relevant for coins not staking.
if i remember right, the amount must be more than 1?

Good catch. I think "else if(pindexBest->nHeight < 1000)" needs to be "else if(pindexBest->nHeight < 10000)" instead.

The dripper (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
October 30, 2015, 10:30:01 AM
 #42

WTF?

POS not active

Yes it is active


Looking @ source now thanks for that

zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 30, 2015, 10:37:41 AM
 #43

Love your idea of using the exchange giveaway because this will be fair for everyone as well as promote yobit exchange. Will stake this coin to support such idea Grin
xhoneyael
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250

www.AntiBitcoinTalk.com


View Profile WWW
October 30, 2015, 11:33:15 AM
 #44

i like to try to stake but wallet is not compatible in 32 - bit

Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
October 30, 2015, 01:10:40 PM
 #45

I like the free distribution idea. There was also a fauecetcoin maybe a year ago but it never materialized. I like this coin Smiley

The dripper (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
October 30, 2015, 02:41:37 PM
 #46

Hi guys,

Like some people pointed out to us, we forgot a 0.

Its fixed now


New wallet in OP also github source updated

LadangGalau
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250

EthBits


View Profile
October 30, 2015, 02:43:49 PM
 #47

Hi guys,

Like some people pointed out to us, we forgot a 0.

Its fixed now


New wallet in OP also github source updated
link ?
zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 30, 2015, 02:58:07 PM
 #48

Hi guys,

Like some people pointed out to us, we forgot a 0.

Its fixed now


New wallet in OP also github source updated
not all of us have linux ready to compile for windows and know how to do it or even bother to compile one (LOL) is download link updated yet?
Bobekko
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
October 30, 2015, 03:02:00 PM
 #49

Hi guys,

Like some people pointed out to us, we forgot a 0.

Its fixed now


New wallet in OP also github source updated
not all of us have linux ready to compile for windows and know how to do it or even bother to compile one (LOL) so please update the windows link

If it makes you feel any better even with fix it's not staking on linux (coins from yesterday still not mature). Maybe it will take a little time.

The dripper (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
October 30, 2015, 03:09:48 PM
 #50

linux wallet wil be online shortly

zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 30, 2015, 03:10:24 PM
 #51

Hi guys,

Like some people pointed out to us, we forgot a 0.

Its fixed now


New wallet in OP also github source updated
not all of us have linux ready to compile for windows and know how to do it or even bother to compile one (LOL) so please update the windows link

If it makes you feel any better even with fix it's not staking on linux (coins from yesterday still not mature).
The concept is great but I agree with you more than 4 hours and it's not staking now on windows
zodiac3011
Hero Member
*****
Offline Offline

Activity: 770
Merit: 500



View Profile
October 30, 2015, 03:10:59 PM
 #52

linux wallet wil be online shortly

Hello dev we are all having problem staking coins because the coins are not mature at all  Huh
quantumgravity
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile WWW
October 30, 2015, 04:20:35 PM
 #53

I've staked a block. It is taking longer to mature because the blockchain is moving slowly right now.

Klaasje
Legendary
*
Offline Offline

Activity: 1080
Merit: 1000

BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm


View Profile
October 30, 2015, 05:01:20 PM
 #54

I've staked a block. It is taking longer to mature because the blockchain is moving slowly right now.

Can show us a screenshot please? i dont have a stake yet

Bitcoin - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
The dripper (OP)
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
October 30, 2015, 06:14:08 PM
 #55

Linux wallet download added to OP....

Bobekko
Full Member
***
Offline Offline

Activity: 137
Merit: 100



View Profile
October 30, 2015, 06:39:03 PM
 #56

I've staked a block. It is taking longer to mature because the blockchain is moving slowly right now.

Can show us a screenshot please? i dont have a stake yet

None here yet either and still saying they are not mature. Wonder how much YoBit are staking and what happens with all the rewards.  Huh

CryptoHobo
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
October 30, 2015, 07:14:09 PM
 #57

I've staked a block. It is taking longer to mature because the blockchain is moving slowly right now.

Can show us a screenshot please? i dont have a stake yet

None here yet either and still saying they are not mature. Wonder how much YoBit are staking and what happens with all the rewards.  Huh

same still no maturity (updated)
findyou1000
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
October 30, 2015, 07:54:02 PM
 #58

I've staked a block. It is taking longer to mature because the blockchain is moving slowly right now.

Can show us a screenshot please? i dont have a stake yet

None here yet either and still saying they are not mature. Wonder how much YoBit are staking and what happens with all the rewards.  Huh

same still no maturity (updated)

here the same
Remy_5
Hero Member
*****
Offline Offline

Activity: 1194
Merit: 502


View Profile
October 30, 2015, 08:02:46 PM
 #59


here the same

There are many blocks POS in block chain, here is a small list, but unfortunately no one my.


     643, 4da3c943821bdd8bf4499b46a13a6a2c74e9c77355b6787e3a6a38032c23ee28

     642, 7b9cdbac6ce5223f43dc03db995d32890fd79dbbb6da402fb3bfa820183be7d4

     633, 6c80ccd19db26d6f768704802902a2a59d0bf3096c05aba40b5920b8f48adffd
         
     624, abde5230933982e6ab4c7546364b3e444b0e992e94d2899a1a1b1ae1bd5e66f9


You can verify if they match with the command:
getblock abde5230933982e6ab4c7546364b3e444b0e992e94d2899a1a1b1ae1bd5e66f9

Code:


{
"hash" : "abde5230933982e6ab4c7546364b3e444b0e992e94d2899a1a1b1ae1bd5e66f9",
"confirmations" : 20,
"size" : 478,
"height" : 624,
"version" : 6,
"merkleroot" : "ff506485da4d4c8fc2a0a917861105028d178a56669bd8d77eca897fae2e8a2b",
"mint" : 0.54758000,
"time" : 1446231781,
"nonce" : 0,
"bits" : "1f00ffff",
"difficulty" : 0.00001526,
"blocktrust" : "10001",
"chaintrust" : "780a36aa",
"previousblockhash" : "000000488cd964c275d64044c8ec906b5585148de20168cd6bfe9c398830f168",
"nextblockhash" : "000000f2bfd46862bcef457f46bc72860f665c830a55287fca3547269d9bba89",
"flags" : "proof-of-stake",
"proofhash" : "00016c528b1699b7a0218c12c03793525bcfaf1c456212a69e5c4fc2aebbc840",
"entropybit" : 1,
"modifier" : "ded2df240e580af1",
"modifierchecksum" : "69f19157",
"tx" : [
"f9c50f0550065e32975d91333da4f9087290075ba1b2e8951714635e6a128d9f",
"26a4a5ff0df787800b954f5db463d84c5745e67fc213f2ae8f6eecd4bf7c8d90"
],
"signature" : "3045022100ff6eb6664d8065f1f9da918de7a1eb8fe2ea6616eab16be264ae994caff508c102202aa82c60660f3cfe7479bebd423411122668cce6df6b3f805e8712b4afcadafd"
}


Sorry, I have no time.

quantumgravity
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile WWW
October 30, 2015, 09:49:24 PM
 #60

The stake weight is only 17. Like I said, as the block chain gains momentum, then the maturity will normalize.

Here is my stake:

Quote
Status: 253 confirmations
Date: 10/30/2015 06:25
Source: Generated
Credit: 0.27789 DROP
Net amount: +0.27789 DROP
Transaction ID: a43878e8a8f0a49c80dfd05c563d63a3cc2f15b249d95a3773620e400d04efa1

Generated coins must mature 210 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.

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 »  All
  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!