Author Topic: Multiple wallets supported?  (Read 1872 times)

0 Members and 1 Guest are viewing this topic.

Offline karnal

  • Hero Member
  • *****
  • Posts: 1068
    • View Profile
Even easier (maybe) is using symlinks. In ~/.BitShares/wallets, I now have a default.old and default.new folder, and I just symlink default to whichever I want to use.

It's a bit hacky, but it works. Until it's implemented in the program, this will do  8)

Offline svk

The easiest way to do this is to run the wallet in the browser by cloning the web_wallet from github. You can then simply modify the wallet_open command in wallet.coffee to take "my_wallet_name" instead of "default".
Worker: dev.bitsharesblocks

Offline robrigo

Hey Karnal,

You can include the argument flag:

 --data-dir /new/app/data/path

when starting the client on the CLI to change the application data directory that your wallet is pointed at.

On another note, I think you will be able to use the Recovery Key brainwallet mechanism in the web wallet to use the same wallet at different physical locations soon (so long as you have your brain key memorized).

Eventually the recovery key will be standardized to be usable across all clients AFAIK. Looking forward to moving my funds into a brain wallet specifically that can be used on the fly from both desktop and web wallets.

Offline wartablog

no one responds    ???

Offline karnal

  • Hero Member
  • *****
  • Posts: 1068
    • View Profile
Besides moving the wallet directory (mv default default.orig && mv new_wallet default) so that the client picks the new wallet up by default, does anyone have any other suggestions?


Doing it like this is a) impractical and b) might mess up some configuration file, resulting in having to sync the whole blockchain (I have wallet backups so data loss is not my concern here)

Offline karnal

  • Hero Member
  • *****
  • Posts: 1068
    • View Profile
Clearly it's not through 'Import wallet'.. I tried to run BitShares with -h, --help, both ignored.

Is it possible to point BitShares to a certain wallet on startup? Since doing it after startup does not appear to be possible (do correct me if this is wrong)

Offline karnal

  • Hero Member
  • *****
  • Posts: 1068
    • View Profile
I'm thinking of separating accounts logically in wallets. Through the console it seems to be possible, though I am still finding out the necessary commands.

Does the GUI support operating like this as all ? Through 'Import wallet', I would suppose.