Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: myveryown on October 12, 2015, 01:35:15 PM



Title: Ful node on Raspberry Pi
Post by: myveryown on October 12, 2015, 01:35:15 PM
So I am currently syncing the blockchain on a raspberry pi - am upto block 301270 .. so I got a little way to go yet .. but I complied the bitcoin core without the BerkleyDB as i dont want to use it as a wallet ... but do want to use -txindex option ... so what i am wondering is will it work - or will i need to recomplie with the database ?

Hoping if its a recomplie i can figure out how to do that without having to re sync the blockchain

Any info much appreciated





Title: Re: Ful node on Raspberry Pi
Post by: achow101 on October 12, 2015, 02:11:23 PM
I think it should work since bdb is only for the wallet.

Also, recompiling will not require a resync since your aren't deleting the data directory with the blockchain.


Title: Re: Ful node on Raspberry Pi
Post by: myveryown on October 12, 2015, 02:48:26 PM
ok thanks, will wait out the sync and see what happens and post what i find