hello I'm mining votecoin on
http://votecoinmine.site, I want to mine on another computer, but would like to keep my existing wallet
how can I use the same wallet on new pc, I don't want to start over , I know that I can transfer votecoins to new wallet, but I would prefer to import my existing wallet to new pc
thanks in advance
Just start miner on another computer and put your old wallet in bat-file (or in
command line as an argument).
what is the command line to do that ?
hello I'm mining votecoin on
http://votecoinmine.site, I want to mine on another computer, but would like to keep my existing wallet
how can I use the same wallet on new pc, I don't want to start over , I know that I can transfer votecoins to new wallet, but I would prefer to import my existing wallet to new pc
thanks in advance
You can export your private key on wallet 1 and import on wallet 2 - you can then access the coins on both wallets
You will have to read the
command line docs or use one of the existing unofficial wallets to do that.
I DON'T have the time to help you do that but it works - i have done a few times
where can I find all command line docs ?
so far, I'm using only these:
votecoin-cli getnewaddress
votecoin-cli z_getnewaddress
votecoin-cli getbalance
votecoin-cli getaddressesbyaccount ""
votecoin-cli z_gettotalbalance
I will look for other commands also
The easiest way is to copy your current wallet.dat and replace it on second machine.
So you'll have two copies of the same wallet on both machines.
Always make a backup of your main
wallet.dat if you don't dump a private key.
If you just want to start mining on second rig, you don't need to make a wallet.
Make two workers.
here are example for two rigs:
Nvidia EWBF
1) miner --server votecoinmine.site --user your_wallet.rig1 --pass any --port 3333 --eexit 3
2) miner --server votecoinmine.site --user your_wallet.rig2 --pass any --port 3333 --eexit 3AMD Claymore
1) ZECMiner64.exe -zpool stratum+tcp://votecoinmine.site:3333 -zwal your_wallet.rig1 -zpsw any
2) ZECMiner64.exe -zpool stratum+tcp://votecoinmine.site:3333 -zwal your_wallet.rig2 -zpsw anyYou'll see two workers on pool and they will mine for one wallet address, like
this oneof course, I didnt't think about it, thank you
thanks to you all for your replies