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
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
mynode/rootfs/standard/usr/bin/mynode_post_upgrade.sh
Line 984 in 0917e43
Other way is change the installation to the standard mode: