setavenger / blindbit-oracle

A GO implementation for a BIP0352 Silent Payments Indexing Server
6 stars 6 forks source link

panic: chain not defined #7

Closed Sjors closed 3 months ago

Sjors commented 3 months ago

I guess this was recently added.

I tried adding chain = "main" to the config file but that didn't help.

Sjors commented 3 months ago

I deleted everything but the config file from the data dir:

$ cat ~/.blindbit-oracle/logs/logs.log 
2024/05/13 18:19:26.255049 main.go:71: [INFO] base directory /home/sjors/.blindbit-oracle
2024/05/13 18:19:26.415631 main.go:121: [INFO] Program Started
2024/05/13 18:19:26.415669 sync.go:219: [INFO] Syncing headers
2024/05/13 18:19:26.415684 blockheaderinv.go:81: [WARNING] no entry found

Nothing in the debug log file.

setavenger commented 3 months ago

almost got a fix. Should be there soon

setavenger commented 3 months ago

@Sjors the chain should be recognised now

Sjors commented 3 months ago

Works!