Commit Graph

476 Commits

Author SHA1 Message Date
cryptozeny
2f3a1bc63e ssl: http to https (#670) 2019-10-06 10:08:22 -04:00
cryptozeny
81216de5dd bech32 for litecoin (#667) 2019-07-01 11:20:17 -04:00
Michael Polzer
f185e971c4
Merge pull request #660 from lubuzzo/dev
Allow pool owner to run the pool without explicitly declare the address
2019-03-24 18:58:06 +01:00
lubuzzo
d55efbd227 Allow pool owner to run the pool without explicitly declare the address
- Setting the address to false, will generate a new address on startup 
and after every submission of block
2019-03-24 12:40:08 -03:00
lubuzzo
53432ba8fe Updated package.json 2019-03-23 18:00:12 -03:00
Michael Polzer
4ebff37820
[deps] fix syntax for git:// branch select 2018-05-29 18:06:55 +03:00
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
Michael Polzer
0b238adccd Add config for Chaincoin (#603)
* [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
2018-05-25 12:58:01 -07:00
Michael Polzer
e41cb8d8f4 [MPOS] pass share difficulty to MySQL ++ (#602)
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.
2018-05-24 18:31:17 -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
8a725c0438 Fix for file check 2014-05-29 15:59:19 -06:00
Matthew Little
f83f5b371b Merge pull request #240 from zone117x/master
Share merging features
2014-05-29 14:54:55 -06:00
Matthew Little
1b148f42b9 Merge pull request #239 from KaTXi/patch-5
Update profitSwitch.js
2014-05-29 14:50:57 -06:00
Matthew Little
f84ee142c2 Share merging features 2014-05-29 14:46:37 -06:00
Alejandro Reyero
9457c6ed90 Update profitSwitch.js
CoinWarz Api incomplete, instancing wrong class at profitSwitch, name of class Cryptsy in it's own .js ...
2014-05-29 22:41:52 +02:00
Matthew Little
1578ad87c0 Fixed bug with missing file system module for payment processing fail safe 2014-05-29 12:52:31 -06:00
Matthew Little
de9009fdbc Merge pull request #223 from ob1100/master
Adding a few more coin configs
2014-05-29 12:20:55 -06:00
Matthew Little
81a0536606 Merge pull request #232 from damianblack/add-bittrex-api
Add Bittrex API for profitability checks
2014-05-29 12:20:06 -06:00
Matthew Little
7ba5334ac6 Merge pull request #233 from damianblack/add-coins
Add coins
2014-05-29 12:15:23 -06:00
Matthew Little
536f8269e5 Merge pull request #236 from bluecircle/master
Fix for x11 switch difficulty incorrect
2014-05-29 12:14:44 -06:00
Matthew Little
5a80b2adfc Merge pull request #237 from PCPerfect/patch-1
Update maxcoin.json
2014-05-29 12:14:23 -06:00
Matthew Little
3fc10a1ea2 Merge pull request #238 from PCPerfect/patch-2
Update cryptometh.json
2014-05-29 12:14:05 -06:00
PCPerfect
8e727f9e36 Update cryptometh.json
Added peerMagic values from wallet source.
2014-05-28 21:55:57 -07:00
PCPerfect
649ce1dfba Update maxcoin.json 2014-05-28 21:49:37 -07:00
PCPerfect
0f8c3bc847 Update maxcoin.json
Added P2P peerMagic values from wallet source.
2014-05-28 21:46:04 -07:00
Jerry Brady
116983fc85 Fixed starting difficulty issues for proxy ports, including X11 2014-05-28 20:56:56 +00:00
Damian Black
5a0afa660c add missing comma to bittrexApi 2014-05-28 10:17:32 -04:00
Damian Black
d7120a1f22 add useBittrex to config_example.json 2014-05-28 10:17:04 -04:00
Damian Black
fb12b7373e revert change to einsteinium 2014-05-27 17:52:42 -04:00
Damian Black
5cd6f653eb add bitstar, bluecoin, octocoin, pawncoin, plncoin, zedcoin 2014-05-27 17:50:28 -04:00
Damian Black
57873f7226 Add Bittrex API for profitability checks 2014-05-27 17:47:14 -04:00
Jerry Brady
967be61e68 Merge remote-tracking branch 'upstream/master' 2014-05-26 02:39:28 +00:00
Matthew Little
315d14b964 Merge pull request #226 from argakiig/master
Update tekcoin.json
2014-05-23 16:23:49 -06:00
Jerry Brady
540adf75d2 Merge remote-tracking branch 'upstream/master' 2014-05-23 17:39:40 +00:00
ob1100
f9f329fb1b Update apiCoinWarz.js 2014-05-23 11:55:20 -05:00
ob1100
2b2887eca1 Update profitSwitch.js 2014-05-23 11:51:24 -05:00
ob1100
248507b5ee Update apiCoinWarz.js 2014-05-23 11:46:51 -05:00
ob1100
64b48388fc Create apiCoinWarz.js 2014-05-23 11:31:49 -05:00
ob1100
c42a64742f Update tekcoin.json 2014-05-23 11:18:33 -05:00
ob1100
b016c75106 Update tekcoin.json 2014-05-23 11:13:30 -05:00
Russel Waters
b5da4f9428 Update tekcoin.json 2014-05-23 09:05:34 -07:00
ob1100
5983b3a7de Update arkhash.json 2014-05-22 20:22:36 -05:00
ob1100
5b308168bf Create wearesatoshi.json 2014-05-22 19:28:06 -05:00
ob1100
ee0815befa Create stashcoin.json 2014-05-22 19:27:05 -05:00
ob1100
e65984fe7c Create fastcoinsha.json 2014-05-22 19:25:37 -05:00
ob1100
5a44c54854 Create continuumcoin.json 2014-05-22 19:25:03 -05:00
ob1100
a1f9b7dc89 Create bitraam.json 2014-05-22 19:23:51 -05:00
ob1100
e95a4e3a76 Create arkhash.json 2014-05-22 19:23:10 -05:00
ob1100
17d3170aa2 Create 21coin.json 2014-05-22 19:21:23 -05:00
ob1100
3f6cba7a96 Create arkenstone.json 2014-05-22 19:20:01 -05:00