arqma-wallet-cli --do-not-relay
create a transaction which will be written to a file
cat raw_arq_tx | xclip -selection clipboard
certutil.exe -encode -f raw_arq_tx encoded.txt & type "encoded.txt" | clip
arqma-wallet-rpc
and create a transaction with the do_not_relay
and get_tx_hex
parameters set to true
tx_blob
into the form above
arqma-wallet-cli
with a view-only wallet opened and create a transaction
base64 unsigned_arqma_tx | xclip -selection clipboard
certutil.exe -encode -f unsigned_arqma_tx encoded.txt & type "encoded.txt" | clip
arqma-wallet-cli
with the corresponding hot wallet and run sign_transfer
base64 signed_arqma_tx | xclip -selection clipboard
certutil.exe -encode -f signed_arqma_tx encoded.txt & type "encoded.txt" | clip