-
Notifications
You must be signed in to change notification settings - Fork 2
microcoinsource/microCoin_V3.0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
2016-02 microCoin 3.1.0.0 continue microCoin development - Transaction Reference expanded from 24 to 50 char 2015-05 New microCoin 3.0.0.0 continue microCoin development - Transaction Reference field added windows wallet: Installer: http://microcoin.info/mrc/microCoin3.0_win_installer.exe zip package: http://microcoin.info/mrc/microCoin3.0_win_qt-wallet.zip For faster start, you can load and install microCoin database: - Installer: http://microcoin.info/mrc/micro_blockchain.exe (Easiest) - zip package: http://microcoin.info/mrc/micro_blockchain.zip - Bootstrap.dat: http://microcoin.info/mrc/mrc_blockchain_bootstrap_2016_02_20.zip Start installer, exctact database files, or bootstrap.dat in microCoin roaming folder. Tips: If you have no space in your C: drive, you can change database folder path typing path in your microCoin.conf file. Example microCoin.conf file in user roaming\microCoin\ folder and database placed in D:\microCoin\ folder: datadir=D:\microCoin\ rpcport=15256 rpcuser=user rpcpassword=x rpcallowip=127.0.0.1 server=0 addnode=178.62.154.31:15256 addnode=95.85.33.193:15256 LINUX anad MAC wallet can compile from source-code. Instruction how to install microcoin on the linux: Ubuntu Type these to update the system, and install required tools. sudo apt-get update sudo apt-get upgrade Debian MRC-QT and daemon Make sure that the required packages for Qt5 development of your distribution are installed, for Debian and Ubuntu these are: apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools build-essential libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libdb++-dev libminiupnpc-dev git Next, get the microcoin source code from git. Code: git clone https://github.com/microcoinsource/microCoin_V3.0.git Navigate to the src directory and begin the compilation. Code: cd microcoin/src/ chmod 777 leveldb/build_detect_platform make -f makefile.unix USE_UPNP=- Copy microcoind to make it executable for every user on the system. Code: cp microCoind /usr/bin/microCoind Try to start microcoind: Code: ./microCoind You can see the path where you need to put conf file: Usually it is: /root/.microCoin/ Make your conf file in there: Code: nano /root/.microCoin/microCoin.conf Put in your conf file: Example code: server=1 daemon=1 rpcuser=user rpcpassword=x rpcport=3333 rpcallowip=* Start microcoind: Code: ./microCoind You’re done. ------------------------------------------------------- New microCoin 2.2.0.2 continue microCoin development - Algorithm updated to X13 - Proof of Stake enabled Coin specs: Algorithm: X13 Proof-Of-Work: Old microCoins swap and till 3500 blocks with 1000MRC reward Finally swapped amount from old network is 18,383,909,094.35 MRC (12,466,090,905.65 MRC2 deleted). Proof-Of-Stake: Small ~0,003% stake. Block time: 1 minute Stake min time: 24hours Stake max time: 30 days Coin mature time: 50 blocks Diff retarget each block Official nodes: addnode=178.62.154.31:15256 addnode=95.85.33.193:15256 microCoin version 2.2.0.1 update After one month there will be around 30850000000 old microCoins. This coins can change to new microCoins with price 1 MRC = 1 New MRC. After all 30850000000 coins are sold, old microCoin network is not valid anymore. So there is about one month time period to change old microCoins. If old MRC network stop, we need stop old MRC market before 30850000000. On that case, rest of coins will be deleted. Proof of Burn After swap there was left 12,466,090,905.65 unsold microCoins. Those coins are burned using burn address generated with James C. Stroud written script. That kind of Proof of Burn address format is used example for Counterparty and Dogeparty. Address is generated by cryptodroid and sent from alcurEX exchange wallet. microCoin burning address: mMicroCoin2xxxxxxxxxxxxxxxxxZvyPWJ Transaction ID: db3e2e8634618201d3ae015f44c5735d0bc70f4ee9d873c5a44d0668fb5a7d72 Block Height: 58237 Block Time: November 2, 2014, 22:59:34 website: microcoin.info
About
mandatory update. Payment reference added.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published