Chia-Network / chia-dev-tools

A utility for developing in the Chia ecosystem: Chialisp functions, object inspection, RPC client and more.
Apache License 2.0
45 stars 32 forks source link

Feature Request: disable Bitfield #47

Closed danieljperry closed 1 year ago

danieljperry commented 2 years ago

Would it be possible to add a flag to cdv sim create to disable Bitfield processing when creating plots? The reason for this request is that on virtual machines, Bitfield is sometimes (maybe always) not possible.

Caught plotting error: Bitfield plotting not supported by CPU

Currently, in chia/simulator/block_tools.py, args.nobitfield is hard-coded to False. This request would create a command line flag to change this to True, thereby allowing plots to be created using virtual CPUs.

Quexington commented 1 year ago

https://github.com/Chia-Network/chia-dev-tools/pull/54