Commit graph

362 commits

Author SHA1 Message Date
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
1f0d392439 Start all pool services in deployment script 2019-05-08 15:42:41 +03:00
poolman
30e8deed76 Fix incorrect wallet port 2019-05-08 15:42:19 +03:00
poolman
1ec1707a83 Fix minor issues in deployment script 2019-05-08 03:05:08 +03:00
poolman
a936ef5551 Fix command for running deployment script in README.md 2019-05-08 03:03:44 +03:00
poolman
5b7562bac7 Add missing .bowerrc 2019-05-08 02:34:02 +03:00
poolman
3fc8c0516d Improve deployment script to make an installation less painful 2019-05-08 01:22:27 +03:00
poolman
0f20bd9c32 Fix Zano wallet port in config 2019-05-08 00:17:08 +03:00
poolman
11bcb3ddd6 Remove AEON-Notes.md 2019-05-08 00:16:52 +03:00
poolman
974a4c1e8f Improve deployment script to make an installation less painful 2019-05-07 22:15:22 +03:00
poolman
e7897f72f6 Add Zano Discord links 2019-05-07 22:15:08 +03:00
poolman
6d496dce71 Build embedded frontend in deployment script, not from another repository 2019-05-07 21:13:59 +03:00
poolman
e8d1b6a988 Partially rename Monero to Zano 2019-05-07 20:30:15 +03:00
poolman
f7c1b95c9f Remove deprecated Application Cache API 2019-05-07 19:41:57 +03:00
poolman
365febf1e4 Add https://github.com/mesh0000/poolui to the repository 2019-05-07 19:38:16 +03:00
poolman
aa510ce285 Fix zano-util package name 2019-04-24 21:37:40 +03:00
poolman
79f351abfa Fix bugs with Zano daemon and Caddy 2019-04-23 20:37:46 +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
Snipa22
4853b1b983
Merge pull request #388 from songnob/patch-1
Prevent pool crash when password is null
2018-04-09 06:30:47 -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
Snipa22
4beb59f2e5
Merge pull request #375 from camthegeek/aeon-variant
AEON Variant changes
2018-04-01 14:52:38 -07:00
CamTheGeek
11edde24cd AEON Variant changes
Coin file, payment file, coinConfig updates.
2018-03-26 15:07:52 -04:00
Alexander Blair
4ddd61c951 Update to tagged release for node-multi-hashing-aesni 2018-03-25 13:33:23 -07:00
Snipa22
3e28689807
Merge pull request #369 from sevendoorknobs/patch-2
Fix block_locker.js throwing keyIsUint32 error
2018-03-25 12:17:18 -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
Snipa22
c8d07c9913
Merge pull request #322 from keyhash/feature/send-email-on-rpc-error
Send an email when the worker cannot get the last block header
2018-02-25 10:19:05 -08: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
Snipa22
43ed5842d0
Merge pull request #292 from bobbieltd/patch-4
Add return for uniform code (not a bug, comestics)

-- Nice catch.
2018-02-06 01:04:56 -08:00
Snipa22
6de109d67a
Create block_unlocker.js 2018-02-04 12:06:08 -08: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
11b1aa0ba8
Merge pull request #279 from gardner/master
Cracking the code, deciphering the text, and fixing the typos
2018-01-20 12:57:29 -08:00
Gardner Bickford
ae6944c722
Cracking the code, deciphering the text, and fixing the typos 2018-01-21 09:55:41 +13: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
Snipa22
564a1597dd
Merge pull request #278 from bobbieltd/patch-2
Fix NaN , credit to 1rV1N-git
2018-01-19 12:02:07 -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
Snipa22
ffc6b3dfe6
Merge pull request #274 from CoinLogik/patch-3
Fixes: you specified keyIsUint32 on the Dbi
2018-01-18 15:15:10 -08:00