Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
bumblebee33
on 10/03/2014, 10:46:28 UTC
Did you guys unlock your wallet before solo mining? I have been trying to solo mine for about a day, but found no blocks, but whenever I switched for a few hours to pool mining my miners found 4 blocks... Go figure??
How do yo make solo mining??Can you pm me the procedure if it`s possible because i want to try me too??

Did you create the zeitcoin.conf?

Quote
rpcuser=user
rpcpassword=password
rpcallowip=192.168.1.*
rpcport=44843
server=1
daemon=1
listen=1
rpcconnect=192.168.1.*

Fill in your username, password, router range

Now in your .bat file. Run like this: {Don't forget to add your own miner configuration like -I 13 or whatever}

If your wallet and miner are at the same computer:

Quote
cgminer.exe --scrypt -o localhost:44843 -u user -p password 

Different computer, note the wallet computers IP address; Fill in your own, as this is only an example

Quote
cgminer.exe --scrypt -o http://192.168.1.15:44843 -u user -p password 


The Zeitcoin.conf i put it in to the wallet folder and fix the *.bat file but nothing happens the file doesn`t run

You mean you put it into AppData/Roaming/Zeitcoin - Right?