We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kyc@kyc:~/mwc-wallet/target/release$ ./mwc-wallet account 20241124 21:30:25.204 INFO grin_util::logger - log4rs is initialized, file level: Trace, stdout level: Trace, min. level: Trace 20241124 21:30:25.204 INFO mwc_wallet - Using wallet configuration file at /home/kyc/.mwc/main/mwc-wallet.toml 20241124 21:30:25.204 INFO mwc_wallet - This is MWC Wallet version 4.4.0 (git 4.5.0), built for x86_64-unknown-linux-gnu by rustc 1.77.2 (25ef9e3d8 2024-04-09). 20241124 21:30:25.204 DEBUG mwc_wallet - Built with profile "release", features "". Password: 20241124 21:30:26.970 DEBUG grin_store::lmdb - DB Mapsize for /home/kyc/.mwc/main/wallet_data/db/lmdb is 134217728 20241124 21:30:26.970 TRACE grin_store::lmdb - DB map size: 134217728 20241124 21:30:26.970 TRACE grin_store::lmdb - Space used: 57344 20241124 21:30:26.970 TRACE grin_store::lmdb - Space remaining: 134160384 20241124 21:30:26.970 TRACE grin_store::lmdb - Percent used: 0.0004 Percent threshold: 0.5000 20241124 21:30:26.970 TRACE grin_store::lmdb - Resize threshold not met (percent-based) 20241124 21:30:26.973 DEBUG grin_wallet_impls::lifecycle::seed - Using wallet seed file at: /home/kyc/.mwc/main/wallet_data/wallet.seed 20241124 21:30:26.980 TRACE grin_store::lmdb - DB map size: 134217728 20241124 21:30:26.980 TRACE grin_store::lmdb - Space used: 57344 20241124 21:30:26.980 TRACE grin_store::lmdb - Space remaining: 134160384 20241124 21:30:26.980 TRACE grin_store::lmdb - Percent used: 0.0004 Percent threshold: 0.5000 20241124 21:30:26.980 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
____ Wallet Accounts ____
Name | Parent BIP-32 Derivation Path -----------+------------------------------- account_1 | m/0/0 default | m/0/0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
kyc@kyc:~/mwc-wallet/target/release$ ./mwc-wallet account
20241124 21:30:25.204 INFO grin_util::logger - log4rs is initialized, file level: Trace, stdout level: Trace, min. level: Trace
20241124 21:30:25.204 INFO mwc_wallet - Using wallet configuration file at /home/kyc/.mwc/main/mwc-wallet.toml
20241124 21:30:25.204 INFO mwc_wallet - This is MWC Wallet version 4.4.0 (git 4.5.0), built for x86_64-unknown-linux-gnu by rustc 1.77.2 (25ef9e3d8 2024-04-09).
20241124 21:30:25.204 DEBUG mwc_wallet - Built with profile "release", features "".
Password:
20241124 21:30:26.970 DEBUG grin_store::lmdb - DB Mapsize for /home/kyc/.mwc/main/wallet_data/db/lmdb is 134217728
20241124 21:30:26.970 TRACE grin_store::lmdb - DB map size: 134217728
20241124 21:30:26.970 TRACE grin_store::lmdb - Space used: 57344
20241124 21:30:26.970 TRACE grin_store::lmdb - Space remaining: 134160384
20241124 21:30:26.970 TRACE grin_store::lmdb - Percent used: 0.0004 Percent threshold: 0.5000
20241124 21:30:26.970 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
20241124 21:30:26.973 DEBUG grin_wallet_impls::lifecycle::seed - Using wallet seed file at: /home/kyc/.mwc/main/wallet_data/wallet.seed
20241124 21:30:26.980 TRACE grin_store::lmdb - DB map size: 134217728
20241124 21:30:26.980 TRACE grin_store::lmdb - Space used: 57344
20241124 21:30:26.980 TRACE grin_store::lmdb - Space remaining: 134160384
20241124 21:30:26.980 TRACE grin_store::lmdb - Percent used: 0.0004 Percent threshold: 0.5000
20241124 21:30:26.980 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
____ Wallet Accounts ____
Name | Parent BIP-32 Derivation Path
-----------+-------------------------------
account_1 | m/0/0
default | m/0/0
The text was updated successfully, but these errors were encountered: