Commit graph

67 commits

Author SHA1 Message Date
Alexander Blair
becaf9424a Fix to make it so payment ID's won't auto-queue, but will error "safely" 2017-02-15 18:55:06 -08:00
Alexander Blair
bf730fddbe Update to include roundHashes
Update to fix an API bug with identifiers
Moving payments that fail due to $$ to retry in 30 minutes - Need to block if it's payment ID based.
2017-02-15 18:49:12 -08:00
Alexander Blair
aa0353868c Rearranging PPLNS and solo port ordering. 2017-02-15 17:41:28 -08:00
Alexander Blair
ca2756c716 Regexes are 64 chars for this. Not 1. 2017-02-15 17:33:26 -08:00
Alexander Blair
e8604bd320 Need to typeof the subkey. 2017-02-15 17:24:17 -08:00
Alexander Blair
b64307deef Rearranging the state. 2017-02-15 17:19:31 -08:00
Alexander Blair
5cc1e051b9 That's offset, not page! 2017-02-15 17:11:32 -08:00
Alexander Blair
67e9a0bde1 Adding limit ranges and port blocking on the API. 2017-02-15 17:09:38 -08:00
Alexander Blair
7c79ceede5 Setting up port disable/lockout from the SQL into the main code base for the pool. Also making it so the API won't list a non-used pool type. 2017-02-15 16:22:35 -08:00
Alexander Blair
e6b340a8c6 Merge remote-tracking branch 'origin/master' 2017-02-14 19:11:41 -08:00
Alexander Blair
225c54d016 Setting the manifest file's mime type. 2017-02-14 19:10:52 -08:00
Snipa22
bd6e88da1a Update deploy.bash 2017-02-14 10:32:21 -08:00
Snipa22
2c36759b5f Update deploy.bash 2017-02-14 08:52:54 -08:00
Alexander Blair
3b39d47288 Merge remote-tracking branch 'origin/master' 2017-02-14 08:42:32 -08:00
Alexander Blair
263111c599 Update to work out the payment daemon. Not enough money transactions will flush from the queue automatically. 2017-02-14 08:42:25 -08:00
Snipa22
6f71c57b4b Update SQL_MIGRATIONS.md 2017-02-14 08:27:03 -08:00
Alexander Blair
7abe475b97 Fixing the timestamps in the master logger to keep them all synced to the run state time. 2017-02-13 21:18:04 -08:00
Alexander Blair
91fe9ffae1 Adding a sorter for timestamps on payments. 2017-02-13 20:14:02 -08:00
Alexander Blair
5c08412a9a Adding new frontend repo. 2017-02-13 19:57:42 -08:00
Alexander Blair
760ec284fb Updating the precision to make xmr.to happier. 2017-02-13 19:50:59 -08:00
Alexander Blair
0a589cdada Fixing the payment daemon. Just a little. 2017-02-13 19:42:13 -08:00
Alexander Blair
4b765d6390 Updated SQL for pool.payments with the transaction_fee value. 2017-02-13 15:08:20 -08:00
Alexander Blair
be346609b2 blockManager fix for payout verification to properly flag blocks as orphans. 2017-02-13 14:55:31 -08:00
Alexander Blair
0783db81b5 blockManager fix for depthed scans. 2017-02-13 14:48:18 -08:00
Alexander Blair
78c0b2e7fb Update to the pool to ensure that we can't "queue up" multiple GBT's. 2017-02-13 13:32:21 -08:00
Snipa22
c02ce30e00 Merge pull request #14 from Snipa22/blockManager
Block manager
2017-02-13 11:56:50 -08:00
Alexander Blair
2b8b277725 NodeJS is weird with async callbacks. 2017-02-13 11:50:15 -08:00
Alexander Blair
0efcd22a8a Adding a blockLocker to the system. 2017-02-13 11:26:30 -08:00
Alexander Blair
2d97826020 Merge remote-tracking branch 'origin/master' 2017-02-12 19:30:16 -08:00
Alexander Blair
9fd55bb9a8 Fix for the number of miners being displayed on the site. 2017-02-12 19:30:06 -08:00
Snipa22
0e1a944546 Merge pull request #13 from Snipa22/email-breakout
Email breakout
2017-02-12 17:29:33 -08:00
Alexander Blair
8edd96535c Adding more base entries to SQL for the new worker emails. 2017-02-12 17:24:46 -08:00
Alexander Blair
1101872f5c Missed an identifier. 2017-02-12 15:09:04 -08:00
Alexander Blair
196ab43ea1 Updates to include the new e-mail settings stored in SQL. 2017-02-12 14:47:54 -08:00
Alexander Blair
b0981bd189 Moving the pm2 logrotate stuff into a background installer. 2017-02-12 14:13:10 -08:00
Snipa22
bc0ecb24ca Update README.md 2017-02-12 13:43:04 -08:00
Alexander Blair
e485d8b22f Difficulty exceeds int(11) 2017-02-12 01:28:06 -08:00
Alexander Blair
cef180b02d Adding extra debug to the support library. 2017-02-12 00:33:46 -08:00
Alexander Blair
c0c9c0ae1c Adding a check for sanity to the blockManager task. 2017-02-12 00:12:43 -08:00
Snipa22
6743f6b994 Merge pull request #11 from minecoins/guide-formatting
README formatting to make it more readable
2017-02-12 00:02:39 -08:00
Mine Coins
ed7770d643 README formatting to make it more readable 2017-02-12 09:53:22 +02:00
Snipa22
5b36c095a5 Update LICENSE
Updates with log chunks from Zone117x's and Snipa/Snipa22's conversation about the MIT licensing process.
2017-02-11 16:56:09 -08:00
Snipa22
192a96ce61 Create LICENSE
Permission granted to move from GPLv2 to MIT by Zone117x for code moved from the node-cryptonote-pool repo.  Relevant code chunks can be found in lib/pool.js and lib/coins/xmr.js
2017-02-11 16:23:56 -08:00
Snipa22
0583d05627 Update README.md 2017-02-11 12:59:42 -08:00
Snipa22
c5ecd8dcd3 Update README.md 2017-02-11 12:13:04 -08:00
Alexander Blair
151d1a80a0 Making the wallet stats error more verbose. 2017-02-11 12:04:21 -08:00
Snipa22
9ffbadd145 Merge pull request #10 from Snipa22/full_group_by_fix
Adding a fix for full_group_by SQL servers
2017-02-11 12:02:33 -08:00
Snipa22
2531e47a5c Merge pull request #9 from Snipa22/sql_fixes
Sql fixes
2017-02-11 12:02:03 -08:00
Alexander Blair
8a3d9dcf24 Adding timestamps to PM2 startup stuff. 2017-02-11 12:01:51 -08:00
Alexander Blair
5566e7d83a Merge branch 'master' into sql_fixes
# Conflicts:
#	README.md
2017-02-11 11:59:51 -08:00