chjj / termcoin

A bitcoin wallet and blockchain explorer for your terminal.
MIT License
481 stars 34 forks source link

Log panel empty on OpenBSD #7

Open jturner opened 10 years ago

jturner commented 10 years ago

The logs panel is empty for me on OpenBSD. Tested with node 0.10.24 and 0.10.25. I have a debug.log file with lots of data in $HOME/.bitcoin which is 600 and owned by the same user running termcoin.

Debugging suggestions?

chjj commented 10 years ago

That's very strange. If you want to, you can yank the tail -f function from termcoin: https://github.com/chjj/termcoin/blob/master/bin/termcoin#L2154

Set it up in a separate script and see if you get output from that file. You could also check to make sure termcoin is pointed at the right file.