aglkm

Results 7 comments of aglkm

If you want to re-create a longer period of time waiting from the `get_outputs`, then send the rpc to grinnode public node API. I was able to re-create the same...

Open `grin-wallet.toml` file and correct the paths to node's API secrets: 20250114 16:01:45.723 INFO grin_wallet - Using wallet configuration file at contract_branch/wallet4_main/grin-wallet.toml

Are you sure that the API secrets files are really exists in "C:\grin\contract_branch/wallet4_main" directory? I don't know what is the default location on Windows, but on Linux that's home directory:...

The root cause of the issue is not slashes, Windows should understand both types correctly. The reason is that your API secrets are located in the default node's path, but...

Issues reported here: https://github.com/mimblewimble/grin-wallet/pull/731#issuecomment-2697447255 Fixed: 2 and 3. Not fixed: 1. Steps to re-create: 1. Compile the wallet with the PR 2. Init a wallet: ./target/release/grin-wallet -t top-dir init 3....

It is documented in grin-wallet docs that the wallet will check the current directory first and then the default one. ``` When running any grin-wallet command, grin will check the...

All other issues I reported earlier (https://github.com/mimblewimble/grin-wallet/pull/732#issuecomment-2888892027 and https://github.com/mimblewimble/grin-wallet/pull/732#issuecomment-2901218139) have been fixed.