Welcome to Ypikay.com
Starting Jan 31, 2024:
Actual SOL Sat balance is: SOLANA Satoshi
77.531.252.425 hashes mined on Ypikay7297564 SOL Sat claimed on Ypikay
15073 SOL Sat staked by users
How to start earning SOLANA
- Dowload the miner xmrig-6.21.1(23.089.198 bytes, no password, tested with Eset32 antivirus Jan 08, 2025, online)
See instructions on Help page
Please wait 15 sec...
CPU: XMRig mining procedure / Step by step guide
- Dowload the miner xmrig-6.21.1(23.089.198 bytes, no password, tested with Eset32 antivirus Jan 08, 2025, online)
This is mostly dedicated to CPU MINING.
This miner, XMRig, is very famous and trusted by millions of happy users around the world. It has been tested with our antivirus before we put it online. Downloading is safe.
- See instructions below for install and setup.
- Run the miner for a few minutes and see your SOLANA counter increase.
How to launch XMRig ?
STEP 1: Login (top of page)STEP 2: Dowload the miner xmrig-6.21.1
(23.089.198 bytes, no password, tested with Eset32 antivirus Jan 08, 2025, online)
STEP 3: Unzip the file to the folder you want it to run.
STEP 4: Open config.json file with your text editor.
If you don't want to use your CPU (motherboard processor) go to lines 28 & 29:
"cpu": {
"enabled": true,
change true and write false.
The new line should look like this:
"enabled": false,
Chosing between CUDA and OPENCL
CUDA is specific to Nvidia GPUs, so if your graphic card is Nvidia, turn on CUDA
OPENCL is dedicated to other GPUs (normaly here AMD) so, if your graphic card is AMD, turn on OPENCL
How to turn on CUDA
Go to lines 120 & 121:
"cuda": {
"enabled": false, (or true...)
change false and write true.
The new lines should look like this:
"cuda": {
"enabled": true,
How to turn on OPENCL
Go to lines 112 & 113:
"opencl": {
"enabled": false, (or true...)
change false and write true.
The new lines should look like this:
"cuda": {
"enabled": true,
How to set mining power
Go to lines 189 & 190:
"threads": 68,
"blocks": 40,
Try to adjust these two parameters. The highest, the more power you will have.
If your miner sends an error, then one of the parameters is probably too high.
How to set your username
Go to line 208
"user": "46KTacVvSyD9pQWbimjRKh8ZXt8bhZihw1JRiHeNsLXYTpX4vXKv5VxMX6UWUphSzi6jbvTdxhivyUH36nn3yJxN71pEj6c+username",
Change the line to put your username in place of "username"
The new line should look like this (login first to have the correct username displayed below):
"user": "46KTacVvSyD9pQWbimjRKh8ZXt8bhZihw1JRiHeNsLXYTpX4vXKv5VxMX6UWUphSzi6jbvTdxhivyUH36nn3yJxN71pEj6c+",
In case you didn't login yet, the username is the left part of you faucetpay email, before the "@"
That's it.
STEP 5: Launch the software... ;)