Skip to content

Commit

Permalink
updated pool name / github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-triangle committed Jan 11, 2019
1 parent 60ff5f7 commit 6bf45ec
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 38 deletions.
6 changes: 2 additions & 4 deletions init.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Pool initialization script
**/
Expand All @@ -9,10 +9,8 @@ var fs = require("fs");
var cluster = require("cluster");
var os = require("os");

// Hmm... figure this out
global.diff1 = 0x00000000ffff0000000000000000000000000000000000000000000000000000;


/**
* Read config file into global config variable
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/api.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Pool API
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/apiInterfaces.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Handle communications to APIs
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/blockUnlocker.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Block unlocker
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/charts.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Charts data functions
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/chartsDataCollector.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Charts data collector
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/configReader.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Configuration Reader
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/daemon.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* PascalCoin Daemon
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/exceptionWriter.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Exception writer
**/
Expand Down
7 changes: 7 additions & 0 deletions lib/jobManager.js
@@ -1,3 +1,10 @@
/**
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Job Manager
**/

var EventEmitter = require("events").EventEmitter;
var crypto = require("crypto");
var bignum = require("bignum");
Expand Down
4 changes: 2 additions & 2 deletions lib/logger.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Logging system
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/market.js
@@ -1,6 +1,6 @@
/**
* Cryptonote Node.JS Pool
* https://github.com/dvandal/cryptonote-nodejs-pool
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Market Exchanges
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/notifications.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Notifications system
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/paymentProcessor.js
@@ -1,6 +1,6 @@
/**
* Cryptonote Node.JS Pool
* https://github.com/dvandal/cryptonote-nodejs-pool
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Payments processor
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/pool.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Pool TCP daemon
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/shareProcessor.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Share Processor
*
Expand Down
4 changes: 2 additions & 2 deletions lib/stratum.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Stratum Server & Client
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/utils.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Helper utils
**/
Expand Down
4 changes: 2 additions & 2 deletions lib/varDiffManager.js
@@ -1,6 +1,6 @@
/**
* Free Pascal Pool
* https://github.com/
* PascalCoin Open Pool
* https://github.com/PascalCoinPool/pascalcoin-open-pool
*
* Variable Diff Manager
*
Expand Down

0 comments on commit 6bf45ec

Please sign in to comment.