Commit Graph

354 Commits

Author SHA1 Message Date
Lucas Jones 29d1cc455f Fix typo in paymentProcessor.js 2014-05-03 17:29:31 +01: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
Matthew Little 80be932651 Merge pull request #107 from thrassos/master
Update poolWorker.js
2014-05-01 11:46:06 -06:00
thrassos 13a22d0ed6 Update poolWorker.js 2014-05-01 20:01:54 +03:00
Matthew Little f8f15d6fc0 Merge pull request #101 from KaTXi/master
Create Giarcoin, GlobalDenomination, Guarantcoin
2014-05-01 01:49:34 -06:00
Matthew Little ba64de9d7f Merge pull request #100 from KaTXi/patch-4
Create globalboost Coin
2014-05-01 01:41:39 -06:00
Matthew Little 410d700374 Merge pull request #105 from bitcoinland/patch-1
removed extra " from algorithm
2014-05-01 01:36:32 -06:00
bitcoinland 850c270381 removed extra " from algorithm 2014-05-01 00:17:19 -03:00
Matt 5ea852d369 Added client-side mining key generation script for coin-switching port mining 2014-04-30 20:43:43 -06:00
Alejandro Reyero 526d184d5e Create giarcoin.json
Giarcoin
2014-04-29 23:32:59 +02:00
Alejandro Reyero 059faf4f77 Create globaldenomination.json
GlobalDenomination
2014-04-29 23:32:23 +02:00
Alejandro Reyero b8eb99be21 Create guarantcoin.json
Guarantcoin
2014-04-29 23:31:04 +02:00
Alejandro Reyero f922a92898 Create globalboost.json
GlobalBoost Coin
2014-04-29 23:30:12 +02:00
Matthew Little 33d5b9ccf6 Merge pull request #97 from KaTXi/patch-3
Update tbs.html
2014-04-29 10:49:25 -06:00
Matthew Little f87e0a7065 Merge pull request #98 from elliotboney/master
added starcoin and safer gitignore
2014-04-29 10:49:04 -06:00
Elliot Boney 6291ad0b69 added starcoin and safer gitignore 2014-04-29 16:01:55 +00:00
Alejandro Reyero 62c9a59b72 Update tbs.html
Added info about Block status
2014-04-29 10:56:35 +02:00
Matthew Little 25f6a6b4a7 Merge pull request #90 from KaTXi/patch-2
Update api.html
2014-04-28 15:13:06 -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
Alejandro Reyero 25406582b9 Update api.html
Missing closing tag in <LI> pool_stats
2014-04-28 09:54:24 +02:00
Matt 52108e3b7a Added mysql connection pooling for reconnecting to db and better performance 2014-04-27 14:24:40 -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 4413bfd7e6 Mining with public key on a switching port will now do payouts. 2014-04-26 16:24:06 -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
Matthew Little 35772fd780 Merge pull request #85 from sysmanalex/master
Added new tab, Table statistics per coin/algo
2014-04-25 22:27:45 -06:00
Matthew Little cb2bb6f3d5 Merge pull request #86 from iangcarroll/patch-2
Add FedoraCoin/TiPS
2014-04-25 22:27:30 -06:00
Ian Carroll c6b978d88d Add FedoraCoin/TiPS 2014-04-24 20:02:44 -04:00
Alex Petrov 455da9b5d7 New coins added
asiccoin,battlecoin,benjamins,betacoin,devcoin,emark,fireflycoin,freicoin,ixcoin,joulecoin,mazacoin,opensourcecoin,takcoin,teacoin,tekcoin,tigercoin
2014-04-24 19:44:36 -04:00
Alex Petrov 444fc6c070 Added new tab, Table statistics per coin/algo 2014-04-24 19:19:14 -04:00
Matt c48451fc75 Merge remote-tracking branch 'origin/master' 2014-04-24 14:53:27 -06:00
Matt f1627f222d Possible fix for payment processing with x11 coins 2014-04-24 14:53:06 -06:00
Matthew Little 6c4eb3fa7a Merge pull request #84 from iangcarroll/patch-1
gotta represent
2014-04-24 14:09:49 -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
Matthew Little 0fd39f0569 Merge pull request #76 from whyyk7/master
auto create mpos worker with tested
2014-04-21 12:23:55 -06:00
k7 019865bc95 fix auto create worker bug 2014-04-22 00:19:15 +08:00
k7 75c091457b fix auto create worker with right password 2014-04-21 23:58:50 +08:00
k7 882f779e20 auto create mpos worker 2014-04-21 16:09:37 +08:00
whyyk7 566e44e03b Merge pull request #1 from zone117x/master
合并更新
2014-04-21 11:38:07 +08:00
Matt 9722c054f9 Added mintcoin 2014-04-20 21:16:58 -06:00
Matt a4a2278443 diff1 is a normal JS number now rather than a bignum 2014-04-20 12:17:44 -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