Pages:
Author

Topic: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana.GUI UPD - page 69. (Read 79799 times)

member
Activity: 95
Merit: 10
Mo
All done chief, we are on block 2610.

Join XCI GorillaPool: http://gorillapool.org
full member
Activity: 182
Merit: 100
Our wrong block id is 72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db contains wrong tx: f687676f33653549902c603f09e00c08edac5bdeabfdbbc3b95ca1082c5704ea
hero member
Activity: 630
Merit: 500
its working fine on my side now , all in sync
full member
Activity: 182
Merit: 100
here we go -> ./xcicoind --add-exclusive-node 104.131.137.173
Quote
22:14:30.396633 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2610
22:14:30.396633 INFO id:   <6294576fc32712c949d18b5cd9933251363905a8e955ee2152e7d1ddc5772e66>
22:14:30.396633 INFO PoW:   
22:14:30.396633 INFO difficulty:   2243545
22:14:30.506197 INFO ###### REORGANIZE on height: 2588 of 2610 with cum_difficulty 2764895705
22:14:30.506197 INFO  alternative blockchain size: 24 with cum_difficulty 2766927887
22:14:31.024208 INFO Wrong index in transaction inputs: 276, expected maximum 275
22:14:31.024397 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
22:14:31.024488 INFO Failed to check ring signature for tx
22:14:31.024576 INFO Block <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db> has at least one transaction with wrong inputs:
22:14:31.027782 INFO Wrong index in transaction inputs: 276, expected maximum 275
22:14:31.027974 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
22:14:31.028062 INFO Failed to check ring signature for tx
22:14:31.028195 INFO Failed to switch to alternative blockchain
22:14:33.564576 INFO Rollback success.
22:14:33.564757 INFO The block was inserted as invalid while connecting new alternative chain,  block_id: <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db>



We can see the same problem when Ukrainian Karbowanec started:

https://bitcointalk.org/index.php?topic=1491747.80

