| ▲ | ProllyInfamous 3 hours ago |
| I partially heat my home by running the default Monero client on old Xeons (heat ejects near my desktoes). As I only mine when it's cold outside (otherwise using resistive heating), there is no actual net electricity cost. IMHO it's not "worth it" for an individual to buy equipment specifically to mine crypto... but if you already have an old machine AND you heat without a heatpump, it's a free hobby/heater. ---- To anybody else that is syncing a fresh monero blockchain copy (i.e. installing the official client), I recommend using the custom node flag ` --db-sync-mode safe ` — which is slower but corruption-avoiding — before node's initial bootup. Without safemode, any halt of the client will [most likely] corrupt the local blockchain (losing days of DL/verification). Also, if you use an SSD for storing any blockchain (as recommended by monero team... but not by me), know that its lifespan will be greatly reduced from the constant IO/access. Personally, I recommend safemode (see above) on a 7200RPM spinner (HDDs effectively don't wear during IO/access). ---- What are your thoughts on running xmrig vs. the default getmonero.org client? Would you in general agree that monero remains ASIC-resistant? |
|
| ▲ | nerdsniper an hour ago | parent | next [-] |
| A heat pump would arguably be more efficient for society (can provide 4x heat for 1x energy), but if you make enough money on the mined monero I guess it might be rational. Would be curious if the marginal savings from a heat pump would allow you to buy more monero than you mine with this energy. |
| |
| ▲ | ProllyInfamous an hour ago | parent [-] | | The only heatpumps in my house are airconditioner[†] and waterheater (mild winter climate doesn't justify replacing HVAC — but if/when it dies, I'll put in a modern minisplit) [ƒ]. [†] It's an older model, without reversing valve (circa early-2000s). [ƒ] ...and refrigerator (thanks /u/twic) ---- >if the marginal savings from a heat pump would allow you to buy more monero than you mine with this energy. In a colder climate, DEFINITELY (to a point: see /u/nerdsniper's great point, below). ---- I replaced a 300W "toe heater" with this rig; by directing heat to only wear its needed (i.e. muh'toes), I can heat the entire house less (whether resistive or heatpump). | | |
| ▲ | nerdsniper an hour ago | parent | next [-] | | > In a colder climate, DEFINITELY. Actually, I suspect heating-by-monero-mining is more likely to economically beat heat pumps only in the very coldest climates. Heat pump efficiency goes down when the temperature delta between inside and outside is very large. Below 0F or so, it's quite difficult to find heat pumps that will work sufficiently well, and generally they transition to resistive heating. Caveat: I'm only talking about marginal advantage, ignoring the capital costs of the Xeon servers or the heat pump itself. | | |
| ▲ | ProllyInfamous 40 minutes ago | parent [-] | | For hobbyists such as myself, the capital cost of already-owned (and obsolete) Xeons are infinitely less than replacing an otherwise-functional (albeit cooling-only) AC in a sub-tropical rainforest climate (like mine), which only has a few weeks of annual frost (snow "sticks" once every decade). As far as placement of the machine: underneath your computer desk is ideal, as this directed heating allows you to keep the house's thermostat a few degrees cooler. ---- If anybody were to ask me "what would you BUY to mine monero@home," I would definitely tell them to [instead] buy a heatpump-heater, -watertank, -&c (presuming they don't have each, already). |
| |
| ▲ | twic an hour ago | parent | prev [-] | | You don't have a refrigerator or freezer? |
|
|
|
| ▲ | hyc_symas 2 hours ago | parent | prev [-] |
| Just use a Linux laptop with a working battery so you never have to worry about power outages or other system crashes. In that case, you don't need safe sync mode, and you don't have to kill your SSD. |
| |
| ▲ | ProllyInfamous 2 hours ago | parent [-] | | Working battery ≠= avoiding system crashes | my local node has a UPS, and still Monero's client is dicey (Mac & Linux distros). Particularly on its initial sync, Monero's daemon is flakeyAF. If you (e.g.) don't allow `sync in background` (why is this not the default behavior?!), the official Monero client is notorious for locking up on wakeup. Once you kill the process, your local blockchain is [most likely] unusable. Another reason to use safe-sync is (e.g.) if your system (Linux or whatnot) decides to update/restart during the several days it takes to sync-initially. ---- Just out of curiosity, why do you abuse an SSD so (safe-mode, or not)? For SSD-diehards, I'd recomment getting a very large size because this'll last longer, presuming the drive self-levels. | | |
| ▲ | hyc_symas 2 hours ago | parent [-] | | > Once you kill the process, your local blockchain is [most likely] unusable. Totally false. LMDB is perfectly crash-proof in that scenario and killing the process never damages the DB. The only thing that's not guaranteed is turning off syncs, in the face of an OS crash/power outage. If you don't sync, you're not abusing the SSD. If you run on Windows, the OS is too unstable to use without safe sync mode though. | | |
| ▲ | ProllyInfamous an hour ago | parent [-] | | >Totally false. This is a well-documented failstate. Usually results in "unable to connect to 127.0.0.1:18081" errorlog, which is most-commonly due to a corrupt database/blockchain (from hardstop/kill). In order of crashout likelihood: Windows >> MacOS > Linux >If you don't sync, you're not abusing the SSD. If you don't sync then you're not (cannot be) a fullnode / network verifyer / ringsigner. ---- >LMDB is perfectly crash-proof It is my understanding that once your initial-sync has completed, the default monero node behavior is to then automatically enter the --safe flag (I described above). This may be old behavior... I go way back (years beyond a decade). My only modern use in xmrworld is as a personal foot-heating ATM. |
|
|
|