Author

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

member
Activity: 112
Merit: 10
How are they useless? Which is better? Get the bitcoins now, or get them hours later?

I think you know the logical answer.

Why would you want to click a button to get your bitcoins, when what Slush has offered is a "set and forget" approach. Set your threshold to whatever value you want, and never touch it again. In theory, you never have to visit his website again to get paid as often as you'd like.

What's not to like about doing nothing to get paid?
full member
Activity: 126
Merit: 100
How are they useless? Which is better? Get the bitcoins now, or get them hours later?

I think you know the logical answer.
sr. member
Activity: 406
Merit: 250
Come on dude, are you waiting for an invitation?

There are many missing features. Like removing that stupid wait for 100-120 blocks for the confirmed reward or lowering it down. Adding a simple payout button instead of the abomination called threshold.

Your pool has been online for a long time, it has a nice design, but these two features are missing; And i feel as though you havent coded any new features at all. Your pool is yet to be complete my friend; so don't in any way think it is

Those two "features" are absolutely useless to anybody that is acting logically as opposed to off of pure irrational emotion. And yet you pay an extra percent in fees for those? Irrational.

Edit: I'm not saying that there aren't other things about deepbit that might be worth the extra 1%.
full member
Activity: 126
Merit: 100
Come on dude, are you waiting for an invitation?

There are many missing features. Like removing that stupid wait for 100-120 blocks for the confirmed reward or lowering it down. Adding a simple payout button instead of the abomination called threshold.

Your pool has been online for a long time, it has a nice design, but these two features are missing; And i feel as though you havent coded any new features at all. Your pool is yet to be complete my friend; so don't in any way think it is
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
Hey I have some questions.

I have been running for about 6 hours with my miner giving me about 800 khash/sec, and my CPU giving me about 500 khash/s. I have yet to receive any shares.

My interpretation of this, is that the miner (I use poclbm), uses the GPU, while the bitcoin application uses the CPU. What gets contributed to the mining pool? Is it just the khash rate I see in poclbm or does it include the khash rate that I see in the bottom left corner of the original bitcoin application? Why haven't I received a share yet? Am I doing something wrong? Should I not be running the actual bitcoin application or what?

my batch file looks like this,

start /DF:\bitcoin\poclbm_py2exe_20110428 poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user.miner --pass=password --device=0 -w 256 -f 60
Have you tried that new Intel CPU optimized bitcoin-miner?  I tried it on a I core 3 330m and got 5 mhashs more than with just stock poclbm.  Check the forum it works well on amd too (quad core amd got almost 10)
full member
Activity: 126
Merit: 100
Im even more confused.

I have a ATI mobility Radeon HD 4300 series graphics card on my laptop.

Can this be used for mining?

you're right on the edge.  see here:

https://en.bitcoin.it/wiki/Mining_hardware_comparison

4350 or higher...? 
newbie
Activity: 3
Merit: 0
Im even more confused.

I have a ATI mobility Radeon HD 4300 series graphics card on my laptop.

Can this be used for mining?
member
Activity: 112
Merit: 10
correct me if im wrong here people, but difficulty adjustments shouldn't theoretically affect your share generation, since the blocks you solve for a share are difficulty 1? if your share generation has changed, i was always under the assumption you're just having a lucky or unlucky streak

You are probably correct, I made some assumptions myself.

Technically speaking the pool tells your client what the target difficulty is. And, in theory, the pool can adjust the difficulty up and down as it sees fit. In theory, this could be a fixed percentage of the actual difficulty (say 10%).

However, in practice, most of the miners that I looked at their source code for, ignore the target set by the pool and simply check the upper word for zeros.

So, if the poclbm is doing that, then no matter what the pool said the difficulty was, the miner would keep working at the same difficulty level as before.
newbie
Activity: 56
Merit: 0
Hey I have some questions.

I have been running for about 6 hours with my miner giving me about 800 khash/sec, and my CPU giving me about 500 khash/s. I have yet to receive any shares.

My interpretation of this, is that the miner (I use poclbm), uses the GPU, while the bitcoin application uses the CPU. What gets contributed to the mining pool? Is it just the khash rate I see in poclbm or does it include the khash rate that I see in the bottom left corner of the original bitcoin application? Why haven't I received a share yet? Am I doing something wrong? Should I not be running the actual bitcoin application or what?

my batch file looks like this,

start /DF:\bitcoin\poclbm_py2exe_20110428 poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user.miner --pass=password --device=0 -w 256 -f 60

If poclbm is telling you that you are running at 800 khash/sec you are 99.99% certainly NOT running on your GPU. My Radeon 5670 is giving 85 megahashes/sec, so, just for comparison you should be receiving a number at least 100 times larger than what you are seeing.

