Bitcoin Forum
May 22, 2024, 04:21:38 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
  Print  
Author Topic: ★[ANN] [Fatecoin] [FATE] IS ON YOUR SIDE! No Premine - CPU Friendly★  (Read 69589 times)
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
February 22, 2014, 09:39:10 PM
 #421

yeah there is too much oddness.

looked cool but too sketchy right now

mooo for rent
XbladeX
Legendary
*
Offline Offline

Activity: 1302
Merit: 1002



View Profile
February 22, 2014, 09:51:11 PM
 #422

I stuck at synh what now ?

Request / 26th September / 2022 APP-06-22-4587
Shepherd
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
February 22, 2014, 09:52:20 PM
 #423

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

Home - H2O Official faucet Please help an old shepherd to find his flock of sheep and a young shepherdess
DNotes  DXaABU4q6Mq5D9qEMTSU3rqY1TCtzVF9Nn         LTC: LPM3sfPfBAmXsoN7u6sQTwiFzoJpoEAFG6
MINT: MtKsn4h3v31T4vknHj1DSdfhhPn8DLBNce LEAF: fckMPwrA3nJD1pYpHxnpCXpzp48FbthuLm  DGB: DFxLE8U8Hfe5eggxw2NpG3jTHP12HEUqB6
cryptodave
Member
**
Offline Offline

Activity: 66
Merit: 10

CryptocoinsInfo.com


View Profile WWW
February 22, 2014, 11:02:15 PM
 #424

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?

realtime altcoin list for miner & trader - sortable by daily income, nethashrate, trading volume, time for solo mining, ...
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
February 23, 2014, 12:33:47 AM
 #425

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.
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 01:41:09 AM
 #426

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;
        }
}
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 01:41:52 AM
 #427

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)
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 03:47:40 AM
 #428

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

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
infofront
Legendary
*
Offline Offline

Activity: 2632
Merit: 2780


Shitcoin Minimalist


View Profile
February 23, 2014, 04:09:14 AM
 #429

Scamcoin.
wing_hk
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 23, 2014, 04:30:03 AM
 #430

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

If we can get it compiled we can not make sure we can help to improve it.

Anyone here can compile the github source successfully?
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 04:50:57 AM
 #431

thanks!

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 05:06:34 AM
 #432

thanks!

Please explain the code i posted above? What is this nSubsidyForDev ?

Also, the code, regardless of what you say, will not compile in linux.
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 05:30:48 AM
 #433

66666666 coins??? you the devil dude?  Tongue
ok,You say what is what. Smiley

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 05:31:41 AM
 #434

thanks!

Please explain the code i posted above? What is this nSubsidyForDev ?

Also, the code, regardless of what you say, will not compile in linux.
please wait,the dev will Explain one by one.

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
onepix
Full Member
***
Offline Offline

Activity: 171
Merit: 100


View Profile
February 23, 2014, 05:40:39 AM
 #435

Works not bad on my computer. With only cpu miner :
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 05:41:45 AM
 #436

Works not bad on my computer. With only cpu miner :

you are very luck.

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
Famachuz
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 23, 2014, 05:56:12 AM
 #437

Scambag coin throw to rubbish
fatecoin (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 23, 2014, 06:03:34 AM
 #438

Scambag coin throw to rubbish
lol,a lot people like you...the Block the query will be put out..

Get Daily Free SignatureCoins. T8nHQRZLWLgq8buZsFgBnMSPwD5Ri3ULHo
spatula
Hero Member
*****
Offline Offline

Activity: 507
Merit: 500



View Profile
February 23, 2014, 06:32:31 AM
 #439

still no pools?
renodaret
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
February 23, 2014, 06:33:26 AM
 #440

i have the money if anyone had the knowledge to oprn a pool. i will fully fund it and give the first 100 users negative 1% fee
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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 »
  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!