Ребят, помогите разобраться, уже 3и сутки мужусь и пытаюсь запустить кошелек…
Поставил новую версию кошелька 0.9.19, после запуска выдает: Safe mode: Your client is out of date and incompatible with the Heartwood network upgrade. Please update to a recent version of Zcash (3.0.0 or later).
далее пытаюсь обновить:
git checkout v4.0.0
./zcutil/fetch-params.sh
./zcutil/build.sh -j$(nproc)
запускается некий процесс минут на 10-15… но как-будто неуспешно (я хз как в этом убедиться)
запускаю:
./src/zcash-cli getinfo
выдает:
{
“version”: 2010151,
“protocolversion”: 170009,
“walletversion”: 60000,
“balance”: 25.23950369,
“blocks”: 609655,
“timeoffset”: 0,
“connections”: 2,
“proxy”: “”,
“difficulty”: 112954120.7477816,
“testnet”: false,
“keypoololdest”: 1558095934,
“keypoolsize”: 101,
“paytxfee”: 0.00000000,
“relayfee”: 0.00000100,
“errors”: “Your client is out of date and incompatible with the Heartwood network upgrade. Please update to a recent version of Zcash (3.0.0 or later).”
}
запускаю кошелек - таже ошибка…
Короче хз что еще нужно сделать… Помогите разобраться пожалуйста!
After it finishes successfully, issue the following command.
./src/zcashd
Then launch Zecwallet FullNode. It should work now.
I highly recommend that you install Zecwallet Lite, create a new wallet and move your funds from Zecwallet FullNode to Zecwallet Lite. It’s so much faster and easier to use.
The full node is great but sometimes requires further knowledge if you encounter problems
After everything is syncing and I transfer money, I can uninstall full node? in order to clean memory on my mac. Because if i write understand i get about 26GB of memory on disk…