Are you using mapaddress?
I just added this to my torrc and made my bitcoin.conf match
mapaddress 192.0.2.2 p2hwc26zdsrqxiix.onion
mapaddress 192.0.2.3 sh4ep6zb6vnoa2h5.onion
mapaddress 192.0.2.4 iy6ni3wkqazp4ytu.onion
mapaddress 192.0.2.5 bxfna6fhddpzduck.onion
I'll let you know if it works. Why does bitcoin not support using a remote DNS? I would think it should considering it has proxy support.
Oh wow. I finally found this page
https://en.bitcoin.it/wiki/Fallback_Nodes#Tor_networkWould sure be nice if
https://en.bitcoin.it/wiki/Tor mentioned it...
EDIT: That did it theymos! Thanks!
$ bitcoind getinfo
{
"version" : 50000,
"balance" : 3.74654100,
"blocks" : 159331,
"connections" : 1,
"proxy" : "127.0.0.1:9050",
"generate" : false,
"genproclimit" : -1,
"difficulty" : 1159929.49722438,
"hashespersec" : 0,
"testnet" : false,
"keypoololdest" : 1319583806,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}
I'll add something to the wiki to make this more clear for people