0
i have made a fork of the current Litecoin code version 0.15.1. I have already generated the genesis block and now i want to solo mine the coin. What is the correct way to do it solo?
I tried already with cpuminer, bfgminer but i only get errors.
0
i have made a fork of the current Litecoin code version 0.15.1. I have already generated the genesis block and now i want to solo mine the coin. What is the correct way to do it solo?
I tried already with cpuminer, bfgminer but i only get errors.
0
First of all you need to run two peers (one of them will has server=1 in your altcoin.conf and the other peer will only have addnode=server_node_ip), once you see your connection in the peer tab you can start mining from the debug console typing generatetoaddress n_blocks address
Let me know if you could get it working or if you need any help