Author

Topic: [4+ EH] Slush Pool (slushpool.com); Overt AsicBoost; World First Mining Pool - page 780. (Read 4382786 times)

hero member
Activity: 490
Merit: 500
I'm not sure, I'm actually using the latest guiminer, with the dropdown just set to slush's pool.  It doesn't actually say what url it uses for that setting.  But I am still submitting shares, albeit inconsistently...
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
what host and port you r using?
hero member
Activity: 490
Merit: 500
I had to go and get cocky.

Now my miners are bouncing up and down like Pamela on Baywatch...
hero member
Activity: 490
Merit: 500
I'm good to go on guiminer, although I did see my estimated reward jump so it does look like some peeps are getting disconnected...


But I'm ok with that since my reward is steadily climbing!!!   Tongue
member
Activity: 79
Merit: 10
slush has been notified, from what I understand.
member
Activity: 87
Merit: 10
Impossible to connect with stratum. Impossible to mine. Cgminer does not connect with stratum.
hero member
Activity: 924
Merit: 1001
Unlimited Free Crypto
Stratum not connecting. Was connected a couple of minutes ago apparently it is working but when you disconnect it would not reconnect Sad
sr. member
Activity: 333
Merit: 250
"Raven's Cry"
newbie
Activity: 36
Merit: 0
STRATUM FEED IS DOWN - PLEASE INVESTIGATE
full member
Activity: 163
Merit: 100
Is it just me, or is stratum.bitcoin.cz:3333 having some stability problems this morning ?

I too am seeing some issues. Heads up, people.
legendary
Activity: 1652
Merit: 1067
Christian Antkow
Is it just me, or is stratum.bitcoin.cz:3333 having some stability problems this morning ?
hero member
Activity: 490
Merit: 500

guiminer connects to stratum.bitcoin.cz:3333 ok, but it can start all 3 gpus, only 1 does any work.


With guiminer and multiple cards you need to create another miner for each card.  Just go to file > new miner and setup another one.  Then use the device dropdown list to select the next GPU.  Create one for each GPU and you should be fine.  If you don't already know about it you can select view > show summary and see all of the miners at once.

Yeah, that's what I was gonna say.  It sounded like he was using the same gpu for all three miners.

Make sure the device drop down selection is different for each miner...
legendary
Activity: 1726
Merit: 1018

guiminer connects to stratum.bitcoin.cz:3333 ok, but it can start all 3 gpus, only 1 does any work.


With guiminer and multiple cards you need to create another miner for each card.  Just go to file > new miner and setup another one.  Then use the device dropdown list to select the next GPU.  Create one for each GPU and you should be fine.  If you don't already know about it you can select view > show summary and see all of the miners at once.
hero member
Activity: 574
Merit: 500
Any one else notice slush's pool luck is proportional to BTC price - when pool luck is low it's a good time to buy BTC and when pool luck is high it's a good time to sell. Uncanny.
newbie
Activity: 11
Merit: 0

Think you need to use --intensity 10,10,10 But seems like you were tired when doing this Wink.

If you start it up with a batch-file, you can use // to put in comments etc. This makes it easier to find a good setting based on previous tries.
All lines starting with // will be ignored.

Would look something like this:

----mining.bat------

//Original setup
//cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1


//Test setup based on ramblings from some random interweb guy
 cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p [my worker pwd] --intensity 10,10,10
Another option is to use the configuration file and start cgminer --config cgminer.conf
This is for your settings:
Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://stratum.bitcoin.cz:3333",
                "user" : "[my worker id] ",
                "pass" : "[my worker PASS] "
        }
]
,
"intensity" : "9,9,9,9",
"worksize" : "256",
}
There is no point in setting shaders or threads since cgminer detects and uses the most optimal settings. (Ofcourse you need to experiment with them but in general)
And as i said before dont use intensities higher than 10 (optimal is often 9) on bitcoins.
Also the problem you need solved is that cgminer is defaulting to HTTP protocol which stratum is not. Use the url string i provided.
full member
Activity: 224
Merit: 100
One bitcoin to rule them all!
Try cgminer.
All instructions and info can be found in that thread.

Ok, think I understand cgminer a bit better, but can't get it to connect to stratum.bitcoin.cz:3333, says "no live pool" and gpus do not start.

My command line is:
cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1

I tried the same command line except with --scrypt flag and connection to LTC pool, all gpus fired up and pumping 275 KH/s each.

try once with just --intensity

btw: 17 sounds very high when not --scrypt from my short experience. (not that you said what cards you have. Tongue)

I'm running three Asus HD7870DC2-2GD5-V2 gpus
tried your suggestion with command line = cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p [my worker pwd] --intensity 10

cgminer returns the following:

