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
I'm running 2 Docker containers. One for a node, another for the wallet. The wallet can see the grin node just fine, I can query it over curl. However, the wallet can't seem to get any info from it.
I can hit the grin node container from the wallet container:
However, I cannot get the wallet to get info from the node:
root@grinwallet:/wallet# grin wallet -p 'password' -r "http://grin:3000" info
20190123 00:03:06.995 INFO grin_util::logger - log4rs is initialized, file level: Debug, stdout level: Debug, min. level: Debug
20190123 00:03:06.996 INFO grin - Using wallet configuration file at /wallet/grin-wallet.toml
20190123 00:03:06.996 INFO grin - This is Grin version 1.0.0 (git v1.0.0-15-gb22e575), built for x86_64-unknown-linux-gnu by rustc 1.32.0 (9fda7c223 2019-01-16).
20190123 00:03:06.996 DEBUG grin - Built with profile "release", features "".
20190123 00:03:06.996 DEBUG grin_wallet::types - Using wallet seed file at: /wallet/wallet_data/wallet.seed
20190123 00:03:07.029 INFO grin_wallet - Using LMDB Backend for wallet
20190123 00:03:07.029 DEBUG grin_wallet::types - Using wallet seed file at: /wallet/wallet_data/wallet.seed
____ Wallet Summary Info - Account 'default' as of height 0 ____
Total | 0.000000000
Awaiting Confirmation (< 10) | 0.000000000
Locked by previous transaction | 0.000000000
-------------------------------- | -------------
Currently Spendable | 0.000000000
WARNING: Wallet failed to verify data against a live chain. The above is from local cache and only valid up to the given height! (is your `grin server` offline or broken?)
Command 'info' completed successfully
The text was updated successfully, but these errors were encountered:
Looks like I had a simple config option in my grin-wallet.toml set to the wrong path after all! Anyway, it would be really nice to have failed wallet commands return the error code. In this case, grin was returning 401 Unauthorized, which would have really helped me track it down quicker.
I'm running 2 Docker containers. One for a node, another for the wallet. The wallet can see the grin node just fine, I can query it over curl. However, the wallet can't seem to get any info from it.
I can hit the grin node container from the wallet container:
I can get its api commands:
However, I cannot get the wallet to get info from the node:
The text was updated successfully, but these errors were encountered: