Commit Graph

139 Commits

Author SHA1 Message Date
Matthew Little
67254f63ba
Update dev branch (#598)
* modified for my repositry

* Revert

* add lf

* Fixed bug in parsing balances for payment processing

* Added fixminer.com pool

* New pool

Another one using NOMP

* Update 21coin.json

Added peerMagic needed for p2p block notifications

* Update alphacoin.json

Added peerMagic. Needed for p2p block notifications

* Update benjamins.json

Added peerMagic for p2p block notifications

* Update mazacoin.json

Added peerMagic for p2p block notifications

* Update bottlecaps.json

* Update bottlecaps.json

* Create bunnycoin.json

* Update bunnycoin.json

* Update casinocoin.json

* Create coino.json

* Update coino.json

* Create cryptogenicbullion.json

* Update coino.json

* Update bunnycoin.json

* Update cryptogenicbullion.json

* Create cryptographicanomaly.json

* Update cryptographicanomaly.json

* Update cryptographicanomaly.json

* Fix switching port showing

Fix reading of config file to show active switching ports

* Update alphacoin.json

* Update README.md

fixed typo on line 529 node-statum-pool to node-stratum-pool

* Update README.md

* Valid json to Readme example coin conf

* Minor readme change

* Marked emark as POS type coin since auto detection fails

* created infinitecoin.conf

Adding infinitecoin.conf to the coin list.
https://github.com/infinitecoin/infinitecoin/blob/master/src/main.cpp#L2524

* fixed capitolization

Adjusted InfiniteCoin to Infinitecoin to match the naming practice of all the other coins.

* update symbol for Coino

* Wrong hashrate calculation

Hashes are not bytes:
> 1 byte = 8 bits
> 1 kilobyte = 1024 bytes

Hashes are the units, and so therefore - as `k`,  `m` only mean *10^3 and *10^6
> 1 hash = 1 hash
> 1 kh     = 1000 hashes

* Add Viacoin support

Support for Viacoin - viacoin.org

* Add FlutterCoin to coins

* Rename viacoin.conf to viacoin.json

* 42 coin

* Update poolWorker.js

var created above is spelled as initalPool not initialPool.

* http://poollo.com "service unavailable"

* Removed the links to dead pools

* http://poollo.com
* http://fixminer.com
* http://pool.trademybit.com/ (all wallets disabled)
* http://www.omargpools.ca/pools.html (dead link)
* http://mining.theminingpools.com (now called "ad depo", no sign of a mining pool).
* http://minr.es (dead link)
* http://onebtcplace.com (link leads nowhere)
* http://uberpools.org (Apache Test Page)
* http://miningwith.us (domain for sale)
* http://teamdoge.com (blank page)
* http://rapidhash.net (domain for sale)
* http://chunkypools.com

Left these three. Are they still nomp?
* http://miningpoolhub.com (Donations to this project are going directly to TheSerapher, the original author of this project. (https://github.com/MPOS/php-mpos) ###
* http://hashfaster.com (MPOS, sign up) ###
* http://suchpool.pw ###

* Removed " LiveChains UK offers full hosting, setup and management of NOMP pools with several different configurations. [...] LiveChains UK however does offer this feature as part of there own customised NOMP called LivePool." Paid Solution." from 'Paid  Solution'. The  company no longer exists and the links lead to a generic type of forum about software.

* Added some log info and fixed a typo

* Pinned some package versions - included async package

Should fix https://github.com/zone117x/node-open-mining-portal/pull/479

* Update litecoin testnet magic

Litecoin testnet has been reset

2fcf8079ef (diff-64cbe1ad5465e13bc59ee8bb6f3de2e7R207)

* fix orphan stat source

* API does not set the proper header

* Update api.js

Fix : #554

* Update package.json

Pin request npm package version

* Update README.md

* Update README.md

* Updated to new Core 0.16 Format (getaddressinfo)

Since the new Wallet release of Bitcoin Core, they introduced a new Validation format for addresses.
Validateaddress is not longer working.

* Update paymentProcessor.js

* Final change

* Added GLT Coin

* add peer magic for DGB (#592)
2018-05-13 14:02:08 -07:00
Matthew Little
c3555ec959 Force content type on doT generated html strings 2014-05-21 19:58:41 -06:00
Matt
ac7d7780fd Add redis version check so errors are thrown if you use too old of a redis version 2014-05-12 11:15:17 -06:00
Matt
2eef180751 Added redis security warning 2014-05-09 18:36:27 -06:00
Matt
a63a206ff6 Added redis security warning 2014-05-09 18:32:54 -06:00
Matt
e08d313b1a Added redis security warning 2014-05-09 18:31:38 -06:00
Matt
04f769a5a6 Add credit to Fcases (triplef) for ordering me a pizza! 2014-05-09 11:59:22 -06:00
Matt
211772ac02 Merge remote-tracking branch 'origin/master' 2014-05-09 11:51:24 -06:00
Matt
f91ff79718 Added inheritable pool options in global config 2014-05-09 11:51:08 -06:00
Matthew Little
f9c739f123 Updated with new config options 2014-05-09 09:47:59 -06:00
Matthew Little
c5ba95f1d9 Update README.md 2014-05-07 13:27:24 -06:00
Matt
d8444e6a6c Removed "shareVariancePercent" option as its no longer useful 2014-05-07 12:22:32 -06:00
Matt
537fddfc43 Removed "txRefreshInterval" option from readme as its no longer used 2014-05-07 12:00:06 -06:00
Matthew Little
d562bb2a7e Update README.md 2014-05-04 18:56:13 -06:00
Matthew Little
8ccf947482 Update README.md 2014-05-04 18:53:06 -06:00
Matt
cbebb94a57 Slight readme update 2014-05-04 15:51:48 -06:00
Matt
6984c4fccc Typo fixes in readme 2014-05-03 04:09:51 -06:00
Matt
c417fdf96b Typo fixes in readme 2014-05-02 17:01:57 -06:00
Matt
73668709ce Added rewardRecipients configuration, refactored payment processing, moved p2p magic to coin config 2014-05-02 15:59:46 -06:00
Matt
66d7640c9b NOMP CLI gives replies now. Profit switching transitioned to using CLI port rather than old profitListener port. 2014-04-28 15:04:12 -06:00
Matt
9ba337f33e Updated profit switching in readme 2014-04-26 16:52:47 -06:00
Matt
f47b023bd7 Updated readme for switching config 2014-04-26 16:31:27 -06:00
Matt
952c7105cc Replaced various listeners (coinswitch and blocknotify) with united NOMP CLI (command-line interface) 2014-04-26 16:23:23 -06:00
Ian Carroll
38ececb9ab gotta represent 2014-04-24 16:07:46 -04:00
Matt
86fc01388f Added crombie's site to readme 2014-04-24 00:02:38 -06:00
Matt
432af28a78 Added reward address account detection in payment processing so addresses not under the default account of "" (empty string) will work. 2014-04-23 23:59:53 -06:00
Matt
a279fb486f Probably fixed negative hashrate issue 2014-04-23 12:53:19 -06:00
Matt
50a560d92f readme markup fix 2014-04-21 12:44:35 -06:00
Matt
d7a26f67cd minor readme update 2014-04-21 12:40:19 -06:00
Matt
39d02b9af9 Added autoCreateWorker config to readme 2014-04-21 12:27:34 -06:00
Matt
59cfa8b1fe Minor readme fix with anchor link 2014-04-20 12:10:19 -06:00
Matt
e58689956d Changed stats to use algo multiplier 2014-04-20 12:04:41 -06:00
Matt
d4cac4a105 Updated readme overscrolling text 2014-04-16 11:56:08 -06:00
Matt
d93827ca79 Merge remote-tracking branch 'origin/master' 2014-04-16 11:50:40 -06:00
Matt
db9767f08e Added documentation for p2p usage 2014-04-16 11:50:33 -06:00
Matthew Little
b17f782ecc Update README.md 2014-04-16 06:44:57 -06:00
Matthew Little
71e3883b45 Update README.md 2014-04-16 06:43:35 -06:00
Matt
1b2c2f9e7d Made readme for banning more clear 2014-04-15 18:09:26 -06:00
Matt
1d848c7d51 Made readme for banning more clear 2014-04-15 16:56:35 -06:00
Matt
5db8c4997a Merge remote-tracking branch 'origin/master' 2014-04-15 16:39:02 -06:00
Matt
4888aaffba Changed all references to localhost to 127.0.0.1 for better system compatibility. Implemented thread-wide IP banning via IPC. Added redis config for portal-wide related db interactions (stats and proxy) 2014-04-15 16:38:51 -06:00
Matt Culpepper
7b6044d674 create a config option for difficulty multiplier 2014-04-13 13:59:19 -05:00
Matt
201d02d10b Refactored website. Added historical stats. 2014-04-10 19:33:41 -06:00
Matt
c487972f6b Added some sites using nomp to the readme 2014-04-09 22:53:35 -06:00
Matt
3c4eaaf5ce Added blocknotify C script to readme 2014-04-08 14:26:45 -06:00
Matt
35d4cb0ae1 Added minty to credits for his work on coin switching 2014-04-08 13:00:54 -06:00
Matt
afae2060b1 Moved coin switching into included features in readme 2014-04-08 12:33:13 -06:00
Matt
c3ba819f24 Set coin switching feature to not require lower case. Added documentation for proxy and coin switching 2014-04-08 12:23:48 -06:00
Matthew Little
6d2672105a Added detailed upgrade/updating instructions 2014-04-06 10:55:47 -06:00
Matthew Little
f827d2749d Update README.md
Updated name of repo in setup instructions - it was set to the old one
2014-04-06 10:38:43 -06:00