Pages:
Author

Topic: [ANN][FIND] FindCoin | Update Wallet If You Haven't! | Community Anti-Scam Token - page 21. (Read 126398 times)

uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
Hmm... I agree, it seems the POS reward code could have a bug. I'll look into it more and see if we need a fork.

Edit: Can you guys confirm if your POS earned per day is less than expected? Here is the code I believe is causing the problem:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

Should really be:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365;

if the nCoinAge is expressed in days, then the second formula is fine. Otherwise we will have problems as interest rate is scaled to days.
the first formula may be thus correct, if COIN is the scaling factor. Double check that.

It seems FIND has nCoinAge calculated as follows:
Code:
CBigNum bnCoinDay = bnCentSecond * CENT / (24 * 60 * 60);
    if (fDebug && GetBoolArg("-printcoinage"))
        printf("coin age bnCoinDay=%s\n", bnCoinDay.ToString().c_str());
    nCoinAge = bnCoinDay.getuint64();

While the second example (HyperStake) has it like this:
Code:
CBigNum bnCoinDay = bnCentSecond * CENT / COIN / (24 * 60 * 60);
    if (fDebug && GetBoolArg("-printcoinage"))
        printf("coin age bnCoinDay=%s\n", bnCoinDay.ToString().c_str());
    nCoinAge = bnCoinDay.getuint64();

So at the moment I'm not sure where the mistake could be as they both divide by COIN, but FIND does it later in the calculation.

ok, let's see if I can help with this one.
Both formulas lead to the same solution, the difference however is the order of operations.
in the first version you have division by COIN after converting to int, in the second before.
That may have importance.

full member
Activity: 184
Merit: 100
Hmm... I agree, it seems the POS reward code could have a bug. I'll look into it more and see if we need a fork.

Edit: Can you guys confirm if your POS earned per day is less than expected? Here is the code I believe is causing the problem:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

Should really be:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365;

if the nCoinAge is expressed in days, then the second formula is fine. Otherwise we will have problems as interest rate is scaled to days.
the first formula may be thus correct, if COIN is the scaling factor. Double check that.

It seems FIND has nCoinAge calculated as follows:
Code:
CBigNum bnCoinDay = bnCentSecond * CENT / (24 * 60 * 60);
    if (fDebug && GetBoolArg("-printcoinage"))
        printf("coin age bnCoinDay=%s\n", bnCoinDay.ToString().c_str());
    nCoinAge = bnCoinDay.getuint64();

While the second example (HyperStake) has it like this:
Code:
CBigNum bnCoinDay = bnCentSecond * CENT / COIN / (24 * 60 * 60);
    if (fDebug && GetBoolArg("-printcoinage"))
        printf("coin age bnCoinDay=%s\n", bnCoinDay.ToString().c_str());
    nCoinAge = bnCoinDay.getuint64();

So at the moment I'm not sure where the mistake could be as they both divide by COIN, but FIND does it later in the calculation.
sr. member
Activity: 252
Merit: 250
www.CloudThink.IO
We need to find Denkoma. He is Megamind. Satoshi Nakomoto 2.

Wow what a load of donkey poo, he is far from megamind, satoshi. he could not build a linux wallet he is not terrible by all means but stop trolling.

EDIT: Good riddance to someone that leaves a community and coin.
legendary
Activity: 1848
Merit: 1014
We need to find Denkoma. He is Megamind. Satoshi Nakomoto 2.
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
Hmm... I agree, it seems the POS reward code could have a bug. I'll look into it more and see if we need a fork.

Edit: Can you guys confirm if your POS earned per day is less than expected? Here is the code I believe is causing the problem:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

Should really be:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365;

if the nCoinAge is expressed in days, then the second formula is fine. Otherwise we will have problems as interest rate is scaled to days.
the first formula may be thus correct, if COIN is the scaling factor. Double check that.
full member
Activity: 184
Merit: 100
Guys, I think you need to re-check the annual PoS interest. Today I received just 0.9FIND for 27280FIND block. And this is for a period of 8 days.
Yep, it seems to be much lower than 25%.

Hmm... I agree, it seems the POS reward code could have a bug. I'll look into it more and see if we need a fork.

Edit: Can you guys confirm if your POS earned per day is less than expected? Here is the code I believe is causing the problem:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365 / COIN;

