Claude
909bff2dd9
rebrand(lethean): update branding, ports, and config for Lethean blockchain
...
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00
poolman
5984cb63cb
Allow eth_submitLogin without password
2019-05-12 15:45:33 +03:00
poolman
aa510ce285
Fix zano-util package name
2019-04-24 21:37:40 +03:00
poolman
9f0c0b2a91
Implement deploy script, delete redundant coins
2019-04-23 02:06:09 +03:00
poolman
867c55d4da
Work with difficulty as with bigint in string
2019-04-20 00:34:04 +03:00
poolman
2ab4755066
Fix beta test issues
2019-04-18 02:27:39 +03:00
poolman
9a8a1b3a4a
ProgPow implementation for Zano
2019-04-18 02:27:03 +03:00
Alexander Blair
0fcabef6d3
Small update for sendReply
2018-10-18 04:47:09 -07:00
Alexander Blair
3d6755e4fc
Update for the Oct 2018 XMR hardfork.
...
Upgrade Instructions: git pull && npm install --upgrade nan && rm -rfv node_modules/cryptonight-hashing && npm i git+https://github.com/MoneroOcean/node-cryptonight-hashing.git
Thanks to MoneroOcean for maintaining the CN Hashing lib!
2018-10-18 03:41:20 -07:00
Son Nguyen
faf926bc80
Prevent pool crash when password is null
2018-04-09 16:17:12 +07:00
Alexander Blair
71352605d3
Merge remote-tracking branch 'origin/master'
2018-04-05 13:58:15 -07:00
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
CamTheGeek
11edde24cd
AEON Variant changes
...
Coin file, payment file, coinConfig updates.
2018-03-26 15:07:52 -04: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