cazala/coin-hive-stratum

How to login to supportxmr?

CBox opened this issue · 4 comments

CBox commented

Hey,

I'm not sure what details I need to pass to supportxmr, I've try this config:

const proxy = new Proxy({
  host: "pool.supportxmr.com",
  port: 5555,
  user: "wallet_id",
  pass: "worker_name:email_address",
  address: "wallet_id"
});

Not working I've check it on supportxmr and nothing :/

Thanks!

You can download xmrig xmr-stak to your PC. Mining some shares gives you access to your supportxmr account.
Config
User : “yourwalletaddress”
Pass : “workerID:youremail”
Login info :
ID : yourwalletaddress
Pass : youremail.

try

const proxy = new Proxy({
  host: "pool.supportxmr.com",
  port: 5555
});

and when using the miner do:

var miner = new CoinHive.User("address", "worker:email");

You will need to submit at least 1 accepted share

I am a novice,so,
I want to know 'var miner = new CoinHive.User("address", "worker:email")',
What means ‘worker’?

@kevin-xk worker is just a name to track hashrate. You can put worker whatever name you want.