Commit graph

119 commits

Author SHA1 Message Date
Alexander Blair
44f6391a6b Adding Toggle Email
EMail toggling added to the pool authed zones

Fixes #41
2017-02-25 11:07:33 -08:00
Alexander Blair
519f472666 Adding Toggle Email
EMail toggling added to the pool authed zones

Fixes #41
2017-02-25 11:07:20 -08:00
Alexander Blair
2a782cb3e8 Job handler caching
Caches the last job sent down the wire, and ensures that we can return it, rather than blank.

Fixes #37
2017-02-25 10:44:19 -08:00
Alexander Blair
f89b709f93 v0.10.2.1 not 0.10.2.1 2017-02-25 08:15:03 -08:00
Alexander Blair
8ab38b4d79 trusted_daemon is now a config var upstream in the wallet, not in the other systems. 2017-02-25 08:13:32 -08:00
Alexander Blair
527d0965db Removing fluffy blocks patch. Moving to commit w/ fixes for the pool state. 2017-02-24 08:54:55 -08:00
Alexander Blair
abfe00b1e0 Adding trusted_daemon: true as a default arg to the RPC for txns for 0.10.2 monero. 2017-02-24 08:40:43 -08:00
Snipa22
a5c0558989 Update leaf.bash 2017-02-23 18:14:38 -08:00
Snipa22
3592995c8e Update deploy.bash 2017-02-23 18:14:17 -08:00
Snipa22
fde0e7bc64 Merge pull request #44 from minecoins/deploy
Deploy
2017-02-23 18:13:44 -08:00
Snipa22
6f354620c9 Merge pull request #42 from minecoins/eof
No newline at EOF fix
2017-02-23 18:13:36 -08:00
Mine Coins
f7a2f69e7a closes #43, blockchain downloading/importing under monerodaemon user 2017-02-23 20:29:33 +02:00
Mine Coins
4457859a2c No newline at EOF fix 2017-02-22 23:27:39 +02:00
Alexander Blair
906fb25670 That was bad. 2017-02-21 21:13:09 -08:00
Alexander Blair
7b2ed80b6e Fixing API 2017-02-21 19:33:22 -08:00
Alexander Blair
9ce7f4b102 Adding CORS 2017-02-21 17:02:11 -08:00
Alexander Blair
f341363754 Adding CORS to express JS 2017-02-21 17:00:49 -08:00
Alexander Blair
0d8afd850f Resetting the setInterval system so it can't blow up in our faces. 2017-02-21 11:10:45 -08:00
Alexander Blair
9fd46553b9 Merge remote-tracking branch 'origin/master' 2017-02-21 11:09:31 -08:00
Alexander Blair
275031f3ad Resetting the setInterval system so it can't blow up in our faces. 2017-02-21 11:09:18 -08:00
Snipa22
ce191fc328 Merge pull request #35 from minecoins/deploy
Deployment cleanup
2017-02-21 08:36:17 -08:00
Mine Coins
3e549eaee3 README: no need to set db_storage_path 2017-02-21 18:31:36 +02:00
Mine Coins
c8ce0e9fd9 deployment: add newline at EOF 2017-02-21 18:31:35 +02:00
Mine Coins
8bb4eb6d61 deploy: limit make jobs to the number of processing units available 2017-02-21 18:31:35 +02:00
Mine Coins
cc37da5eab deploy: download blockchain to temporary dir 2017-02-21 18:31:35 +02:00
Mine Coins
7ad91e0f6c deploy: slightly cleaner caddy installation 2017-02-21 18:31:35 +02:00
Mine Coins
3125cf9f5f deploy: set default db_storage_path 2017-02-21 18:31:35 +02:00
Alexander Blair
6bea16db87 Off by one error. 2017-02-21 08:27:51 -08:00
Alexander Blair
714b601c51 Do not do math while you're asleep. 2017-02-21 08:26:56 -08:00
Alexander Blair
b022bf5cb6 Merge remote-tracking branch 'origin/master' 2017-02-21 08:25:17 -08:00
Alexander Blair
83f25b40a6 Offset handling. 2017-02-21 08:25:09 -08:00
Snipa22
3c7c345e38 Merge pull request #32 from minecoins/readme-config-fix
REAMDE: config.json is already created by deploy.bash / renamed poolui
2017-02-20 14:55:36 -08:00
Mine Coins
72a12bff82 REAMDE: config.json is already created by deploy.bash / renamed poolui 2017-02-19 23:03:42 +02:00
Snipa22
c95afc3f43 Merge pull request #28 from Snipa22/MinerGate
Miner gate
2017-02-17 16:16:22 -08:00
Alexander Blair
33e2f08eeb NiceHash fixing at 90k diff. 2017-02-17 16:13:58 -08:00
Alexander Blair
ea8226ccac Minergate bypass 2017-02-17 16:08:36 -08:00
Alexander Blair
4c30b21112 Differences between SQL schemas that I fixed last time, but broke in the redo! My apologies. 2017-02-17 08:53:52 -08:00
Alexander Blair
001dbbb58e Merge remote-tracking branch 'origin/master' 2017-02-16 10:51:02 -08:00
Alexander Blair
86a3026d50 Returing that we had an error in shapeshift. Whoops! 2017-02-16 10:50:52 -08:00
Snipa22
8febc61be2 Update README.md
Adding notice information about sourcing ~/.bashrc to get NVM working
2017-02-16 10:30:21 -08:00
Alexander Blair
5b75efcd32 UTF-8 Database Migration Scripts + changing the base SQL file to use UTF8 2017-02-16 08:32:38 -08:00
Alexander Blair
b219080c3b Updating bitcoinDevimalToCoin. 2017-02-16 07:34:37 -08:00
Alexander Blair
27744c34da Using round instead. Should be slightly more accurate. 2017-02-16 07:33:43 -08:00
Alexander Blair
e06673b794 Moving into a CEIL for decimalToCoin to fix rounding bugs in NodeJS. 2017-02-16 07:32:26 -08:00
Alexander Blair
f618fba03a Update to move to shareMulti setting, rather than the hard-coded 2 value. 2017-02-15 21:57:09 -08:00
Alexander Blair
e5a0c2685d Adding the token into the permitted headers for CORS. 2017-02-15 20:35:29 -08:00
Alexander Blair
26890d28a0 Update for the new CORS handling for frontend for the API. 2017-02-15 20:24:52 -08:00
Alexander Blair
7a52ba6004 If you can't hang with the mac, don't hmac. 2017-02-15 19:25:15 -08:00
Alexander Blair
b3e2c58bcb Update to return a 401 on invalid. 2017-02-15 19:22:06 -08:00
Alexander Blair
d0e15f7e1f We needed to be slightly more careful with this. Now we are! 2017-02-15 19:15:42 -08:00