craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

bitcoind changed datadir #10

Closed scriptzteam closed 8 years ago

scriptzteam commented 8 years ago

i changed datadir in bitcoind.conf and now it wont output nothing? is there a ways to fix it?

craigwatson commented 8 years ago

Hi,

The status script communicates with bitcoind via RPC, so any issues with bitcoind aren't really my area I'm afraid.

What happens when you load the status page with debug switched to true in php/config.php?

Thanks, Craig

scriptzteam commented 8 years ago

it works now, probably cache or so :)