Post
Topic
Board Announcements (Altcoins)
Re: [ANN][SHA]SHACoin2 - Dead Revival - Virtual & Physical Coin - Faucet
by
frank123m
on 22/12/2016, 04:03:24 UTC
if anyone still have the sync problem, this bat file will help:

Code:
@echo off
:$
start SHACoin-qt.exe /min
timeout /t 241 >null
taskkill /f /im SHACoin-qt.exe >nul
timeout /t 14 >null
goto $