Bitcoin-Obmen.com (OP)
Member


Activity: 70
Merit: 100
|
 |
October 16, 2016, 10:48:26 AM |
|
Hi !
I want to use private keys (wallet.dat) on machine A, and blockchain data on remote machine B - how can I do this ?
|
|
|
|
|
RocketSingh
Legendary

Activity: 1662
Merit: 1051
|
 |
October 16, 2016, 11:06:38 AM |
|
Hi !
I want to use private keys (wallet.dat) on machine A, and blockchain data on remote machine B - how can I do this ?
Install Bitcoin Core on remote machine B and call it through JSON-RPC. Assuming machine A is local to you accessing private keys should not be an issue.
|
|
|
|
achow101
Moderator
Legendary

Activity: 3948
Merit: 7693
Just writing some code
|
 |
October 16, 2016, 02:19:04 PM |
|
Hi !
I want to use private keys (wallet.dat) on machine A, and blockchain data on remote machine B - how can I do this ?
Put the wallet.dat on a network share. Then make a symlink to it from the data directory.
|
|
|
|
|
|
Bitcoin-Obmen.com (OP)
Member


Activity: 70
Merit: 100
|
 |
October 18, 2016, 08:17:40 AM |
|
I trust myself only  For example, blockchain.info is lagging periodically every 2-3 months, when I having my own blockchain on VPS is up and running.
|
|
|
|
|
Bitcoin-Obmen.com (OP)
Member


Activity: 70
Merit: 100
|
 |
December 27, 2016, 07:57:57 AM |
|
Install Bitcoin Core on remote machine B and call it through JSON-RPC. Assuming machine A is local to you accessing private keys should not be an issue. Put the wallet.dat on a network share. Then make a symlink to it from the data directory. Those approaches works only if we assumes, that we use one-to-one - wallet.dat to blockchain, what if I want one blockchain and many wallet.dat's ? Means, I want use Bitcoin Core in the "light wallet's way" - like Electrum, so I have many wallet.dat's and one blockchain.
|
|
|
|
|
ranochigo
Legendary

Activity: 3178
Merit: 4511
|
 |
December 27, 2016, 04:17:06 PM |
|
Install Bitcoin Core on remote machine B and call it through JSON-RPC. Assuming machine A is local to you accessing private keys should not be an issue. Put the wallet.dat on a network share. Then make a symlink to it from the data directory. Those approaches works only if we assumes, that we use one-to-one - wallet.dat to blockchain, what if I want one blockchain and many wallet.dat's ? Means, I want use Bitcoin Core in the "light wallet's way" - like Electrum, so I have many wallet.dat's and one blockchain. That is, to my knowledge, impossible. The way Bitcoin Core is designed makes it impossible for several instances of the client accessing the blockchain at the same time. You can always either combine the wallet.dat together by dumping the private keys and importing them or switch them out when needed.
|
|
|
|
|
Jet Cash
Legendary

Activity: 3038
Merit: 2575
https://JetCash.com
|
 |
December 27, 2016, 05:34:08 PM |
|
Put the wallet.dat on a network share. Then make a symlink to it from the data directory.
Could you do that with a wallet on a mobile, and the blockchain on a PC?
|
Offgrid campers allow you to enjoy life and preserve your health and wealth. Save old Cars - my project to save old cars from scrapage schemes, and to reduce the sale of new cars. My new Bitcoin transfer address is - bc1q9gtz8e40en6glgxwk4eujuau2fk5wxrprs6fys
|
|
|
|
StewieG
|
 |
December 29, 2016, 09:33:57 PM |
|
Put the wallet.dat on a network share. Then make a symlink to it from the data directory.
Could you do that with a wallet on a mobile, and the blockchain on a PC? Theoretically yes, but don't be surprised when your wallet crashes pretty often! Everytime you lose the connection or there are delays or whatever problem occurs, baam the client will propably crash!
|
|
|
|
|
Decoded
Legendary

Activity: 1232
Merit: 1030
give me your cryptos
|
 |
January 05, 2017, 05:13:58 AM |
|
Put the wallet.dat on a network share. Then make a symlink to it from the data directory.
Could you do that with a wallet on a mobile, and the blockchain on a PC? Theoretically yes, but don't be surprised when your wallet crashes pretty often! Everytime you lose the connection or there are delays or whatever problem occurs, baam the client will propably crash! That's not how it works. Your client will not crash, but will give a couple of errors when it is unable to view transactions. My bigger concern is how you will be able to connect like that. An iOS device defenitely will not be able to do it, and an android maybe with some mods, and there's a chance windows phones would be able to do this (But who uses windows phones anyways...). Why not just use Mycelium, and host a node on your PC? (To my knowledge, mycelium cannot connect to a custom specific node, but hosting a node will contribute to the pool of legitimate nodes for us all!)
|
looking for a signature campaign, dm me for that
|
|
|
Jet Cash
Legendary

Activity: 3038
Merit: 2575
https://JetCash.com
|
 |
January 08, 2017, 01:45:08 PM |
|
Put the wallet.dat on a network share. Then make a symlink to it from the data directory.
Could you do that with a wallet on a mobile, and the blockchain on a PC? Theoretically yes, but don't be surprised when your wallet crashes pretty often! Everytime you lose the connection or there are delays or whatever problem occurs, baam the client will propably crash! I was thinking of using bluetooth or usb to connect to the blockchain. I'd probably remove the sim from the phone as well. On thinking about it, I guess it wouldn't work. If I updated the blockchain on the pc, then I guess the mobile would have problems re-sync'ing itself.
|
Offgrid campers allow you to enjoy life and preserve your health and wealth. Save old Cars - my project to save old cars from scrapage schemes, and to reduce the sale of new cars. My new Bitcoin transfer address is - bc1q9gtz8e40en6glgxwk4eujuau2fk5wxrprs6fys
|
|
|
|