Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Comes with lightweight example front-end script which uses the pool's AJAX API.

* https://pool.leviarcoin.org
* http://etn.vaypool.org
* http://xlc.jbarbieri.net

Usage
===
Expand Down Expand Up @@ -118,7 +119,7 @@ sudo apt-get install git build-essential redis-server libboost1.55-all-dev nodej
Clone the repository and run `npm update` for all the dependencies to be installed:

```bash
git clone https://github.com/forknote/cryptonote-universal-pool.git pool
git clone https://github.com/leviarcoin/leviarcoin-pool.git pool
cd pool
npm update
```
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@

<footer>
<div class="text-muted">
Powered by <a target="_blank" href="https://github.com/forknote/cryptonote-forknote-pool"><i class="fa fa-github"></i> cryptonote-forknote-pool</a>
Powered by <a target="_blank" href="https://github.com/leviarcoin/leviarcoin-pool"><i class="fa fa-github"></i> leviarcoin-pool</a>
<span id="poolVersion"></span>
open sourced under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL</a>
</div>
Expand Down