maded2 / plotng

PlotNG - plotting utility for Chia.Net
Apache License 2.0
128 stars 24 forks source link

[FR] Make usage of Bitfield configurable #14

Closed sistein closed 3 years ago

sistein commented 3 years ago

It would be great to have more possibilities regarding the actual plotting.

One thing would be the possibility to disable bitfield if preferred.

maded2 commented 3 years ago

implemented by @Lutwidse

sistein commented 3 years ago

Can you please check it is working?

I have added

"BitField": false,
"DisableBitField": true,

but if I check using htop there is no "-e" in the process list. If I start a plot manually it is shown however...

maded2 commented 3 years ago

hi, I've checked and it seem to work. Please note the '-e' is at the end of the parameters list, so it may not show in htop as it may be truncated at the end of the screen.

Also you only need this setting in the config.json

"DisableBitField": true,