You could use t-rex with a mining pool like nanopool. However the payout minimum from nanopool is 0.1 eth and both t-rex and nanopool take a small cut (but probbaly equivalent to nicehash's cut). I got the impression the withdrawl fee from nicehash to coinbase was going to be small enough to be mostly negligible ($0.25) but I didn't fully read the notice.
Yeah..... I want as low payout minimum as possible. It's been over 2 months since I last hit payout minimum, it's going to be very close to get a payout before their fees kick in due to the lack of sun in winter months. If it's going to be largely similar to other mining methods. I'll continue to use them because I've already got everything set-up.
Out of curiosity, how did you determine when you are generating excess solar? I tried to use my inverter's control panel but found it kept timing out on me. The smart meter would be ideal (already gives me export figures) but my research implied that smart meters dont really have an open API. I'm very much an amateur coder so advanced code is a bit beyond me.
I have an old Pi running EmonCMS: https://openenergymonitor.org/ Using these CT clamps and voltage sensor: https://lechacal.com/wiki/index.php/Raspberrypi_Current_and_Temperature_Sensor_Adaptor Calibrated the CT clamp reading against my smart meter. EmonCMS have multiple ways of sharing its data. I use the Home Assistant EmonCMS integration for an automation to turn on my PC via WoL when there's excess solar and computer is off. Once computer is on, I have a little helper program to listen for MQTT messages from EmonCMS and start/stop and set GPU power limit accordingly. (127 to 140w, it's most efficient at 127, hashrate drops off a cliff any lower. 140w because power is free and it would give some headroom for video encoding or other work I put on the GPU. Not too high so summer months won't stress the GPU) This is the badly written helper program: https://github.com/wyx087/solar-mqtt It started its life on a Pi logging solar production when I had OWL Intuition monitor many many years ago (solar_mqtt.c). You'd be interested in the pc.c file, starting around line 313, which was initially written for start/stop BOINC before I got on the Crypto mining train in 2018. Although smart meter have the export power data, they don't give us those data. You need a CAD (Consumer Access Device) to get energy data (not power). My Bulb smart meter home display count as a CAD and I use a Samsung SmartThings service to grab the data and feed into Home Assistant. But that's only updated every ~ half hour over the internet. Whereas the CT clamp sensors I use updates every 30s and doesn't rely on internet cloud services.
Yeah, blame the clouds. Some days zero mining gets done because there just isn't any sunshine. Over last 7 days, only mined a grand total of 1 hour and a bit.
I've just accepted that the cost of electric is covered by the mining and if its sunny then my cost to mine is 0. At the moment its also my office heating which means I don't hit the gas central heating as much so don't feel guilty about running on cloudy days.
T-rex has a 1% dev fee and while Nanopool will allow you to set your payout to 0.05 ETH, you'd see some of that gobbled up by high fees (150 gwei) on anything below 0.6 according to their most recent tweet. I recently took a 0.21 ETH payout and their fees cost me a tenner.