Skip to content

dsutil/mojocoin

 
 

Repository files navigation

Mojocoin is a PoS-based cryptocurrency.

Mojocoin uses

  • libsecp256k1,
  • libgmp,
  • Boost1.55 O R Boost1.57,
  • Openssl1.01p,
  • Berkeley DB 4.8,
  • libevent,
  • QT5 to compile

Block Spacing: 60 Seconds Stake Minimum Age: 24 Hours

Port: 22255 RPC Port: 22254

BUILD LINUX

  1. git clone https://github.com/MojocoinV2/mojocoin.git mojocoin

  2. cd mojocoin/src

  3. sudo make -f makefile.unix # Headless mojocoin

... (optional)

  1. strip mojocoind

  2. sudo cp mojocoind /usr/local/bin

BUILD WINDOWS

  1. Download Windows Build Environment.rar from https://github.com/Infernoman/Transfercoin/releases/tag/WBE and unpack to C:/

  2. Download Mojocoin source https://github.com/MojocoinV2/mojocoin/archive/master.zip

  • Unpack to C:/Mojocoin
  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/

  • 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/Mojocoin/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 ../Mojocoin

  9. Type qmake USE_UPNP=- 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

source code for mojocoin cryptocurrency

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 50.7%
  • C++ 37.5%
  • Makefile 7.2%
  • Shell 2.8%
  • Python 0.7%
  • Assembly 0.4%
  • Other 0.7%