Bitcoin Forum
May 12, 2024, 09:52:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Multiple installations and dormant wallets  (Read 994 times)
rahl (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 10:09:44 AM
 #1

Hi,

I have some questions.

Is it possible to run multiple bitcoin client installations simultaneously on the same machine (windows 7) or will it corrupt something because of like memory and port conflicts? They would be running with tor and different data directories ofc.

Also I have a question if there is some downside to having a wallet that very rarely gets connected to the network? Like if you have separate data directory for a savings/vault account that you barley ever launch the client with?

The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
TheVirus
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 06, 2011, 05:09:09 PM
 #2

Wouldn't it be easier to just use the Address Book to generate new receiving addresses? The main Bitcoin program uses %AppData%\Bitcoin to store the wallet. If you tried to make a new wallet, the previous one would either get overwritten or open up with the program.

If you have a dormant wallet then nothing happens. The network doesn't know/care about the wallets. If someone sends BTC to an address, it just does it. The network doesn't know if coins are lost or missing, it's up to the people to make sure their wallets are safe and secure. Many people have a 'savings' wallet that they transfer their money to and then backup/secure.
rahl (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 06:43:36 PM
Last edit: June 06, 2011, 08:17:48 PM by rahl
 #3

Wouldn't it be easier to just use the Address Book to generate new receiving addresses? The main Bitcoin program uses %AppData%\Bitcoin to store the wallet. If you tried to make a new wallet, the previous one would either get overwritten or open up with the program.

But you can't send to your own addresses. Rotating coin that has been used in a transaction that can be liked to you should be nice for plausible deniability on other transactions in the chain if a wallet is compromised. Makes it more difficult to follow the cash flow and identify what addresses in the chain corresponds to the same actual person.
Also it might be good for running different versions. I thought you could use bitcoin.conf to put the wallet and data directory anywhere you like? edit: the datadir flag i meant to say not .conf
The staying anonymous part of the wiki talks about multiple installations (because you can't do anything to the sending address otherwise) but nothing about if they are meant to run simultaneously or not. Some programs don't do multiple instances well...

Quote
If you have a dormant wallet then nothing happens. The network doesn't know/care about the wallets. If someone sends BTC to an address, it just does it. The network doesn't know if coins are lost or missing, it's up to the people to make sure their wallets are safe and secure. Many people have a 'savings' wallet that they transfer their money to and then backup/secure.

Thanks, so it doesn't get outdated or easier to hijack because all of the transaction data is in the entire network...

rahl (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100



View Profile
June 06, 2011, 07:06:38 PM
 #4

So apparently the client seems to refuse running multiple instances. Well it starts multiple processes but only give one GUI to the first one started.

But creating different shortcuts with different datadir paths worked fine to get fresh wallets and stuff. So I guess just have to alternate between them as needed.

Anyone know which files store the blockchain so I don't have to download it all over again?

kseistrup
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500


Unselfish actions pay back better


View Profile WWW
June 06, 2011, 07:20:07 PM
 #5


I thought you could use bitcoin.conf to put the wallet and data directory anywhere you like?

I was looking for the same today, and it seems that bitcoin/bitcoind insists om listening on all addresses on a machine (would be nice with a -host= or a -bind-address= option) and on listening on port 8333 (would be nice with a -port= option).

Other potential nice options are: -config= and -datadir=

Cheers,

Klaus Alexander Seistrup
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!