ok, weird situation. I have two boxes, one Debian Linux, one windoze.
Before Update:Windoze box refuses to connect, can not d/l blockchain
Linux box works perfectly.
After Update:Windoze box works perfectly
Linux box refuses to connect, can not d/l blockchain
Steps I took to update Linux box:1. rm -rf bitgem
2. cd .bitgem
3. mv wallet.dat ../
4. mv bitgem.conf ../
5. cd
6. rm -rf .bitgem
7. mkdir .bitgem
8. mv bitgem.conf .bitgem/bitgem.conf
9. mv wallet.dat .bitgem/wallet.dat
10. git clone git://github.com/bitgem/bitgem.git
11. cd bitgem/src
12. make -f makefile.unix bitgemd USE_UPNP=-
13. ./bitgemd -daemon
Result:root@vps:~/bitgem/src# ./bitgemd getinfo
{
"version" : "v0.4.1-nvc-8-g4203e80-beta",
"protocolversion" : 60006,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 0,
"moneysupply" : 0.00000000,
"connections" : 0,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : 0.00024414,
"testnet" : false,
"keypoololdest" : 1369326517,
"keypoolsize" : 101,
"paytxfee" : 0.00100000,
"errors" : ""
}
Any assistance is greatly appreciated...