You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status (24 threads)
Difficulty: 68719476736
Generated: 3794821063 addresses
Speed: 341675 addr/s
Probability: 5.372%
thread '<unnamed>' panicked at 'Pow overflowed',
C:\Users\unknown\.cargo\registry\src\github.heygears.com-1ecc6299db9ec823\rust_decimal-1.29.0\src\maths.rs:283:21
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
and this
$ tinyvanityeth -s 000000000 -t 8 -i 300
Status (8 threads)
Difficulty: 68719476736
Generated: 60583819 addresses
Speed: 201946 addr/s
Probability: 0.088%
...
...
Status (8 threads)
Difficulty: 68719476736
Generated: 4224656512 addresses
Speed: 167274 addr/s
Probability: 5.963%
thread '<unnamed>' panicked at 'Pow overflowed',
C:\Users\unknown\.cargo\registry\src\github.heygears.com-1ecc6299db9ec823\rust_decimal-1.29.0\src\maths.rs:283:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I had this running for about 3 hours
then this occured
and this
I'm using
Specs:
P.S.
seems like
// 1 - (1 - 1 /difficulty)^generated
if generated > u32 it causes
Pow overflowed
problemtinyvanityeth/src/main.rs
Lines 204 to 209 in 450f52e
The text was updated successfully, but these errors were encountered: