You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday I came across the other repo which is basically a proxy to be used on the miner to use a pool of my choice and overcome the 30% cut from coin-hive.
Now, what I understand is that I need to install and setup the proxy on a VPS and then I should direct my miner to that proxy and the proxy should direct the results to the pool..
I did setup the proxy over a VPS, checked that it was working and everything but then I didn't know how to port my miner to the proxy? the instructions are very unclear to me, a newbie, what do I need to change and where to change it? I looked for the vars in the instructions in my fork of the other repo "coin-hive" to change it to the proxy server but I couldn't find it.
I feel something is missing, please elaborate more.
PS: are you working on anything for crypto-loot.com?
The text was updated successfully, but these errors were encountered:
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<script>
// Configure CoinHive to point to your proxy
// This is where the url defined in your VPS goes, e.g.: ws://myproxyurl.com
CoinHive.CONFIG.WEBSOCKET_SHARDS = [["ws://localhost:8892"]];
// Start miner
var miner = CoinHive.User('your-monero-address', 'my-worker');
miner.start();
</script>
Hello,
Yesterday I came across the other repo which is basically a proxy to be used on the miner to use a pool of my choice and overcome the 30% cut from coin-hive.
Now, what I understand is that I need to install and setup the proxy on a VPS and then I should direct my miner to that proxy and the proxy should direct the results to the pool..
I did setup the proxy over a VPS, checked that it was working and everything but then I didn't know how to port my miner to the proxy? the instructions are very unclear to me, a newbie, what do I need to change and where to change it? I looked for the vars in the instructions in my fork of the other repo "coin-hive" to change it to the proxy server but I couldn't find it.
I feel something is missing, please elaborate more.
PS: are you working on anything for crypto-loot.com?
The text was updated successfully, but these errors were encountered: