janfiedler / mineiota

IOTA Faucet - Get IOTA through mining Monero and PIVX staking pool
52 stars 25 forks source link

XMR-Node-Proxy Connection #99

Open S1rChr0m3 opened 5 years ago

S1rChr0m3 commented 5 years ago

First of all, i love your Project.

Now i want to ask, how i can connect my xmr-node-proxy to your mineiota-site. Background is, i want to change all of my miners at once to another pool. For example i want them to mine 12h for my ohn XMR-Account and then i want to change the whole miners to mineiota. i tried to enter the credentials, but i get only error messages. Maybe anyone here with more knowledge about this can help with some sort of tutorial to enter mineiota to my own xmr-node-proxy.

thanks in advance

Ronny Burow

PS: please excuse my bad english, but it it not my home language.

janfiedler commented 5 years ago

Hi, thank you for your support. It is ok, English is also not my native language.

What type of error you get? I dont know if is supported pass hashes from xmr-node-proxy to xmr-node-proxy, but I think it can work.

"pools": [
    {
      "hostname": "xmrproxy.mineiota.com",
      "port": 8100,
      "ssl": false,
      "allowSelfSignedSSL": false,
      "share": 100,
      "username": "YOUR IOTA ADDRESS",
      "password": "YOUR UNIQUE MINER NAME",
      "keepAlive": true,
      "algo": [ "cn/r"],
      "blob_type": "cryptonote",
      "default": true
    }
  ],

And you can set "share":50 so it will mine half of shares with another your pool so it is 12 hours and 12 hours per day.

Or you can turn it on and off with set share 0.

Let me know if this solved your issue.