name | route |
---|---|
FAQ |
/faq |
import { DownloadButton } from './components/download-button';
Zepio is available to download from the Zcash Foundation GitHub repository. The releases page lists the latest available downloads for each platform.
You should always aim to stay at the latest stable build. See the installation section for more details.
Starting from v0.6.0 all Zepio releases are signed. You may download the attached signatures on the releases page and verify that the software was signed with the published public key.
No, Zepio requires a full zcashd
node in order to operate. A light client protocol is currently in development that would substantially reduce the storage and bandwidth requirements for Zepio. Currently, to use shielded transactions, you need to run a full node. Zepio has a built-in zcashd
node, but it will also play well with your custom zcashd
setup.
Currently, the blockchain data directory is around 27GB (April 2019) and will continue to grow over time.
Yes. It is advised to maintain the default 0.0001 ZEC
fee to prevent your transactions from being distinguishable in the ledger. However, you can find the custom fee picker inside of the Advanced Options
on the Send
view.
Transparent addresses start with a t
prefix and behave just like Bitcoin addresses, offering no specific privacy properties. Sprout addresses have a zc
prefix and are the first generation of Zcash shielded addresses. Sprout addresses have been superseded by Sapling addresses which have a zs
prefix. While Sprout addresses may still be used, it is recommended to use Sapling addresses due to the performance improvements and updated system parameters.
Note that on testnet, transparent addresses have a prefix
tm
, Sprout have azt
prefix and Saplingztestsapling
.
Sapling greatly reduced the time taken to perform shielded proofs down to just a few seconds, though this value does depend on hardware and the number of shielded inputs/outputs. Sending from a transparent address to a Sapling one is typically completed in under 0.5 seconds. Legacy Sprout transactions take in the order of 70-90 seconds but this is also dependent on hardware and the number of JoinSplits.
By default, the location of the data directory, which stores the wallet, zcash.conf and all blockchain data, is found in the following locations. It is possible to move this data directory.
- Windows: %HOMEPATH%\AppData\Roaming\Zcash
- macOS: ~/Library/Application Support/Zcash
- Linux: ~/.zcash
zcash.conf
is located in the default data directory and will be in this location even if the datadir
parameter has been set to a custom value.
Yes. Zepio is able to read your zcash.conf
file and connect to your external node.
Yes, Zepio supports both mainnet
and testnet
. To switch between the chains, head over to Settings
> Zcash Network
. Beware that Zepio will need to sync the entire blockchain data for either/both chains before you are able to spend coins.
Not yet, as zcashd
doesn’t currently support Sapling viewing keys.
No, wallet encryption is currently disabled by zcashd
. You should use full-disk encryption (or encryption of your home directory) to protect your wallet.dat
file at rest, and should assume (even unprivileged) users who are running on your OS can read your wallet.dat
file.
Like Bitcoin, when using transparent addresses, change from a transaction goes to a new transparent address. This ‘feature’ was added in Bitcoin as a measure to preserve privacy and prevent trivial linking of transactions on the blockchain. On the other hand shielded (z) addresses do not have this property and any change is returned to the sending (z) address by default.
Yes, by default Zepio will store outgoing shielded transactions locally as zcashd
does not provide this information.
No, this is currently not supported.
No, addresses cannot be removed from the wallet. In order to remove addresses, it is advised that you export the private keys for the addresses you are interested in, and then delete the wallet.dat
file. You can then import the private keys you require in a fresh, empty wallet.