Browse Source

Update YIELDGENERATOR.md

Fixed documentation to point users to the joinmarket.cfg file for yield generator configuration.
master
Steve 4 years ago committed by GitHub
parent
commit
fbab9aadf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/YIELDGENERATOR.md

2
docs/YIELDGENERATOR.md

@ -14,7 +14,7 @@ You will need to:
+ Install JoinMarket (see the README file of this repository, then follow the [usage guide](USAGE.md)). + Install JoinMarket (see the README file of this repository, then follow the [usage guide](USAGE.md)).
+ If you've followed the usage guide and funded your wallet with some coins (anywhere is fine, but the 0th mixdepth is most logical), you can then configure your yield generator script: + If you've followed the usage guide and funded your wallet with some coins (anywhere is fine, but the 0th mixdepth is most logical), you can then configure your yield generator script:
+ First, choose a yg script. For beginners, use one of the defaults (as in the next bullet point). But you can also use more customised and advanced scripts, found [here](https://github.com/Joinmarket-Org/custom-scripts) + First, choose a yg script. For beginners, use one of the defaults (as in the next bullet point). But you can also use more customised and advanced scripts, found [here](https://github.com/Joinmarket-Org/custom-scripts)
+ Edit `yg-privacyenhanced.py` or `yield-generator-basic.py` (former is recommended) at the top of the file with your chosen fee selections, then run this variant yield-generator.py on a permanently-on computer with a stable internet connection. For example: + Edit the `joinmarket.cfg` file with your chosen fee selections and options, then run either `yg-privacyenhanced.py` or `yield-generator.py` (the former is recommended) on a permanently-on computer with a stable internet connection. For example:
(jmvenv)$ python yg-privacyenhanced.py yournewwallet.jmdat (jmvenv)$ python yg-privacyenhanced.py yournewwallet.jmdat
+ Wait and be patient. The volume of joins is always dependent on the number of takers. A successful join may take a day or longer to appear. + Wait and be patient. The volume of joins is always dependent on the number of takers. A successful join may take a day or longer to appear.
+ (Optional) [Create and advertise a fidelity bond](fidelity-bonds.md) to increase your coinjoin volume + (Optional) [Create and advertise a fidelity bond](fidelity-bonds.md) to increase your coinjoin volume

Loading…
Cancel
Save