This document aims to compile the knowledge I acquired while optimizing my GPU's power efficiency for farming compressed plots in Chia.
Here is my setup:
- Ubuntu
- AMD Ryzen 9 5950X (AM4, 3.40GHz, 16-Core)
- 1x RTX 3070
- 128 GB RAM
- 692 raw TiB
| import os | |
| import json | |
| import time | |
| import sys | |
| def parse_from_json_file(filename): | |
| with open(filename, "r") as f: | |
| data = json.load(f) | |
| return data["mempool_items"] |
| /* | |
| cs.Logger | |
| Class to use when we want to do some logging into DentaGest | |
| This class is a singleton | |
| ---------------------------------------------------- | |
| Created by: gabriel inzirillo (23.09.21, 20:44:26) | |
| ---------------------------------------------------- | |
| */ |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // VP_customMethod ( $params ) | |
| // | |
| // $params : (object) The params objet must contain the "case" attribute that will allow you to execute the needed code | |
| // You also need a "name" attribute to set the name of the view pro area | |
| // Depending the case you can add your custom attributes | |
| // | |
| // The purpose of this method is to execute some special method that are not yet available in 4D v18 | |
| If (False) | |
| // ---------------------------------------------------- |
The following debugging information was generated by Atom Beautify on Mon Jun 26 2017 15:49:05 GMT+0200 (CEST).