We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: