Skip to content

Instantly share code, notes, and snippets.

@phm87
Forked from leto/zsendmany.sh
Created December 28, 2019 11:46
Show Gist options
  • Save phm87/dfd816e3640f98a5f064de76fd3c3d52 to your computer and use it in GitHub Desktop.
Save phm87/dfd816e3640f98a5f064de76fd3c3d52 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