Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: FiatKiller on December 10, 2013, 02:42:28 PM



Title: Any issue with multiple wallets on the same drive?
Post by: FiatKiller on December 10, 2013, 02:42:28 PM
I'm at the point now where keeping all of my BTC in one wallet is too big of a security risk. I want to send some to a new wallet and just leave them there and rename the wallet.dat file when not updating the blockchain. I already use the -datadir command to keep the blockchain/wallet file in the same directory as the client. Are there any other issue I should be aware of when using multiple directories on the same drive? Planning on using less obvious names for these other directories and hoping that any stealer program will only take the active wallet file at most.

thanks

Edit: Windows 7, and I know not to run more than one version of the client at once.


Title: Re: Any issue with multiple wallets on the same drive?
Post by: deslok on December 10, 2013, 04:17:06 PM
as long as the client is only allowed to access one at a time you should be all set, if you're really worried run a few vm's with a simple linux distro to isolate each one OS wise(and keep them inaccessible until you bring it online, probably eaiser to manage that as well)


Title: Re: Any issue with multiple wallets on the same drive?
Post by: FiatKiller on December 10, 2013, 04:42:57 PM
thanks, should I choose the "detach database" option also?


Title: Re: Any issue with multiple wallets on the same drive?
Post by: grue on December 10, 2013, 10:05:51 PM
thanks, should I choose the "detach database" option also?
That option has no effect. As of version 0.8.0 and above, all the block files are no longer stored using BDB. Only wallet files uses BDB, but those are "detached" with every write by default.


Title: Re: Any issue with multiple wallets on the same drive?
Post by: babeq on December 11, 2013, 07:24:27 AM
If you want here is tutorial, how to prepare virtual machine:
http://www.howtogeek.com/56158/ (http://www.howtogeek.com/56158/)


Title: Re: Any issue with multiple wallets on the same drive?
Post by: Gersics.com on December 11, 2013, 10:18:45 AM
I'm at the point now where keeping all of my BTC in one wallet is too big of a security risk. I want to send some to a new wallet and just leave them there and rename the wallet.dat file when not updating the blockchain. I already use the -datadir command to keep the blockchain/wallet file in the same directory as the client. Are there any other issue I should be aware of when using multiple directories on the same drive? Planning on using less obvious names for these other directories and hoping that any stealer program will only take the active wallet file at most.

thanks

Edit: Windows 7, and I know not to run more than one version of the client at once.

There is no Problem with that as long as you run only 1 Wallet at the same time.

And for the stealing Software, just crypt your Wallets with a long Password, use a rhyme or a long sentence.


Title: Re: Any issue with multiple wallets on the same drive?
Post by: FiatKiller on December 11, 2013, 11:52:02 AM
Doesn't bitcoin keep running after you exit the client though? So no way
to stop that except killing the process?

thanks


Title: Re: Any issue with multiple wallets on the same drive?
Post by: Gersics.com on December 12, 2013, 03:47:53 PM
Doesn't bitcoin keep running after you exit the client though? So no way
to stop that except killing the process?

thanks

Not by default, when you close the Client with "x", the task exits.
But there is an option where the Client only minimize, take that off.


Title: Re: Any issue with multiple wallets on the same drive?
Post by: FiatKiller on December 12, 2013, 04:00:19 PM
Doesn't bitcoin keep running after you exit the client though? So no way
to stop that except killing the process?

thanks

Not by default, when you close the Client with "x", the task exits.
But there is an option where the Client only minimize, take that off.

Thanks, I usually do File > Exit. Will look for the setting. All I know is that when I shut the computer down it sometimes will say it is waiting on a bitcoin process to stop.


Title: Re: Any issue with multiple wallets on the same drive?
Post by: Gersics.com on December 12, 2013, 04:12:07 PM
Doesn't bitcoin keep running after you exit the client though? So no way
to stop that except killing the process?

thanks

Not by default, when you close the Client with "x", the task exits.
But there is an option where the Client only minimize, take that off.

Thanks, I usually do File > Exit. Will look for the setting. All I know is that when I shut the computer down it sometimes will say it is waiting on a bitcoin process to stop.

Yes, you're right, so go to Settings->Options->Window and uncheck "Minimize to Tray" and "Minimize on Close" then the Client exits full when you hit the "x"


Title: Re: Any issue with multiple wallets on the same drive?
Post by: FiatKiller on December 13, 2013, 03:09:54 PM
Ok, I started the process last night creating two more wallets and working smoothly so far. Was pretty nervous transfering thousands at a shot. lol

thanks again