Make a Pull Request with your IP Address added to iguana/m_notary_testnet
and your public key and name added to iguana/testnet.json
.
sudo apt install build-essential pkg-config libc6-dev m4 \
g++-multilib autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake libboost-all-dev \
libssl-dev libprotobuf-dev protobuf-compiler \
libqrencode-dev libdb++-dev ntp ntpdate vim software-properties-common \
curl libevent-dev libcurl4-gnutls-dev libsodium-dev cmake clang
* Install nanomsg from https://github.com/nanomsg/nanomsg
* Clone and build Komodo from https://github.com/jl777/komodo --branch dev
rpcuser=<secure username>
rpcpassword=<secure password>
txindex=1
server=1
daemon=1
rpcworkqueue=256
komodod -ac_name=BEER -ac_supply=100000000 -addnode=78.47.196.146 -pubkey=<your public key>
komodod -ac_name=PIZZA -ac_supply=100000000 -addnode=78.47.196.146 -pubkey=<your public key>
komodod -ac_name=TXSCLCC -ac_supply=0 -ac_reward=2500000000 -ac_halving=210000 -ac_cc=2 -addressindex=1 -spentindex=1 -pubkey=<your public key> -addnode=54.36.126.42 -addnode=94.130.224.11
Coin | Port |
---|---|
KMD | 7770 |
BEER | 8922 |
PIZZA | 11607 |
TXSCLCC | 51797 |
Iguana | 17711 |
komodo-cli -ac_name=<coin name> importprivkey <your private key>
If you need PIZZA or BEER, use the faucets at https://www.atomicexplorer.com/#/faucet/ or ask in #notarynode channel.
For TXSCLCC chain, mine 1 block using 1 CPU thread.
komodo-cli -ac_name=TXSCLCC setgenerate true 1 #start mining
komodo-cli -ac_name=TXSCLCC setgenerate false #stop mining
pubkey=<your public key>
passphrase=<your private key>
This script must be run from within the 2019NNtestnet/iguana
directory.
cd ~/2019NNtestnet/iguana
./m_notary_testnet