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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
First, I think this is very similar to #9684 but unique to 2.6.8.
Upgrading from Parity 2.3.9 to Parity 2.6.8 on a private blockchain, I got this error:
2020-01-22 04:40:21 UTC State DB configuration: fast
2020-01-22 04:40:21 UTC Operating mode: active
Illegal instruction (core dumped)
So to test, I deleted the config.toml file and re-started (defaulting to ethereum network) and I see the same error but after another error Cannot give work package Here:
2020-01-22 04:41:58 UTC Removed existing file '/home/parity/.local/share/io.parity.ethereum/jsonrpc.ipc'.
2020-01-22 04:41:58 UTC Updated conversion rate to Ξ1 = US$168.80 (28210334 wei/gas)
2020-01-22 04:41:59 UTC Cannot give work package - no author is configured. Use --author to configure!
Illegal instruction (core dumped)
[Side question: Why would Parity know (with no config.toml) that this is a worker with ethminer running?]
Tested wtih Parity 2.4.5 and this works fine, no errors.
I'm afraid the new versions require the aes-ni CPU feature. You could try to build the binary from source and remove this and perhaps enable target-cpu=native.
First, I think this is very similar to #9684 but unique to 2.6.8.
Upgrading from Parity 2.3.9 to Parity 2.6.8 on a private blockchain, I got this error:
So to test, I deleted the config.toml file and re-started (defaulting to
ethereum
network) and I see the same error but after another errorCannot give work package
Here:[Side question: Why would Parity know (with no config.toml) that this is a worker with
ethminer
running?]Tested wtih Parity 2.4.5 and this works fine, no errors.
Should I test with Parity 2.5.x?
SSE supported.
cat /proc/cpuinfo
shows:The text was updated successfully, but these errors were encountered: