1

We are using NgRok to tunnel TCP/UDP connection from the internets to the localhost.

However, as you know, stratum has it's own protocol, and subsequently, the url looks something like that:

stratum://0.tcp.ngrok.io:3333

NiceHash, our hashes provider, does not recognise it, and thus is unable to connect.

Some background: We are developing a mining pool and would like to test it locally, before deploying to staging / prod.

Oleg Belousov
  • 9,981
  • 14
  • 72
  • 127

1 Answers1

1

Please take a look at https://github.com/mmatczuk/go-http-tunnel you can host server on GCP and have any dns name you want.

mmatczuk
  • 539
  • 4
  • 9