$ ./grin-wallet info
Password:
20220626 17:07:02.896 WARN grin_wallet_libwallet::api_impl::owner_updater - This wallet has not been scanned against the current chain. Beginning full scan... (this first scan may take a while, but subsequent scans will be much quicker)
20220626 17:07:02.896 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20220626 17:07:02.923 ERROR grin_wallet_impls::node_clients::http - Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
Wallet command failed: LibWallet Error: Client Callback Error: Error calling get_unspent_outputs: Request error: Cannot make request: error sending request for url (http://127.0.0.1:3413/v2/foreign): connection closed before message completed
Both ./grin-wallet address
and ./grin-wallet account
work normally.
Version info:
grin: v5.1.2
grin-wallet: v5.1.0
OS: Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-120-generic x86_64)
About tor:
I have no tor
installation. By running ./grin-wallet listen
, I get
20220625 08:53:44.812 INFO grin_util::logger - log4rs is initialized, file level: Info, stdout level: Warn, min. level: Info
20220625 08:53:44.812 INFO grin_wallet - Using wallet configuration file at ~/.grin/main/grin-wallet.toml
20220625 08:53:44.812 INFO grin_wallet - This is Grin Wallet version 5.1.0 (git v5.1.0), built for x86_64-unknown-linux-gnu by rustc 1.59.0 (9d1b2106e 2022-02-23).
20220625 08:53:44.845 WARN grin_wallet_controller::controller - Starting Tor Hidden Service for API listener at address pk7q3gkqczkzfgscjzpcvvexdmk34wqukmkeq4s7xjmpk53bixfopoad, binding to 127.0.0.1:3415
20220625 08:53:44.846 WARN grin_wallet_controller::controller - Unable to start TOR listener; Check that TOR executable is installed and on your path
20220625 08:53:44.846 ERROR grin_wallet_controller::controller - Tor Error: Tor Process Error: Process("TOR executable (`tor`) not found. Please ensure TOR is installed and on the path: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }")
20220625 08:53:44.846 WARN grin_wallet_controller::controller - Listener will be available via HTTP only
20220625 08:53:44.846 WARN grin_wallet_controller::controller - Starting HTTP Foreign listener API server at 127.0.0.1:3415.
20220625 08:53:44.846 WARN grin_wallet_controller::controller - HTTP Foreign listener started.
I see this address “pk7q3gkqczkzfgscjzpcvvexdmk34wqukmkeq4s7xjmpk53bixfopoad”. However, my address displayed by grin-wallet address
is different.
$ grin-wallet address
grin102lsmx<omit on purpose>
Is this OK?