Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Update Tackle

Jaron Swab edited this page Mar 15, 2020 · 2 revisions

Updating a Witness

  1. Disable your witness
    • update_witness "username" "url" "SMK1111111111111111111111111111111114T1Anm" {} true
    • Replace username and url with your information.
    • Copy and paste the command into the CLI_Wallet.
    • Wait for it to broadcast. You will see some yellow words scroll by and then a group of grayish-white text.
  2. Close your wallet with ctrl+d if open.
  3. Shut down whaled with ctrl+c (twice).
  4. Make a copy of your smoke directory:
    • cp -r ~/tackle/wls ~/wlsbackup
    • This is for redundancy in case we need it.
  5. Remove the Tackle container
    • docker rm Tackle
  6. docker pull jrswab/tackle
  7. ./run.sh
  8. ./whaled.sh
  9. ctrl+b 1 to open the wallet window.
  10. ./wallet.sh
  11. Unlock the wallet with your secret passphrase.
  12. Re-enable your witness.
  13. Re-lock your wallet (it seems whaled will run fine even if the wallet is locked and it's safer)

Updating an RPC and Seed node coming soon.