-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal: problem accessing directory /home/user/.bitcoin #46
Comments
First running blockparser in a VM is a generally bad idea unless you VM has very large amounts of RAM allocated toit (64G is good) and is capable of doing very efficient native I/Os (blockparser will chew through 80Gigs of data twice,typically) Second, why install the blockchain in a directory of your own choosing and not where it's supposed to be, i.e. in the directory~/.bitcoin Third, you do not need to install bitcoin (the software) in the VM. All you need is an up to date version of the blockchain. Therecommended way to do this in a VM is to mount your windoze blockchain directory inside the VM via whatever sharingmechanism your particular flavor of VM has (and on ~/.bitcoin, typically) Generally speaking, blockparser was never really designed for non-technical users in general and really never intented to beused by Windoze users in particular: there is a minimum technical level of skills required, such as being able to open a shell,creating directories from the command line, compiling software, etc ... The point and click herd usually finds it easier to use online web-based version of the same thing such as the bitcoin rich listwebsite and others.
I installed the blockparser but I cannot run any of the commands. I get this error message:user@ubuntu: |
I saved the folder “blocks” in Home/.bitcoin . But I now get a new error message: user@ubuntu:~/blockparser$ ./parser all info: mem at start = 0.000 Gigs The attached screenshot shows that the .bitcoin folder contains the blocks (as far as I see). Can you please explain how to solve the new error? Thank you, |
I installed the blockparser but I cannot run any of the commands. I get this error message:
user@ubuntu:
$ cd blockparser/blockparser$ ./parser alluser@ubuntu:
info: mem at start = 0.000 Gigs
info: starting command "allBalances"
fatal: problem accessing directory /home/user/.bitcoin
Aborted (core dumped)
I presume it doesnt find the blockchain files. I saved "blk00000.dat" and so on in this directory:
/home/user/user/Blockchain/blocks
I copied this blockchain from my windows 10 OS into the VMware Ubuntu.
I dont know why the filepath shows "user/user", I access the file actually by clicking only one such folder.
The blockparser readme says "You'll need a block chain somewhere on your hard drive." (but not where exactly).
I also tried to install the blockchain as recommended in the blockparser readme, but came only as far as this:
user@ubuntu:
$ git clone https://github.com/bitcoin/bitcoin$ cd bitcoinuser@ubuntu:
user@ubuntu:~/bitcoin$ ./Makefile
bash: ./Makefile: No such file or directory
When I open the /bitcoin folder I can see the file Makefile.am . I dont know why it doesnt work.
The text was updated successfully, but these errors were encountered: