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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Proposed change: add a section on paths above Connecting with Tor, such as below (feel free to change/correct):
##Location of joinmarket.cfg and paths from which to execute JoinMarket scripts
joinmarket.cfg should be placed in scripts subdirectory and JoinMarket scripts should be executed from the same location. For example, to show your default wallet's seed using wallet-tool.py, change to your JoinMarket's scripts subdirectory and run it from there, you may need to do something like this:
cd joinmarket-clientserver-master/scripts
python wallet-tool.py wallet.json showseed
Wallet files are created and stored under scripts/wallets.
The text was updated successfully, but these errors were encountered:
Thanks, that is a good suggestion, but the instructions on the wiki here should refer to this repo, not joinmarket-clientserver (so basically just remove the references to moving to scripts/ directory here). Apart from that, please do go ahead and make the change yourself.
Hi, it still says "joinmarket.cfg should be placed in scripts subdirectory"; in this repo there isn't a scripts/ subdirectory, the scripts are in the root directory. Also, change the wording to note: a default joinmarket.cfg is created on first run (otherwise they'll think they have to add it by hand).
Following up on this issue, I'd like to add some info about paths to appropriate Wiki page.
I think https://github.com/JoinMarket-Org/joinmarket/wiki/Configuring-with-joinmarket.cfg is a good candidate for obvious reasons (one of which is everyone is likely to check out this page).
Proposed change: add a section on paths above
Connecting with Tor
, such as below (feel free to change/correct):##Location of joinmarket.cfg and paths from which to execute JoinMarket scripts
joinmarket.cfg should be placed in
scripts
subdirectory and JoinMarket scripts should be executed from the same location. For example, to show your default wallet's seed using wallet-tool.py, change to your JoinMarket's scripts subdirectory and run it from there, you may need to do something like this:Wallet files are created and stored under scripts/wallets.
The text was updated successfully, but these errors were encountered: