-
I'm trying to get Bitcoind and Electrs running on a Synology Nas inside docker. I've successfully got bitcoind fully sync using https://registry.hub.docker.com/r/kylemanna/bitcoind/ But something is messing up after the RPC request is being made, saying it is an JSON decode error. Any ideas how to get past this?
I've added Electrs is getting pretty far. I can see it is making a whole bunch of files and creating the RocksDB, but I don't think it is getting any actual blocks or TX. It just crashes. Google has not yielded any similar error messages for this, and Claude AI hasn't been able to get it solved for me yet. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Well my problem was trusting the the Latest tag in docker hub could be trusted. I needed to get getumbrel/electrs:v0.10.7 image |
Beta Was this translation helpful? Give feedback.
Well my problem was trusting the the Latest tag in docker hub could be trusted.
I needed to get getumbrel/electrs:v0.10.7 image