chia-plotter
chia-plotter copied to clipboard
Parameter to "DisableBitField" missing??
Is there an option to "DisableBitField"?
The Chia plotter has the ability to disable this if the box has been ticked. Most people like to farm on the latest and greatest hardware, and others probably need it for other hardware reasons. I get that as I'm a techno junkie and deal with powerful hardware everyday at the office.
Mine happens to be that I'm using a HP DL380 G5 server, 64GB mem, 8.6TB on the server and 18TB on an external 25 bay SAS DAS. array. Both are at RAID 5.
Aside from the storage, I cannot get P2 of the plotting sequence started do to this feature without it being disabled.
Here is the output with the DisableBitField "Not Enabled" :
Final Directory: F:\Farms
Number of Plots: 1
Crafting plot 1 out of 1
Process ID: 7232
Number of Threads: 4
Number of Buckets P1: 2^8 (256)
Number of Buckets P3+P4: 2^8 (256)
Pool Puzzle Hash: 966a..........4060f6
Farmer Public Key: b6e4.........b5
Working Directory: F:\Plots/
Working Directory 2: F:\Plots/
Plot Name: plot-k32-2021-07-24-18-06-8a77056b074b9154347ef014b1ace4ec64f411767ab6fbc389d8e5c24ec9e9b2
[P1] Table 1 took 253.233 sec
[P1] Table 2 took 1710.62 sec, found 4294895387 matches
[P1] Table 3 took 2423.82 sec, found 4294768794 matches
[P1] Table 4 took 2906.68 sec, found 4294617173 matches
[P1] Table 5 took 2829.61 sec, found 4294157223 matches
[P1] Table 6 took 2683.45 sec, found 4293412419 matches
[P1] Table 7 took 1939.39 sec, found 4291789123 matches
Phase 1 took 14750 sec
[P2] max_table_size = 4294967296
[P2] Table 7 scan took 125.289 sec
PS C:\Users\Administrator\AppData\Local\chia-blockchain>
It stops here.
Note: I am not concerned about the times that it took to complete the table hashing. I expect that due to the hardware that I have and may consider changing to a somewhat newer server.
Thanks in advance Shawn P.
Is there an option to "DisableBitField"?
The Chia plotter has the ability to disable this if the box has been ticked. Most people like to farm on the latest and greatest hardware, and others probably need it for other hardware reasons. I get that as I'm a techno junkie and deal with powerful hardware everyday at the office.
Mine happens to be that I'm using a HP DL380 G5 server, 64GB mem, 8.6TB on the server and 18TB on an external 25 bay SAS DAS. array. Both are at RAID 5.
Aside from the storage, I cannot get P2 of the plotting sequence started do to this feature without it being disabled.
Here is the output with the DisableBitField "Not Enabled" : Final Directory: F:\Farms Number of Plots: 1 Crafting plot 1 out of 1 Process ID: 7232 Number of Threads: 4 Number of Buckets P1: 2^8 (256) Number of Buckets P3+P4: 2^8 (256) Pool Puzzle Hash: 966a..........4060f6 Farmer Public Key: b6e4.........b5 Working Directory: F:\Plots/ Working Directory 2: F:\Plots/ Plot Name: plot-k32-2021-07-24-18-06-8a77056b074b9154347ef014b1ace4ec64f411767ab6fbc389d8e5c24ec9e9b2 [P1] Table 1 took 253.233 sec [P1] Table 2 took 1710.62 sec, found 4294895387 matches [P1] Table 3 took 2423.82 sec, found 4294768794 matches [P1] Table 4 took 2906.68 sec, found 4294617173 matches [P1] Table 5 took 2829.61 sec, found 4294157223 matches [P1] Table 6 took 2683.45 sec, found 4293412419 matches [P1] Table 7 took 1939.39 sec, found 4291789123 matches Phase 1 took 14750 sec [P2] max_table_size = 4294967296 [P2] Table 7 scan took 125.289 sec PS C:\Users\Administrator\AppData\Local\chia-blockchain>
It stops here.
Note: I am not concerned about the times that it took to complete the table hashing. I expect that due to the hardware that I have and may consider changing to a somewhat newer server.
Thanks in advance Shawn P.
Sorry - as per this comment https://github.com/madMAx43v3r/chia-plotter/issues/400#issuecomment-860593914, non-bitfield plotting isn't supported unfortunately. It's apparently a lot of work to implement.