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
Describe the bug
When I try to recover my seed I got the error below.
root@grinnode:/coin/grin$ ./grin-wallet init -hr
Please enter your recovery phrase:
phrase> ....
Password:
Confirm Password:
20220914 13:21:45.789 WARN grin_wallet_impls::lifecycle::seed - Generating wallet seed file at: /coin/grin/wallet_data/wallet.seed
Your recovery phrase is:
.....
Please back-up these words in a non-digital format.
Command 'init' completed successfully
root@grinnode:/coin/grin$ ./grin-wallet info
Password:
20220914 13:21:54.378 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)
20220914 13:21:54.378 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20220914 13:21:54.384 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
root@grinnode:/coin/grin$ telnet 127.0.0.1 3413
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
^CConnection closed by foreign host.
root@grinnode:/coin/grin$ ./grin-wallet txs
Password:
20220914 13:24:19.692 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)
20220914 13:24:19.692 WARN grin_wallet_libwallet::api_impl::owner_updater - Scanning - 0% complete
20220914 13:24:19.693 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
Describe the bug
When I try to recover my seed I got the error below.
Screenshots
grin node is still running well in same server
Thanks for your help.
The text was updated successfully, but these errors were encountered: