Pages:
Author

Topic: [ANN] XENIX [POW/POS][X11] - page 6. (Read 25285 times)

full member
Activity: 126
Merit: 100
December 15, 2016, 08:34:18 AM
So what do the miners want? Wich chain to follow?
Because of the problems syncing to the "official" chain.
I suggest we follow chain with blockheight now ~956.
If not please provide proper source and nodes.

https://github.com/barrystyle/xenixcoin

modified pre-checkpoint with two 'honest' nodes set as seeds.
have fun all.



Thanks barry.  How you been my aussie brother?!?!
sr. member
Activity: 540
Merit: 251
December 15, 2016, 08:29:59 AM
So what do the miners want? Wich chain to follow?
Because of the problems syncing to the "official" chain.
I suggest we follow chain with blockheight now ~956.
If not please provide proper source and nodes.

https://github.com/barrystyle/xenixcoin

modified pre-checkpoint with two 'honest' nodes set as seeds.
have fun all.


Synced to what chain / height?
hero member
Activity: 636
Merit: 516
December 15, 2016, 08:25:34 AM
So what do the miners want? Wich chain to follow?
Because of the problems syncing to the "official" chain.
I suggest we follow chain with blockheight now ~956.
If not please provide proper source and nodes.

https://github.com/barrystyle/xenixcoin

modified pre-checkpoint with two 'honest' nodes set as seeds.
have fun all.

newbie
Activity: 47
Merit: 0
December 15, 2016, 08:25:21 AM
I sent you a message to give you the solution


We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.
full member
Activity: 126
Merit: 100
December 15, 2016, 08:23:41 AM
We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.

Code:
git clone https://github.com/xenixcoin/xenixcoin.git
cd xenixcoin
git checkout 4f64992f5d
cd src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix -j4
strip xenixd


root@harry:/usr/xenixcoin/src# ./xenixd -server -daemon -rpcuser=barrystyle -rpcpassword= -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1 -datadir=datadir getmininginfo
{
    "blocks" : 956,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 703.28903794,
        "proof-of-stake" : 0.00068651,
        "search-interval" : 0
    },
    "blockvalue" : 8400000,
    "netmhashps" : 3843.00689259,
    "netstakeweight" : 534.45401973,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "stakeinterest" : 1000000,
    "testnet" : false
}

there you go c-cex; currently at block 956 with no extra prodding.
dev's own nodes are giving out incorrect proof of work at block 3, but this gets ignored quickly as other legitimate hosts step in with the correct block data.

ready... go!

FYI 'git checkout 4f64992f5d' takes you to the source tree before bad checkpoints added by dev.
So what do the miners want? Wich chain to follow?
Because of the problems syncing to the "official" chain.
I suggest we follow chain with blockheight now ~956.
If not please provide proper source and nodes.


I agree.  Stay with chain with blockheight now ~956....which ccex had up already.  Why the fuss and taking down the wallet...I dont know.
sr. member
Activity: 540
Merit: 251
December 15, 2016, 07:43:13 AM
We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.

Code:
git clone https://github.com/xenixcoin/xenixcoin.git
cd xenixcoin
git checkout 4f64992f5d
cd src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix -j4
strip xenixd


root@harry:/usr/xenixcoin/src# ./xenixd -server -daemon -rpcuser=barrystyle -rpcpassword= -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1 -datadir=datadir getmininginfo
{
    "blocks" : 956,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 703.28903794,
        "proof-of-stake" : 0.00068651,
        "search-interval" : 0
    },
    "blockvalue" : 8400000,
    "netmhashps" : 3843.00689259,
    "netstakeweight" : 534.45401973,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "stakeinterest" : 1000000,
    "testnet" : false
}

there you go c-cex; currently at block 956 with no extra prodding.
dev's own nodes are giving out incorrect proof of work at block 3, but this gets ignored quickly as other legitimate hosts step in with the correct block data.

