Post
Topic
Board Project Development
Re: VanBitCracken - a program to use for 32 BTC challenge (supports RTX 30xx cards)
by
WanderingPhilospher
on 11/05/2023, 12:01:41 UTC
hi, is there any chance to make a option to save the ranges searched and if power outage come so when search again in random mode to not search the same ranges?
If you are using random mode, the program does not stay in a specific range, other than the one you supplied. It randomly bounces around in the bits range or the beginning/ending range you supplied.

What you can do is keep track of any ranges you supplied with beg and end ranges. But you can do that manually or use a program like python to keep track of them.