Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system
by
micronotecoin
on 15/09/2017, 19:18:02 UTC
We are preparing the environment for the lauching.

We check this thread when coin will be launched.

Pool will be opened at http://pool.unotecoin.com at 00:30UTC approx.

For mine first blocks, you can run the daemon, create a wallet and start mining:

Run daemon:
Code:
./miconotecoind

Create wallet:
Code:
./simplewallet --generate-new-wallet WALLET_NAME --password WALLET_PASSWORD

Open wallet:
Code:
./simplewallet --wallet-file WALLET_NAME.wallet --password WALLET_PASSWORD

Once you are connected to your wallet, you can mine runing:
Code:
start_mining

And stop mining with:
Code:
stop_mining