Commit Graph

28 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
Elbandi
257a981c7a Add workers tab 2014-05-13 18:15:21 +02:00
Matt
e6556d416e [REDIS BREAKING UPDATE] Changed coins to use redis branching for cleaner management 2014-05-09 17:43:11 -06:00
Hüseyin Uslu
7ae0107eea added totalPaid to /api/stats/ 2014-05-07 12:45:25 +03:00
Matt
73668709ce Added rewardRecipients configuration, refactored payment processing, moved p2p magic to coin config 2014-05-02 15:59:46 -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
Matt
a279fb486f Probably fixed negative hashrate issue 2014-04-23 12:53:19 -06:00
Matt
e58689956d Changed stats to use algo multiplier 2014-04-20 12:04:41 -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
cf74cd4119 Fixed stat page erroring when coins were added. Changed default stat update interval to 60 seconds. 2014-04-11 17:26:45 -06:00
Matt
201d02d10b Refactored website. Added historical stats. 2014-04-10 19:33:41 -06:00
Jerry Brady
22697fed80 fix issue #40 2014-04-06 00:14:07 +00:00
Jerry Brady
71024f18dc Fix hashrate bug and add stats by algorithm to index and stats pages 2014-04-04 02:55:35 +00:00
Jerry Brady
795b93e254 fixed bug in collection of per algo hash rate string 2014-04-03 02:04:39 +00:00
Jerry Brady
5918baac2f added human readable auto-scaling hash rate strings to stats 2014-04-02 23:36:36 +00:00
Jerry Brady
ba1836b605 Added stats grouped by algorithm 2014-04-02 21:42:50 +00:00
Matt
b7e7916736 Better logging for various components, changed example payment intervals from 10 seconds to 60 seconds. Added more coins and example pool configs. 2014-03-30 17:04:54 -06:00
Matt
9b3d5766df Stats now use algo data from stratum-pool module 2014-03-30 04:16:02 -06:00
Matt
314dacf98a Fixed global hashrate problem 2014-03-26 20:53:30 -06:00
Matthew Little
609eb0ae90 Fixed errors that occurred when certain modules were not configured/enabled. 2014-03-26 15:08:34 -06:00
Matt
72c26213a1 Updated git info for node-stratum-pool and refactored website/api structure. 2014-03-25 16:21:17 -06:00
Matt
82844687ac Fixed blockNotify.js script which was using wrong indexes for arguments. 2014-03-25 12:52:11 -06:00
Matt
cb30876b33 More fixes for payment processing 2014-03-22 20:08:33 -06:00
Matt
ceb6f0dae0 More stats added 2014-03-22 13:58:51 -06:00
Matt
be1b1f689c Payment processing is 95% done... 2014-03-20 16:25:59 -06:00
Matt
80ec2e8bca Fixed hashrate calculation by adding share multiplier per algo 2014-03-20 00:43:15 -06:00
Matt
f0d90b71c2 added txRefreshInterval 2014-03-19 14:53:00 -06:00
Matt
ca60e5e7f4 Added live stats 2014-03-19 14:24:29 -06:00