Bark send-onchain: how to send full balance?

This error seems to suggest that – --all should do the trick:

% bark send-onchain tb1qzdgwc0283wz7pzmcp0lcm2hjw8dtlnqu2c96jv --all
error: unexpected argument '--all' found

  tip: to pass '--all' as a value, use '-- --all'

Usage: bark send-onchain <DESTINATION|AMOUNT|--no-sync>

For more information, try '--help'.

However, does not work:

% bark send-onchain tb1qzdgwc0283wz7pzmcp0lcm2hjw8dtlnqu2c96jv -- --all
error: invalid value '--all' for '<AMOUNT>': invalid denomination

For more information, try '--help'.

Also, how much do the chain payments cost?? 89k sats is not enough?

~ $ bark balance
[20:36:55.110  INFO] Connecting to ASP using TLS...
[20:36:55.294  WARN] Message from Ark server: "We are doing some maintenance. Round time has been reduced to once every 15 minutes"
[20:36:55.296  INFO] Syncing wallet...
{
  "onchain_sat": 589105,
  "offchain_sat": 67918,
  "pending_exit_sat": 0
}
~ $ bark send-onchain tb1qzdgwc0283wz7pzmcp0lcm2hjw8dtlnqu2c96jv 500000sats
[20:36:39.597  INFO] Connecting to ASP using TLS...
[20:36:39.719  WARN] Message from Ark server: "We are doing some maintenance. Round time has been reduced to once every 15 minutes"
[20:36:39.720  INFO] Syncing wallet...
[20:36:40.678  INFO] Sending on-chain payment of 0.00500000 BTC to tb1qzdgwc0283wz7pzmcp0lcm2hjw8dtlnqu2c96jv through round...
An error occurred: Balance too low
1 Like

To use the onchain wallet, you need to use bark onchain commands. Like bark onchain send.

bark send-onchain is to send offchain money to an onchain address.

ah, true, one month away and I forgot how to use it!

1 Like