I’m using Raspbian Stretch and just installed the bitcoin to setup full node using following command sudo apt-get install bitcoin-qt bitcoind
- First I was not displayed with start screen to choose location for data directory as mentioned here https://bitcoin.org/en/full-node#ubuntu-1610
- I have mounted FTP drive folder where I want my data directory to be pointed.
- So I always have to start bitcoin from terminal with datadir option otherwise it starts downloading into default location and I cant download entire blockchain on my pi sdcard.
- Unfortunately that doesn’t work either. it always errors out saying can not obtain lock may be this and that using it.
Issues:
-
I assume its permission issue, but I can manually create, delete update file in that mounted location so why bitcoin app can not? is there special command it need to start with ? And no there is no other program using it or running that has it locked.
-
What option is requires it to start with to show data directory location screen at start