Merge pull request #34 from joshuayabut/LowPriority

LowPriority
This commit is contained in:
Procrastinator 2016-12-15 12:33:10 +00:00 committed by GitHub
commit b4bf31aafe
3 changed files with 15 additions and 7 deletions

View File

@ -21,7 +21,8 @@ IRC
If your pool uses Z-NOMP let us know and we will list your website here.
##### Some pools using Z-NOMP or node-stratum-module:
* //to be added
http://zclpool.tk:8888 Currently, this pool has found over 100 blocks in just under a month!
https://pool.cryptobroker.io/zcl Running MPOS
Usage
@ -79,6 +80,13 @@ npm install
Take a look at the example json file inside the `pool_configs` directory. Rename it to `zclassic.json` and change the
example fields to fit your setup.
Solo mining? Set a port with a ridiculously high difficulty to force z-nomp to use the network difficulty, so every share finds a block. Be sure to disable payments as well.
```
"3032": {
"diff": 999999999999999
}
```
##### [Optional, recommended] Setting up blocknotify
1. In `config.json` set the port and password for `blockNotifyListener`

View File

@ -9,7 +9,7 @@
"_comment_zAddress": "a private address used to send coins to tAddress.",
"tAddress": "tmLqYHEnCiL4dpktEKdAKeRjPdkxNtJVWfb",
"_comment_tAddress": "transparent address used to send payments",
"_comment_tAddress": "transparent address used to send payments, make this a different address, otherwise payments will not send",
"walletInterval": 10,

View File

@ -21,7 +21,7 @@
<script src="/static/main.js"></script>
<link rel="stylesheet" href="/static/style.css">
<title>NOMP</title>
<title>Z-NOMP</title>
</head>
@ -30,7 +30,7 @@
<header>
<div class="home-menu pure-menu pure-menu-open pure-menu-horizontal">
<a class="pure-menu-heading hot-swapper" href="/"><i class="fa fa-home"></i>&nbsp;NOMP</a>
<a class="pure-menu-heading hot-swapper" href="/"><i class="fa fa-home"></i>&nbsp;Z-NOMP</a>
<ul>
<li class="{{? it.selected === 'getting_started' }}pure-menu-selected{{?}}">
@ -82,11 +82,11 @@
<i class="fa fa-heart"></i>&nbsp; Support this project by donating&nbsp;<i class="fa fa-btc"></i>&nbsp;BTC: 1KRotMnQpxu3sePQnsVLRy3EraRFYfJQFR
</div>
<div id="communityFooter">
Community&nbsp;<i class="fa fa-comment"></i>&nbsp;: &nbsp;<a target="_blank" href="https://kiwiirc.com/client/irc.freenode.net/nomp">#nomp IRC</a>
Community&nbsp;<i class="fa fa-comment"></i>&nbsp;: &nbsp;<a target="_blank" href="https://zclassic.herokuapp.com">#zclassic IRC</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<a target="_blank" href="http://reddit.com/r/nomp">/r/nomp</a>
<a target="_blank" href="http://reddit.com/r/zclassic">/r/zclassic</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
<iframe src="http://ghbtns.com/github-btn.html?user=zone117x&repo=node-open-mining-portal&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=joshuayabut&repo=z-nomp&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="140" height="20"></iframe>
</div>
</footer>