Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17260038
Topic
512808
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 $