Post
Topic
Board Announcements (Altcoins)
Re: ★█ Zeitcoin Movement █★ [ZEIT] POW/POS Join Our Thriving Community ★ 5 EXCHANGES
by
ydrogios
on 10/03/2014, 17:20:21 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
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?
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?

You can put the wallet content data in any drive or folder.
In your desktop shortcut you should add: -datadir=N:\mywalletfolder\zeit

Maybe hackers (or malware) wil look in the normal folder and find nothing.

Example content shortcut: N:\mywalletfolder\zeit\Zeitcoin-qt.exe -datadir=N:\mywalletfolder\zeit

Replace N: with your drive letter.

I put the file at the correct place but still the *.bat file doesn`t run.

What is happening? Is a window opening and closing?

My bat file content:

@echo off
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR E1
timeout /t 6
C:\cgminer372\cgminer.exe  --config C:\cgminer372\subfolder\zeit.conf

Well i put your bat file and change it but now it tells me that the system cannot find the path.Can you put me here and your config file Huh