Skip to content

Instantly share code, notes, and snippets.

@leto
Last active December 28, 2019 11:48
Show Gist options
  • Save leto/f521087e6ccd7783ad8886d64ea4d542 to your computer and use it in GitHub Desktop.
Save leto/f521087e6ccd7783ad8886d64ea4d542 to your computer and use it in GitHub Desktop.
hush-zsendmany
#!/bin/bash
FROM=$1
TO=$2
AMOUNT=$3
FEE=$4 || 0.0000
hush-cli z_sendmany $FROM "[{\"address\":\"$TO\",\"amount\":$AMOUNT}]" 1 $FEE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment