Pages:
Author

Topic: Faucet coin [drop] Exchange give away - page 23. (Read 29385 times)

hero member
Activity: 770
Merit: 500
October 30, 2015, 11:10:24 AM
#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
member
Activity: 64
Merit: 10
October 30, 2015, 11:09:48 AM
#50
linux wallet wil be online shortly
full member
Activity: 137
Merit: 100
October 30, 2015, 11:02:00 AM
#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.
hero member
Activity: 770
Merit: 500
October 30, 2015, 10:58:07 AM
#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?
sr. member
Activity: 378
Merit: 250
EthBits
October 30, 2015, 10:43:49 AM
#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 ?
member
Activity: 64
Merit: 10
October 30, 2015, 10:41:37 AM
#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
legendary
Activity: 924
Merit: 1000
TokenHouse decentralized cryptocurrency exchange
October 30, 2015, 09:10:40 AM
#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
sr. member
Activity: 462
Merit: 250
www.AntiBitcoinTalk.com
October 30, 2015, 07:33:15 AM
#44
i like to try to stake but wallet is not compatible in 32 - bit
hero member
Activity: 770
Merit: 500
October 30, 2015, 06: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
member
Activity: 64
Merit: 10
October 30, 2015, 06:30:01 AM
#42
WTF?

POS not active

Yes it is active


Looking @ source now thanks for that
sr. member
Activity: 476
Merit: 250
October 30, 2015, 06: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.
legendary
Activity: 957
Merit: 1006
October 30, 2015, 06:00:19 AM
#40
@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?
legendary
Activity: 1050
Merit: 1000
October 30, 2015, 05:44:58 AM
#39
WTF?

POS not active

i still don't have mature coins, 0.998 balance op says 4 hours been there 15  Huh


Min Stake Age: 4 hours
Max Stake Age: 4 Days
Minting Maturity: 40

legendary
Activity: 2632
Merit: 1450
October 30, 2015, 05:06:58 AM
#38
WTF?

POS not active
sr. member
Activity: 378
Merit: 250
EthBits
October 30, 2015, 04:56:20 AM
#37

Github

https://github.com/FaucetDrop/Faucet


Windows wallet download

https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww


Addnode's

addnode=178.21.116.54:13876
addnode=89.20.233.199:13876
addnode=81.44.112.33:62387
addnode=85.187.169.169:1387
addnode=92.233.105.57:56852
addnode=68.184.180.69:13876
addnode=94.213.50.182:64886
addnode=46.164.230.6:58565



How to install wallet pc?
Windows


just download the wallet here https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww
first you get one error with ST13
then open again and it works Cheesy
ok thanks
my address K1q4YcXFEZVBZUWU6WQLv4au2xxGtV5rN7 Cheesy
sr. member
Activity: 476
Merit: 250
October 30, 2015, 04:48:39 AM
#36
To get around that error, you can make a shortcut of the .exe and assign your own data directory before you open the wallet for the first time. I do this for all of my wallets because I keep my blockchains on an external hard drive.
member
Activity: 64
Merit: 10
October 30, 2015, 04:41:26 AM
#35

Github

https://github.com/FaucetDrop/Faucet


Windows wallet download

https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww


Addnode's

addnode=178.21.116.54:13876
addnode=89.20.233.199:13876
addnode=81.44.112.33:62387
addnode=85.187.169.169:1387
addnode=92.233.105.57:56852
addnode=68.184.180.69:13876
addnode=94.213.50.182:64886
addnode=46.164.230.6:58565



How to install wallet pc?
Windows


just download the wallet here https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww
first you get one error with ST13
then open again and it works Cheesy
sr. member
Activity: 378
Merit: 250
EthBits
October 30, 2015, 03:31:26 AM
#34

Github

https://github.com/FaucetDrop/Faucet


Windows wallet download

https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww


Addnode's

addnode=178.21.116.54:13876
addnode=89.20.233.199:13876
addnode=81.44.112.33:62387
addnode=85.187.169.169:1387
addnode=92.233.105.57:56852
addnode=68.184.180.69:13876
addnode=94.213.50.182:64886
addnode=46.164.230.6:58565



How to install wallet pc?
Windows
member
Activity: 70
Merit: 10
October 30, 2015, 03:25:36 AM
#33
Ticker: Drop
Algo: X13
Type: POS

Coins: 10,000 Drop's

Where: Block 1

Why: To put in a Faucet for everybody to get Drops freely (Only means of distribution)

Where to get some: https://yobit.net/en/freecoins (only 1 coin every 24hr)

Anymore coins: Nope just what you earn from staking


Min Stake Age: 4 hours
Max Stake Age: 4 Days
Minting Maturity: 40

Stake Interest:

100 - 5,000 = 10,000% per year
5,001 - 10,000 = 5,000% per year
10,001 and after is 2%

Confirmations: 3
Tx Fee: 0.0001


port: 13876
rpcport:13875



Github

https://github.com/FaucetDrop/Faucet


Windows wallet download

https://mega.nz/#!ehIQHZYA!LfnVpD7InrmaLa5MQp6ffvNAmqFF770IbWTl4PUz1Ww


Exhange

https://yobit.net/en/trade/DROP/BTC

When give away is over we wil post our roadmap and future plans


Addnode's

addnode=178.21.116.54:13876
addnode=89.20.233.199:13876
addnode=81.44.112.33:62387
addnode=85.187.169.169:1387
addnode=92.233.105.57:56852
addnode=68.184.180.69:13876
addnode=94.213.50.182:64886
addnode=46.164.230.6:58565


10.000 coins in yobit free faucet???  Undecided Undecided Undecided Undecided
member
Activity: 64
Merit: 10
October 30, 2015, 03:01:20 AM
#32
How many coins are still available?

i just asked BlackSmith from Yobit for a update Smiley
Pages:
Jump to: