Skip to content

Update and Run PyBLOCK Crash #884

Open
@SatoshiNakamotoBitcoin

Description

@SatoshiNakamotoBitcoin

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 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions