Bitcoin Forum
May 21, 2024, 07:20:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can't download blockchain with Bitcoin  (Read 1259 times)
tmbp (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 12, 2014, 09:12:54 PM
 #1

I start the demon and getblockcount always returns 0 with the logs not telling anything interesting
Quote
2014-08-12 21:06:40 mapAddressBook.size() = 64
2014-08-12 21:06:40 AddLocal(*:8333,1)
2014-08-12 21:06:40 IPv4 venet0:0: *.87
2014-08-12 21:06:40 AddLocal(*:8333,1)
2014-08-12 21:06:40 IPv4 venet0:1: *
2014-08-12 21:06:40 ext-ip thread start
2014-08-12 21:06:40 dnsseed thread start
2014-08-12 21:06:40 dumpaddr thread start
2014-08-12 21:06:40 addcon thread start
2014-08-12 21:06:40 msghand thread start
2014-08-12 21:06:40 opencon thread start
2014-08-12 21:06:40 net thread start
2014-08-12 21:06:40 upnp thread start
2014-08-12 21:06:40 init message: Done loading
2014-08-12 21:06:40 Loading addresses from DNS seeds (could take a while)
2014-08-12 21:06:40 No valid UPnP IGDs found
2014-08-12 21:06:40 upnp thread exit
2014-08-12 21:06:41 GetMyExternalIP() received
  • *:0
2014-08-12 21:06:41 GetMyExternalIP() returned *
2014-08-12 21:06:41 AddLocal(*:8333,4)
2014-08-12 21:06:41 ext-ip thread exit
2014-08-12 21:06:56 115 addresses found from DNS seeds
2014-08-12 21:06:56 dnsseed thread exit

When I launch the daemon I always get the error
Quote
sendto: Operation not permitted
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
August 13, 2014, 09:24:40 PM
 #2

Oh, NM, misread.

Uh, permissions wrong?

sudo chown whateveryourusernameis:whateveryourusernameis -R .bitcoin
sudo chmod 777 -R .bitcoin ?

oh

(*:8333,1

needs fixing
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
August 13, 2014, 09:38:35 PM
 #3

try

cd /etc
sudo nano sysctl.conf

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1

ctrl-x save etc

sudo sysctl -p

unless you actually want to use ipv6

or try googling OpenVZ and venet
tmbp (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 14, 2014, 10:40:39 PM
 #4

Nevermind, opened firewall started working, thanks!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!