Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Page Tree | ||||
---|---|---|---|---|
|
Original Content by Tigger on September 5, 2018
Panel | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Import a Z Address Private Key From Your Connected Node Into Your Arizen Wallet
You can import an existing Z address by importing it's private key or spending key. Click on Import a private key and add an address name, the key and the address type. If the Z address has balance, the Secure Node should rescan The Secure/Super Node should re-scan the blockchain upon import of a new key.
If you're unable to spend after import (and re-scan completed), you will need to manually force a rescan full re-scan on the connected node through an SSH terminal.
Code Block |
---|
sudo systemctl stop zend && zend -rescan |
This may take up to several hours, and any zen-cli commands will return an error until the re-scan has completed.
Once the re-scan has completed (zend LED in Arizen turns green), you will need to stop zend and restart it with systemd to re-enable process monitoring and automatic certification renewal.
Code Block |
---|
zen-cli stop && sudo systemctl start zend |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|