Closed CoderBoogs closed 4 years ago
Hey, please try again and make sure you are selecting the WALLET -> GEN option.
It looks like there was the HISTORY option selected which has failed without a wallet selected. When you have a wallet present you will need to type it's full filename in the wallet selection window.
Closing for inactivity. Feel free to continue if running into problems.
fixed this issue as well. funded the wallet thanks @openoms
Trying to create a test wallet to experiemnt with joinmarket and when i create a wallet the following error comes up
Running the command:Running the command: python wallet-tool.py history
User data location: /home/joinmarket/.joinmarket/ Traceback (most recent call last): File "/home/joinmarket/joinmarket-clientserver/scripts/wallet-tool.py", line 6, in
jmprint(wallet_tool_main("wallets"), "success")
File "/home/joinmarket/joinmarket-clientserver/jmclient/jmclient/wallet_utils.py", line 1223, in wallet_tool_main
wallet_password_stdin=options.wallet_password_stdin, gap_limit=options.gaplimit)
File "/home/joinmarket/joinmarket-clientserver/jmclient/jmclient/wallet_utils.py", line 1114, in open_test_wallet_maybe
return open_wallet(path, mixdepth=max_mixdepth, **kwargs)
File "/home/joinmarket/joinmarket-clientserver/jmclient/jmclient/wallet_utils.py", line 1134, in open_wallet
raise Exception("Failed to open wallet at '{}': not a file".format(path))
Exception: Failed to open wallet at '/home/joinmarket/.joinmarket/wallets/': not a file
how to fix?