Skip to content

Frankvn/SagaCoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SagaCoin

SagaCoin is a PoW + PoS-based cryptocurrency.

SagaCoin uses libsecp256k1, libgmp, Boost1.55, OR Boost1.57,
Openssl1.01m, Berkeley DB 4.8, QT5 to compile

Block Spacing: 120 Seconds Stake Minimum Age: 8 Hours

Port: 48744 RPC Port: 48844

BUILD LINUX (see the Wiki for dependencies)

  1. git clone https://github.com/sagacrypto/SagaCoin

  2. cd SagaCoin/src

  3. mkdir obj/crypto

  4. chmod +x leveldb/build_detect_platform

  5. cd leveldb && make libleveldb.a libmemenv.a

  6. cd ..

  7. sudo make -f makefile.unix USE_UPNP= # Headless SagaCoin

  8. strip sagacoind

  9. sudo cp sagacoind /usr/local/bin

BUILD WINDOWS

  1. Download Qt.zip from https://github.com/sagacrypto/SagaCoin/releases/tag/v1.0 and unpack to C:/

  2. Download SagaCoin source from https://github.com/sagacrypto/SagaCoin/archive/master.zip

2.1) Unpack to C:/SagaCoin

  1. Install Perl for windows from the homepage http://www.activestate.com/activeperl/downloads

  2. Download Python 2.7 https://www.python.org/downloads/windows/

4.1) While installing python make sure to add python.exe to the path.

  1. Run msys.bat located in C:\MinGW49-32\msys\1.0

  2. cd /C/SagaCoin/src/leveldb

  3. Type "TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a" and hit enter to build leveldb

  4. Exit msys shell

  5. Open windows command prompt

  6. cd C:/dev

  7. Type "49-32-qt5.bat" and hit enter to run

  8. cd ../SagaCoin

  9. Type "qmake USE_UPNP=0" and hit enter to run

  10. Type "mingw32-make" and hit enter to start building. When it's finished you can find your .exe in the release folder.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 75.1%
  • C 19.1%
  • Makefile 3.9%
  • HTML 0.9%
  • QMake 0.3%
  • M4 0.2%
  • Other 0.5%