Commit graph

184 commits

Author SHA1 Message Date
Alexander Blair
9c52de91ed Update with cryptonight-hashing for XMR. Thanks to Mayday30/MoneroOcean for updating the CN libs for the Variant hardfork.
git pull; npm install; then restart services.
2018-04-05 13:58:08 -07:00
sevendoorknobs
5e08413b47
Fix block_locker.js throwing keyIsUint32 error
Same issue that was effecting longRunner, perhaps there are more in the code.
2018-03-20 09:52:05 -04:00
adaxi
774a5254cc Avoid spamming the administrator when the daemon is stuck. 2018-02-18 22:33:23 +01:00
adaxi
308f2f0135 Remove old function 2018-02-18 22:08:59 +01:00
adaxi
9ee4b71651 Send an email when not able to get last block header 2018-02-18 22:08:01 +01:00
Learner
7ada474f67
Add return for uniform code (not a bug, comestics)
It's not a bug, just to be better look.
2018-02-04 14:05:35 +07:00
Snipa22
db36b8b848
Merge pull request #260 from mxjoe/patch-3
Fix longRunner error in local_comms.js
2018-01-19 15:51:19 -08:00
Snipa22
1361761d5b
Merge pull request #264 from azaryc2s/master
Fixed the timestamp calculation in seconds
2018-01-19 15:51:05 -08:00
Snipa22
4bed8682dd
Merge pull request #273 from CoinLogik/patch-2
Add coin_code to config variables that are returned from API
2018-01-19 15:50:51 -08:00
Snipa22
4283aeb1fd
Merge pull request #277 from bobbieltd/patch-1
TypeError: Cannot read property 'height' of undefined
2018-01-19 12:02:26 -08:00
Newbie
2cace14712
Fix NaN , credit to 1rV1N-git
https://github.com/Snipa22/nodejs-pool/issues/86
2018-01-19 21:46:39 +07:00
Newbie
0355c8fc3e
TypeError: Cannot read property 'height' of undefined
I think the Interval could be called too soon and there isn't activeBlockTemplate yet. If I'm not right, you can cancel this PR.
https://github.com/Snipa22/nodejs-pool/issues/269
https://github.com/Snipa22/nodejs-pool/issues/150
2018-01-19 21:43:34 +07:00
Ace
8133db6d85
Fixes: you specified keyIsUint32 on the Dbi
Fixes bug where height < 0 and causes error on line 43: `Error: You specified keyIsUint32 on the Dbi, so you can't use other key types with it.`
2018-01-18 17:05:32 -05:00
Ace
0003c5d00b
Add coin_code to config variables that are returned from API
Makes it easier for pool UI to change UI/text rather than hard-coding "XMR" etc into UI views. For example:

UI template like:

`Balance: {{ balance }} XMR`

Can become:

