Pages:
Author

Topic: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! - page 6. (Read 32008 times)

member
Activity: 84
Merit: 10
ddd
good job dev,and how about bittrex

sr. member
Activity: 290
Merit: 250
I can confirm new release sync and wallet up to date. Good work dev. Great coin + lots of potential. will promote it as much as possible at twitter.
newbie
Activity: 28
Merit: 0
member
Activity: 66
Merit: 10
stuck on block 100. please help me  Huh Huh Huh
hero member
Activity: 937
Merit: 1000
We're having the same problems... not syncing past block 100

richie@bittrex
hero member
Activity: 906
Merit: 500
The block 100 problem sounds pretty simple, the compiled wallet isn't of the last version, here's the code in github for the reward:

// miner's coin base reward
int64_t GetProofOfWorkReward(int64_t nFees)
{
    if (pindexBest->nHeight <= 100)
      {
        int64_t nSubsidy = 2.8 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else if (pindexBest->nHeight <= 10180)
      {
        int64_t nSubsidy = 50 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else if (pindexBest->nHeight <= 20260)
      {
        int64_t nSubsidy = 25 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else if (pindexBest->nHeight <= 30340)
      {
        int64_t nSubsidy = 12.5 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else if (pindexBest->nHeight <= 40420)
      {
        int64_t nSubsidy = 6.25 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else if (pindexBest->nHeight <= 43300)
      {
        int64_t nSubsidy = 19 * COIN;
        if (fDebug && GetBoolArg("-printcreation"))
        printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
        return nSubsidy + nFees;
      } else
        {
            int64_t nSubsidy = 0 * COIN;
            if (fDebug && GetBoolArg("-printcreation"))
            printf("GetProofOfWorkReward() : create=%s nSubsidy=%"PRId64"\n", FormatMoney(nSubsidy).c_str(), nSubsidy);
            return nSubsidy + nFees;
        }
}

Here's the error in the debug.log on block 101:

ERROR: ConnectBlock() : coinbase reward exceeded (actual=5000000000 vs calculated=280000000)
InvalidChainFound: invalid block=0000004b3d981863d0b2  height=101  trust=390073884  blocktrust=16777472  date=06/08/14 18:05:53

Dev only need to publish this version to windows binaries and it's solved...

DEv please rebuild the wallet for windows and redistribute it on the file exchange server so people can get the right version of it!

Thanks!
full member
Activity: 185
Merit: 100
Dev is resting at Irelands, dont worry Dev your problems Grin
newbie
Activity: 4
Merit: 0
Mandatory Update Version 1.0.1.1-Beta-02

New Gui Windows-qt v1.0.1.1-Beta-02: https://mega.co.nz/#!hk9EhTZB!hzQRcnoVSR5VwA3Iq25F1dMwxNTBJf5fy9nBGuurJKU
Source: https://github.com/snakex13/coin Updated v1.0.1.1-Beta-02

  out of syn , just  100 blocks can be download and then stoped.
     pleaes check !


x2, block 100 and stop :-(

mine too.
hero member
Activity: 906
Merit: 500
From my debug.log:


send version message: version 60013, blocks=100, us=24.212.76.112:27775, them=185.22.184.81:27775, peer=185.22.184.81:27775
InvalidChainFound: invalid block=000000000c9227f4aa7c  height=331  trust=5129085245444  blocktrust=66818427922  date=06/08/14 18:48:23
InvalidChainFound:  current best=000000610eed0e428a4a  height=100  trust=373296412  blocktrust=16777472  date=06/08/14 18:05:53
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED


From the block 100 the reward is invalid, looks like he changed the reward release a new wallet without forking or something like this.  It has 2 different version of wallet code with different code but same version (when in fact they should be different).
hero member
Activity: 906
Merit: 500
From my debug.log:


send version message: version 60013, blocks=100, us=24.212.76.112:27775, them=185.22.184.81:27775, peer=185.22.184.81:27775
InvalidChainFound: invalid block=000000000c9227f4aa7c  height=331  trust=5129085245444  blocktrust=66818427922  date=06/08/14 18:48:23
InvalidChainFound:  current best=000000610eed0e428a4a  height=100  trust=373296412  blocktrust=16777472  date=06/08/14 18:05:53
ERROR: SetBestChain() : Reorganize failed
ERROR: AcceptBlock() : AddToBlockIndex failed
ERROR: ProcessBlock() : AcceptBlock FAILED
hero member
Activity: 906
Merit: 500
My getinfo result:



{
"version" : "v1.0.1.1-X13-beta-02",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 100,
"timeoffset" : -1,
"moneysupply" : 280.00000000,
"connections" : 22,
"proxy" : "",
"ip" : "24.212.76.112",
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1403194884,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}


The version seems right...

My block database is over 7.7MB
hero member
Activity: 906
Merit: 500
My getinfo result:



{
"version" : "v1.0.1.1-X13-beta-02",
"protocolversion" : 60013,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 100,
"timeoffset" : -1,
"moneysupply" : 280.00000000,
"connections" : 22,
"proxy" : "",
"ip" : "24.212.76.112",
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414
},
"testnet" : false,
"keypoololdest" : 1403194884,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}


The version seems right...
sr. member
Activity: 290
Merit: 250
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



Which command is giving you this? (I wanna check if i have the same thing on my side)  Thanks

getmininginfo

Im blocked at 100 as well but heres my getmininginfo results:



{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



I think windows wallet hasn't compiled properly. blk0001.dat file is over 7k. so it is downloading the history but not passing it to actual interface of the wallet.
hero member
Activity: 906
Merit: 500
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



Which command is giving you this? (I wanna check if i have the same thing on my side)  Thanks

getmininginfo

Im blocked at 100 as well but heres my getmininginfo results:



{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



That difficulty and network hash isn't correct.  Looks like the wallet is on a wrong fork
hero member
Activity: 906
Merit: 500
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



Which command is giving you this? (I wanna check if i have the same thing on my side)  Thanks

getmininginfo

Im blocked at 100 as well but heres my getmininginfo results:



{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}
sr. member
Activity: 290
Merit: 250
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



Which command is giving you this? (I wanna check if i have the same thing on my side)  Thanks

getmininginfo
hero member
Activity: 906
Merit: 500
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}



Which command is giving you this? (I wanna check if i have the same thing on my side)  Thanks
sr. member
Activity: 290
Merit: 250
{
"blocks" : 100,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00390625,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 280000000,
"netmhashps" : 0.09642078,
"netstakeweight" : 0.00000000,
"errors" : "WARNING: Invalid checkpoint found! Displayed transactions may not be correct! You may need to upgrade, or notify developers.",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}

hero member
Activity: 906
Merit: 500
Mandatory Update Version 1.0.1.1-Beta-02

New Gui Windows-qt v1.0.1.1-Beta-02: https://mega.co.nz/#!hk9EhTZB!hzQRcnoVSR5VwA3Iq25F1dMwxNTBJf5fy9nBGuurJKU
Source: https://github.com/snakex13/coin Updated v1.0.1.1-Beta-02

  out of syn , just  100 blocks can be download and then stoped.
     pleaes check !


x2, block 100 and stop :-(

+1

Have the same thing here, cleanup the data folder as well, and same thing, stuck at 100  plenty of connections
sr. member
Activity: 290
Merit: 250
Mandatory Update Version 1.0.1.1-Beta-02

New Gui Windows-qt v1.0.1.1-Beta-02: https://mega.co.nz/#!hk9EhTZB!hzQRcnoVSR5VwA3Iq25F1dMwxNTBJf5fy9nBGuurJKU
Source: https://github.com/snakex13/coin Updated v1.0.1.1-Beta-02

  out of syn , just  100 blocks can be download and then stoped.
     pleaes check !


x2, block 100 and stop :-(

+1
Pages:
Jump to: