Bitcoin Forum
June 26, 2024, 05:03:19 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
841  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 07:38:33 PM
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).
842  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:49:04 PM
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
843  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:46:33 PM
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
844  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:45:25 PM
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...
845  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:44:34 PM
{
"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
846  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:41:35 PM
{
"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
}
847  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 06:39:08 PM
{
"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
848  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]SNAKEXCOIN[SNCX][X13]POW|POS|MULTIPOOL|BOUNTY|BITTREX| MANDATORY UPDATE!! on: June 19, 2014, 05:54:56 PM
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
849  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RE-LAUNCHED] █TornadoCoin█ X13█POW+POS█5 days for POW█ON EXCHANGE on: June 19, 2014, 12:36:04 AM
Finally get the client working, thanks for the nodes.

Here's a little chat from bittrex on IRC:

[20:32] <bittrex-bill> if the tornado guys get a good twitter campaign going, we can add it.  i like the twitter campaigns because it gives them and us marketing and we can gauge the demand

So you know what to do guys, use that 1M premine coins at that!
850  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RE-LAUNCHED] █TornadoCoin█ X13█POW+POS█5 days for POW█ON EXCHANGE on: June 18, 2014, 09:51:58 PM
my wallet doesnt sync at all (yeah ive created the conf file and yes it's named properly (no 'S')) can somebody do a getperrinfo command and submit the result here please?

Thanks!
851  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LAUNCHED] █TornadoCoin█ X13█POW+POS█only 5 days for POW█ on: June 18, 2014, 09:45:15 PM
not a real good launch Embarrassed

yes, we met some issue , but we need keep move.
Plz relaunch and chose a good time . we need some pools start at launch Smiley


i don't think re-launch is a good plan ...
i think relaunch is only plan and maybe try it with some pools this time and working wallets for all system.its all about being fair
lmao.i just seen the 10% premine.no wonder there is not many people in here.im out now guys.thats just bullshit


+1
wow.it was there when i made that post not long ago.the sneaky little devil has deleted it i think.thats not a good sign of a good dev.thats terrible

I just got up and wanted to add the pool until I saw that 10 % premine, then I saw the dev deleted it...

So you're right and we've got SCAM ALERT in big fat red letters here Smiley

No Suprnova Pool... Doubt any legit pools will jump in here..

I agree with you i rented a rigs and remember after all that it was 10% premined,  I should have remember this earlier, now its too late.  Well lost .10 btc thats all 
852  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [MHA] Mental Health Awareness Coin - X11 - KGW - Released LAUNCHED! on: June 17, 2014, 01:52:59 AM
LAdies and gentlemen I present to you ... a dead f****** coin.

Looks like so, dev is nowhere...  Looks like he dropped it....
853  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] KoreCoin [V1.2 - Update!][X13][PoW/PoS] | Explorer! | Bounty's | on: June 16, 2014, 11:24:34 PM
Dedicatedpool is now updating to the new 1.2 wallet!

Yes there are going to be some orphaned blocks but are in talks with binary over compensation for the miners. We understand this causes you loss of resources/money so we are going to compensate some of the lost coins.

This is in no way Dedicatedpools fault, and out of our hands, but hope the new wallet will fix all issues.

Block reward has been upped to 1000KORE to help also compensate lost time/resources.

Look, in my opinion since we have the most hash, the blockchain should of been synced to our chain and not back tracked to block 3200.  I'm looking out for my miners... It doesn't make sense to to back to an older, shorter chain, especially when these forks were not even our fault!

But we agreed to update, but I'm not happy one bit about it and I'm sure miners are not either.



I agree, the last time i will get forked on this coin, next time i leave it for another one and no turning back.  Plenty of coins to mined out the at the moment.

Hope its the last time...
854  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO | LAUNCH in 1hr on: June 15, 2014, 10:08:47 PM
Thank you very much for password protecting the wallet.  This is the best way to operate!

Thanks!
855  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 09:21:46 PM
Does anyone know what pools will be ready in 2+ hours?

https://lion.suprnova.cc will be

i have heard a lot of people have had issues with your pool paying out in the past?

you must be confusing pools, we never ever had problems paying out, there was a fork on cloak some time ago but thats about it.

I agree supernova is one of the best and respected pools out there.  Never had a single issue there...
856  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 05:46:01 PM
Im having some issues compiling the windows qt wallet.

What do you want me to do ? release the source after 4 hours. or wait until i compile it ?

Wait until wallet ready. Check. Then upload with password.
Update countdown.
On start time show password from wallet.zip. Upload coin source to Github.

+1
857  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 04:53:20 PM
Im having some issues compiling the windows qt wallet.

What do you want me to do ? release the source after 4 hours. or wait until i compile it ?


Wait until everything is ready, build the wallet, upload it and password protect it.  This way you will release only the password at the right time!
858  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 03:22:21 PM
Everything is working perfectly, Ill post Timing soon..

Awesome, thanks alot!

Hope you slept well, had a pretty hard night there! Smiley
859  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 01:59:32 AM
SHIT ALWAYS HAPPENS ON LAST MINUTE! LAUNCH POSTPONED TO TOMORROW Cry

IT is already too late for too many ppl. sorry for that please don't hate me!  Tongue

Thanks for that, test your thing up and relaunch it once it has been test on testnet, hell mine on testnet as much has you need it!  Also password protected wallet to the pools would be very nice as well Smiley

Would be a good way to reset everything in harmony! Smiley
860  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] | LION | 10M COINS | x11 | NO PRIMINE | NO IPO on: June 15, 2014, 01:02:07 AM
So this coin is just for the miners then no bounties going for those who want to promote the coin?

looks like.

Ill give away any coins i mine/buy after the launch.

Be honest, did you buy this from coingen?

No, im developing it alone with my full time but the luck is not with me today Smiley

Did you tried it on testnet before the launch?
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!