Pool now uses native Lethean/Zano block validation through zano-node-util instead of generic CryptoNight hashing. Ports updated to 5555/7777/8888, Redis auth enabled, difficulty tuned for testnet. Co-Authored-By: Charon <charon@lethean.io>
32 lines
866 B
JSON
32 lines
866 B
JSON
{
|
|
"name": "cryptonote-nodejs-pool",
|
|
"version": "1.4.0",
|
|
"license": "GPL-2.0",
|
|
"Original author": "Daniel Vandal",
|
|
"Maintained by": "Musclesonvacation",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/muscleman/cryptonote-nodejs-pool.git"
|
|
},
|
|
"dependencies": {
|
|
"async": "1",
|
|
"base58-native": "*",
|
|
"bignum": "*",
|
|
"cli-color": "*",
|
|
"cryptoforknote-util": "file:../zano-node-util",
|
|
"dateformat": "^4.5.1",
|
|
"mailgun.js": "*",
|
|
"node-telegram-bot-api": "*",
|
|
"nodemailer": "^6.4.11",
|
|
"nodemailer-sendmail-transport": "1.0.2",
|
|
"redis": "^3.1.2",
|
|
"socket.io": "^2.1.1",
|
|
"time-ago": "*",
|
|
"zeromq": "^5.2.0",
|
|
"rxjs": "^6.5.4",
|
|
"uint64be": "^3.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.11.3"
|
|
}
|
|
}
|