@di66erok said in are overlapped:
I'm not understand!
start nonces for example 0 , nonces for example 100
and next file must start + 1 for continue ?1 file 0 to 100
2 file 101 to 202
No. These two have 101 nonces each, count them.
If the first file has 100 nonces and starts at 0, it will end at 99.
"0" is the first, "1" is the second, ...."99" is the hundreth element:
id_0_100 (contains 0..99)
id_100_100 (contains 100..199)
id_200_100 (contains 200..299)
Also, the notation of the POC1/pre-hardfork filename is
id_start_length_stagger
please note the 3rd field is "length", not "end".
The POC2/post-hardfork filenames lack the stagger (and are organized differently, internally).
Back to your original posting:
have error "are overlapped"
**_18948226_19198584_19198584
**_19198586_18948224_18948224
whats wrong? have 2 nonces between him..
file one:
18948226+19198584 (start + length)
==38146810 (last nonce in file: 38146809)
file two:
19198586+18948224 (start + length)
==38146810 (last nonce in file: 38146809)
The second file should start at or above 38146810.
The second file is overlapping the first with all its nonces and therefore totally useless.
No need to keep the nonces consecutive, just avoid overlap.