3
1
Shared blockchain... I have a server PC that is on all the time and runs a copy of bitcoin core 24/7. My main personal computer I use separate for everything else including and I use both Bitcoin core and Armory. Each time I open either of these I have to update the blockchain to my computer, no big deal if it is only a day or two behind but it means I have two copies of the same blockchain, one on each PC. Would be nice to not have that increasing disk space used on my main personal PC. Rather than doing a copy from the server PC, is it possible to set up somehow, somewhere in the config file of either or both wallets to share the blockchain that will always be up to date on the server PC across my LAN ?
I don't know whether it works because I don't use Bitcoin Core, but if you're on a Unix system, just softlinking to the blockchain data via some network protocol (like SFTP where you don't have to set up anything besides installing an SSH server, which you probably already did, on most distros) probably works. – UTF-8 – 2017-01-16T01:10:44.970