MYGACO is a coin based on Forknote core, a Cryptonote (https://cryptonote.org) based cryptotokens. It gives the users the ability to create cryptotokens just by creating a simple configuration file.
- GCC 4.7.3 or later (http://gcc.gnu.org/)
- CMake 2.8.6 or later (http://www.cmake.org/)
- Boost 1.55 or later (http://www.boost.org/)
- MSVC 2013 (Windows only)
Step by step Windows instructions: https://github.com/forknote/cryptonote-generator/blob/master/docs/windows-requirements-install.md
Ubuntu (tested on Ubuntu 14.04) / Mac dependencies install script: https://github.com/forknote/cryptonote-generator/blob/master/configure.sh
- Download or compile the binaries
- Download the configuration file. The easiest way is to use the following one
- Start the daemon:
./migacod --config-file PATH_TO_YOUR_CONFIG
All fields supported only for MYGACO:
seed-node=165.227.69.240:9173
seed-node=174.138.14.88:9173
seed-node=159.65.50.25:9173
EMISSION_SPEED_FACTOR=21
DIFFICULTY_TARGET=300
CRYPTONOTE_DISPLAY_DECIMAL_POINT=8
MONEY_SUPPLY=18446744073709551615
GENESIS_BLOCK_REWARD=184467440737095520
SYNC_FROM_ZERO=1
DEFAULT_DUST_THRESHOLD=1000000
MINIMUM_FEE=1000000
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=4
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
MAX_TRANSACTION_SIZE_LIMIT=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=92
DIFFICULTY_CUT_V1=60
DIFFICULTY_CUT_V2=60
DIFFICULTY_CUT=0
DIFFICULTY_LAG_V1=15
DIFFICULTY_LAG_V2=15
DIFFICULTY_LAG=0
DIFFICULTY_WINDOW_V1=288
DIFFICULTY_WINDOW_V2=288
DIFFICULTY_WINDOW=17
p2p-bind-port=9173 // to local wallet
rpc-bind-port=9174 // to local wallet
// OR simplewallet parameters
//wallet-rpc-bind-ip=127.0.0.1 // instead rpc-bind-ip
//wallet-rpc-bind-port=9174 // instead rpc-bind-port
BYTECOIN_NETWORK=7b715d4d-1d5b-8680-e3bd-62ff51150571
CRYPTONOTE_NAME=mygaco
GENESIS_COINBASE_TX_HEX=010401ff0001e09e8aae8f85d7c702026d38ea2829d676b140cadc012899879dc2fb2acae157a525e7a1fc0e8e47b793210135a415cbe267fb96b2832f84e6cc8dd1e2258692ca26c8ca9f1dee31622dd505
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=1
UPGRADE_HEIGHT_V3=30
CHECKPOINT=5000:e2137cdbdcaa3d8d59eb7c91ac426ddc982556f59f51b24e4a1f49d219c37fc4 // format: HEIGHT:BLOCK_ID
This code is generated by Cryptonote generator - https://github.com/forknote/cryptonote-generator Seed source - https://github.com/amjuarez/bytecoin