This coin name is so sweet lol
tell me how i can mine this please
Install the wallet as described on the first post of this thread, then leave the daemon running (it is running when you are using the gui wallet). You also need to set it to generate. You can do this with the debug window in the gui and do:
> setgenerate true
Or if you are using the command line, you can do:
$ ./baby-cli setgenerate true
Assuming you are in the directory with the baby-cli binary and it is executable.
In both cases you can limit the number of cores it uses by adding a third parameter which is the number of cores. Using 2 cores would be:
> setgenerate true 2
$ ./baby-cli setgenerate true 2