Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JoinMarket update >0.9.6 on 32 bit arm #97

Open
openoms opened this issue Sep 10, 2022 · 1 comment
Open

JoinMarket update >0.9.6 on 32 bit arm #97

openoms opened this issue Sep 10, 2022 · 1 comment

Comments

@openoms
Copy link
Owner

openoms commented Sep 10, 2022

Few steps I needed to take on a 32bit Odroid:

Upgrade python from 3.7.4: https://github.com/rootzoll/raspiblitz/tree/dev/alternative.platforms#python-upgrade
used Pyhton v3.10.4

Install the latesr Rust and have it in the PATH (https://www.rust-lang.org/tools/install):

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

Install deps as root (should work with the joinmarket user also):

sudo pip install libtool asn1crypto cffi pycparser coincurve

To achieve this:

  Attempting uninstall: cryptography
    Found existing installation: cryptography 38.0.1
    Not uninstalling cryptography at /usr/local/lib/python3.10/site-packages, outside environment /home/joinmarket/joinmarket-clientserver/jmvenv
    Can't uninstall 'cryptography'. No files were found to uninstall.

FYI @tehelsper

@kristapsk
Copy link

Hmmm... there sould be no rustc depdenency since JM-CS v0.8.2.

Also, if somebody has access to 32-bit ARM, would be cool to test JoinMarket-Org/joinmarket-clientserver#1453.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants