Skip to content

[doc] How to sign a voting message #15

Description

@coolaj86

dashmsg-sign.sh:

my_private_keyfile='./votingKeyAddr.yYQj8okZv8wNBevFDQrDvUivLbKhAn74QP.wif'
my_vote='dte2022-hilawe|StayDashy|Ash|RodrixDigital'

# cointype 0x4c is for production

dashmsg sign \
    --cointype 0x8c \
     "${my_private_keyfile}" \
    "${my_vote}"

dash-cli (and Debug Console)

my_private_key='XK5DHnAiSj6HQNsNcDkawd9qdp8UFMdYftdVZFuRreTMJtbJhk8i'

my_vote='dte2022-afrancis|ctafti'

dash-cli signmessagewithprivkey \
    "${my_private_key}" \
    "${my_vote}"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions