You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to start zingo-cli with no server -> with this parameter empty. And we need all the commands like balance or valuetransfers working with the information stored in the file wallet.dat.
We need this: LightClient::read_wallet_from_buffer_runtime working, using an instance of config that was created with no server -> http::Uri::default().
The text was updated successfully, but these errors were encountered:
We need to use this command to change to
no server
-> with the parameter empty, something like:We need to start zingo-cli with
no server
-> with this parameter empty. And we need all the commands likebalance
orvaluetransfers
working with the information stored in the filewallet.dat
.We need this:
LightClient::read_wallet_from_buffer_runtime
working, using an instance ofconfig
that was created withno server
->http::Uri::default()
.The text was updated successfully, but these errors were encountered: