Commit Graph

45 Commits

Author SHA1 Message Date
Michael Polzer
2061e666c9 introduce poolOptions for legacy, p2sh and bech32 keys (#604)
* [MPOS] pass share difficulty to MySQL ++

Additionally to the changes on master we are removing the MPOS difficulty multiplier here. MPOS has been updated (currently development branch) to handle low difficulties nicely.

* add config for chaincoin

* remove redundant

* introduce poolOptions for p2sh and bech32 keys and add coin.json examples
2018-05-26 19:32:18 -07:00
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
f84ee142c2 Share merging features 2014-05-29 14:46:37 -06:00
Jerry Brady
116983fc85 Fixed starting difficulty issues for proxy ports, including X11 2014-05-28 20:56:56 +00:00
Matt
036f246ab7 Allow stratum authentication with mining key on non-switching ports 2014-05-07 01:23:50 -06:00
Matt
73668709ce Added rewardRecipients configuration, refactored payment processing, moved p2p magic to coin config 2014-05-02 15:59:46 -06:00
thrassos
13a22d0ed6 Update poolWorker.js 2014-05-01 20:01:54 +03: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
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
Matthew Little
cf74872863 Merge pull request #67 from bluecircle/master
Feature: Added automagical coin switching based on profitability
2014-04-20 12:16:19 -06:00
Matt
e58689956d Changed stats to use algo multiplier 2014-04-20 12:04:41 -06:00
Jerry Brady
860d36139b Merge branch 'master' of https://github.com/zone117x/node-stratum-portal 2014-04-17 19:26:09 +00:00
Matthew Little
57be035ff2 Include actual share diff in log ouput 2014-04-17 12:51:44 -06:00
Jerry Brady
9ad11516d2 checkpoint 2014-04-17 01:53:40 +00:00
Matt
db9767f08e Added documentation for p2p usage 2014-04-16 11:50:33 -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
Jerry Brady
5f6b09a877 fix proxy state loading bug when key not present 2014-04-11 13:26:42 +00:00
Jerry Brady
b9891c8624 fix proxy state loading bug when key not present 2014-04-11 13:24:12 +00:00
Jerry Brady
2f8620a454 store proxy state in redis and restore on restart; disable example pool 2014-04-09 01:33:46 +00: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
Jerry Brady
27a8de62cb proxy switching added and working 2014-04-07 03:11:53 +00:00
Jerry Brady
dc3dcd01a7 Ensure configuration value for validation of pool workers is honored 2014-04-05 23:43:02 +00:00
Matthew Little
257010f6a4 Added low share diff tolerance. 2014-04-03 14:37:55 -06:00
Matt
361641019f Better logging for shares 2014-04-03 12:33:10 -06:00
Matt
b08468ba8d Added "emitInvalidBlocksHahes" option for those in MPOS mode that require it. 2014-04-02 13:01:05 -06: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
Matthew Little
609eb0ae90 Fixed errors that occurred when certain modules were not configured/enabled. 2014-03-26 15:08:34 -06:00
Matt
1a00efc42a Better error message for when payment processor detects that it doesn't own the address. Updated readme with better deamon setup instructions. Removed 'reward' field from coins since we auto-detect that now. 2014-03-24 14:00:18 -06:00
Matt
14cd1d0070 Added interval for spawning pool forks 2014-03-23 00:46:59 -06:00
Matt
ad1f4ce3d0 Betting logging. Payment processing fixes. 2014-03-23 00:16:06 -06:00
Matt
be1b1f689c Payment processing is 95% done... 2014-03-20 16:25:59 -06:00
Matt
ed9e61b8ee Working on stats and payment processing 2014-03-15 18:58:28 -06:00
Andrea
fcc44b1942 First things for the miners switch 2014-03-14 19:02:55 +00:00
Matt
1309aa6f19 Work on payment processing 2014-03-09 20:31:58 -06:00
Matt
839ed52218 Bug in logging share data 2014-03-06 16:00:57 -07:00
Matt
27550caa39 More development for internal payment processing. Added new stratumpool module options. 2014-03-06 13:46:01 -07:00
Matt
d2f9be48d2 Fixed some bugs with internal share processing 2014-03-05 15:31:32 -07:00
Matt
5c19ec9abc Moved database interactions out of master process into worker processes to avoid IPC overhead 2014-03-05 15:10:50 -07:00
Andrea Baccega
1c6f7c4f50 First and raw api support + mposcompatibility fixes/codereadability improvements 2014-03-04 23:35:43 +01:00
Andrea Baccega
c7e61d681b Fixed mpos compatibility layer 2014-03-04 23:08:26 +01:00
Matt
943f3d1f32 Added mpos auth feature 2014-03-04 13:24:02 -07:00
Matt
95fe6129b3 Refactored share processing / worker communication 2014-03-04 01:33:55 -07:00
Matt
8e83c32e17 Started mysql code for mpos compat. 2014-03-03 13:51:11 -07:00
Matt
d640cc12c0 Started work on share processing. Added redis dependency. 2014-03-01 18:19:10 -07:00