Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN][CATY] Catycoin - This is not a joke
by
anjilite7
on 17/04/2021, 13:52:37 UTC
Website: catycoin.space
Source: https://github.com/Catycoin/catycoin/
Algorithm: Scrypt
No pre-mine, no pre-sale
Total/max supply: 90 720 000 000
Reward for block: 54 000

You can run solo mining:
1)Download cpu miner https://github.com/pooler/cpuminer
2)Create catycoin.conf file in wallet data directory which is contains the next lines:

=================
rpcuser=user
rpcpassword=pass
rpcbind=127.0.0.3:9771
rpcallowip=192.168.1.1/24
server=1
=================

3)Run Catycoin core and generate segwit address.
4) run miner by command: minerd -a scrypt -o http://127.0.0.3:9771 --coinbase-addr=your_segwit_address -u user -p pass