Post
Topic
Board Altcoin Discussion
Re: [ANN] StarTrek insipred coins =) and mining links (Low Diff) Nice Bounties!
by
meta.p02
on 01/10/2013, 03:15:13 UTC
What a pity...  Angry   Cry

Code:
[2013-10-01 11:04:25] Found block for pool 0!
[2013-10-01 11:04:56] Stratum connection to pool 0 interrupted
[2013-10-01 11:04:56] Lost 2 shares due to stratum disconnect on pool 0

Anyone have any info on how to setup the ybcminer for GPU use?  I usually use a GUI miner with all the parameters as options.  Not really sure what I need in my bat for this one.

Thanks everyone

I have been using this scrypt-jane miner at http://rghost.ru/48162507

After the download I renamed the .exe to GPLminer  then I put the scrypt-jane folder in easy to find place so when using your cmd prompt you navigate to it easy. Once you are in your cmd prompt, navigate to the folder the GPLminer.exe file is in. Then start it up with this cmd line to mine on the pool. (copy and paste if you need to)

GPLminer --scrypt -o gplcoin.com:8888 -u yourworker -p yourpassword --Nfmin 4 --Nfmax 30 --StartT 1377557832 -I 17

To mine solo use this: Make sure you have the GPL wallet software running and sync for this.

GPLminer --scrypt -o localhost:8344 -u yourworker -p yourpassword --Nfmin 4 --Nfmax 30 --StartT 1377557832 -I 17

Edit: There is also a Win64 CPUminer thanks to ig0tik3d Wink found below this post vvvv
cpu miner for gpl (win64) (if not wrong nChainStartTime = 1377557832  Grin)
https://docs.google.com/file/d/0B9cvOfoOekSdSnUtSmltRVQ2WFk/edit?usp=sharing
example start:
Code:
minerd -a scrypt-jane -o stratum+tcp://gplcoin.com:8888 -u workername -p workerpass

p.s. for gpu miner --Nfmin 4 --Nfmax 30 --StartT 1377557832 (if in source code is right this parameter )