Configuring the tool
Last updated
Last updated
Configuration for the Züs network by default is stored in network/config.yaml
file of the zwallet github which we will copy to a new config.yaml
file in our local system .
Make a new .zcn folder in the home directory of your system
Note: For windows create a folder named .zcn at `C:\Users\<windows_username>
`path.
2. Copyfrom zwalletcli repo to .zcn
directory
Open the config.yaml
file located at $HOME/.zcn
path of your system.The contents should be similar to the file below.
block_worker
The URL to chain network DNS that provides the lists of miners and sharders
string
signature_scheme
The signature scheme used in the network. This would be bls0chain
for most networks
string
min_submit
The desired minimum success ratio (in percent) to meet when submitting transactions to miners
integer
min_confirmation
The desired minimum success ratio (in percent) to meet when verifying transactions on sharders
integer
confirmation_chain_length
The desired chain length to meet when verifying transactions
integer
Zwallet connects to the Züs network using the block_worker
field. These network details are automatically fetched from the blockWorker's network API. Preferred Blobbers are also present which you can uncomment for using specified storage providers for handling your files.
To override/limit the nodes used on zwallet
, create ~/.zcn/network.yaml
as shown below.
Overriding the nodes can be useful in local chain setup. In some cases, the block worker might return URLs with IP/alias only accessible within the docker network.
Network nodes are automatically discovered using the block_worker
provided on .