Post
Topic
Board Announcements (Altcoins)
Re: [ANN][KARM] Karma / ₭ / X11
by
bondi
on 29/01/2016, 22:19:18 UTC
Can't sync my wallet. Currently stuck at block 254999.
Any advice?

hi bondi, see my post earlier about this.

-east

Hi east,

Still doesn't work.
Also tried adding nodes bitwho indicated and still stuck at block 254999.

how long has it been?

when you do the get peer info. do you see the nodes that you added?

One and half hours later after adding east nodes I get this:

Code:
[
{
"addr" : "188.165.3.6:22889",
"services" : "00000001",
"lastsend" : 1453889448,
"lastrecv" : 1453889448,
"bytessent" : 27555,
"bytesrecv" : 188041,
"blocksrequested" : 0,
"conntime" : 1453886315,
"version" : 70003,
"subver" : "/Octatoshi:0.10.3.1/",
"inbound" : false,
"startingheight" : 497229,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "192.99.4.195:4200",
"services" : "00000003",
"lastsend" : 1453888663,
"lastrecv" : 1453889095,
"bytessent" : 605,
"bytesrecv" : 75341,
"blocksrequested" : 0,
"conntime" : 1453888254,
"version" : 70002,
"subver" : "/Potcoin:0.8.7.1/",
"inbound" : false,
"startingheight" : 974999,
"banscore" : 0
},
{
"addr" : "158.69.212.82:9333",
"services" : "00000001",
"lastsend" : 1453889430,
"lastrecv" : 1453889449,
"bytessent" : 2618,
"bytesrecv" : 84550,
"blocksrequested" : 0,
"conntime" : 1453888763,
"version" : 70003,
"subver" : "/Satoshi:0.10.4/",
"inbound" : false,
"startingheight" : 929343,
"banscore" : 0
},
{
"addr" : "65.94.131.59:9333",
"services" : "00000001",
"lastsend" : 1453889393,
"lastrecv" : 1453889452,
"bytessent" : 1346,
"bytesrecv" : 50509,
"blocksrequested" : 0,
"conntime" : 1453889007,
"version" : 70003,
"subver" : "/Satoshi:0.10.2.2/",
"inbound" : false,
"startingheight" : 929345,
"banscore" : 0
},
{
"addr" : "94.23.213.47:10002",
"services" : "00000001",
"lastsend" : 1453889448,
"lastrecv" : 1453889450,
"bytessent" : 1889,
"bytesrecv" : 56523,
"blocksrequested" : 0,
"conntime" : 1453889083,
"version" : 70003,
"subver" : "/Satoshi:0.10.2.2/",
"inbound" : false,
"startingheight" : 929346,
"banscore" : 0
},
{
"addr" : "5.39.78.115:9333",
"services" : "00000001",
"lastsend" : 1453889443,
"lastrecv" : 1453889450,
"bytessent" : 868,
"bytesrecv" : 36063,
"blocksrequested" : 0,
"conntime" : 1453889135,
"version" : 70003,
"subver" : "/Satoshi:0.10.2.2/",
"inbound" : false,
"startingheight" : 929347,
"banscore" : 0
},
{
"addr" : "84.127.19.6:9333",
"services" : "00000003",
"lastsend" : 1453889450,
"lastrecv" : 1453889450,
"bytessent" : 1795,
"bytesrecv" : 98806,
"blocksrequested" : 0,
"conntime" : 1453889220,
"version" : 70002,
"subver" : "/Satoshi:0.8.7.5/",
"inbound" : false,
"startingheight" : 929347,
"banscore" : 0
}
]


yeah neither of these nodes are karma coins :/ ... you have the latest wallet i assume.

as always make a copy of your wallet.dat  just incase.

then

1)shut down your wallet
2)delete your peer info by deleting peer.dat file
3a)open you config file and and add the nodes from karma coin block explorer https://chainz.cryptoid.info/karm/#!network if it doesnt take you to the network section then click on the network tab from all the clickable tabs just above the Transactions column list.
(Latest Blocks
Rich List
Largest Wallets
Overview
Extraction
Network
About Karma)

then click on /Satoshi:0.8.6.5/   [node list]

it should pop up a list of all the connected nodes. use those. at this time here is the list.    

Code:
addnode=136.243.76.100
addnode=148.251.126.241
addnode=188.165.2.147
addnode=193.192.37.135
addnode=204.11.237.233
addnode=24.15.13.38
addnode=38.80.64.150
addnode=46.120.228.103
addnode=5.101.96.124
addnode=68.35.218.223
addnode=72.128.205.97
addnode=72.42.100.141
addnode=76.84.177.47
addnode=76.95.178.229
addnode=84.234.52.190
addnode=85.118.69.89
addnode=86.165.67.143
addnode=87.185.3.100
addnode=89.11.228.207
addnode=91.48.56.201
addnode=96.61.157.79
delete any previous nodes form there and add these. close and save the config.

3b) alternatively you can add the above nodes individually via the console window from the debug on wallet.

open the debug console and individually type one address at time and press enter with this command.

addnode node-addr add

where you replace node-addr with the nodes from above , as example :


addnode 136.243.76.100 add

close the debug window and then the wallet. and wait a few seconds.

4) open the wallet and wait at least 2-15 minutes

hope this helps

Thanks bitwho.
Tried again and it seems syncing now.
Also just checked and didn't had the latest version(didn't know how I haven't updated the wallet). Had 0.8.6.2.5 and updated to 0.8.6.5-beta.
Will wait and see if everything goes ok now.