Question about Linux… Server running Ubu 12.04 X64, and I want to copy all my files and wallet.dat and
everything that I currently have on one servers over to another servers. How would I be able to do that?
No, I do not use digital ocean. I cannot use snapshots. What would you recommend?
Be careful about cloning your wallet. It has 100 adresses generated, but once all of them are used, each wallet will generate new (random) ones - meaning that you will still need files of each individual wallet to retrieve your coins. I’d look into some other solutions, like running a script that sends coins automatically to your main wallet once they mature.
If you really want to do this - just write a bash script that downloads your ~/.primecoin from some private FTP account and does installation of primecoin client (you can find tutorials on this forum and btctalk). This is way easier solution rather than doing full system copy and it takes less time.
If your host supports creating VM’s with predefined private SSH keys, you can even execute your commands remotely without manually logging into VM’s shell.
Thanks all, good advice so far. Ah so the once I reach 100 addresses, then what? I mean, realistically I only need 1 address, right? The main point I am getting at is that I want to use the wallet on all servers to work together. How would I retrieve the wallet.dat I can’t seem to find it anywhere. It isn’t wallet.cpp is it?
[quote=“albi, post:4, topic:267”]Be careful about cloning your wallet. It has 100 adresses generated, but once all of them are used, each wallet will generate new (random) ones - meaning that you will still need files of each individual wallet to retrieve your coins. I’d look into some other solutions, like running a script that sends coins automatically to your main wallet once they mature.
I am assuming /.primecoin/wallet.dat is the location, right? and the same goes with HP5?
If you really want to do this - just write a bash script that downloads your ~/.primecoin from some private FTP account and does installation of primecoin client (you can find tutorials on this forum and btctalk). This is way easier solution rather than doing full system copy and it takes less time.
If your host supports creating VM’s with predefined private SSH keys, you can even execute your commands remotely without manually logging into VM’s shell.
Every time you mine coins, wallet will get one address from its pool and send coins to that address. Once you hit 100 limit, it will create additional 100 addresses, but each wallet will create diffrent ones.
Realistically you will need as many addresses as many blocks you are going to mine.
I’ve used Symantec’s Ghost software in the past for cloning Windows based servers. It runs off a bootable CD and supports FAT, NTFS, EXT2 and EXT3 so it should do the job for Linux too.
Here’s a link to the product page, I see they have a Trialware version available, but I’m not sure if it would be limited in some way.