Testnet - Issue sending transaction. Is your address correc

I am trying to setup zcash on linux for learning. I tried to send coins from https://faucet.testnet.z.cash/ but get error message " Issue sending transaction. Is your address correct"
https://explorer.testnet.z.cash/address/tmXpdTncrdUZC3XYEz4d4jXXWeCfrZ4RJ2Z

./src/zcash-cli getinfo
{
“version”: 2010151,
“protocolversion”: 170009,
“walletversion”: 60000,
“balance”: 0.00000000,
“blocks”: 96492,
“timeoffset”: 0,
“connections”: 8,
“proxy”: “”,
“difficulty”: 6.895337673439863,
“testnet”: true,
“keypoololdest”: 1584257212,
“keypoolsize”: 101,
“paytxfee”: 0.00000000,
“relayfee”: 0.00000100,
“errors”: “”
}

./src/zcash-cli validateaddress tmXpdTncrdUZC3XYEz4d4jXXWeCfrZ4RJ2Z
{
“isvalid”: true,
“address”: “tmXpdTncrdUZC3XYEz4d4jXXWeCfrZ4RJ2Z”,
“scriptPubKey”: “76a914f282ba8f572047b74fab08d0e53c67582cfdd11688ac”,
“ismine”: true,
“iswatchonly”: false,
“isscript”: false,
“pubkey”: “023cbfcae9f247c55f889723319eda09e35d6eb4288cbce850add59cd3b42dcbed”,
“iscompressed”: true,
“account”: “”
}

Not sure what am I missing?, Any help is appreciated.

1 Like

Its probably the punctuation chars not being ‘escaped’ properly on your send command, if you’re doing it via the command line its fiddly.

1 Like

I am using the https://faucet.testnet.z.cash/ to send test coins for address tmXpdTncrdUZC3XYEz4d4jXXWeCfrZ4RJ2Z

Try this command to see if you’re on the right fork
“zcash-cli getblockhash 584000”
If it shows 00367515ef2e781b8c9358b443b6329572599edd02c59e8af67db9785122f298, you’re on the right fork; if anything else, you should shut the node down.

Utilizing Etherscan.io zec
Token

Zcash is not a Ethereum token, Etherscan will not work to check Zcash transactions.