ok guys i need quick easy settings for solo mining on Windows
have few asic in home lan and windows wallet..
somethink like that :
https://bitcointalk.org/index.php?topic=310939.0 1.
create a new file „emark.conf“ with edior and save it at "all files" to be named correctly (not .txt at the end)
Drag or Copy&Paste in the file:
Code:
server=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
rpcport=6666
USERNAME and PASSWORD should be replaced as your needs
There should the file go in:
%\AppData\Roaming\eMark
2.
as before, you should create a new file in the folder of your wallet: eMark-qt-server.bat
Drag or Copy&Paste in the file:
Code:
emark-qt.exe -server
3. create a new file in the folder of cgminer and name it "runme.bat (or as you wish)
Drag or Copy&Paste in the file:
Code:
cgminer.exe -o
http://127.0.0.1:6666 -u USERNAME -p PASSWORD
USERNAME and PASSWORD should be replaced with settings of „emark.conf“
4. now, you can start solomining:
start file eMark-qt-server.bat
start CGMINER with runme.bat