Hi!
Is there a simple wrapper for php or can I use the jsonRPCClient like bitcoin (for z_sendmany)? I try this: sendmany json failed - Pastebin.com but doesnt work. PHP is not my favorite.
Thanks & regards!
Hi!
Is there a simple wrapper for php or can I use the jsonRPCClient like bitcoin (for z_sendmany)? I try this: sendmany json failed - Pastebin.com but doesnt work. PHP is not my favorite.
Thanks & regards!
z_sendmany sends from private address, so make sure you have balance in your z_addr
to send from z address you’ll need at least ~4GB of ram (the more the better)
is curl enable on your machine that runs php?
Hi!
Thanks for your answer. I have enough funds at my z_addr. zcash-cli z_sendmany works fine - but curl dont work. Have php-curl module installed and enabled.
Regards!