Just playing with the sources

(Probably too early, I know)
Got the following exception while running heat-server:
FileNotFoundException: /home/dirk/Documents/ETHEREUM_BULK_ADDRESS.json (No such file or directory)
Looks like the same type of exception will occur with BITCOIN_BULK_ADDRESS (in app/models/Config.scala)
def btcAddressFile = current.configuration.getString("heat.btc.address.file") match {
case Some(value) => value
case None => "/home/dirk/Documents/BITCOIN_BULK_ADDRESS.json"
}
I'll wait a little longer before I play some more, just thought you'd like to know about these.