Juan Cazala
Juan Cazala
have you tried this? https://github.com/cazala/coin-hive#troubleshooting
have you tried https://github.com/cazala/coin-hive#an-error-occured-failed-to-launch-chrome ?
the miner exposes a `found` event but I think the result is not passed via the event params..
have you tried this? https://github.com/cazala/coin-hive#troubleshooting
specially this: ``` const miner = await CoinHive('site-key', { launch: { executablePath: '/usr/bin/chromium-browser', args: ['--disable-setuid-sandbox', '--no-sandbox'] } }); ```
@felixgalindo so is the issue solved?
if you could share the workaround so I include it in the troubleshooting/faqs section it would be very helpful (:
I noticed something really bad in the code :P any kind of error at the connection level was sending a CoinHive error to all the miners. This makes them stop...
are you running the proxy using the CLI or PM2? can I see your proxy.js file or the command line you are using?
of course you should strip off the credential or path to keys if you are using any.