Hi vicvelcro,
thanks, but what do you mean with timeoffset!
My Server is synchronized with Europe/Berlin, do I Need to sync with other Location?
I use NOMP as Stratum, is this a Problem? Other Coins are working fine with NOMP..
here you can see my conf, is there an error?
server=1
daemon=1
listen=1
maxconnections=30
rpcuser=xxxxxxx
rpcpassword=xxxxxxx
rpcallowip=192.168.100.*
rpcconnect=127.0.0.1
rpcport=21040
addnode=86.81.234.92:11040
addnode=79.94.45.47:11040
addnode=54.194.99.126:11040
addnode=88.213.221.77:11040
addnode=79.94.45.47:11040
addnode=54.194.99.126:11040
addnode=24.199.222.230:11040
addnode=104.37.187.38:11040
addnode=198.199.110.87:11040
addnode=211.155.86.138:11040
addnode=209.73.144.179:11040
addnode=194.79.23.168:11040
addnode=24.199.222.232:11040
addnode=88.213.221.77:53037
alertnotify=echo %s | mail -s "LitcoinDark Alert"
ernstda@dec-com.de -r
ernstda@dec-com.deblocknotify=node /home/coino/nomp/scripts02/cli.js blocknotify litecoindark %s
blocknotify=node /home/coino/nomp/scripts01/cli.js blocknotify litecoindark %s
blocknotify=node /home/coino/nomp/scripts/cli.js blocknotify litecoindark %s
Thanks for your help!
I'm not sure what everything in there means, but here's mine - if it helps you any...
Maybe has something to do with the timeoffset
I don't see your rpcport (or anything else in your conf file). I attach mine below the 'getinfo' group.
{
"version" : 1020237,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 2307189.46022065,
"blocks" : 68961,
"timeoffset" : 6,
"connections" : 7,
"proxy" : "",
"difficulty" : 30.49325137,
"testnet" : false,
"keypoololdest" : 1409743711,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
rpcuser=xxxvicvelcro16xfalcon
rpcpassword=x
RPC port: 21040
rpcserver=1
rpcallowip=127.0.0.1
server=1
listen=1
maxconnections=30
daemon=1
addnode=54.194.99.126
addnode=86.81.234.92:11040
addnode=79.94.45.47:11040
addnode=88.213.221.77:11040
addnode=79.94.45.47:11040
addnode=54.194.99.126:11040
addnode=24.199.222.230:11040
addnode=104.37.187.38:11040
addnode=198.199.110.87:11040
addnode=211.155.86.138:11040
addnode=209.73.144.179:11040
addnode=194.79.23.168:11040
addnode=24.199.222.232:11040
addnode=88.213.221.77:53037
addnode=54.194.99.126
addnode=88.213.221.77
addnode=54.194.99.126:11040
addnode=104.37.187.38:11040
addnode=198.199.110.87:11040
addnode=211.155.86.138:11040
addnode=209.73.144.179:11040
addnode=194.79.23.168:11040
addnode=24.199.222.232:11040
addnode=88.213.221.77:53037
addnode=24.199.222.230:11040
addnode=24.235.184.144:11040
addnode=105.229.78.234:11040
addnode=93.228.107.238:11040
addnode=92.109.194.30:11040
addnode=79.211.38.69:11040
addnode=192.99.47.172:11040
Hi All,
I would like to mine this coin, but If I found an block, the block will rejected by the daemon.
litecoindarkd getinfo:
"version" : 1020237,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 68605,
"timeoffset" : -1,
"connections" : 8,
"proxy" : "",
"difficulty" : 30.75294204,
"testnet" : false,
"keypoololdest" : 1413896619,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
I get following error in debug.log if I found a block:
2014-10-21 13:57:04 ThreadRPCServer method=submitblock
2014-10-21 13:57:04 ERROR: CheckBlock() : hashMerkleRoot mismatch
2014-10-21 13:57:04 ERROR: ProcessBlock() : CheckBlock FAILED
Someone can help?