First, you need a MONERO wallet to receive your coins at its address, you can choose from :
MyMonero: MyMonero is an online wallet
Monero GUI Wallet (beta2): and this one is my choice cause it is on the middle ground you can easily send and receive coins with it and safer than the online one.
Offline wallet generator: and from its name you can know it is an offline wallet for
long-term storing.
And this is a sample for the Monero GUI Wallet (beta2) and how its look like:-
you can not start using this future until the wallet finish downloading the BLOCKCHAIN.
You will fined your address hear.
It is now the time to Pick a miner for CPU, and there are two miners and more but I will present the most used ones and the one I use and work very well.
xmr-stak-cpu: this is the one I choice cause it gives the highest hash rate for your CPU.
wolf-xmr-miner: will knowen CPU miner
-First of all when you download xmr-stak-cpu from the link provided above that you download this one:-
After unzipping the file you will be presented with a folder inclouds 4 files like this.>
Now we will configure our miner to point it to our pool and wallet,
you will go to the -- config.txt -- file and press the right click, then choosing edit like in the below pic.
And this is what will show in the -- config.txt -- file.
In these lines, we will configure the CPU threads we want to be utilized by the miner.
the code:-
*/
"cpu_threads_conf" :
[
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 0 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 2 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 4 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 6 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 8 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 10 },
{ "low_power_mode" : false, "no_prefetch" : true, "affine_to_cpu" : 1 },
],
/*
And this code makes the miner use only 7 threads from my CPU.
And now let's start with the most important part, the data that will point the miner to the right direction, the pool you will mine in and the wallet you want to receive your coins in and the finally your password.
*/
"pool_address" : "pool.supportxmr.com:5555",
"wallet_address" : "YOUR WALLET ADDRESS",
"pool_password" : "x",
/*
-And to start your miner after configuration you will press double click on-- xmr-stak-cpu.exe -- file.
this window will appear and Wala it is running if you want to know your hash rate just press the letter -- h -- and it will show like in the pic below.
Thanks to you all.
And have a nice day.

