Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Error: Fehler beim Öffnen der Blockdatenbank. #1345

Closed
obel1x opened this Issue Aug 19, 2016 · 3 comments

Comments

Projects
None yet
3 participants

obel1x commented Aug 19, 2016

Bitcoin won't start. Log says:
2016-08-19 19:20:19 Bitcoin version v0.11.0.0-gd26f951 (Fri, 10 Jul 2015 19:23:55 +0200)
2016-08-19 19:20:19 Using OpenSSL version OpenSSL 1.0.1i-fips 6 Aug 2014
2016-08-19 19:20:19 Using BerkeleyDB version Berkeley DB 4.8.30: (October 21, 2013)
2016-08-19 19:20:19 Default data directory /home/obel1x/.bitcoin
2016-08-19 19:20:19 Using data directory /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin
2016-08-19 19:20:19 Using config file /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/bitcoin.conf
2016-08-19 19:20:19 Using at most 125 connections (1024 file descriptors available)
2016-08-19 19:20:19 Using 4 threads for script verification
2016-08-19 19:20:19 Using wallet wallet.dat
2016-08-19 19:20:19 scheduler thread start
2016-08-19 19:20:19 init message: Verifiziere Wallet...
2016-08-19 19:20:19 CDBEnv::Open: LogDir=/home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/database ErrorFile=/home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/db.log
2016-08-19 19:20:19 Bound to [::]:8333
2016-08-19 19:20:19 Bound to 0.0.0.0:8333
2016-08-19 19:20:19 Cache configuration:
2016-08-19 19:20:19 * Using 2.0MiB for block index database
2016-08-19 19:20:19 * Using 32.5MiB for chain state database
2016-08-19 19:20:19 * Using 65.5MiB for in-memory UTXO set
2016-08-19 19:20:19 init message: Lade Blockindex...
2016-08-19 19:20:19 Opening LevelDB in /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/blocks/index
2016-08-19 19:20:19 IO error: /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/blocks/index: Das Argument ist ungültig
2016-08-19 19:20:20 init message: Lade Blockindex...
2016-08-19 19:20:20 Wiping LevelDB in /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/blocks/index
2016-08-19 19:20:20 Opening LevelDB in /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/blocks/index
2016-08-19 19:20:20 IO error: /home/obel1x/smb4k/192.168.1.11/obel1x/Dokumente/bitcoin/blocks/index: Das Argument ist ungültig
2016-08-19 19:20:22 scheduler thread interrupt
2016-08-19 19:20:22 Shutdown: In progress...
2016-08-19 19:20:22 StopNode()
2016-08-19 19:20:22 Shutdown: done

obel1x@pcwohnfest:~> uname -a
Linux pcwohnfest 4.1.27-27-default #1 SMP PREEMPT Fri Jul 15 12:46:41 UTC 2016 (84ae57e) x86_64 x86_64 x86_64 GNU/Linux

Contributor

jonasschnelli commented Aug 19, 2016

Please use https://github.com/bitcoin/bitcoin/issues for technical issues.

Using Network Filesystems (like samba in your case) mostly doesn't work for the internal block storage database (LevelDB).
Try to use it on a local mounted SSD or spinning disk.

obel1x commented Aug 19, 2016

thank you for fast answer! any solutions to install in network environement to use blockdb with distributed clients? idea was to use windows / android tomorrow on same wallet/blockdb (maybe this is completly nonsense)...?

Contributor

jonasschnelli commented Aug 19, 2016

Have a look at -pruning. Storing the UTXO on network file systems is not supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment