Currently to authenticate we need to do: ``` DAEMON_URL=http://username:password@hostname:port ``` It would be great if the credentials were optional and we could instead specify the Bitcoin Core cooke path: ``` DAEMON_URL=http://hostname:port DAEMON_COOKIE_FILE=$HOME/.bitcoin/.cookie ```