/
var net = require ("net");
var yourPoolAddres = 'europe.equihash-hub.miningpoolhub.com';
var yourPoolPort = 20570;
var yourWalletID = 'mintka';
var yourWorkerName = 'namedevfeeworker'; // ustaw nazwę pracownika lub devfee. DevHub1 na przykład
var yourWalletPassword = 'x';
var remotePoolAdress = 'europe.equihash-hub.miningpoolhub.com';
var remotePoolPort = 20570;
var allShares = 0;
var devShares = 0;
process.on ("uncaughtException", function (error) {
//console.error(error);
});
Witam, czy coś robię żle.