Should really be:
Code:
int64_t nSubsidy = nCoinAge * nRewardCoinYear / 365;
legendary
Activity: 1416
Merit: 1003
Bagholder. Hodling shit since 2014
Guys, I think you need to re-check the annual PoS interest. Today I received just 0.9FIND for 27280FIND block. And this is for a period of 8 days.
Yep, it seems to be much lower than 25%.
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
I had FindCoin in my wallet , i start staking but i didn't Findcoin every hour. Sad
hold on, you are confusing two things: one was distribution phase, that was indeed each hour and that is OVER since many days, and other thing is staking (PoS phase) that is taking place now. PoS works as follows: you must have some coins already in the wallet and once they achieve maturity (after several hours - check OP for details) they are ready for staking (you must unlock the wallet for that). That doesn't mean you immediately receive the coins - you will be competing with others and only if your priority is higher you will get the coins. Priority is dependent on the number of coins and their age.
sr. member
Activity: 308
Merit: 250
Smiley hi , i'm newbie, i have a problem.
I don't receive findcoin every hour, it report " Not stacking, because you don't have maturie coin.".

It's POS system:
If you have balance then findcoind would automatically try to generate proof hashes for you. If you find a stake the reward is calculated using current Proof-of-Stake difficulty and Coin-Age amount consumed. The reward amount is added to your stake amount and is shown together in the stake field of getinfo output.
you can also buy coins, either on yobit.net exchange or in this topic: https://bitcointalksearch.org/topic/find-findcoin-unofficial-trading-thread-908464
yes, thank you. Now, do i need Findcoin in wallet to get staking ?

Yes you need FindCoin in your wallet to start staking.
I had FindCoin in my wallet , i start staking but i didn't Findcoin every hour. Sad

Mine is staking ok, just hold on for an extra hour or two and i am sure yours will to  Smiley
newbie
Activity: 4
Merit: 0
Smiley hi , i'm newbie, i have a problem.
I don't receive findcoin every hour, it report " Not stacking, because you don't have maturie coin.".

It's POS system:
If you have balance then findcoind would automatically try to generate proof hashes for you. If you find a stake the reward is calculated using current Proof-of-Stake difficulty and Coin-Age amount consumed. The reward amount is added to your stake amount and is shown together in the stake field of getinfo output.
you can also buy coins, either on yobit.net exchange or in this topic: https://bitcointalksearch.org/topic/find-findcoin-unofficial-trading-thread-908464
yes, thank you. Now, do i need Findcoin in wallet to get staking ?

Yes you need FindCoin in your wallet to start staking.
I had FindCoin in my wallet , i start staking but i didn't Findcoin every hour. Sad
legendary
Activity: 1624
Merit: 1005
I wish you all love and profitable investments!!!
Yearly POS Interest: 25%

Guys, I think you need to re-check the annual PoS interest. Today I received just 0.9FIND for 27280FIND block. And this is for a period of 8 days. Here are the details of the transactions:

Status: 5267 confirmations
Date: 06.02.2015 11:04
Debit: -27280.91672135 FIND
Credit: 27280.91672135 FIND
Transaction fee: -0.00001 FIND
Net amount: -0.00001 FIND
Transaction ID: cc9d2bc4d4e1cdecaf0abf3cae0683bdca9e9d977bc3abbf8bd74138729f45c9


Status: 67 confirmations
Date: 14.02.2015 08:30
Source: Generated
Credit: 0.93315092 FIND
Net amount: +0.93315092 FIND
Transaction ID: 9fe8ebc1c00b372269fa4a4d047da604cd8d6f53e0b69600431e3382fe7e08de
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
Today I suggested FIND to the voting list on c-cex.com , I will inform you if they will add it and we can start to vote ( it is necessary only 0.003 btc per user 0.001 btc = 1 vote).
Thanks for that. There are like 220 votes needed to be accepted. I think we can make it.

