You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neuron can be used as an offline cold wallet with the following process:
Prepare two computers, one offline and one online, both with Neuron installed.
On the offline computer running Neuron, generate a new wallet and go to the menu => Wallet => Export Extended Public Key. This exports the extended public key for creating a watch-only wallet.
On the online computer running Neuron, import the Extended Public Key obtained in step 2 to create a watch-only wallet for syncing and creating transactions.
Wait for the online computer's Neuron to sync to the latest block. When performing transactions or interacting with DAO, there will be an option to 'Export Transaction' in the dialog box for entering the password, which will give you a transaction that needs to be signed.
On the offline computer running Neuron, go to the menu => Tools => Offline Sign. You can sign and export the transaction from step 4.
On the online computer's Neuron, go to the menu => Tools => Offline Sign to broadcast (submit to the blockchain) the signed transaction from step 5.
The text was updated successfully, but these errors were encountered:
Neuron can be used as an offline cold wallet with the following process:
The text was updated successfully, but these errors were encountered: