AbsorbingChaos / stx-miner-script

Script and tips to setup a Blockstack Testnet Miner
https://stacks101.com
MIT License
8 stars 7 forks source link

Move config file to home dir #38

Closed whoabuddy closed 3 years ago

whoabuddy commented 3 years ago

Right now the script downloads a config without a private key from my repo, and places it in:

stacks-blockchain/testnet/stacks-node/conf/krypton-miner.conf.toml

This looks nice and fits with the other similar config files, but it's part of the git directory and other parts of the script either update the code, delete the dir, or otherwise potentially knock out the config. Plus, it's hard to find and customize if you don't know the path.

I think it'd be better to keep this config file in the home dir and reference it from there.

whoabuddy commented 3 years ago

Fixed in #45