Linux tutorial
(but should be very close for other platforms)
Summary:
Two terminals, once for the daemon and one for the wallet and mining
• terminal 1:
./bitmonerod
./simplewallet --generate-new-wallet=name_of_my_wallet.bin
./simplewallet --wallet-file=name_of_my_wallet.bin
Get the precompiled binaries
Windows
Mac
Linux
you can also compile from source (I was not able to do so on Manjaro Linux, but the Ubuntu precompiled work flawlessly)
Open two terminals
For each terminal be sure to go to the folder where you have you binaries (on a graphical interface, the fastest way it to drag-and-drop a file from the file manager then remove the name of the file to have only the folder)
On terminal 1, type this command
./bitmonerod
That's all. Don't close (once the daemon is active, you can use show_hr to get your hashrate or set_log 1/2/3 to change the verbosity of the logs). If you close the daemon whilst you are mining, mining will stop (obviously) and if you open the daemon again the mining won't resume (you must use the start_mining command on the wallet for that)
On terminal 2, type this command:
./simplewallet --generate-new-wallet=name_of_my_wallet.bin
You will be prompted for a password. Be careful, you won't have to type a confirmation so beware of typos!
Close the wallet with the "exit" command.
Now type this command:
./simplewallet --wallet-file=name_of_my_wallet.bin
Mining
And now the good stuff: mining!
Since the wallet is also the miner, enter this:
start_mining x
Or course, you don't have to use all your threads (especially if you are using your computer for something else)
By the way: if you want to know your hashrate, type show_hr in bitmonerod. And if you want to change the amount of information in the daemon, use set_log 1 (least info) to set_log 3 (max info)
How can you know that you are actually mining? Check you CPU usage :-) If it less than 80% chances are you are not mining.
I hope this tutorial will prove useful
Edit: I've been suggested to add my address, so here it is:
46ctfLBhgyzJm61oTtDfu9GbVhG7ito4fNiQjdZcB5bL3mz5ejQrPD29uEkDHFzCVTHGFqAdG456w6ivYp7K23SiGREUiQe
(by the way, this coin is welcome breath of fresh air after the agressiveness and, dare I say, stupidity of the Blackcoin thread)
Thanks to tacotime for the Ubuntu binaries (I could not compile on Arch) and Vilchaco for the show_hr trick.