bitcoind is not downloading blockchain

1

I have installed bitcoind on Ubuntu Server. It didn't download a single block

bitcoind getblockcount 

This returns 0 everytime I run. Here is bitcoind getinfo

{
    "version" : 80500,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 0,
    "timeoffset" : 0,
    "connections" : 0,
    "proxy" : "127.0.0.1:9050",
    "difficulty" : 1.00000000,
    "testnet" : false,
    "keypoololdest" : 1385148166,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

nicky

Posted 2013-11-22T22:31:36.793

Reputation: 121

1have removed proxy its downloading nownicky 2013-11-22T22:37:01.853

Answers

1

have removed proxy its downloading now

nicky

Posted 2013-11-22T22:31:36.793

Reputation: 121

You can accept your own answer; otherwise this keeps bouncing to the top of the list as "unanswered".Nate Eldredge 2014-01-22T16:02:01.420