All Projects → uraymeiviar → chiagen

uraymeiviar / chiagen

Licence: other
standalone chia generator

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
assembly
5116 projects
objective c
16641 projects - #2 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chiagen

noncerpro-nimiq-cuda
Nimiq CUDA miner
Stars: ✭ 23 (+76.92%)
Mutual labels:  mining
rotation master
Provide conversion between the major representations of 3D rotation and visualize the orientation of a rigid body
Stars: ✭ 157 (+1107.69%)
Mutual labels:  imgui
826-x-ip-camera
For the examination of an mipc connected camera
Stars: ✭ 49 (+276.92%)
Mutual labels:  mining
RavenCoin-Wallet-With-Miners
RavenCoin Wallet including CPU and GPU miners! programs are directly from Ravencoin and official miner sources
Stars: ✭ 75 (+476.92%)
Mutual labels:  mining
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+2576.92%)
Mutual labels:  imgui
bgfx-python
Python 3.7+ wrapper for the BGFX library. 🐍
Stars: ✭ 99 (+661.54%)
Mutual labels:  imgui
twitter mining
Twitter Mining in Java
Stars: ✭ 25 (+92.31%)
Mutual labels:  mining
monero-stratum-docker
No description or website provided.
Stars: ✭ 42 (+223.08%)
Mutual labels:  mining
nes-rust
NES emulator in Rust with GUI
Stars: ✭ 78 (+500%)
Mutual labels:  imgui
chiapos
Chia Proof of Space library
Stars: ✭ 265 (+1938.46%)
Mutual labels:  chia
ruby-imgui
Yet another ImGui wrapper for Ruby
Stars: ✭ 42 (+223.08%)
Mutual labels:  imgui
rbfx
Game engine with (optional) C# support and WYSIWYG editor.
Stars: ✭ 511 (+3830.77%)
Mutual labels:  imgui
lldbg
A lightweight native GUI for LLDB.
Stars: ✭ 83 (+538.46%)
Mutual labels:  imgui
chia-client
TypeScript client for Chia RPC interfaces.
Stars: ✭ 84 (+546.15%)
Mutual labels:  chia
vad-plotter
Plotter for NEXRAD VWP retrievals.
Stars: ✭ 18 (+38.46%)
Mutual labels:  plotter
chia-rosechain
chiarose(XCR) based on chia(XCH) source code fork, open source public chain
Stars: ✭ 378 (+2807.69%)
Mutual labels:  chia
GMinerRelease
Ethash, ProgPoW, Equihash, CuckooCycle GPU Miner
Stars: ✭ 1,789 (+13661.54%)
Mutual labels:  mining
bstratum
Stratum server for bcoin
Stars: ✭ 23 (+76.92%)
Mutual labels:  mining
imgui-app
Dear IMGUI + Render + Window handling, amalgamation in two files ready to use
Stars: ✭ 99 (+661.54%)
Mutual labels:  imgui
gems
Ruby Football Week 2021, June 11th to June 17th - 7 Days of Ruby (Sports) Gems ++ Best of Ruby Gems Series
Stars: ✭ 76 (+484.62%)
Mutual labels:  mining

chiagen

standalone chia generator

alt text

alt text

this is front-end of madMAx43v3r and also chiapos reference plotter, but not limited to it, more plotter or tools will be added with gui frontend for each tools

this program does not wrap those plotter program, it compile those plotter code inside it, so each ploting will be run on separate thread instead of separate process, I did that so i will have more control over it like triggering an event when a specific phase is done, and also to make it possible in the future to stop or pause the ploting process

this app also will add functionality as plot manager, where user can make a schedule or arrangement when to launch new process, each job launching can be triggered by an event sent by another job

you can also start the program in CLI mode, just run it on command prompt and add extra parameter D:\chiagen.exe help

alt text

to get help for each command, continue with `D:\chiagen.exe create help

alt text

also the green rectangle are hints, those are the only parameters you need to specify for creating plot for pool using madmax plotter

for those who want to create pool plot using madmax by GUI, here are the parameters you need to specify

alt text

just leave pool key empty, but fill the puzzle hash field or pool contract field


these are planned feature

  • (done) integrated CLI/GUI
  • proper Pause/Resume on ploting process (its not pause as in close app and restart pc continue later)
  • proper Cancel or stop then clean temporary files
  • plot manager where each job launching can be triggered by an event sent by another job, these are Staring Rule for each job
    • start paused
    • start delayed
    • start with conditional
      • if current running job is less than specific number
      • only run on specific time range
      • run only if disk has free space more than specific amount
    • start based on event
      • the event are triggered by another job, mostly the events are starting job, finished job, finished phase, job crash etc
  • system monitoring
    • realtime CPU usage
    • realtime memory usage
    • realtime disk operation
    • drive space
    • drive remaining life
    • drive/cpu/mem temperature
  • tools other than ploting, like verifying plots
  • chia network stat (netspace, block num, tx status)
  • probably farmer or harvester integrated into the app, when official pool protocols are done
  • web interface for remotely managing it via browser
  • and also plotter improvement itself
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].