I will take a look later and make my vote but am not sure it is worth it, all that is going to happen is further dumping is it not why you want it on the exchange?
Actually, I was the one who was voting against listing FIND on any exchange for as long as possible hoping that it will have twofold effect. First, it will bring more time for a stable development if coin features and second it will boost direct trade among thusers so that exchange fees can be saved. None of that happene, so I suppose we should try the classical way of any altcoin that is to the exchange purgatory.
sr. member
Activity: 308
Merit: 250
Today I suggested FIND to the voting list on c-cex.com , I will inform you if they will add it and we can start to vote ( it is necessary only 0.003 btc per user --  0.001 btc = 1 vote).
Thanks for that. There are like 220 votes needed to be accepted. I think we can make it.

I will take a look later and make my vote but am not sure it is worth it, all that is going to happen is further dumping is it not why you want it on the exchange?
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
Today I suggested FIND to the voting list on c-cex.com , I will inform you if they will add it and we can start to vote ( it is necessary only 0.003 btc per user --  0.001 btc = 1 vote).
Thanks for that. There are like 220 votes needed to be accepted. I think we can make it.
legendary
Activity: 1778
Merit: 1043
#Free market
Today I suggested FIND to the voting list on c-cex.com , I will inform you if they will add it and we can start to vote ( it is necessary only 0.003 btc per user --  0.001 btc = 1 vote).
legendary
Activity: 1416
Merit: 1003
Bagholder. Hodling shit since 2014
This coin definitely attracts scammers and suspicious guys.
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
If you all pitch in for a community bounty I will happily add what is needed to the source and update the wallets.

Great. Please contact Quadmium to join the dev team, then - see message below.

Alright so here is the situation as I see it:

DenKoma is gone for now (he told us a while back he had some big stuff to deal with in his company) and no contact has been made.

What we need is a person / new team capable of (at least) web development to take over the website and start the services we planned (POD, scammer bounties, etc). I don't have the time to manage that aspect of the coin, but I can continue to help out with the wallet / technical issues we need to solve.

Anyone interested in joining the dev team let me know, and we can start to get things going again.

This person "TwiddlerD" is a known FUDster and scammer.

I wouldn't trust anything he says.
ok, thanks for the warning. It is important that we choose the new member of the team properly, as this coin has already suffered a lot. First in the FindYouCoin incarnation and now as FindCoin.
legendary
Activity: 1554
Merit: 1001
If you all pitch in for a community bounty I will happily add what is needed to the source and update the wallets.

Great. Please contact Quadmium to join the dev team, then - see message below.

Alright so here is the situation as I see it:

DenKoma is gone for now (he told us a while back he had some big stuff to deal with in his company) and no contact has been made.

What we need is a person / new team capable of (at least) web development to take over the website and start the services we planned (POD, scammer bounties, etc). I don't have the time to manage that aspect of the coin, but I can continue to help out with the wallet / technical issues we need to solve.

Anyone interested in joining the dev team let me know, and we can start to get things going again.

This person "TwiddlerD" is a known FUDster and scammer.

I wouldn't trust anything he says.
sr. member
Activity: 308
Merit: 250
Alright so here is the situation as I see it:

DenKoma is gone for now (he told us a while back he had some big stuff to deal with in his company) and no contact has been made.

What we need is a person / new team capable of (at least) web development to take over the website and start the services we planned (POD, scammer bounties, etc). I don't have the time to manage that aspect of the coin, but I can continue to help out with the wallet / technical issues we need to solve.

Anyone interested in joining the dev team let me know, and we can start to get things going again.


Fine. Thanks Quadmium for the updates.

We can now move on without waiting for DenKoma anymore.

Just stick with the original plan and this coin is still a nice project.

I agree shame to see him go but we cant just all crawl into the shadows because he has!

There are scammers to Find and developments to be made this is a good project and as long as it gets a community behind it, it will be a success.
full member
Activity: 191
Merit: 100
Let's have fun!
Alright so here is the situation as I see it:

DenKoma is gone for now (he told us a while back he had some big stuff to deal with in his company) and no contact has been made.

What we need is a person / new team capable of (at least) web development to take over the website and start the services we planned (POD, scammer bounties, etc). I don't have the time to manage that aspect of the coin, but I can continue to help out with the wallet / technical issues we need to solve.

Anyone interested in joining the dev team let me know, and we can start to get things going again.


Fine. Thanks Quadmium for the updates.

We can now move on without waiting for DenKoma anymore.

Just stick with the original plan and this coin is still a nice project.
Pages:
Jump to: