Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
|
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). |
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)...? |
|
Have a look at |
obel1x commentedAug 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