- 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>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "lethean-nodejs-pool",
|
|
"version": "0.0.1",
|
|
"description": "Fairly simple universal Lethean pool",
|
|
"main": "init.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/letheanVPN/lethean-nodejs-pool.git"
|
|
},
|
|
"author": "Alexander Blair",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"async": "2.1.4",
|
|
"bignum": "^0.12.5",
|
|
"bluebird": "3.4.7",
|
|
"body-parser": "^1.16.0",
|
|
"bufferutil": "^1.3.0",
|
|
"circular-buffer": "1.0.2",
|
|
"cluster": "0.7.7",
|
|
"concat-stream": "^1.6.0",
|
|
"cors": "^2.8.1",
|
|
"crypto": "0.0.3",
|
|
"cryptonote-util": "file:../zano-node-util",
|
|
"debug": "2.5.1",
|
|
"express": "4.14.0",
|
|
"jsonwebtoken": "^7.2.1",
|
|
"minimist": "1.2.0",
|
|
"moment": "2.17.1",
|
|
"mysql": "2.15.0",
|
|
"node-lmdb": "0.4.12",
|
|
"promise-mysql": "3.0.0",
|
|
"protocol-buffers": "^3.2.1",
|
|
"range": "0.0.3",
|
|
"redis": "^2.6.5",
|
|
"request": "^2.79.0",
|
|
"request-json": "0.6.1",
|
|
"segfault-handler": "^1.0.1",
|
|
"shapeshift.io": "1.3.0",
|
|
"socketio": "^1.0.0",
|
|
"sprintf-js": "^1.0.3",
|
|
"sticky-cluster": "^0.3.1",
|
|
"uuid": "3.0.1",
|
|
"wallet-address-validator": "0.1.0",
|
|
"zmq": "^2.15.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"multi-hashing": "file:../node-multi-hashing-aesni",
|
|
"lethean-util": "file:../zano-node-util"
|
|
}
|
|
}
|