ready... go!

FYI 'git checkout 4f64992f5d' takes you to the source tree before bad checkpoints added by dev.
So what do the miners want? Wich chain to follow?
Because of the problems syncing to the "official" chain.
I suggest we follow chain with blockheight now ~956.
If not please provide proper source and nodes.
hero member
Activity: 636
Merit: 516
December 15, 2016, 07:15:16 AM
We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.

Code:
git clone https://github.com/xenixcoin/xenixcoin.git
cd xenixcoin
git checkout 4f64992f5d
cd src/leveldb
chmod +x build_detect_platform
make clean
make libleveldb.a libmemenv.a
cd ..
make -f makefile.unix -j4
strip xenixd


root@harry:/usr/xenixcoin/src# ./xenixd -server -daemon -rpcuser=barrystyle -rpcpassword= -rpcbind=127.0.0.1 -rpcallowip=127.0.0.1 -datadir=datadir getmininginfo
{
    "blocks" : 956,
    "currentblocksize" : 0,
    "currentblocktx" : 0,
    "difficulty" : {
        "proof-of-work" : 703.28903794,
        "proof-of-stake" : 0.00068651,
        "search-interval" : 0
    },
    "blockvalue" : 8400000,
    "netmhashps" : 3843.00689259,
    "netstakeweight" : 534.45401973,
    "errors" : "",
    "pooledtx" : 0,
    "stakeweight" : {
        "minimum" : 0,
        "maximum" : 0,
        "combined" : 0
    },
    "stakeinterest" : 1000000,
    "testnet" : false
}

there you go c-cex; currently at block 956 with no extra prodding.
dev's own nodes are giving out incorrect proof of work at block 3, but this gets ignored quickly as other legitimate hosts step in with the correct block data.

ready... go!

FYI 'git checkout 4f64992f5d' takes you to the source tree before bad checkpoints added by dev.
newbie
Activity: 36
Merit: 0
December 15, 2016, 07:00:31 AM
From Nova:

addnode=116.62.9.41:5556
addnode=121.42.154.119:5556
addnode=139.162.90.238:5556
addnode=139.59.177.141:5556
addnode=158.69.238.192:5556
addnode=185.45.192.150:5556
addnode=189.10.64.117:5556
addnode=200.181.80.3:5556
addnode=222.187.224.93:5556
addnode=222.187.224.97:5556
addnode=46.0.205.147:5556
addnode=5.189.155.182:5556
addnode=85.236.188.28:23883
addnode=85.24.143.58:5556
addnode=85.25.195.161:5556
addnode=86.5.90.211:5556
addnode=92.63.57.235:5556
addnode=92.63.57.241:5556
addnode=92.63.57.24:5556
addnode=95.85.33.201:5556
full member
Activity: 126
Merit: 100
December 15, 2016, 06:35:14 AM
We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.

You need to use the same wallet you had before, or all pending deposits will not go through.
Simply upload the exisitng wallet you originally had.
legendary
Activity: 1498
Merit: 1001
CryptoCurrency EXchange: https://c-cex.com
December 15, 2016, 04:52:04 AM
We just update our wallet to latest from github but it does not sync. It was able to get 3 blocks and then stop. We tried to sync from scratch with fresh wallet.dat - same issue.

Here is what happening in debug.log for freshy launched wallet with empty data dir:

SetBestChain: new best=00000f8923e2585d5cbd  height=1  trust=2097154  blocktrust=1048577  date=11/08/16 17:38:49
ProcessBlock: ACCEPTED
received block 00000047b8d42ab011bc
SetBestChain: new best=00000047b8d42ab011bc  height=2  trust=3145731  blocktrust=1048577  date=11/21/16 05:06:15
ProcessBlock: ACCEPTED
received block 0000004b8b45189977df
SetBestChain: new best=0000004b8b45189977df  height=3  trust=4194308  blocktrust=1048577  date=11/21/16 05:08:17
ProcessBlock: ACCEPTED
received block 000000299fe41f7a5aa0
ERROR: AcceptBlock() : incorrect proof-of-work
ERROR: ProcessBlock() : AcceptBlock FAILED

