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
-
git clone https://github.com/MojocoinV2/mojocoin.git mojocoin -
cd mojocoin/src -
sudo make -f makefile.unix# Headless mojocoin
... (optional)
-
strip mojocoind -
sudo cp mojocoind /usr/local/bin
-
Download Windows Build Environment.rar from https://github.com/Infernoman/Transfercoin/releases/tag/WBE and unpack to C:/
-
Download Mojocoin source https://github.com/MojocoinV2/mojocoin/archive/master.zip
- Unpack to C:/Mojocoin
-
Install Perl for windows from the homepage http://www.activestate.com/activeperl/downloads
-
Download Python 2.7 https://www.python.org/downloads/windows/
- While installing python make sure to add python.exe to the path.
-
Run msys.bat located in C:\MinGW49-32\msys\1.0
-
cd /C/Mojocoin/src/leveldb -
Type
"TARGET_OS=NATIVE_WINDOWS make libleveldb.a libmemenv.a" and hit enter to build leveldb -
Exit msys shell
-
Open windows command prompt
-
cd C:/dev -
Type
49-32-qt5.batand hit enter to run -
cd ../Mojocoin -
Type
qmake USE_UPNP=-and hit enter to run -
Type
mingw32-makeand hit enter to start building.
When it's finished you can find your .exe in the release folder.