Manually Setting nonce range for each script run #66
Unanswered
precious8821
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Well,this is a good ideas for funning.Give me some time to invest and answer you |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think it cause really inconviencent to use if user need to type every time,so I think
might be the things you want |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I manually set the nonce range for each time I run the python bitcoin miner? For example, let's say I see the last 2 solved blocks had a nonce value that was within a value of 2 million and 3 million of each other, i.e one had a nonce of 2,063,021 and the next block was 2,978,201. So for luck and fun, I want to set and run the script so that it runs every nonce value starting at the value of 2,000,000 until 3,000,000 is reached, running every single nonce value by one within that range. Since this is using a slow hash rate by using an android or pc cpu, I'd like to use a specific range of nonces for each time I run the script to start at a specific nonce value and to count up from there by one until the end nonce i can specifcy is reached. So that way I don't start running the script with the nonce starting at a value of just 1 every time and then counting up from there. Please let me know how I can adjust the nonces used. Or maybe is it possible to create input boxes when the script starts, where it gives the option to use the start and stop nonces values to use to create the nonce range to run? Thank you.
Beta Was this translation helpful? Give feedback.
All reactions