FTC Paper wallet
-
Hello,
Is there a Paper wallet generator for FTC??
Thx alot -
No one I would trust at the moment.
The way I create my “paper” wallet addresses is:
- Install FeatherCoin in a VM.
- Run it and go to the menu [b]Help / Debug window[/b].
- Click on [b]Console[/b] tab.
- Create a new address by typing “getnewaddress”.
- Get the private key for this new address by typing “dumpprivkey” (and then use the address from step (4) ).
- Copy & paste address and private key to your supersave “paper wallet document”.
- goto 4 and repeat as many times as you need new addresses.
8 ) After you are finished, uninstall the Feathercoin client from your VM (make sure the wallet.dat is gone from the AppData/Roaming/Feathercoin directory).
[b]Note to web devs: It would be great to provide a paper wallet generator on this site here. People would then know they can trust it.[/b]
-
Thx alot
+1 for a paperwallet creator!!! -
[quote name=“Radacoin” post=“13520” timestamp=“1371022444”]
The way I create my “paper” wallet addresses is:
- Install FeatherCoin in a VM.
8 ) After you are finished, uninstall the Feathercoin client from your VM (make sure the wallet.dat is gone from the AppData/Roaming/Feathercoin directory).
[/quote]
What is VM?
-
[quote name=“mirrax” post=“13764” timestamp=“1371058720”]
[quote author=Radacoin link=topic=1686.msg13520#msg13520 date=1371022444]The way I create my “paper” wallet addresses is:
- Install FeatherCoin in a VM.
8 ) After you are finished, uninstall the Feathercoin client from your VM (make sure the wallet.dat is gone from the AppData/Roaming/Feathercoin directory).
[/quote]
What is VM?
[/quote]VM = Virtual machine. A Operating system acting like an application onto of another operating system. Vmware is the leader… Also a free version from oracle called virtualbox.
-
Citrix Xen is also still free last I checked.