Package Details: chia-bin 2.4.4-1

Git Clone URL: https://aur.archlinux.org/chia-bin.git (read-only, click to copy)
Package Base: chia-bin
Description: A new blockchain and smart transaction platform that is easier to use, more efficient, and secure. - Binary Release, Provides GUI
Upstream URL: https://www.chia.net/
Licenses: Apache
Conflicts: chia, chia-gui
Provides: chia, chia-gui
Submitter: BenTheTechGuy
Maintainer: cyberpunkrocker
Last Packager: cyberpunkrocker
Votes: 11
Popularity: 0.034954
First Submitted: 2021-05-01 02:38 (UTC)
Last Updated: 2024-10-22 16:41 (UTC)

Latest Comments

« First ‹ Previous 1 2

BenTheTechGuy commented on 2021-05-02 18:45 (UTC) (edited on 2021-05-02 18:49 (UTC) by BenTheTechGuy)

Nope, if that was it, it would've failed in the clean chroot. Also this doesn't look like a dependency issue, rather something wrong with the chia libraries.

It looks like it could be something to do with the fact that this is packaged for debian and installed on arch, but I find it strange that i'm unable to reproduce the error.

In the meantime you could try a compiled version here or here. I recommend trying the non-GUI one first as the GUI one is depreciated to this package and no longer maintained.

keybreak commented on 2021-05-02 12:40 (UTC)

Thx Ben! At least now i can plot with cli :)

I'm weirded out by that error, still happens on v1.1.3-1, have tested on 2 more systems (both are clean Manjaro KDE) - exactly same exeprience.

Perhaps you've installed some other dependencies not listed in package?

BenTheTechGuy commented on 2021-05-01 19:32 (UTC)

Add /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon to your path.

keybreak commented on 2021-05-01 18:34 (UTC)

What's the correct way to add chia cli to $PATH on Manjaro / Arch btw?

keybreak commented on 2021-05-01 18:18 (UTC) (edited on 2021-05-01 18:21 (UTC) by keybreak)

That's weird..My system is pretty clean KDE https://github.com/Chia-Network/chia-blockchain/issues/3349

BenTheTechGuy commented on 2021-05-01 18:07 (UTC)

It works fine for me on both my arch and manjaro installs, and seems to work in a clean chroot, so it has to be an issue with your particular install. As for how to solve the error itself, I don't really know. ELF load command address/offset not properly aligned seems to be the part that matters. You maybe could make an issue as they would know more about the cause then me.

keybreak commented on 2021-05-01 17:18 (UTC) (edited on 2021-05-01 18:07 (UTC) by keybreak)

On Manjaro:

Have cert
stderr: Traceback (most recent call last):
  File "chia/server/start_full_node.py", line 8, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/full_node/full_node.py", line 14, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/consensus/block_creation.py", line 12, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/consensus/blockchain_interface.py", line 6, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/types/blockchain_format/vdf.py", line 7, in <module>
ImportError: /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chiavdf.cpython-38-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned
[53290] Failed to execute script start_full_node
stderr: Traceback (most recent call last):
  File "chia/server/start_wallet.py", line 7, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/rpc/wallet_rpc_api.py", line 23, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/wallet/cc_wallet/cc_wallet.py", line 14, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/protocols/wallet_protocol.py", line 7, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/types/header_block.py", line 5, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/types/blockchain_format/reward_chain_block.py", line 8, in <module>
  File "PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
  File "chia/types/blockchain_format/vdf.py", line 7, in <module>
ImportError: /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chiavdf.cpython-38-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned
[53288] Failed to execute script start_wallet
stderr: Traceback (most recent call last):
  File "chia/server/start_farmer.py", line 68, in <module>
  File "chia/server/start_farmer.py", line 63, in main
  File "chia/server/start_farmer.py", line 38, in service_kwargs_for_farmer
  File "chia/farmer/farmer.py", line 73, in __init__
RuntimeError: No keys exist. Please run 'chia keys generate' or open the UI.

Seems to result in infinite 'Connecting to wallet' loop

Any ideas?