I'm using Joulecoind in Linux (built from Github), but I'm noticing now it reports a different version:
Joulecoin version v0.8.2-228-g1818049-beta (2013-11-13 22:22:35 +0200)
Git pull reports: Already up-to-date.
Can this be the reason?
Here the error I'm getting:
received block 00000000001483aa23854688a4741d88b7ee9a26027a75f16e783321443285bb
ERROR: ProcessBlock() : block with too little proof-of-work
Misbehaving: 192.241.171.45:26789 (0 -> 100) DISCONNECTING
Following is my joulencoin.conf
# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
# server=1 tells Bitcoin to accept JSON-RPC commands.
server=1
# How many seconds bitcoin will wait for a complete RPC HTTP request.
# after the HTTP connection is established.
rpctimeout=30
# By default, only RPC connections from localhost are allowed. Specify
# as many rpcallowip= settings as you like to allow connections from
# other hosts (and you may use * as a wildcard character):
rpcallowip=192.168.1.*
# Listen for RPC connections on this TCP port:
rpcport=8349
listen=1
maxconnections=80
addnode=46.5.83.230:26789
addnode=192.241.136.114:26789
addnode=64.251.188.62:26789
addnode=144.76.166.163:26789
addnode=188.252.16.109:26789
addnode=37.228.213.52:26789
addnode=146.185.148.114:26789
Can anyone advise?
Thanks in advance
Are you still stuck? I just tested by resyncing a wallet from block 0 up to block 119340 using the latest source from github.
There might still be some wallets out there that's not on the latest version that's stuck on block 94000. Usually your wallet will ignore those peers after a while.
Try launching your wallet with -connect=192.241.171.45. Once you're synced you can launch normally again.