Reputation: 11
Given the vulnerability of all but hardware and paper wallets would anyone know how to use an unsupported hardware or paper wallet with Parity?
I simply want to be able to manually enter an address generated outside of Parity and fully expect to have to bypass the UI and edit a resource file to do so.
Any ideas?
Upvotes: 1
Views: 83
Reputation: 11824
You can use MyEtherWallet to generate a Paper wallet offline. To do that, you have to:
etherwallet-v3.11.3.3.zip
or something like that.index.html
, open it with your favorite browser. Note, it does not require any working internet connection.If you ever want to restore your wallet to spend the funds, you can import it either in MyEtherWallet again, or in Parity. To import it in Parity without using the user interface, you have to:
C:\Users\You\AppData\Roaming\Parity\Ethereum\keys\ethereum
/Users/you/Library/Application\ Support/io.parity.ethereum/keys/ethereum/
/home/you/.local/share/io.parity.ethereum/keys/ethereum/
Disclosure: I work for Parity.
Upvotes: 0