Browse Source

Update 'README.md'

pull/1/head
Duke Leto 3 years ago
parent
commit
6129d88531
  1. 17
      README.md

17
README.md

@ -1,4 +1,4 @@
# Mining stratum for Hush and Hush assetchains.
# Mining stratum for Hush and Hush Smart Chains
## Table of Contents
* [Differences between this and Z-NOMP](#differences-between-this-and-z-nomp)
@ -9,10 +9,10 @@
## Differences between this and Z-NOMP
* This is meant for Hush mining
* Founders, Treasury, and other ZEC/ZEN specific stuff is removed
* ZEC/ZEN specific stuff is removed
## Using Docker (easy)
This method sets up 2 docker containers, one with knomp and one with redis.
This method sets up 2 docker containers, one with hnomp and one with redis.
It will directly use your host system's network so you can connect to the coin daemon without opening up RPC beyond 127.0.0.1.
@ -23,8 +23,8 @@ The ports it listens on must not be in use, this includes 8080 for the website,
### Docker Install
```
git clone https://git.hush.is/jahway603/knomp.git
cd ./knomp
git clone https://git.hush.is/hush/hnomp.git
cd ./hnomp
cp config_example.json config.json
```
@ -59,7 +59,7 @@ Please be sure to backup your `./coins` and `./pool_configs` directory before up
Kill your running pool (CTRL-C)
```shell
cd knomp
cd hnomp
git pull
npm install
npm start
@ -99,8 +99,8 @@ curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
Now, let's build our stratum and run it. This will install the pool and configure it for all the assetchains on your system automatically. It must be run from the same user as the coin deamons were launched, as it pulls the rpcuser/pass from the conf file in the home directory.
```shell
git clone https://git.hush.is/jahway603/knomp.git
cd ./knomp
git clone https://git.hush.is/hush/hnomp.git
cd ./hnomp
npm install
cp config_example.json config.json (and configure it)
nano gencfg.sh
@ -178,7 +178,6 @@ In pool_config:
[Further info on config](https://github.com/zone117x/node-open-mining-portal#2-configuration) and some [sample configs](https://github.com/z-classic/z-nomp)
## License
Forked from ComputerGenie repo (deleted)
Released under the GNU General Public License v2
http://www.gnu.org/licenses/gpl-2.0.html

Loading…
Cancel
Save