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
362 stars 608 forks source link

npm update - ERR! code 128 - Turtlecoin repository is missing #708

Open blackmennewstyle opened 1 year ago

blackmennewstyle commented 1 year ago

One of the submodule seems to have issues, it looks like the repository for turtlecoin has been removed :$

git clone https://github.com/dvandal/cryptonote-nodejs-pool.git
Cloning into 'cryptonote-nodejs-pool'...
remote: Enumerating objects: 7245, done.
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 7245 (delta 27), reused 40 (delta 19), pack-reused 7187
Receiving objects: 100% (7245/7245), 10.77 MiB | 7.93 MiB/s, done.
Resolving deltas: 100% (1730/1730), done.

Here comes the little problem:

npm update
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/node8-multi-hashing.git
npm ERR! git@github.com: Permission denied (publickey).
npm ERR! fatal: Could not read from remote repository.
npm ERR! 
npm ERR! Please make sure you have the correct access rights
npm ERR! and the repository exists.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ceedii/.npm/_logs/2022-10-14T12_43_47_221Z-debug-0.lo

github.com/turtlecoin/node8-multi-hashing.git does not seem to exist anymore :$

Cideg commented 1 year ago

just find the connection.

just use a different template.

git+https://github.com/jowy81/node8-multi-hashing or https://github.com/BlackPeter13/node8-multihashing or https://github.com/search?o=desc&q=node8-multi-hashing&s=&type=Code

https://github.com/Cideg/cryptonote-nodejs-pool/blob/patch-3/package.json

ck-kc commented 5 months ago

Having similar problem with turtlecoin-crypto.git . Any suggestions of alternative template?

npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/turtlecoin/turtlecoin-crypto.git npm ERR! git@github.com: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists.