Bitcoin Forum
July 16, 2024, 04:01:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: Solo mining starcoin with GUIMiner scrypt.  (Read 3319 times)
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 05:46:28 AM
 #1

Hi, can anyone help me set up a solo miner for starcoin using GUIMiner scrypt and its reaper.
I followed basic instructions here http://bitcoinflow.blogspot.com.au/2013/12/grain-gra-solo-mining-tutorial-for.html
But changed the starcoin.conf file to these settings here: http://www.starcoin.info/help.php

Made up my own name password
And put those settings in the roaming starcoin folder named starcoin.conf
I then started starcoin wallet that closed shortly to update settings.
Restarted starcoin wallet and waited for it to sync.

Started GUIMiner scrypt, new miner, new reaper miner. Details filled were: 18217 for the port, local host and my name and password from the starcoin.conf file. 
Choses the right device and GPU settings that work in other pools.

Started GUIMiner scrypt reaper miner and stale/invalid shares started flying up. About 1 minute later finally got K/hs but it was like 7-13 max. Should be 750 K/hs
Restarted PC - same thing!

I then chose Solo utilities, set bitcoin client path and chose starcoin-qt.exe
Then I set bitcoin data directory and chose the Roaming Starcoin folder.
Then create solo password and used my previous starcoin.conf settings.

Guiminer then made a folder called reaper.Star. I copied my earlier starcoin.conf to here and its still hashing the same with mega stale invalid.

What am I doing wrong???
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 06:38:46 AM
 #2

And you are mining with what hardware?

Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 07:19:04 AM
 #3

hi,
2x7970, 1x7950
thanks
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 07:42:04 AM
 #4

First thing ditch the guiminer and use cgminer 3.7.2 or lower

Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 08:11:27 AM
 #5

Hi again,

The reason I wanted to go with GUIMiner scrypt is because I have had so much trouble config cgminer. I never got it to work with my gpus, but did get BFGMiner to work with usb's.
Anyway I have cgminer 3.7.2 ready when you are.
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 08:28:30 AM
 #6

cgminer --scrypt -o ip.of.your.pc.with.wallet:18217 -u username.from.conf -p pass.from.conf

let me know the result.

also can you post config file just to check on it.

Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:01:59 AM
 #7

I don't have a config file, can you recommend one? thx
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:04:21 AM
 #8

So I have to set a static I gather? Just checking and yes I know how to do that. bat file created.
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:20:16 AM
 #9

So password must be "something dot something" always in any of these miners scripts?
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:22:07 AM
 #10

sorry I meant miners name not password!
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 09:27:02 AM
 #11

no, forget about dot's. you can write what ever you want as username, any word.

I wan't to see starcoin.conf file

it should be like this:


rpcuser=Yourusername
rpcpassword=Yourpassword
rpcallowip=127.0.0.*
rpcport=18217
listen=1
daemon=1
server=1


so if you are mining at same pc that you have wallet installed command will be like
cgminer --scrypt -o http://127.0.0.1:18217 -u username.from.conf -p pass.from.conf

Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:34:38 AM
 #12

Ok my star coin config file looked like this from the link above

listen=1
daemon=1
server=1
rpcuser=**Yourusername**
rpcpassword=**Yourpassword**
rpcallowip=10.1.1.*
rpcport=18217

so I gather Im changing it to your version?
Ok I will do that now, and this is going in the starcoin roaming folder yes?
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:38:19 AM
 #13

So the funky little star at the end of local host has to be their? rpcallowip=127.0.0.*
Im thinking not? can I just write localhost? what is meant to be in place of the *??
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 09:39:13 AM
 #14

change it and save it to starcoin %appdata% Roaming/Starcoin folder


Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 09:41:01 AM
 #15

So the funky little star at the end of local host has to be their? rpcallowip=127.0.0.*
Im thinking not? can I just write localhost? what is meant to be in place of the *??

you can leave the star ore just type 1.
like 127.0.0.1



Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:48:18 AM
 #16

ok all done, now the bit that screws me everytime the config.

Ok heres what I have from GUIMiner Script to help you put it together.

2x7970 1x7950
Device 0-0, 0-1, 0-2
TC - 8192
Worksize - 256
Vectors - 1
Intensity - 13
Gpu threads - 2

mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:50:59 AM
 #17

have shut down starcoin wallet and restarted it also.
vpasic
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 06, 2014, 09:56:10 AM
 #18

ok all done, now the bit that screws me everytime the config.

Ok heres what I have from GUIMiner Script to help you put it together.

2x7970 1x7950
Device 0-0, 0-1, 0-2
TC - 8192
Worksize - 256
Vectors - 1
Intensity - 13
Gpu threads - 2




working on this!
stand by...

Tips: 1Ejj8eANy2PLZVwrWUczkbQ8kQY2JhKqp6
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 09:58:09 AM
 #19

Does it matter my wallet is encrypted? Im thinking yes?
mattboldfield (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10


View Profile
February 06, 2014, 10:02:04 AM
 #20

umm, maybe not hey. I got Minting suspended with solo hey?
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!