After that it disconnects from node and does not get any new block. Anybody can suggest a solution?

About all deposits sent to C-CEX wallet. They are all valid and will be registered once we will be able to sync.
hero member
Activity: 636
Merit: 516
December 15, 2016, 12:16:42 AM
https://github.com/xenixcoin/xenixcoin/commit/a65b401d2011fbddfd2dc0e0827e17c8a22efb53

Added checkpoints of 1000 and 1500, sneaky little fuck.
World is only currently at 918.

Sounds like a bit of 'lets find blocks but not announce them to the world'.
hero member
Activity: 1150
Merit: 502
December 14, 2016, 06:50:31 PM
I dont hate the guy, he makes living from 0.01 BTC contributions and thats the way he has been living since he was born. I bet hes vietnamese struggling heroine addiction, that explains why there are 100 new ICOs every day.
hero member
Activity: 700
Merit: 500
December 14, 2016, 06:43:04 PM
Where's the last message you posted @redking?
It's just being deleted?  Huh Shocked
wondering the same, would be a shame
sr. member
Activity: 540
Merit: 251
December 14, 2016, 06:19:28 PM
chain c-cex.

We found our wallet sync does not match official block explorer sync. That's why we disabled wallet for now and do not register deposits. Now block explorer is down. We will wait until it will be up again and check if we on the same chain.

Well, can you please put the wallet back online for 24 hours so everyone that has deposits sent to your exchange can receive them??   
You really should have tweet about this before just shutting the wallet down, this messed alot of people up.

I agree, A lot of coins are now send to basicaly a black hole.... Because miners have autopayout, they won't notice until its to late.
sr. member
Activity: 540
Merit: 251
December 14, 2016, 06:17:24 PM
Where's the last message you posted @redking?
It's just being deleted?  Huh Shocked
full member
Activity: 126
Merit: 100
December 14, 2016, 06:12:14 PM
chain c-cex.

We found our wallet sync does not match official block explorer sync. That's why we disabled wallet for now and do not register deposits. Now block explorer is down. We will wait until it will be up again and check if we on the same chain.

Well, can you please put the wallet back online for 24 hours so everyone that has deposits sent to your exchange can receive them??   
You really should have tweet about this before just shutting the wallet down, this messed alot of people up.
legendary
Activity: 1932
Merit: 1737
"Common rogue from Russia with a bare ass."
December 14, 2016, 03:31:11 AM
#99
So... Why does this exist?

Good question.
It exists for the MLM structure, no other reason.

full member
Activity: 126
Merit: 100
December 13, 2016, 05:42:59 PM
#98
chain c-cex.

We found our wallet sync does not match official block explorer sync. That's why we disabled wallet for now and do not register deposits. Now block explorer is down. We will wait until it will be up again and check if we on the same chain.

You gave no warning of the problem or take down of the wallet. 
I have sent you an urgent pm
hero member
Activity: 994
Merit: 500
December 13, 2016, 10:17:59 AM
#97
chain c-cex.

We found our wallet sync does not match official block explorer sync. That's why we disabled wallet for now and do not register deposits. Now block explorer is down. We will wait until it will be up again and check if we on the same chain.
so for now we still can not make a deposit on C-CEX?

Hard to deposit if they disabled wallet. :p
hero member
Activity: 868
Merit: 501
December 13, 2016, 02:56:44 AM
#96
chain c-cex.

We found our wallet sync does not match official block explorer sync. That's why we disabled wallet for now and do not register deposits. Now block explorer is down. We will wait until it will be up again and check if we on the same chain.
so for now we still can not make a deposit on C-CEX?
Pages:
Jump to: