New question guys regarding multiple plot files. I started with a 250GB for testing...
wplotgenerator {id} 0 900000 32000 8
How do I create a 2nd 250gb, like these?
wplotgenerator {id} 900001 1800001 32000 8
Short and simple answer. Yes
I just want to convert your settings into english.
you started at 0 and created 900000 nonces with a stagger of 32000 using 8 threads, ( this should be a ~220GB) file
Next
start at 900001 create 1800001 nonces with a stagger of 32000 using 8 threads.
So.
You wanted to create a 250GB plot file, in order to do this you need to create 1,024,000 nonces but your second line is going to create 1,800,001 nonces., so your second command is not going to do what you want.
wplotgenerator <account id> <start nonce> <number of nonces> <stagger size> <threads>
https://burstforum.com/index.php?threads/new-plotter-for-windows.114If you want to create a plot file that is 250GB then you will need to use
wplotgenerator <account id> <start nonce> <number of nonces> <stagger size> <threads>
wplotgenerator <account id> 900001 1024000 32000 8
Link on Nonce size and calculating plot file size
https://burstforum.com/index.php?threads/windows-gpu-plotter-walk-through.54/page-3#post-4614Please, someone tell me if I am wrong I don't like to spread misleading information.