dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
361 stars 607 forks source link

TurtleCoin Argon2/Chukwa2 #663

Open masterprogrammer513 opened 3 years ago

masterprogrammer513 commented 3 years ago

Hello, Turtle coin algorithm is old one, They changed turtlecoin-multi-hashing to new to turtlecoin-crypto https://www.npmjs.com/package/turtlecoin-multi-hashing
They changed wallet and daemon port also Could you please fix the issue, I did my best but no success

masterprogrammer513 commented 3 years ago

this is my deamon config file { "data-dir": "/home/pool/daemons/mycoins/trtl/.TurtleCoin", "load-checkpoints": "default", "log-file": "/home/pool/daemons/mycoins/trtl/TurtleCoind.log", "log-level": 2, "no-console": true, "db-enable-level-db": true, "db-enable-compression": true, "db-max-open-files": 125, "db-read-buffer-size": 128, "db-threads": 8, "db-write-buffer-size": 256, "db-max-file-size": 140731938986760, "allow-local-ip": false, "hide-my-port": false, "p2p-bind-ip": "0.0.0.0", "p2p-bind-port": 11897, "p2p-external-port": 0, "p2p-reset-peerstate": false, "rpc-bind-ip": "0.0.0.0", "rpc-bind-port": 11898, "add-exclusive-node": [], "add-peer": [], "add-priority-node": [], "seed-node": [], "enable-cors": "*", "enable-blockexplorer": false, "fee-address": "", "fee-amount": 0, "transaction-validation-threads": 16 }

masterprogrammer513 commented 3 years ago

https://meta.turtlecoin.dev/proposals/daemon-api/ The api methis is changed to restful api with new command

maletazul commented 2 years ago

@masterprogrammer513 did you find anyway to mine turtle v.1.x?