Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] Forknote - create your own Cryptonote network
by
sirandrei
on 25/06/2017, 00:24:27 UTC
I think I managed to create it.
I have 2 seeding nodes.
I run ./forknoted --config-file configs/one.conf on both of them
This is the config file which is on both of the nodes
Quote
seed-node=13.78.180.70:38584
seed-node=52.161.22.53:22241
EMISSION_SPEED_FACTOR=18
DIFFICULTY_TARGET=120
CRYPTONOTE_DISPLAY_DECIMAL_POINT=6
MONEY_SUPPLY=1844674407370955
GENESIS_BLOCK_REWARD=0
DEFAULT_DUST_THRESHOLD=100
MINIMUM_FEE=100
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=10
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=55
p2p-bind-port=38584
rpc-bind-port=38585
BYTECOIN_NETWORK=0bf5a860-c4bb-97e1-2b5a-c29af5727377
CRYPTONOTE_NAME=one
GENESIS_COINBASE_TX_HEX=010a01ff0001b1ddb89b1a029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd088071210184a550f80905e24c3deea73f83aba94717846eff32973ca64e03ff79c6079789
MAX_BLOCK_SIZE_INITIAL=100000
UPGRADE_HEIGHT_V2=1
UPGRADE_HEIGHT_V3=2

This is the result
http://i.imgur.com/VlnhNOg.png

Is it Ok so far?
I created a wallet file
http://i.imgur.com/iGjtleB.png

What is next? How do I start mining? I used this command but nothing is happen
http://i.imgur.com/X3vdaP7.png