Entering Voltaire: on-chain poll for SPOs

–tx-in is your wallet address you are going to pay for the transaction from. You need to control this address key to sign the transaction.

–change-address is your wallet address you want your change to go to.

1 Like

Can you share with me the command to sign tx with stake pool cold key and payment key -(step 4. Sign the transaction in this document - GitHub - cardano-foundation/CIP-0094-polls ).

Thank you

I found it as:

cardano-cli transaction sign \
    --tx-body-file tx.raw \
    --signing-key-file payment.skey \
    --signing-key-file $HOME/cold-keys/node.skey \
    --testnet-magic 1 \
    --out-file tx.signed

From the instruction at voltaire_voting_preprod · GitHub

yes, that should work, I voted like this on mainnet, just make sure you change testnet-magic 1 to mainnet.

1 Like