Let`s investigate ...

full member
Activity: 259
Merit: 100
here we go -> ./xcicoind --add-exclusive-node 104.131.137.173
Quote
22:14:30.396633 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2610
22:14:30.396633 INFO id:   <6294576fc32712c949d18b5cd9933251363905a8e955ee2152e7d1ddc5772e66>
22:14:30.396633 INFO PoW:   
22:14:30.396633 INFO difficulty:   2243545
22:14:30.506197 INFO ###### REORGANIZE on height: 2588 of 2610 with cum_difficulty 2764895705
22:14:30.506197 INFO  alternative blockchain size: 24 with cum_difficulty 2766927887
22:14:31.024208 INFO Wrong index in transaction inputs: 276, expected maximum 275
22:14:31.024397 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
22:14:31.024488 INFO Failed to check ring signature for tx
22:14:31.024576 INFO Block <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db> has at least one transaction with wrong inputs:
22:14:31.027782 INFO Wrong index in transaction inputs: 276, expected maximum 275
22:14:31.027974 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
22:14:31.028062 INFO Failed to check ring signature for tx
22:14:31.028195 INFO Failed to switch to alternative blockchain
22:14:33.564576 INFO Rollback success.
22:14:33.564757 INFO The block was inserted as invalid while connecting new alternative chain,  block_id: <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db>

full member
Activity: 182
Merit: 100
We WILL fix it!

This is the common problem when starting cryptonote blockchain. Don't worry.

Step 1. For everyone.

I suggest doing the following to anyone who has ever touched XCI.

You have .xcicoin folder in your home directory.

1) Please Stop your ./xcicoind daemon.
2) Delete .xcicoind folder in your Home directory
3) Start daemon with the following flag: --add-exclusive-node 104.131.137.173

Code:
./xcicoind --add-exclusive-node 104.131.137.173

Step 2. For pool admins.
The following suggestion is urgent for pool admins. Probably some pool is producing wrong payout transactions and the network is very small now, so this transactions can be mined and verified by the same pool. Probably, it is the biggest pool - http://5.189.135.137/xci/#. So this message is especially urgent for @atithasos:

You will need to stop your pool, backup redis data and wipe your redis db. Start your pool again.

0. Stop your pool.

1. Backup redis data (if in future you will need to verify users work)

1.1. Start redis-cli:
Code:
redis-cli

1.2. Locate your backup dir:
Code:
config get dir

You will see something like this:
1) "dir"
2) "/var/lib/redis"


1.3. Go to backup dir and backup dump.rdb file.

2. Wipe your Redis data.

2.1. Stay in redis cli or start it (1.1)
2.2. Flush Redis (this will delete dump.rdb file, make sure you have backup (1.3):
Code:
FLUSHALL

3. Start your pool after Step 1 and Step 2



full member
Activity: 182
Merit: 100
Stop everything  Grin take it easy  Grin. Give me 5 min, i will give you a step by step solution.
full member
Activity: 259
Merit: 100
Same here, without delete of .xcicoin folder.
Then i delete it to try exclusive node ->

Quote
space@ThinkCentre ~ $ ./xcicoin/build/release/src/xcicoind --add-exclusive-node 104.131.137.173
21:48:58.441880 INFO xcicoin v1.1.1.1()
21:48:58.442098 INFO Module folder: ./xcicoin/build/release/src/xcicoind
21:48:58.443555 INFO Initializing p2p server...
21:48:58.443829 INFO Binding on 0.0.0.0:42000
21:48:58.443952 INFO Net service binded on 0.0.0.0:42000
21:48:58.444033 INFO Attempting to add IGD port mapping.
21:49:02.447004 INFO No IGD was found.
21:49:02.447167 INFO P2p server initialized OK
21:49:02.447235 INFO Initializing core...
21:49:02.447489 INFO Blockchain not loaded, generating genesis block.
21:49:02.447754 INFO Blockchain initialized. last block: 0, d1569.h13.m49.s2 time ago, current difficulty: 1
21:49:02.447835 INFO Core initialized OK
21:49:02.448003 INFO Starting core rpc server on address 127.0.0.1:42001
21:49:02.448136 INFO Core rpc server started ok
21:49:02.448220 INFO Starting p2p net loop...
21:49:02.448291 INFO Starting node_server
21:49:02.820904 ERROR Failed to connect to any of seed peers, continuing without seeds
21:49:02.821093 INFO
21:49:02.821093 INFO **********************************************************************
21:49:02.821093 INFO The daemon will start synchronizing with the network. It may take up to several hours.
21:49:02.821093 INFO
21:49:02.821093 INFO You can set the level of process detailization* through "set_log " command*, where is between 0 (no details) and 4 (very verbose).
21:49:02.821093 INFO
21:49:02.821093 INFO Use "help" command to see the list of available commands.
21:49:02.821093 INFO
21:49:02.821093 INFO Note: in case you need to interrupt the process, use "exit" command. Otherwise, the current progress won't be saved.
21:49:02.821093 INFO **********************************************************************
21:49:05.198831 ERROR Failed to connect to any of seed peers, continuing without seeds

Its dead Jim!
newbie
Activity: 20
Merit: 0
Delete your .xcicoin folder and after that execute the daemon with --add-exclusive-node 104.131.137.173 (this node is from the developer)

But as long as the ip that i posted continues the daemon then the blockchain always will try to re organize all those blocks that he has found.
also the developer can blacklist this ip and after some days that blockchain reach this block will continue normally...

The only thing that i don't understand is why the daemon recognize those blocks. This means that in the future we will have the same situation.

Thanks! Just did this and now I'm stuck at block 2588 with the follow messages coming back over and over again:

Code:
14:16:10.677017 INFO [86.135.18.143:50794 INC] Sync data returned unknown top block: 2607 -> 2609 [2 blocks (0 days) behind]
14:16:10.677017 INFO SYNCHRONIZATION started
14:16:22.324166 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2592
14:16:22.324166 INFO id:        <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db>
14:16:22.324166 INFO PoW:       <25ec4ee1cd2946a5228443265aae985e7e8794517bb743f16dea71dd49010000>
14:16:22.324166 INFO difficulty:        3359497
14:16:22.361053 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2593
14:16:22.361053 INFO id:       
14:16:22.361053 INFO PoW:       <1ca42adf6066785f867e355d1a40956342119bfaace29f5b09d74840b1000000>
14:16:22.361053 INFO difficulty:        3361983
14:16:22.398571 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2594
14:16:22.398571 INFO id:        <8b616ea349c565d07f1a3a89d4e68f07b3da783d5bea9e8d0806e769c1042d44>
14:16:22.398571 INFO PoW:       <09f2a2b340dff6ee3803b15a9d5d7fb16239ab81a3e3345e1d6a54a189040000>
14:16:22.398571 INFO difficulty:        3354412
14:16:22.435332 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2595
14:16:22.435332 INFO id:        <7aa83857650545a77f6ced5872b8dbcf287d94e61830b7ef592db2b25b950add>
14:16:22.435332 INFO PoW:       
14:16:22.435332 INFO difficulty:        3344231
14:16:22.473997 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2596
14:16:22.473997 INFO id:       
14:16:22.473997 INFO PoW:       
14:16:22.473997 INFO difficulty:        3341285
14:16:22.510860 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2597
14:16:22.510860 INFO id:       
14:16:22.510860 INFO PoW:       <95d732781ea692914286c4ee3986d49c8ad4277bbe93078fc714d9f932000000>
14:16:22.510860 INFO difficulty:        3315333
14:16:22.547822 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2598
14:16:22.547822 INFO id:       
14:16:22.547822 INFO PoW:       <403380f42281d01f7ec874a762a178432a8d2570cd1464ea3e635ead75020000>
14:16:22.547822 INFO difficulty:        3294279
14:16:22.585218 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2599
14:16:22.585218 INFO id:        <8c1dcd768822d00e4b98987571960682d4093a8e275a801d915204e1c1e4ccd3>
14:16:22.585218 INFO PoW:       
14:16:22.585218 INFO difficulty:        3291104
14:16:22.621940 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2600
14:16:22.621940 INFO id:        <9c68843f5e3ef6d1c0fc4eb34d372b374ff04f85045954c524aeb7f885c35741>
14:16:22.621940 INFO PoW:       <385e81eb03a08b450d5d6a8b3ab5ed6282367e33a2680425e35498a106040000>
14:16:22.621940 INFO difficulty:        3269030
14:16:22.658725 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2601
14:16:22.658725 INFO id:        <05adfb2efdd96849095d3f94b07b744fdb03413fa7a6d782f1be963ceab09b04>
14:16:22.658725 INFO PoW:       <0786461e5373839d94c93ebad64388262907e8241562d014d6f1178df6020000>
14:16:22.658725 INFO difficulty:        3276007
14:16:22.695675 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2602
14:16:22.695675 INFO id:       
14:16:22.695675 INFO PoW:       
14:16:22.695675 INFO difficulty:        3281501
14:16:22.732876 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2603
14:16:22.732876 INFO id:       
14:16:22.732876 INFO PoW:       
14:16:22.732876 INFO difficulty:        3279337
14:16:22.770219 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2604
14:16:22.770219 INFO id:        <8bb708d623dbbca4ac093218360ad70fc10a1f88bb6a71a4e6b599a9cf3f5eec>
14:16:22.770219 INFO PoW:       
14:16:22.770219 INFO difficulty:        3269417
14:16:22.807108 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2605
14:16:22.807108 INFO id:        <0b647a04e48f942fcfafac44a857b1e0586c66781029f230775304e0d7ba9ab8>
14:16:22.807108 INFO PoW:       <9c604d9b3d53b5181032fe7258bbf2a0926687c83f0af1175b56ee1558030000>
14:16:22.807108 INFO difficulty:        3250352
14:16:22.843988 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2606
14:16:22.843988 INFO id:        <42a450950df8ded12c86938ea25690ce0123e74ac86ce727938cacb27f60e99e>
14:16:22.843988 INFO PoW:       
14:16:22.843988 INFO difficulty:        3256277
14:16:22.880792 INFO ----- BLOCK ADDED AS ALTERNATIVE ON HEIGHT 2607
14:16:22.880792 INFO id:       
14:16:22.880792 INFO PoW:       
14:16:22.880792 INFO difficulty:        3263932
14:16:22.917670 INFO ###### REORGANIZE on height: 2588 of 2607 with cum_difficulty 2757793122
14:16:22.917670 INFO  alternative blockchain size: 21 with cum_difficulty 2760242253
14:16:23.104699 INFO Wrong index in transaction inputs: 276, expected maximum 275
14:16:23.104787 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
14:16:23.104836 INFO Failed to check ring signature for tx
14:16:23.104883 INFO Block <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db> has at least one transaction with wrong inputs:
14:16:23.106270 INFO Wrong index in transaction inputs: 276, expected maximum 275
14:16:23.106322 INFO Failed to get output keys for tx with amount = 0.00800000 and count indexes 1
14:16:23.106379 INFO Failed to check ring signature for tx
14:16:23.106438 INFO Failed to switch to alternative blockchain
14:16:23.925561 INFO Rollback success.
14:16:23.925642 INFO The block was inserted as invalid while connecting new alternative chain,  block_id: <72b34529d06b472c7f8131a2774f13e07aa43918a4e59aef35f8fd5b444573db>

Question: is it even possible to mine right now? Is anyone's pool running? I guess I can't mine solo if my blockchain isn't synchronized.

Sometimes, I see:

Code:
You are now synchronized with the network. You may now start simplewallet.

But a second or two after that, I "get back" at:

Code:
The daemon will start synchronizing with the network. It may take up to several hours.

I don't really understand what's happening here. Sometimes, I'm back 22 blocks behind, sometimes, MAGIC: and I'm only 2 blocks behind.

I'd like to better understand... thanks!
full member
Activity: 174
Merit: 100
Is it possible to synchronize the blockchain right now? If yes, what flags do you use when starting xcicoind?

Thanks you!

Delete your .xcicoin folder and after that execute the daemon with --add-exclusive-node 104.131.137.173 (this node is from the developer)

But as long as the ip that i posted continues the daemon then the blockchain always will try to re organize all those blocks that he has found.
also the developer can blacklist this ip and after some days that blockchain reach this block will continue normally...

The only thing that i don't understand is why the daemon recognize those blocks. This means that in the future we will have the same situation.
full member
Activity: 174
Merit: 100
He continues
18:52:23.789699 INFO [45.26.126.131:52119 INC] Sync data returned unknown top block: 2606 -> 2627 [21 blocks (0 days) behind]
Please stop your Daemon.
newbie
Activity: 20
Merit: 0
Is it possible to synchronize the blockchain right now? If yes, what flags do you use when starting xcicoind?

Thanks you!
full member
Activity: 174
Merit: 100
The other ip has stopped as i see in the logs
now only one has a problem
15:54:26.203798 INFO [86.135.18.143:40894 INC] Sync data returned unknown top block: 2604 -> 2609 [5 blocks (0 days) behind]
if hope also this one see this message and he will fix his blockchain
newbie
Activity: 20
Merit: 0
For what I understand from the logs, and believe me, I have no experience in this type of project, only experience in software development, it seems like some blocks contained transactions with too many inputs. Again from the logs, it seems to me like the devs made some adjustments about a day ago, from accepting 49 to 275 inputs per transaction. By the way, I have almost no clue of what a transaction input is exactly.

The first transaction with "too many inputs" I saw on the blockchain wasn't from atithasos' pool, it was from GorillaPool. I was mining at that pool, and it happens that this transaction contains a paiement to my wallet. I'm 100% sure of that. I wrote about it in a previous post.

I know I'm probably not helping much, but I wanted to let you know about of my observations.
full member
Activity: 174
Merit: 100
Is really my pool that made the problem???
as I saw the 1400 blocks that pool found are accepted.
also right now i see also this in the daemon
13:52:46.001697 INFO [45.26.126.131:7609 INC] Sync data returned unknown top block: 2602 -> 2625 [23 blocks (0 days) behind]
before few hours it was at 1620

Also you said that gorilla pool is ok...
I see it
it is stacked at 2591 and he mined the block 2601.

I just open the pool to see if it is ok and is synced at 2602 block and i stopped it immediately
So if my opinion is matter
If my pool send wrong blocks then the blockchain must be on 900 and not on 2602 as it is because the most of mining blocks was from my pool.

full member
Activity: 182
Merit: 100
00:33:56.687401 INFO [212.47.250.219:36860 INC] Sync data returned unknown top block: 2591 -> 2592 [1 blocks (0 days) behind]
00:33:56.687401 INFO SYNCHRONIZATION started

It is stacked here

I close the pool because all of those problems.
I will reopen it when the coin stabilized

Thank you for stopping your pool, before settings verified. It seems your pool cause our problems by producing wrong blocks. That could be because of wrong pool configs. Lets check it!
we are on block  2588-2600 now.
We should stabilize the chain.
Don't worry folks, XCI is a long term project, it is the early start, we have to deal with this problems for our benefit. When XCI will be stable and usable we will attract lots of "weed investors".

so where the correct chain?


You should trust the seed node now: 104.131.137.173:42000
full member
Activity: 182
Merit: 100
whats wrong with the chain ?
can i do solo minning without a pool ?

Solo mining is a very good option now, you can do it!
full member
Activity: 182
Merit: 100
any bounty campaign dev
signature campaign, facebook campaign or twitter campaign

Before ANY  campaign we should deal with blockchain problems and have working binaries for all platforms, don't hurry, we have lots of time Smiley
hero member
Activity: 770
Merit: 505
Eloncoin.org - Mars, here we come!
any bounty campaign dev
signature campaign, facebook campaign or twitter campaign
full member
Activity: 182
Merit: 100
00:33:56.687401 INFO [212.47.250.219:36860 INC] Sync data returned unknown top block: 2591 -> 2592 [1 blocks (0 days) behind]
00:33:56.687401 INFO SYNCHRONIZATION started

It is stacked here

I close the pool because all of those problems.
I will reopen it when the coin stabilized

Thank you for stopping your pool, before settings verified. It seems your pool cause our problems by producing wrong blocks. That could be because of wrong pool configs. Lets check it!
we are on block  2588-2600 now.
We should stabilize the chain.
Don't worry folks, XCI is a long term project, it is the early start, we have to deal with this problems for our benefit. When XCI will be stable and usable we will attract lots of "weed investors".


Pages:
Jump to: