Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: hostmaster on February 25, 2014, 09:09:58 AM



Title: Possible to use 1 PC 2 different Bitcoin wallet (as QT)
Post by: hostmaster on February 25, 2014, 09:09:58 AM
I need to run on my pc 2 different Bitcoin(or alt coin) QT. how can i do it?
If i have linux or windows how can i make my system recognize these two wallets.

Lets say linux ssh isee top
litecoind
i need to see
different instances
like litecoind2
liteocind3

i have interesting multi pool project wondering how this works?

any idea?
thank


Title: Re: Possible to use 1 PC 2 different Bitcoin wallet (as QT)
Post by: GambleX on February 25, 2014, 07:34:31 PM
You can have multiple wallets in two data directories. So:

- copy your existing data directory to a new one. https://en.bitcoin.it/wiki/Data_directory

- delete the wallet.dat file in it

- run bitcoinqt/d with the datadir option pointing to the new directory and a different port:

bitcoin-qt -datadir=<dir>  -port=8334

https://en.bitcoin.it/wiki/Running_Bitcoin

- It will create a new wallet for which you should set a password.

- create a shortcut for the above command.

It would be even easier if you used a client other than bitcoin-qt. Electrum, multibit, armory all support multiple wallets.