MatthewLM / PeercoinAbeExplorer

Abe Explorer adapted for peercoinexplorer.info
GNU Affero General Public License v3.0
6 stars 12 forks source link

Issue with hashfile #1

Closed leandrogomesmachado closed 9 years ago

leandrogomesmachado commented 9 years ago

hello, I install all the items needed to configure this Instance but I have this problem: screenshot_2

I am trying to install an instance of abe for x15 coin, with another coin I installed all and are ok (just an RPC problem) but in this script I have this problems and can't fix on initial load.

Thanks

MatthewLM commented 9 years ago

Hi, you need to add a path to a hashfile in your config like this:

hashfile = /home/abe/hashfile.dat

This file need to exist so touch it:

$ touch /home/abe/hashfile.dat