-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error parsing JSON #385
Comments
if you want to send coins from "t address" to "t address", it is better to use the command: "sendtoaddress" |
Yes, sending to "t" address works fine. But I need to work with "z" address. It is not clear why the "z_sendmany" syntax does not work, because everything is exactly described in the API technical documentation. |
Maybe you need to install zecwallet on linux and run commands in this environment, because zecwallet officially works this way? |
I can't say for sure, because I don't work with "z addresses". Try using the linux command: z_sendmany "t1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd" "[{"address": "t1M72Sfpbz1BPpXFHz9m3CdqATR44Jvaydd", "amount": 0.02 }]" 0 0.00002 |
Some procedures do not work in the windows version of zecwallet. For example, procedures for working with z-addresses such as z_sendmany. Non-working procedures misinterpret arguments on the command line and throw an error like "Error parsing JSON". |
Unfortunately this method doesn't work. |
Good afternoon. Please help me to sort out the issue. I'm trying to use the z_sendmany function, but it doesn't seem to work. I read the documentation before using it. Why does it result in an error? I work on Windows 10.
The text was updated successfully, but these errors were encountered: