Send denomination

error: invalid value ‘1234’ for ‘[AMOUNT]’: the input doesn’t contain a denomination

How to specify the denomination when sending sats? There is no help about this parameter format.

[a small related parsing bug: If I specify 1234SATS, a weird error message appears: Unexpected argument ‘from’ appears]

You should have it working by providing amount that way: “1234 sats”

We’re using bitcoin_unitsAmount, a full list of usable denominations can be found here

Thanks, it would be great to have it in --help (incl. “”)

here you go #487 - bark: Add CLI hint about amount format - ark-bitcoin/bark - Forgejo: Beyond coding. We Forge.

merged :slight_smile: thanks for reporting OP

1 Like