Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 731 Bytes

SHA Coin Wallet v2.0.0.1

Important: BACKUP YOUR WALLET.DAT FILE FIRST!!!!!
(Delete everything in your SHACoin folder except wallet.dat and move the new SHACoin.conf file there as well)

Windows Users:

  1. Go to %appdata%\SHACoin (%appdata% = C:\Users\your-user-name\AppData\Roaming)
  2. Delete EVERYTHING in the SHACoin folder except your wallet.dat
  3. Start the SHACoin Wallet.

Linux Users (GUI)

  1. git clone https://github.com/AltcoinsBeta/SHACoin.git
  2. cd SHACoin
  3. sudo qmake SHACoin-qt.pro
  4. sudo make

Linux Users (SHACoind only)

  1. git clone https://github.com/AltcoinsBeta/SHACoin.git
  2. cd SHACoin/src
  3. make -f makefile.unix