CPU:
- Download wallet from the links in the op (after launch :-) )
- Create folder: %appdata/impact/
- Create impact.conf (check you have the right extension and not .txt -> go to folder options, show extensions)
- Paste this info in impact.conf:
Code:
rpcuser=rpc_user
rpcpassword=password
rpcallowip=127.0.0.1
rpcport=22688
listen=1
server=1
- Save and run wallet. Wait a few seconds/minutes to let the wallet sync blockchain.
Type this command to start mining. In your wallet´s console.
setgenerate true -1
If you want to use a specific number of CPU cores, instead of -1, type the number of cores.
If you will follow all the steps. You are soloming with your cpu directly in your wallet.
GPU:
- Download CG Miner - https://bitcointalksearch.org/topic/official-cgminer-mining-software-thread-for-linuxwinosxmipsarmr-pi-4110-28402
- Create a impact.bat in you cg folder with this info:
Code:
cgminer.exe -o http://127.0.0.1:22688 -u rpc_user -p password
- Save and launch impact.bat, while wallet is running.
- Congratulations. You are mining with GPU directly to your wallet.
Launch in 15 minutes. One pool operator cantacted me. I hope he will run pool for IMX.
Hey Dev, i dont still understand how to mine solo. I dowloaded win-wallet and created the config-file, but cant find the console to type "
setgenerate true -1" in. Where is the console in the windows-wallet?