As far as no shares... yeah, the difficulty recently went up. I turned on jgazark's CPU miner to try and test a few things out (it was getting about 700 khash/sec per core) and it took it 2.5 hours to find 1 share  Shocked

GPU mining is the way to go... I am not sure what to tell you on the poclbm thing... I've never used it.

correct me if im wrong here people, but difficulty adjustments shouldn't theoretically affect your share generation, since the blocks you solve for a share are difficulty 1? if your share generation has changed, i was always under the assumption you're just having a lucky or unlucky streak
member
Activity: 112
Merit: 10
Hey I have some questions.

I have been running for about 6 hours with my miner giving me about 800 khash/sec, and my CPU giving me about 500 khash/s. I have yet to receive any shares.

My interpretation of this, is that the miner (I use poclbm), uses the GPU, while the bitcoin application uses the CPU. What gets contributed to the mining pool? Is it just the khash rate I see in poclbm or does it include the khash rate that I see in the bottom left corner of the original bitcoin application? Why haven't I received a share yet? Am I doing something wrong? Should I not be running the actual bitcoin application or what?

my batch file looks like this,

start /DF:\bitcoin\poclbm_py2exe_20110428 poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user.miner --pass=password --device=0 -w 256 -f 60

If poclbm is telling you that you are running at 800 khash/sec you are 99.99% certainly NOT running on your GPU. My Radeon 5670 is giving 85 megahashes/sec, so, just for comparison you should be receiving a number at least 100 times larger than what you are seeing.

As far as no shares... yeah, the difficulty recently went up. I turned on jgazark's CPU miner to try and test a few things out (it was getting about 700 khash/sec per core) and it took it 2.5 hours to find 1 share  Shocked

GPU mining is the way to go... I am not sure what to tell you on the poclbm thing... I've never used it.
newbie
Activity: 3
Merit: 0
Hey I have some questions.

I have been running for about 6 hours with my miner giving me about 800 khash/sec, and my CPU giving me about 500 khash/s. I have yet to receive any shares.

My interpretation of this, is that the miner (I use poclbm), uses the GPU, while the bitcoin application uses the CPU. What gets contributed to the mining pool? Is it just the khash rate I see in poclbm or does it include the khash rate that I see in the bottom left corner of the original bitcoin application? Why haven't I received a share yet? Am I doing something wrong? Should I not be running the actual bitcoin application or what?

my batch file looks like this,

start /DF:\bitcoin\poclbm_py2exe_20110428 poclbm.exe --host=mining.bitcoin.cz --port=8332 --user=user.miner --pass=password --device=0 -w 256 -f 60
member
Activity: 112
Merit: 10
This was a really good day for the pool. I made almost as much BTC as I was when the difficulty was slightly more than half what it is now.

Agreed. We recently closed out a block in under 3 minutes... that was a good round   Cheesy
sr. member
Activity: 406
Merit: 250
This was a really good day for the pool. I made almost as much BTC as I was when the difficulty was slightly more than half what it is now.
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
I appreciate you too slush, with my new and improved rig I am pulling roughly 1 g/hash and its all on your pool buddy.


Lets git this money. ;>

iMMUNE

member
Activity: 112
Merit: 10
Yes, everything is going fine, 600k shares (block #4417) isn't anything abnormal with current difficulty.

I see your Ghash/sec rating has been going back up since it went down. Congrats on the pool, I appreciate your hard work.
legendary
Activity: 1386
Merit: 1097
Slush - is the mining interface borked again this weekend?
3 hours of unreported mining..

I didn't notice any downtime. My rewards are stable.

Yes, everything is going fine, 600k shares (block #4417) isn't anything abnormal with current difficulty.
sr. member
Activity: 298
Merit: 250
Slush - is the mining interface borked again this weekend?
3 hours of unreported mining..

I didn't notice any downtime. My rewards are stable.
hero member
Activity: 896
Merit: 1000
Buy this account on March-2019. New Owner here!!
sorry if I offended you. I mine exclusively on slush's pool, so I mostly post questions/comments in here... someone was talking about multi gpu's and cooling on this thread so I thought I would ask some of the more experienced guys on here about tips on how I can pull my rig off with cooling, stability etc,,,,

I did not mean to piss anyone off.

all apologies.
iMMUNE
member
Activity: 112
Merit: 10
What does his have to do with the subject of this thread ??
gossip by pm or your own thread
enough already
full member
Activity: 121
Merit: 100
Obey me and live or disobey and die.
Nice case, if you don't mind why not drill a enough holes to add a couple of low CFM (30-40) on the side as intake, should be simple as its perspex, or i if you have the option you might need some more intake on the front.
Jump to: