Hello everybody,
I followed the instruction to install a node and run a wallet (https://github.com/mimblewimble/docs/wiki/How-to:-Run-a-Grin-node-on-Google-Cloud-for-free)
But I got error when trying to run grin-wallet command
ERROR grin_wallet_impls::node_clients::http - Get chain height error: Request error: Wrong response code: 401 Unauthorized with data Body
I search google and try to edit my grin-wallet.toml to api_listen_interface = β0.0.0.0β
and grin-server.toml to api_http_addr = β0.0.0.0:3413β
but the issue is still there. Any help please.
Thank you.