bitcosur / ameroplus-forknoted

Criptomoneda común latinoamericana. Fork de Bytecoin mediante Forknote.

Home Page:https://ameroplus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMERO+

Amero+ es la criptomoneda común latinoamericana, una criptomoneda anónima, descentralizada e independiente de políticas económicas y políticos de turno.

Basada en la tecnología CryptoNote. Fork de Bytecoin utilizando Forknote.

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. Create configuration file. The easiest way is to use the form on http://forknote.net
  3. Start the daemon:
./forknoted --config-file PATH_TO_YOUR_CONFIG

Configuration parameters

Use http://forknote.net to create configuration files.

All fields supported:

GENESIS_COINBASE_TX_HEX=     // REQUIRED. Use " ./forknoted --config-file PATH_TO_CONFIG --print-genesis-tx " to generate 
CRYPTONOTE_NAME=ameroplus
p2p-bind-port=23223
rpc-bind-port=23224
seed-node=127.0.0.1:33669    // format:  IP:PORT
seed-node=127.0.0.2:33669    
UPGRADE_HEIGHT_V2=1             // REQUIRED. Use 1 for new cryptotokens
UPGRADE_HEIGHT_V3=2             // REQUIRED. Use 2 for new cryptotokens
MONEY_SUPPLY=78400000000000
EMISSION_SPEED_FACTOR=21
GENESIS_BLOCK_REWARD=7840000000000           // premined coins. 10%
DIFFICULTY_TARGET=120
CRYPTONOTE_DISPLAY_DECIMAL_POINT=6
DEFAULT_DUST_THRESHOLD=1000000
MINIMUM_FEE=10
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=10
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=20000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=54
BYTECOIN_NETWORK=
P2P_STAT_TRUSTED_PUB_KEY=4d26c4df7f4ca7037950ad026f9ab36dd05d881952662992f2e4dcfcafbe57eb
CHECKPOINT=   // format: HEIGHT:BLOCK_ID
CHECKPOINT=

// simplewallet parameters
wallet-rpc-bind-ip=127.0.0.1        // instead rpc-bind-ip
wallet-rpc-bind-port=33671          // 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

Criptomoneda común latinoamericana. Fork de Bytecoin mediante Forknote.

https://ameroplus.org

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 89.7%Language:C 9.6%Language:CMake 0.4%Language:Perl 6 0.2%Language:Shell 0.1%Language:Python 0.0%Language:Perl 0.0%Language:Assembly 0.0%Language:Objective-C 0.0%Language:Makefile 0.0%