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
I compiled Engraver 2.4.0 on my i386 Debian machine. I can only plot 466936 nonces, and if I try to plot more, it gives me this error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.
Fast file pre-allocation...
Is this a limitation of only having 32 bits, or is it something else I did wrong?
The text was updated successfully, but these errors were encountered:
I compiled Engraver 2.4.0 on my i386 Debian machine. I can only plot 466936 nonces, and if I try to plot more, it gives me this error:
Is this a limitation of only having 32 bits, or is it something else I did wrong?
The text was updated successfully, but these errors were encountered: