Author

Topic: Using a blockchain on a network-drive in Bitcoin Core (Read 1177 times)

newbie
Activity: 1
Merit: 0
sorry i understand for someting.
sr. member
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
might have a look into using the rpc might be some kind of program that lets you do it that way

No, it means that one node is doing verification and the other is just asking it to take certain actions. Might be useful, depending on OP use case.

As for the original attempt, it could be worse than simply encountering a lock, since locks are unreliable on network drives. Ignoring the worse search performance, there could be severe corruption if the protocol doesn't lock in a way that the DB layer recognizes, or doesn't lock to begin with.
legendary
Activity: 1540
Merit: 1002
might have a look into using the rpc might be some kind of program that lets you do it that way
staff
Activity: 3458
Merit: 6793
Just writing some code
There will be a problem with having two nodes on the same data directory. It is not possible since the first one will lock the directory. Also, for some reason using a datadir from windows on linux and vice versa always cause a reindex of the blockchain.
hero member
Activity: 714
Merit: 500
Hi there,

so I am currently finally setting up my raspberry pi to be a full node.
I still want to use my client on my Windows 8-PC to send transactions.
I was wondering, if I just change the directory to the network drive, if there wouldn't be a conflict, when both clients(on raspberry pi and on windows 8 ) are trying to sync the blockchain.

Any suggestions?
Jump to: