Damus

Recent Notes

blckbx profile picture
Jolla (Sailfish OS), Volla (Volla OS / Ubuntu Touch), Pixel (GrapheneOS)... a lot to consider.
blckbx profile picture
Sure.
So here's my small setup running bitcoind, pool_sv2 and translator_sv2.

Starting up translator_sv2 (both self-compiled and binary from github) with given translator-config.toml, I get errors about missing fields: "supported_extensions" and "required_extension". Even if empty, both need to be present in the toml file, they are commented out. pool-config.toml has it right and loads correct.

$ ./translator/translator_sv2 -c config/translator-config.toml

Translator proxy config error: Bad `config` TOML deserialize: `missing field `supported_extensions``

After uncommenting both options, pool_sv2 and translator_sv2 are starting up just fine. 👍
blckbx profile picture
Pretty awesome! It has been a small riddle to find out how everything connects to each other. This makes it a lot easier.