Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Add a note on paths and location of config and wallet file to Wiki #750

Open
unsystemizer opened this issue Aug 12, 2017 · 3 comments
Open

Comments

@unsystemizer
Copy link

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:

cd joinmarket-clientserver-master/scripts
python wallet-tool.py wallet.json showseed

Wallet files are created and stored under scripts/wallets.

@AdamISZ
Copy link
Member

AdamISZ commented Aug 12, 2017

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.

@unsystemizer
Copy link
Author

Damn, maybe we need another Wiki page about which repo is for what ;-)
I still get confused about that...

I made the change here:
https://github.com/JoinMarket-Org/joinmarket/wiki/Configuring-with-joinmarket.cfg/9e757b1ab09c7cd2a6e0d5c8eba8317a94c88f34

@AdamISZ
Copy link
Member

AdamISZ commented Aug 12, 2017

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).

@AdamISZ AdamISZ reopened this Aug 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants