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
I'm attempting to run a bitcoin fork in LXD/LXC (linux containers)
I getsee errors when I watch tail the debug.log and when I run bitcoin-cli getinfo in the json output errors value:
watch tail
bitcoin-cli getinfo
EXCEPTION: St13runtime_error \ntinyformat: Not enough conversion specifiers in format string \nallsafe in ProcessMessages() \n
The fork: https://github.com/Artinvest/Allsafe/releases
How do I fix this?
The text was updated successfully, but these errors were encountered:
on Ubuntu 18.04
Sorry, something went wrong.
Tomorrow I'm going to see if this happens also with Bitcoin and the latest ubuntu 20.04 because it might be an LXD/LXC issue ...
/tinyformat.h line 647
The repository for the Bitcoin fork only has 1 match for streamStateFromFormat https://github.com/Artinvest/Allsafe/search?q=streamStateFromFormat
streamStateFromFormat
The official Bitcoin repo has 1 match, 2 commits and 3 issues with streamStateFromFormat https://github.com/bitcoin/bitcoin/search?q=streamStateFromFormat
Both repos use /tinyformat.h
I turned of debug=1 in the fork and it stopped
No branches or pull requests
I'm attempting to run a bitcoin fork in LXD/LXC (linux containers)
I
getsee errors when Iwatch tail
the debug.log and when I runbitcoin-cli getinfo
in the json output errors value:EXCEPTION: St13runtime_error \ntinyformat: Not enough conversion specifiers in format string \nallsafe in ProcessMessages() \n
The fork: https://github.com/Artinvest/Allsafe/releases
How do I fix this?
The text was updated successfully, but these errors were encountered: