ZeroASIC / eloipool-server

eloipool install scripts for Ubuntu and Linux
8 stars 13 forks source link

bitcoindata directory #2

Closed stephenhoos closed 10 years ago

stephenhoos commented 10 years ago

Would it be possible to change the data directory used for bitcoindata to ~/.bitcoin, as this folder holds the blockchain downloaded and confirmed by bitcoin-qt?

ZeroASIC commented 10 years ago

You can edit scripts/run-bitcoind.sh so the datadir is pointing to your user directory or remove that line completely if you're running it as your user.

The script is written so it can be run by a user or as a system script. I tried to keep it flexible enough that it would work anywhere, so it has it's own datadir.