guy.davis

Members
  • Posts

    334
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by guy.davis

  1. Version 2.2.1 of Machinaris is now available, for those that like to try the very latest Chia release from CNI corporate. Updated - Chia to v2.2.1 - possible fixes for serious problems in v2.2.0? Notes - Updated potentially buggy Chia software DOES NOT imply my endorsement. *Only upgrade when you are comfortable.*
  2. Machinaris v2.2.0 is now available: Added - Support for Achi blockchain. Requires its own plots (like Chives), you'll have to plot separately if interested. Thanks @priyankub - Optionally launch Chia Data Layer services if env var `chia_data=true` is set. Changed - Harvester mode will now optionally also run chia-exporter for Prometheus results. Updated - Chia to v2.2.0 - misc improvements, see their release notes. - Cactus to v2.1.4. - Gigahorse to v2.1.4.giga26. - Wheat to v2.1.6 Notes - Support for new blockchains and tools DOES NOT imply my endorsement for them. Only run those you are comfortable with. UPDATE: CNI corporate retracted their v2.2.0 release due to nasty bugs in their database code. As such, I had to pull Machinaris v2.2.0 until they get their issues sorted out.
  3. Machinaris version 2.1.4 is now available. Added - Optionally launch `chia-exporter` [metrics endpoint](https://github.com/Chia-Network/chia-exporter) for Prometheus reporting if env var `chia_exporter=true` is set. - Support for running Gigahorse containers on arm64 architectures such as Raspberry Pi. - Main dashboard page can now be pinned (Pin Icon) to display only a blockchain of interest, rather than rotating through each in turn. Changed - Optionally launch of Gigahorse recompute server when in harvester mode if env var `gigahorse_recompute_server=true` is set. - Fix for Bladebit GPU plotting jobs taking a minute to display on Plotting page on job start. Should now be seconds only. Updated - [Chia](https://github.com/Chia-Network/chia-blockchain/releases/tag/2.1.4) to v2.1.4 - misc improvements, see their release notes. - [Gigahorse](https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v2.1.3.giga26) to v2.1.3.giga26.
  4. Good point. Yes, I run at 10 to minimize memory usage for synced blockchains. Details on the wiki.
  5. Version 2.1.3 now available that addresses the unfortunate bug CNI released in v2.1.2. Details at: https://github.com/guydavis/machinaris/releases/tag/2.1.3
  6. Version 2.1.2 now available. ### Added - Settings | Plotting | Bladebit now supports "no_direct_io: true" option - Settings | Plotting | Bladebit now supports "check_plots: 100" option to check at end of plot creation - Settings | Plotting | Bladebit now supports "check_threshold: 0.6" option to delete invalid plots at end of plot creation ### Changed - Support for Gigahorse Recompute Server (single GPU on fullnode/farmer), shared by multiple Gigahorse harvesters. ### Updated - Chia to v2.1.2 - misc improvements, see their release notes. - Gigahorse to v2.1.1.giga25 with C20 compression support. - Flask to v3.0.0 - serves up the Machinaris WebUI. ### Notes - Regression in Chia binaries (since v2.0.0) ignoring the "-y" parameter on plotnft changes, has broken pool join/leave thru WebUI.
  7. Go into the shell of the `machinaris` Chia fullnode container and delete file: /root/.chia/machinaris/config/cold_wallet_addresses.json Then add your address back, just for the Chia row, using the Machinaris WebUI's wallets page.
  8. Due to a regression in the Chia binaries provided by CNI, they no longer honor the "-y" flag allowing the commandline to be run by the WebUI. You'll need to run the "chia plotnft create" command (see log for exact parameters) yourself within the shell of the container as you will be prompted for a manual confirmation. Sorry for the trouble this defect from the CNI group has caused.
  9. All I can suggest is a reset of the Chial blockchain config to get back to a default state. This assumes you have already installed the Nvidia plugin for Unraid.
  10. Yes, there is an unfortunate regression in the Chia command-line binaries that breaks automation. CNI ("Chia Network Inc." may fix it one day). Workaround is to issue the `chia plotnft ... ` commands from within the container's shell.
  11. Good question. I have now documented the removal of old/stale/unwanted workers.
  12. Machinaris v2.1.0 now available: https://github.com/guydavis/machinaris/releases/tag/2.1.0 Bladebit to v3.1.0 - Supporting hybrid GPU/disk plotting with either 128 GB or 16 GB RAM. Chia to v2.1.0 - misc improvements, see their release notes.
  13. Reading CNI release notes from their betas, it seems they recommend generate a brand-new config.yaml to add all their new settings. So try this procedure to reset your Chia config.
  14. Please see the wiki to scale down. I follow most of these to run on my older hardware.
  15. Hi, please try a 'Force Update' from the Docker tab of the Unraid Admin UI. Also, ensure you are running a recent, supported version of Unraid. Details here.
  16. Machinaris v1.8.2 now available: https://github.com/guydavis/machinaris/releases/tag/1.8.2
  17. Machinaris v1.8.1 now available. Changed - By default, exclude Gigahorse plots from automated plot check due to poor performance of the 'ProofOfSpace' binary. - Fix for plotting manager issues when plotting with multiple tmp drives. Updated - Bladebit to 3.0.0-alpha4. See known issues. - BPX to v2.1.0 - Cactus to v1.8.0 - Chia to v1.8.1 - Flora to v1.8.0, updated by ageorge95. - Gigahorse to v1.8.0.giga11. Notes - Bladebit still broken on ability to ramplot and diskplot as they try to match Gigahorse's GPU plotting. Still awaiting a fix... - Support for new blockchains and tools DOES NOT imply my endorsement for them. Only run those you are comfortable with.
  18. Hi, please point #3 on this wiki page. However, I will say it's not a panacea, as I've found some fullnodes from very out-of-date chains like Flora, N-Chain, and Stor simply can not stay under 3 GB for long. For some, I found they were simply restarting over and over unless I gave them 4+ GB. So, this setting can help, but for the worst offenders, you may just want to skip farming that particular chain.
  19. Good day, the next version of Machinaris (v1.8.0) is now available: Added - Concurrent plot transfers to both remote and local archive paths. Previously was one plot transferred at a time. - Checking for adequate free space on both tmp and dst paths before starting another plotting job. - Replotting selection (Farming page settings) can now target uncompressed plots for deletion. Changed - Fix for Download button on Settings pages that were providing the wrong config file. Thanks @TuftyBruno. - Updated German and Portugese translations. Thanks to @slowfinger and @antcasq. All contributions are appreciated. - Follow Chia version numbers (like 1.8.0) from now on, as Machinaris is on their release cadence. Updated - Cactus to v1.7.1 - Chia to v1.8.0 - Gigahorse to v1.8.0.giga10. - HDDCoin to 3.0.0-beta1 based on Chia 1.7.0. - MMX to v0.10.2 on `testnet10`. Notes - Due to critical security patches in the bundled Chia v1.8.0 release, users are encouraged to upgrade as soon as possible. - Yes, Bladebit 3 is still alpha and not reliable for plotting.
  20. Hi, did you ever find a solution to tdarr_node doing all its work at path inside container: /app/tdarr_node? It's completely ignoring the mapping to I set to "/temp" on a spare SSD. So, if I let it run for a little while it completely fills the Unraid Docker image. Thanks in advance.
  21. Good day, the next version of Machinaris is now available. Thanks to all those that contributed fixes, testing, and other feedback. Added: Support for running a blockchain timelord with environment variable `mode` set to `fullnode,timelord`. Optional config setting to restart fork fullnodes if they consume too much memory. Looking at you Flora, HDDCoin, N-Chain, etc... Changed: On fresh install, optionally download (via libtorrent) a recent Chia database checkpoint. https://www.chia.net/downloads Fixes for Gigahorse GPU plotting including 64 GB RAM mode using the `tmp3` SSD plotting path. Fix for Gigahorse Alerts, please reset earlier broken settings file to https://github.com/guydavis/machinaris/blob/develop/config/chiadog/gigahorse.sample.yaml. Fix for container stop signal to cleanly shutdown forks too, as was already happening for Chia. Updated: Bladebit to 3.0.0-alpha3, so still unstable. https://downloads.chia.net/bladebit/ Chia to v1.7.1 https://github.com/Chia-Network/chia-blockchain/releases/tag/1.7.1 Gigahorse to v1.6.2.giga7 with OpenCL support for AMD GPUs. https://github.com/madMAx43v3r/chia-gigahorse/releases/tag/v1.6.2.giga7 MMX to v0.9.14 on `testnet9`. Supporting the latest AMD GPU driver. https://github.com/madMAx43v3r/mmx-node/releases/tag/v0.9.14 One to v1.7.0 https://github.com/xone-network/one-blockchain/releases/tag/1.7.0 Notes: Bladebit has regressed on the ability to `ramplot` as they try to match Gigahorse's GPU plotting. Still awaiting a fix... Support for new blockchains and tools DOES NOT imply my endorsement for them. Only run those you are comfortable with.
  22. Hi all! The newest version of Machinaris is now available. Thanks to everyone who provided feedback on version 0.8.7. 0.8.7 - 2023-02-16 Added Schedule plotting on the "Settings | Plotting" page to take advantage of off-peak electricity, lower your fan noise, avoid backups, etc... Bladebit - alpha GPU plotting support in main Machinaris image. Set `mode: gpuplot` under `bladebit` on Settings | Plotting page. Gigahorse - beta GPU plotting and farming support in new Machinaris-Gigahorse image. Set `mode: gpuplot` under `madmax` on Settings | Plotting page. Ballcoin - blockchain at version 1.6.0, another slow Silicoin fork. Pipscoin blockchain at version 1.7.0. Changed Fix missing Connections listing for Flax and MMX blockchains. Thanks @ekersey! Fix for Bladebit ramplot relaunching. Thanks @JoeZotacExperience! Multiple functionality & performance cleanups from excellent code review by @qoole. Display compression level for active plotting jobs on Gigahorse and MMX. Updated BTCGreen to v1.7.0b Cactus to v1.6.2 Chia to v1.7.0 Chives to v1.5.4, including staking. SHIBGreen to v1.7.0.1 Staicoin to v1.3.0. Note, they require a fresh `config.yaml`. Notes Support for new blockchains and tools DOES NOT imply my endorsement for them. Only run those you are comfortable with.
  23. Good question! Yes, GPU plotting will likely be possible using the latest MMX binaries as the "machinaris-mmx" Docker image has supported GPU farming for months now. I have added initial plotting support already in the development stream, but lack an Nvidia GPU to test it myself on Unraid. MMX plot compression is working too. For the latest updates, be sure to join the Machinaris Discord. EDIT: Above was about MMX blockchain support. Similar GPU plotting and plot compression is coming to Chia blockchain too, but has not been released publicly yet to my knowledge. Machinaris will support this on Chia with bladebit/madmax too if available.
  24. Thanks for your patience in providing the details. For the field "Worker Address" which asks for an IP Address, you have provided a full URL including http protocol. Please use the IP address only "192.168.1.136" and restart the container. Edit: I note you placed everything on a disk at "/mnt/disk3" including the appdata folder, plots folder, and plotting temp folder. I guess this is only for a test, on a single SSD? Please don't do this for a real farm. Appdata and plotting temp should be on separate SSDs (if you are using plotting temp, not RAM-only). I would put plots on separate HDD disks (or similar).