Zcash is a cryptocurrency which provides enhanced user privacy by using cryptography.
Questions tagged [zcash]
14 questions
4
votes
1 answer
Is there any way to make a specific information on blockchain can only be queried by one specific account?
just want to know, is there any way to make specific information on the blockchain can only be queried by one specific account?
More exactly, I am thinking let the user put their information on chain and give specific account access, so only that…

Alex W
- 166
- 9
2
votes
1 answer
Using zCash through BitcoinJ
Using zCash with BitcoinJ seems a reasonable advance for me, since I need to monitor various currencies for an academic project. Currently I run a full node with zCash along with BitcoinJ for Bitcoin and Litecoin using network params from the…

barfoos
- 706
- 2
- 12
- 26
1
vote
3 answers
A question regarding automated derivation of addresses using xpub and path for Zcash
I'm currently developing an API for my company which utilizes xpub and path to generate an address.
Thing is, I managed to do that for all cryptocurrencies we require except for Zcash. We're using trezor hardware wallet and Trezor connect doesn't…

Lasha Lomidze
- 31
- 2
1
vote
1 answer
How do I setup Zcash in my private network?
I've just started to get into Zcash and I've setup a Zcash node in my local by following this user guide.
Currently I'm pointing to the test network according to the conf file…

Paras
- 3,191
- 6
- 41
- 77
1
vote
1 answer
invalid zcash address while rawtransaction
I am looking to perform raw transaction between t-address and z-addresses of zcash
I have tried the following things
when i use createrawtransaction it is throwing "invalid zcash address"
error
~/zcash$ ./src/zcash-cli createrawtransaction
…

Pratibha R
- 11
- 4
0
votes
0 answers
How to send Zcash (ZEC) using WIF?
Actually I'm not founding any way to import the WIF Key on any zcash wallet to send zcash.
The only way I've found is guarda wallet that can import wif but the error is that the app got stuck on "Calculate network fee" and can't send zcash…

Udbdjfj
- 27
- 2
0
votes
0 answers
Account (adress) not found on Nanopool
I decided to try mining ZCash on a Nanopool pool. I don't understand why an account is still not being created. Mining on nheqminer CPU produces better than GPU. The problem is that I still don't see my account with a balance.
Remember: to add your…

hoojpop
- 115
- 1
- 6
0
votes
1 answer
how to make a zcash rpc call using XMLHttpRequest
I have being trying everything I can think of to get the request to work but always get connection refused. The curl command works, but there are no examples anywhere of anything like this where you have a username and password and another flag…

Jeff
- 137
- 1
- 6
0
votes
1 answer
How to fetch transaction details of Zcash wallet through API
I want to fetch my transaction details in Zcash using my wallet address.
Currently, I'm using this API https://api.zcha.in/v2/mainnet/accounts/t1HyNJ2PcfaGjdkRrb6ESFa1VF7CUggVHoT
But I'm unable to fetch my required transaction details. API gives me…

Farzan Shahid
- 1
- 2
0
votes
1 answer
How to convert equivalent GO code to Java code?
I'm making an RPC call using a Java library, I'm taking refrence from a GO code which I need to convert to java. I fairly know nothing about the go syntax. Can anyone help me describe the following code :
Params: []interface{}{
from, //…

Paras
- 3,191
- 6
- 41
- 77
0
votes
0 answers
GPG error : Installation of Zcash in server
I am installing Zcash on server(Ubuntu) by referring zcash installation steps
But when I enter below command in terminal,got an error
sudo apt-get update
Ign:1 http://deb.debian.org/debian stretch InRelease
Hit:2 http://security.debian.org…

Kiran Devkar
- 1
- 1
- 1
- 4
0
votes
0 answers
Accounts not supported when using sendfrom zcash cli command for transaction between z-address
I am looking to perform send funds between z-addresses of zcash
I have tried the following things
Tried transferring funds between t-addresses. This works perfectly fine.
Tried sending funds from z and t address using sendfrom cli command. This…

Pratibha R
- 11
- 4
0
votes
1 answer
Getting error while zcash setup in ubuntu server
I have tried to installed zcash insight ui & api in my local machine (ubuntu OS) and it is completed all the steps but I m facing issue while start services in frontground.
Let me share with you command, config file.
npm install -g…

kiran malvi
- 1,058
- 10
- 21
-2
votes
0 answers
Zcash: Send zcash to "t" address signed by WIF with nodejs script
I need to send Zcash signed with WIF from nodejs.
I have a sample code but don't understand how to use whis.
Is there a simpest code or way to send zcash signed with WIF?
Thanks.
This is my code:
const bitcoinJSForks =…

Elian
- 1
- 1