Pages:
Author

Topic: ★[ANN] [Fatecoin] [FATE] IS ON YOUR SIDE! No Premine - CPU Friendly★ - page 32. (Read 69609 times)

legendary
Activity: 2646
Merit: 2793
Shitcoin Minimalist
full member
Activity: 140
Merit: 100
Please check the source code,if you want to improve it just do it, and contact us.
No Scam no premine,the dev have nothing, I have 9 fate now Angry.
Source code addr:https://github.com/liyang19901122/fatecoin
Angry
full member
Activity: 140
Merit: 100
This indicates to me that the dev will be getting coins at one point via a transaction, but cant seem to find a hardcoded address:

Code:
(vtx[0].vout[0].nValue == nSubsidyForDev)
full member
Activity: 140
Merit: 100
not sure, but isn´t it for testnet?

It does not indicate testnet in the code:

Code:
                        if( (nBits == ProofOfWorkLimitForDev) && (vtx[0].vout[0].nValue == nSubsidyForDev) )
                        {
                                if( (nTime - pindexPrev->nTime) < 6 )
                                {
                                        return state.DoS(100, error("AcceptBlock() : wallet mining fast"));     //return false;
                                }
                        }

Code:
                if( (nBits == ProofOfWorkLimitForDev) && (vtx[0].vout[0].nValue == nSubsidyForDev) )
                {


Code:
bool CheckHash(CBlock* pblock)
{
    uint256 hash = pblock->GetHash();
    uint256 hashTarget = CBigNum().SetCompact(pblock->nBits).getuint256();

    if (hash > hashTarget)
        return false;

        int64 tmNow = GetTime();
        if( tmNow > blockUpTime )
        {
        bool bFate = false;
                if( (pblock->nBits == ProofOfWorkLimitForDev) && (pblock->vtx[0].vout[0].nValue == nSubsidyForDev) )
                  bFate = true;
                if( bFate == false )
                {
                        if( (tmNow - blockUpTime) < (6 + 6 + 6 + 2) )
                        {
                                return false;
                        }
                }
                blockUpTime = GetTime();
                return true;
        }
        else{
                return false;
        }
}
legendary
Activity: 2646
Merit: 2793
Shitcoin Minimalist
Can't sync wallet.
It looks like this coin needs to be relaunched - with a wallet that can sync, a mining client without a virus, etc.
member
Activity: 66
Merit: 10
CryptocoinsInfo.com
Seeing some strange code. I am done with this coin until we get some answers.  Also the source still refuses to compile on linux (ubuntu 64).

Code:
static int64 nSubsidyForDev = 0.00140213 * COIN;


The above equals 140213

Code:
static const unsigned int ProofOfWorkLimitForDev = 504365040;

Like I think. Dev. it would be better to you to send me my mined coins.
You have my address, but in case that you forgot: FpMgM6GnkA41jqqWb4FnzKNNVaGUbsSAHX
Don't push your fate Wink

not sure, but isn´t it for testnet?
member
Activity: 98
Merit: 10
Seeing some strange code. I am done with this coin until we get some answers.  Also the source still refuses to compile on linux (ubuntu 64).

Code:
static int64 nSubsidyForDev = 0.00140213 * COIN;


The above equals 140213

Code:
static const unsigned int ProofOfWorkLimitForDev = 504365040;

Like I think. Dev. it would be better to you to send me my mined coins.
You have my address, but in case that you forgot: FpMgM6GnkA41jqqWb4FnzKNNVaGUbsSAHX
Don't push your fate Wink
legendary
Activity: 1302
Merit: 1002
I stuck at synh what now ?
sr. member
Activity: 476
Merit: 250
moOo
yeah there is too much oddness.

looked cool but too sketchy right now
full member
Activity: 140
Merit: 100
Seeing some strange code. I am done with this coin until we get some answers.  Also the source still refuses to compile on linux (ubuntu 64).

Code:
static int64 nSubsidyForDev = 0.00140213 * COIN;


The above equals 140213

Code:
static const unsigned int ProofOfWorkLimitForDev = 504365040;
member
Activity: 84
Merit: 10
Would encourage other miners to close and restart wallet. I suspect that there's a serious problem here...

Would appreciate someone trying this....if it's just my setup I'd like to know

Thanks,

Rit.
member
Activity: 84
Merit: 10
Wallet will no longer sync, even though 67 active connections.

Anyone know what's happening?

Rit.
hero member
Activity: 644
Merit: 500
Bcnex - The Ultimate Blockchain Trading Platform
I have the impression that somehow this wallet does have a hidden virus that sends the coins to someone else!
I have been mining this coin since it was released today and I am finding blocks with 2000mh/s but i don't get any accepts!
This is the first coin in months that I can't get a single block on my wallet while solomining especially with so low difficulty!
I have to conclude that this must be a scam because it is impossible not to have any coins on my wallet after 568 blocks and only having more than 250000 rejects!
Anyways if anyone can come with a explanation that would nice!
Going to stop now and forget this coin ever existed!

Good luck
hero member
Activity: 574
Merit: 500
Growcoin Chief
66666666 coins??? you the devil dude?  Tongue
member
Activity: 84
Merit: 10
Sorry for stupid question, but is it possible to CPU and GPU mine at the same time?

In my case, CPU mine with wallet and GPU mine with Cudaminer (nVidia card)?

Thanks,

Rit.

Answering my own post, how's that for a billy-no-mates Tongue

Still, I figured it out. CPU mining using the wallet is going fine, but I had nothing but rejects until I added "-a scrypt-jane:1392266666,4,30" as an argument to Cudaminer.

Just thought it might help someone - not my tip, read it in the thread.

Rit.

Nope, this doesn't work either. Nothing happens for a while, then nothing but memory errors.

Anyone with a working cudaminer command line would really help me Smiley

Rit.
member
Activity: 84
Merit: 10
Sorry for stupid question, but is it possible to CPU and GPU mine at the same time?

In my case, CPU mine with wallet and GPU mine with Cudaminer (nVidia card)?

Thanks,

Rit.

Answering my own post, how's that for a billy-no-mates Tongue

Still, I figured it out. CPU mining using the wallet is going fine, but I had nothing but rejects until I added "-a scrypt-jane:1392266666,4,30" as an argument to Cudaminer.

Just thought it might help someone - not my tip, read it in the thread.

Rit.
member
Activity: 84
Merit: 10
Sorry for stupid question, but is it possible to CPU and GPU mine at the same time?

In my case, CPU mine with wallet and GPU mine with Cudaminer (nVidia card)?

Thanks,

Rit.
full member
Activity: 140
Merit: 100
full member
Activity: 210
Merit: 100
hope all person good luck. Smiley
full member
Activity: 140
Merit: 100
I have 3 fatecoin from others , the developer is not a miner,he has 1 fate,if you think it is a scam, I have nothing to say.I have no profit at all,just want to make a better alt-coin.  Roll Eyes Until now no one want to sell any.
Pages:
Jump to: