You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the client once, and after it has started, close it. This will create all the files that you need in order for the client to work, but we will need to configure it. The following directories and files are required (and created on first run)
%appdata%/seckcoin/
%appdata%/seckcoin/seckcoin.conf
%appdata%/seckcoin/wallet.dat
Go back to the directory that you cloned the github in, making sure there is a file seckcoin.conf.sample
Backup your current seckcoin.conf (copy %appdata%/seckcoin/seckcoin.conf %appdata%/seckcoin/seckcoin.conf.orig)
Replace it with the seckcoin.conf from the github page (copy seckcoin.conf.sample %appdata%/seckcoin/seckcoin.conf)
Open your client again... You should be operational.