can you tell me how to get the original 42 coin running?
i compile from source
https://github.com/fourtytwo42/42i had problems with libdb5 ( daemon took always 100% cpu usage ), libdb4 now performes better..
but i still don't get the newest blocks..
i added the nodes from this topic, but i do not get close to block 1,249,302 (
http://www.coinwarz.com/cryptocurrency/coins/42 )
getinfo
{
"version" : 70000,
"protocolversion" : 60001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 990381,
"connections" : 7,
"proxy" : "",
"difficulty" : 6.54806459,
"testnet" : false,
"keypoololdest" : 1448812290,
"keypoolsize" : 101,
"paytxfee" : 0.00000001,
"mininput" : 0.00000001,
"errors" : "WARNING: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade."
}
newest block is 4 month old:
getblock 7174ff9c7c1efd296e2202d2efe44d0488fbdf19bea3b146c90f5f826b15e677
{
"hash" : "7174ff9c7c1efd296e2202d2efe44d0488fbdf19bea3b146c90f5f826b15e677",
"confirmations" : 1,
"size" : 954,
"height" : 990381,
"version" : 1,
"merkleroot" : "126e13b7bfa37ac029fdb5ba43604bfc36108312fef0833b460d5f6ea53ddeaf",
"tx" : [
"8f3eb136a169bc57e78d661273667168acc8fb77454a12618ed8e110136e5462",
"d7519e28d6563e2171deb519e336aa15f932abfac98a613ef1bb505d0e82d7dd",
"0a4c38b49c6f7fda92b6273070afd12ad0993fbc3d2c77644879ae9a1c7cb4aa"
],
"time" : 1437853654,
"nonce" : 1357190528,
"bits" : "1c27184d",
"difficulty" : 6.54806459,
"previousblockhash" : "8baf03abc2412d17a2af62eb599b1f36e9b7370288f665b1a274bdac21b38233"
}
other nodes have higher blocks..
getpeerinfo
[
{
"addr" : "70.163.93.46:24242",
"services" : "00000001",
"lastsend" : 1448879216,
"lastrecv" : 1448879215,
"conntime" : 1448812312,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1247730,
"banscore" : 0
},
{
"addr" : "98.115.147.74:24242",
"services" : "00000001",
"lastsend" : 1448879215,
"lastrecv" : 1448879215,
"conntime" : 1448812321,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1247730,
"banscore" : 0
},
{
"addr" : "157.161.128.62:24242",
"services" : "00000001",
"lastsend" : 1448879215,
"lastrecv" : 1448879215,
"conntime" : 1448817144,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1247836,
"banscore" : 0
},
{
"addr" : "74.65.234.126:24242",
"services" : "00000001",
"lastsend" : 1448879215,
"lastrecv" : 1448879216,
"conntime" : 1448857872,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1248804,
"banscore" : 0
},
{
"addr" : "54.86.169.229:24242",
"services" : "00000001",
"lastsend" : 1448879215,
"lastrecv" : 1448879216,
"conntime" : 1448868325,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1249055,
"banscore" : 0
},
{
"addr" : "128.8.124.7:36288",
"services" : "00000001",
"lastsend" : 1448878850,
"lastrecv" : 1448879214,
"conntime" : 1448871421,
"version" : 70002,
"subver" : "/UMD-Coinscope:0.0/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 783913,
"banscore" : 0
},
{
"addr" : "84.74.66.206:24242",
"services" : "00000001",
"lastsend" : 1448879215,
"lastrecv" : 1448879216,
"conntime" : 1448873287,
"version" : 60001,
"subver" : "/42:0.7.0/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 1249172,
"banscore" : 0
}
]
i deleted the .42 -folder several times.. why does it always get stuck on that block?