``Balance: {{ balance }} {{config.coin_code}}``
2018-01-17 17:38:57 -05:00
azaryc2s
38272271c8 Fixed the timestamp calculation in seconds 2018-01-10 14:12:18 +01:00
bluesbrothers2k
08084bff7f
Fix longRunner error in local_comms.js
This fix solves the longRunner throwing errors after updating to NVM 8.9.3. Should solve problems described in #217 and #230.
2018-01-09 15:46:22 +01:00
Snipa22
15272af1e0
Update xmr.js
NH wants higher diff.
2018-01-07 22:48:53 -08:00
Snipa22
dcf43bc573
Update local_comms.js 2017-12-27 21:46:10 -08:00
Alexander Blair
d349dd02ef Update to fix XMR.to support. 2017-12-13 15:14:18 -08:00
Snipa22
373de9b631
Merge pull request #205 from Snipa22/altcoins
Altcoins
2017-12-13 08:34:28 -08:00
Alexander Blair
2821fc477a Fix for the 300 msec template bug identified by Mayday30. Thanks for the catch! 2017-12-13 08:29:49 -08:00
Alexander Blair
6a083229b9 Update to fix duplicate job ID's being sent from the pool. If a duped job ID is sent, this should throw an error. 2017-12-13 08:24:27 -08:00
Snipa22
bfc6f201fc
Update local_comms.js 2017-11-27 11:23:43 -08:00
Snipa22
5d6cf0e81d
Merge pull request #149 from uaktags/aeon
Aeon
2017-11-16 22:54:16 -08:00
Alexander Blair
53029d9d5a Whoops, removing the socket listen. 2017-11-13 10:45:48 -08:00
Alexander Blair
204a83f7c1 Merge remote-tracking branch 'origin/master' 2017-11-13 10:45:29 -08:00
Alexander Blair
7d9bc7d606 RemoteShare update. 2017-11-13 10:45:24 -08:00
MineMoneroPRO
77786e73dc
Update local_comms.js 2017-11-10 00:47:26 +03:00
MineMoneroPRO
b48bd95c8b
Update local_comms.js
fix for #145
2017-11-10 00:18:47 +03:00
Tim Garrity
27683b418b Backport an update from parent repo
My push overwrote a recent update from the parent NodeJS-Pool repo. This puts it back.
2017-11-01 21:35:48 -04:00
Tim Garrity
f32b121d1c Aeon update
Check AEON-Notes.md
2017-11-01 21:31:45 -04:00
Alexander Blair
485e7726b6 Update with extra debugging information. 2017-11-01 10:38:24 -07:00
Alexander Blair
6e767e175e Stupid grammar. 2017-11-01 10:34:18 -07:00
Alexander Blair
1c84693b90 Replacing cleanShareDB. 2017-11-01 10:30:22 -07:00
Alexander Blair
7646fb11b4 Stupid callback. 2017-11-01 10:25:51 -07:00
Alexander Blair
382fc57add Update with small fixes for the comms system. 2017-11-01 10:25:06 -07:00
Alexander Blair
81d6207d71 Update with function for getOldestLockBlock 2017-11-01 10:18:28 -07:00
Alexander Blair
51b4a98026 Fix bad ref. 2017-11-01 09:28:44 -07:00
Alexander Blair
349be0bc3d Update with the new longRunner for testing. 2017-11-01 09:27:12 -07:00
Alexander Blair
ce1f81c7cb Fix for a bug
Knew I was going to forget something somewhere.  Fixes #134.  Thanks for the report!
2017-10-17 11:47:47 -07:00
Alexander Blair
41920c5e2a Adding todos to re-implement coin functions within the coins/coin.js file. 2017-10-16 09:47:36 -07:00
Alexander Blair
d99eee2571 Fixing another undef error. 2017-10-16 09:41:53 -07:00
Alexander Blair
cd61a82240 Update to keep the pool from repeatedly hammering the BT check. 2017-10-16 09:37:18 -07:00
Alexander Blair
ef7bfbac3f Update to keep the pool from repeatedly hammering the BT check. 2017-10-16 09:29:34 -07:00
Alexander Blair
2138e497a5 Fix for templateUpdate, the only place I use getBlockTemplate. 2017-10-16 09:20:19 -07:00
Alexander Blair
667bc5a029 Update with fixes to finish getting AEON working and to block things from blocking when I don't expect them to.
AEON has a block on the way it does chain saving, which can lock up many portions of the blockManager daemon.  This is now patched in blockmanager.
2017-10-13 12:01:19 -07:00
Alexander Blair
5d31708abf Applying fix for the body of the txn not containing a fee. 2017-10-13 08:36:37 -07:00
Alexander Blair
e0152b8c46 Update to AEON and the config_entries. 2017-10-12 12:11:07 -07:00
Alexander Blair
190ad9c530 Patching AEON's payment systems. 2017-10-12 11:56:01 -07:00
Alexander Blair
d8dee7fb1a Update with fix for loading paymentFiles because I'm lazy. 2017-10-11 15:51:07 -07:00