Ledger Nano Support
Last updated
Was this helpful?
Last updated
Was this helpful?
Using a hardware wallet to store your keys improves the security of your assets. The device acts as an enclave of the seed and private keys, and the process of signing transaction takes place within it. The following is a short tutorial on using the Panacea Ledger app with the Panacea CLI.
Installing the Panacea
app on your Ledger device is required before using the Panacea CLI.
Install on your machine.
Using Ledger Live, update your Ledger Nano device with the latest firmware.
Navigate to the Manager
menu on the Ledger Live.
Connect your Ledger Nano device and allow Ledger Manager from it.
On the Ledger Live, search for Panacea
and install it.
Note: You need to on your Ledger Nano device before using following this section.
Install panacead
by following the .
Connect and unlock your Ledger Nano device.
Open the Panacea
app on your Ledger Nano device.
Create an account in panacead
from your Ledger key.
Note: Be sure to change the <keyName>
parameter to be a meaningful name. The --ledger
flag tells panacead
to use your Ledger to seed the account.
Panacea uses HD wallets. This means you can setup many accounts using the same Ledger seed. To create another account from your Ledger device, run the following command by changing the integer <i>
to some value >= 0 to choose the account for HD derivation.
Run the following command to display your address on the Ledger Nano device. Use the <keyName>
you gave your Ledger key.
Confirm that the address displayed on the Ledger Nano device matches that displayed when you added the key.
You are now ready to start signing and sending transactions.
For --fees
, please set 1000000umed
which is the approximate minimum in the current Mainnet network.
You will be prompted to review and approve the transaction on your Ledger Nano device. Be sure to inspect the transaction displayed on the screen.
To receive funds to the Panacea account on your Ledger Nano device, retrieve the address for your Ledger Nano device (the ones with type: ledger
) with this command:
For further support,
support@gopanacea.org
Be sure to set a proper full node address to the --node
parameter. In the above example, one of the was used. Also, the --chain-id
must be set as panacea-2
which is the current chain ID of the Panacea Mainnet.