probing for an alive pool
pool 0 JSON stratum auth failed: (null)
No servers were found that could be used to get work from.
Please check the details from the list below of the servers you have input
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http://stratum.bitcoin.cz:3333  User [it's showing the right worker id]  Password: [it's showing the right pwd]
Press any key to exit, or cgminer will try again in 15s.

guiminer connects to stratum.bitcoin.cz:3333 ok, but it can start all 3 gpus, only 1 does any work.

well, enough for tonight -- gotta get some sleep



Think you need to use --intensity 10,10,10 But seems like you were tired when doing this Wink.

If you start it up with a batch-file, you can use // to put in comments etc. This makes it easier to find a good setting based on previous tries.
All lines starting with // will be ignored.

Would look something like this:

----mining.bat------

//Original setup
//cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1


//Test setup based on ramblings from some random interweb guy
 cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p [my worker pwd] --intensity 10,10,10
vs3
hero member
Activity: 622
Merit: 500
Whats going on

5 hour block now

17808    2013-05-03 01:21:10    1:56:02    13989267    4312    0.00806559    234267    25.31295002    73 confirmations left
17807    2013-05-02 23:25:08    1:50:39    13390617    4306    0.00770259    234255    25.19370000    61 confirmations left
17806    2013-05-02 21:34:29    0:04:19    541735    149    0.00682912    234241    25.32201001    47 confirmations left
17805    2013-05-02 21:30:10    2:44:38    20275081    6208    0.00791575    234240    25.01971190    46 confirmations left
17804    2013-05-02 18:45:32    11:08:44    84660645    25681    0.00747801    234225    25.55084142    31 confirmations left

and luck    54%, 93%, 98%

So in the last 24 hours we have had 5 blocks found and still working on the 6th

joolz


You should check out Bitminter's - https://bitminter.com/blocks

From the last 20 blocks they had only 6 that took less than an hour. Almost all of the rest were around 2hrs, 5 of which exceeded 3hrs - they had a 4h:43min, 6h:18min and 7h:28min in a span of just over 24hrs!

And they're not way too low on hashrate either - around 6.5TH/s.

So nothing to complain really... It's just luck ... or rather lack of.
newbie
Activity: 11
Merit: 0
Try cgminer.
All instructions and info can be found in that thread.

Ok, think I understand cgminer a bit better, but can't get it to connect to stratum.bitcoin.cz:3333, says "no live pool" and gpus do not start.

My command line is:
cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1

I tried the same command line except with --scrypt flag and connection to LTC pool, all gpus fired up and pumping 275 KH/s each.
It is trying to connect via the old getwork protocol over http. try:
cgminer -o stratum+tcp://stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd]  --intensity 9

For bitcoins intensities above 9 does almost nothing. but you can experiment.
(Well if you have gpu sync enabled max is 14 without 10 is max.) But did not do anything for me except destabilize my system
full member
Activity: 174
Merit: 100
< My mining rig >
Try cgminer.
All instructions and info can be found in that thread.

Ok, think I understand cgminer a bit better, but can't get it to connect to stratum.bitcoin.cz:3333, says "no live pool" and gpus do not start.

My command line is:
cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1

I tried the same command line except with --scrypt flag and connection to LTC pool, all gpus fired up and pumping 275 KH/s each.

try once with just --intensity

btw: 17 sounds very high when not --scrypt from my short experience. (not that you said what cards you have. Tongue)

I'm running three Asus HD7870DC2-2GD5-V2 gpus
tried your suggestion with command line = cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p [my worker pwd] --intensity 10

cgminer returns the following:

probing for an alive pool
pool 0 JSON stratum auth failed: (null)
No servers were found that could be used to get work from.
Please check the details from the list below of the servers you have input
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http://stratum.bitcoin.cz:3333  User [it's showing the right worker id]  Password: [it's showing the right pwd]
Press any key to exit, or cgminer will try again in 15s.

guiminer connects to stratum.bitcoin.cz:3333 ok, but it can start all 3 gpus, only 1 does any work.

well, enough for tonight -- gotta get some sleep
full member
Activity: 224
Merit: 100
One bitcoin to rule them all!
Try cgminer.
All instructions and info can be found in that thread.

Ok, think I understand cgminer a bit better, but can't get it to connect to stratum.bitcoin.cz:3333, says "no live pool" and gpus do not start.

My command line is:
cgminer -o stratum.bitcoin.cz:3333 -u [my worker id] -p {my worker wd] --shaders 1024 --intensity 17,17,17 --worksize 256,256,256 -g 1

I tried the same command line except with --scrypt flag and connection to LTC pool, all gpus fired up and pumping 275 KH/s each.

try once with just --intensity

btw: 17 sounds very high when not --scrypt from my short experience. (not that you said what cards you have. Tongue)
Jump to: