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

Update and Run PyBLOCK Crash #884

Open
SatoshiNakamotoBitcoin opened this issue Nov 23, 2024 · 0 comments
Open

Update and Run PyBLOCK Crash #884

SatoshiNakamotoBitcoin opened this issue Nov 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SatoshiNakamotoBitcoin
Copy link
Contributor

SatoshiNakamotoBitcoin commented Nov 23, 2024

Hi @tehelsper, the old installation of PyBlock and the old conf archives crash the new versions.

Maybe deleting https://github.com/mynodebtc/mynode/tree/master/rootfs/standard/usr/share/pyblock
and adapting https://github.com/mynodebtc/mynode/blob/master/rootfs/standard/usr/bin/mynode-pyblock
can be a solution, the update can be updated too

PYBLOCK_UPGRADE_URL=https://github.com/curly60e/pyblock/archive/refs/tags/$PYBLOCK_VERSION.tar.gz
, we think is the new folder cd pybitblock, we hope is only this step.

Other way is change the installation to the standard mode:

a@A:~> sudo apt install hexyl
a@A:~> sudo apt install jq
a@A:~> git clone https://github.com/curly60e/pyblock.git
a@A:~> cd pyblock
a@A:~> pip3 install -r requirements.txt
a@A:~> cd pybitblock
a@A:~> python3 PyBlock.py

Thanks in advance @tehelsper 
@SatoshiNakamotoBitcoin SatoshiNakamotoBitcoin added the enhancement New feature or request label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant