Skip to content

Multiple Cryptonote currencies with one software. Based on Bytecoin

License

Notifications You must be signed in to change notification settings

Murzibia/murzibiacoin

 
 

Repository files navigation

About

Forknote is innovative way to create Cryptonote (https://cryptonote.org) based cryptotokens. It gives the users the ability to create cryptotokens just by creating a simple configuration file.

Dependencies

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

Usage

  1. Download or compile the binaries
  2. Start the daemon:
./forknoted --config-file configs/murzibia.conf

Configuration parameters

Use http://forknote.net/documentation/ For reference and help.

Create murzibia.conf using parameters below and place murzibia.conf in folder named "configs" inside of forknote main folder:

EMISSION_SPEED_FACTOR=20
DIFFICULTY_TARGET=30
CRYPTONOTE_DISPLAY_DECIMAL_POINT=7
MONEY_SUPPLY=1267440737095615
GENESIS_BLOCK_REWARD=76046444225736
SYNC_FROM_ZERO=1
DEFAULT_DUST_THRESHOLD=100
MINIMUM_FEE=100
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=40
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=101010
p2p-bind-port=41252
rpc-bind-port=41263
BYTECOIN_NETWORK=1bb55973-d3ab-23d2-0e5b-c9f927b4db67
CRYPTONOTE_NAME=murzibia
GENESIS_COINBASE_TX_HEX=012801ff0001c8c9ad8a9fa511021f477a2a2c00189db8be36429c740c1f2629e90efb5fa3ba1eb497a5497b6bb221013be12ee9730901610f1a5b1ed34032dcc5886007b16cdcb165424ae2f309f26c
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=1
UPGRADE_HEIGHT_V3=2
CHECKPOINT=5000:b2414a290fc316f4f1d2a1bff4636ec92b6c94aba89be7b3562eb0b5cc5a39d1
CHECKPOINT=25000:95e2643e06011e2946f16518258ab55792825319263e5c57895e23ea9cde49d6
CHECKPOINT=50000:841fb3060a3e71d98fcb4ac66ea9fa819f7fd9808b4ebf057f6b39943f575dff
CHECKPOINT=75000:dba3aea4e94a742c28d19bbfdb07836e03122f88a2057220fe9a04402b6616a5
CHECKPOINT=100000:a66f7fc65dad632f02b9cd9f00d487ef71f0875e8e76d0b6bbb78a7fb3b58c86
CHECKPOINT=125000:5e152d76e4fdd95502582537a3f9c0548d742a083be32fee2b81a509c0533b76
CHECKPOINT=150000:482c1d33d71b654166e84ef2a491a3445d4f7557df5d6c0f8dab71d053deac63
CHECKPOINT=175000:cc18952bcbc3f409fc46e1f9901674972530fd91272ceebb3d71d0138ae94288
CHECKPOINT=200000:abf169fec3bec6d4fd49ff6d8cd346c8e95b35a292adcc84a158e742743aaa23
CHECKPOINT=225000:c971030d67d533771d2332ee938ce2df00490b8de219efee758128c5bd1f8783
CHECKPOINT=250000:9c21d754d811f3818ba205667fa2ce5051f271f16bc96561e8ececad861e6cdd
seed-node=13.93.158.201:41252

// simplewallet parameters
wallet-rpc-bind-ip=127.0.0.1        // instead rpc-bind-ip
wallet-rpc-bind-port=41263          // instead rpc-bind-port
SYNC_FROM_ZERO=1                    // to sync the wallet from block 0. Used for premine coins or brain wallets

This code is generated by Cryptonote generator - https://github.com/forknote/cryptonote-generator Seed source - https://github.com/amjuarez/bytecoin

About

Multiple Cryptonote currencies with one software. Based on Bytecoin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.7%
  • C 9.6%
  • CMake 0.4%
  • Other 0.2%
  • Shell 0.1%
  • Python 0.0%