Cardano-node course | How to create and answer polls using the cardano-cli

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

Комментарии • 6

  • @JuanTxuThreeFour
    @JuanTxuThreeFour Год назад

    Cool feature!

  • @decentralizedvietnam
    @decentralizedvietnam Год назад

    Great

  • @iowadsp
    @iowadsp Год назад

    It seems like you are doing this in an environment that is unlike the mainnet live environment. So it's confusing to pools which steps can be taken on hot node and which steps need to be done on air gapped machine. Can you please breakdown the steps on hot and cold environment?

    • @carloslopezdelara8058
      @carloslopezdelara8058 Год назад

      Hi Rich, good question! As a rule of thumb, stake pool operators always sign stuff on the air-gapped machine. So, in the case of polls, SPOs sign transactions with COLD.SKEY and PAYMENT.SKEY, both of which are supposed to be in a cold environment. The same applies to delegate key holders.
      Answering the poll and building the transaction can be done either on the air-gapped machine or on a live node. The only difference is that on an air-gapped machine, we need to use "build-raw" instead of "build".
      Of course, submitting the transaction requires a node.

    • @ptfreebord
      @ptfreebord Год назад

      @@carloslopezdelara8058 does the airgapped machine version matter, if I am just using it to sign the transaction from an 8.0.0. live node? I only ask because my air gapped is arm and there don't appear to be any static 8.0.0 binaries for arm yet.

    • @carloslopezdelara8058
      @carloslopezdelara8058 Год назад

      It will probably work but I'm not 100% sure TBH. I'll give it a go and report, or perhaps you have already done that?