Skip to content

Commit

Permalink
Update links to new pool repository
Browse files Browse the repository at this point in the history
  • Loading branch information
fancoder committed Jul 22, 2014
1 parent 3e30c95 commit fa4ed76
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ you are using - a good place to start with redis is [data persistence](http://re
Clone the repository and run `npm update` for all the dependencies to be installed:

```bash
git clone https://github.com/zone117x/node-cryptonote-pool.git pool
git clone https://github.com/fancoder/cryptonote-universal-pool.git pool
cd pool
npm update
```
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "cryptonote-pool",
"name": "cryptonote-universal-pool",
"version": "0.0.1",
"license": "GPL-2.0",
"author": "Matthew Little",
"repository": {
"type": "git",
"url": "https://github.com/zone117x/node-cryptonote-pool.git"
"url": "https://github.com/fancoder/cryptonote-universal-pool.git"
},
"dependencies": {
"bignum": "*",
Expand All @@ -14,8 +14,8 @@
"cli-color": "*",
"dateformat": "*",
"base58-native": "*",
"multi-hashing": "git://github.com/zone117x/node-multi-hashing.git",
"cryptonote-util": "git://github.com/LucasJones/node-cryptonote-util.git"
"multi-hashing": "git://github.com/fancoder/node-multi-hashing.git",
"cryptonote-util": "git://github.com/fancoder/node-cryptonote-util.git"
},
"engines": {
"node": ">=0.10"
Expand Down
5 changes: 2 additions & 3 deletions website_example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,8 @@

<footer>
<div class="text-muted">
Powered by <a target="_blank" href="//github.com/zone117x/node-cryptonote-pool"><i class="fa fa-github"></i> node-cryptonote-pool</a>
<span id="poolVersion"></span>
created by Matthew Little & open sourced under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL</a>
Powered by <a target="_blank" href="//github.com/fancoder/cryptonote-universal-pool"><i class="fa fa-github"></i> cryptonote-universal-pool</a>
open sourced under the <a href="http://www.gnu.org/licenses/gpl-2.0.html">GPL</a>
</div>
</footer>

Expand Down

0 comments on commit fa4ed76

Please sign in to comment.