My R815's are on LTHN and will remain so except for specific speculative chances. I've got enough XTL horded away if that ever pops so I'm not too keen on mining that ATM.
I can't wait for the temps to drop. Shutting down most days for 4 hours due to electrical cost spikes sucks. Come on end of September!
My four R815 have been powered off for almost a month now because they are unprofitable. Even if the temps drop to 79 degrees (like they did earlier this month when the rain came) they would still be unprofitable.
This mining profitability chart is for the 4x R815's mining Monero at 79 degrees:
https://www.cryptocompare.com/mining/calculator/xmr?HashingPower=7465&HashingUnit=H%2Fs&PowerConsumption=2784&CostPerkWh=0.071&MiningPoolFee=0.3Power usage per month of $142.32 and a loss of $14.19 on top of that.
I am only running 5x Vega 56's at the moment and they are profitable (180% profit of power usage) even at this $90 Monero price.
If come winter the Monero price isn't at or above $120 I probably will keep the R815's powered down. And if by next June the crypto prices are still at these distressed levels I will sell the R815's.
WEBChain will still make you money on the R815s.
Should make $195 / Month with your stats.
Also it has been much higher at times over the last week or so... I started mining it on the 14th and slowly turned all my R815s over to it.
https://bitcointalksearch.org/topic/annmintmemintmecom-coincpu-miningdapps-via-websitesno-icoasic-3649170Can you give more details on WEBChain and your configuration for mining it?
My R815's are running Ubuntu 16.04.
Did you compile WEBChain source code?
https://github.com/webchain-network/webchain-minerAny help in getting WEBChain running on my R815's is appreciated. Detailed instructions will help since resources on the web seem lacking.
https://bitcointalksearch.org/topic/annmintmemintmecom-coincpu-miningdapps-via-websitesno-icoasic-3649170In this BEAR market I only hold mined coins for a short time then exchange them to BTC then sell BTC for USD. I have to pay for my electricity bill which has reached $843 two months ago and $468 this last month even though I shut down all my miners except the Vega 56's.
So is there an Exchange that does WEB to BTC pair trading?
WEBChain will still make you money on the R815s.
Should make $195 / Month with your stats.
Is there a WEBChain mining profitability calculator somewhere?
Thanks
Yes I used their webchain-miner on my UBUNTU machines:
Clone with "git clone
https://github.com/webchain-network/webchain-miner.git"
Then build it like XMRIG:
https://github.com/xmrig/xmrig/wiki/Ubuntu-BuildJust change the directory to webchain-miner
----------
Stocks.Exchange has WEB/BTC listed, yes.
https://app.stocks.exchange/en/basic-trade/pair/BTC/WEB/1D----------
For profit calc I pop my hash-rate into this calc on this pool front page:
http://webchain.thetapool.com/So 2100 H/S today is 954 WEB per day which is $2.06 / Day as of this moment.
I actually mine on the LOUD Mining pool:
https://webcn.loudmining.com/#/----------
Here is my example config.json file for the webchain-miner in UBUNTU on my R815:
{
"algo": "cryptonight-webchain",
"api": {
"port": 0,
"access-token": null,
"worker-id": "Worker122",
"ipv6": false,
"restricted": true
},
"av": 0,
"background": false,
"colors": true,
"cpu-affinity": null,
"cpu-priority": null,
"donate-level": 5,
"huge-pages": true,
"hw-aes": null,
"log-file": null,
"max-cpu-usage": null,
"pools": [
{
"url": "webcn.loudmining.com:3333",
"user": "
YourWebChainAddress",
"pass": "Worker122",
"worker-id": "Worker122",
"nicehash": false,
"keepalive": false,
"variant": 1
}
],
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"threads": 56,
"user-agent": null,
"watch": false
}