Open benzmuircroft opened 2 years ago
on Ubuntu 18.04
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
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
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?