Open
Description
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
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