Skip to content

ruzcash/zcashdUtilities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zcashdUtilities

Helper scripts for using zcashd. Will need a running and synced zcashd installed. See here for more info:

https://github.com/ZecHub/zechub/blob/main/site/guides/RaspberryPi4FullNode.md

chmod +x all .sh files and use as needed.

Send Owl

In your terminal add your addresses:

z1="from address"

z2="to address"

./sendOwl.sh $z1 $z2 0.001 6f776c54455354 null FullPrivacy | ./results.sh

where 6f776c54455354 is your memo in hex, this can be anything you want.

0.001 is the amount of ZEC to send

Note: you may need to update the privacy policy depending on the type of addresses you use.

See here.

Check balance for UA account 0 ( Example )

./myBalance.sh 0

About

Helper scripts for using zcashd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%