Signed Outputs Public Keys Checker

Instructions

Obtaining signed output keys

  • From arqma-wallet-cli type export_outputs output_keys
  • On Linux terminal, type base64 output_keys | xclip -selection clipboard
  • On Windows command line, type certutil.exe -encode -f output_keys encoded.txt & type "encoded.txt" | clip

Notes

  • Output keys data is encrypted using your viewkey. Data and viewkey are sent to the server.