Pages:
Author

Topic: [NEW POOL & MINER] - BitcoinPool.com - Jump In! ~NO FEES~ :) - page 8. (Read 101960 times)

newbie
Activity: 60
Merit: 0
We dont have 11ghash so thats wrong anyways. currently were at about 8.5 so redo the math.
Look ive been mining for about a month. went through everything did my due diligence before i got into this business. Luckily i run a computer repair business so i had the parts on hand to get up to about 2ghash on my own and was gonna mine solo but i did the math and realized it didnt matter if i mined solo or not its still the same pay out outside of the luck that plays a small part in this. when the pool was running 4ghs i got 50% of every blcok found. yeah it took 3 days but if i was mining solo i woulda got 100% and took 6 days the same payout when we got to 8ghs i got 25% but we found a block twice as fast u see my point? still the same payout. when the difficultly dropped and we hit like 8 in one day we got ahead on the curve. now were behind. That makes us average and still exact same payout. So it really doesnt make since to talk about how long the round is look at the numbers your hasrate and your payout it all adds up. Period. No were not hitting as fast as other pools but were not splitting 1000 ways either. Actually the negitivity stops this pool from growing larger and sends people else where. When i look at the last 10 or so blocks found those memebers arent in this round so the members dropping out and adding in makes it hard to estimate when were likely to hit. So lets jus do the math and be grateful its as easy to add things up as it is in this pool from what ive seen things can be alot more complicated..cheers Cool
*Goes back to mining*  
member
Activity: 79
Merit: 10
Current Round:     01d 07h 55m 27s

This round is taking FOREVER lol
We're at the 99th percentile for having a hash rate of 11 Gh/s. Sad
1 day, 10 hours, 27 minutes = 99th percentile at 11 Gh/s

full member
Activity: 126
Merit: 100
Current Round:     01d 07h 55m 27s

This round is taking FOREVER lol

yup, happy im not in it
full member
Activity: 336
Merit: 101
Current Round:     01d 07h 55m 27s

This round is taking FOREVER lol
sr. member
Activity: 258
Merit: 250
Honestly, I'm not too sure what to tell you. It's working perfectly fine for me on 4 different PCs, so I know it isn't a pool issue. It must be an issue with your connection specifically.

sr. member
Activity: 406
Merit: 250
all other pools work, so i guess that's not a problem
telnet seems to work for me. :/
Hmm, maybe you should try capturing the traffic with Wireshark and see if there's something going on that's not immediately obvious.
poclbm works fine, so it's definitely an application problem

Ufasoft's SSE2 miner uses IE HTTP calls and so uses whatever proxy/connection information you have setup for IE.

I found the below thread which points this specific 80072ee2 error to things that cause communications issues which could include overloaded network cards due to high/shared traffic.

http://forums.techarena.in/windows-update/254741.htm
full member
Activity: 182
Merit: 107
Hmm, maybe you should try capturing the traffic with Wireshark and see if there's something going on that's not immediately obvious.
poclbm works fine, so it's definitely an application problem
Nevertheless, capturing the traffic might be enlightening.  You could even compare the traffic with what poclbm generates.  This could be useful information for a bug report.
legendary
Activity: 2058
Merit: 1462
all other pools work, so i guess that's not a problem
telnet seems to work for me. :/
Hmm, maybe you should try capturing the traffic with Wireshark and see if there's something going on that's not immediately obvious.
poclbm works fine, so it's definitely an application problem
full member
Activity: 182
Merit: 107
all other pools work, so i guess that's not a problem
telnet seems to work for me. :/
Hmm, maybe you should try capturing the traffic with Wireshark and see if there's something going on that's not immediately obvious.
legendary
Activity: 2058
Merit: 1462
Try:

Code:
telnet 173.50.236.43 8334


If it successfully connects, you will get a blank cmd screen with a blinking cursor. Press ctrl-] to end the session and then type "quit" to get back to the command prompt.

If it doesn't connect, then there is something blocking that port between you and bitcoinpool.
telnet seems to work for me. :/
sr. member
Activity: 406
Merit: 250
Try:

Code:
telnet 173.50.236.43 8334

If it successfully connects, you will get a blank cmd screen with a blinking cursor. Press ctrl-] to end the session and then type "quit" to get back to the command prompt.

If it doesn't connect, then there is something blocking that port between you and bitcoinpool.
legendary
Activity: 2058
Merit: 1462

"Timed out" likely means that a firewall is dropping the SYN packet.  Are you at work?  Is outbound TCP port 8334 open?
all other pools work, so i guess that's not a problem
full member
Activity: 182
Merit: 107

"Timed out" likely means that a firewall is dropping the SYN packet.  Are you at work?  Is outbound TCP port 8334 open?
newbie
Activity: 56
Merit: 0
...or just don't copy user info or blast it with a filled box since I can still tell what the user path was.  Actually, don't even bother hiding a user name such as that.  Somebody would guess it sooner or later.  The password is pretty well blasted, though.  Copying the console text as text was a good suggestion.
full member
Activity: 170
Merit: 100
or copy console output
sr. member
Activity: 406
Merit: 250
You could just do a "cd\" and then "cls" to get rid of your personal information instead of going through the trouble to spraypaint it out.
legendary
Activity: 2058
Merit: 1462

I'm using:
Code:
bitcoin-miner.exe -a 60 -t 4 -v -u USERNAME -p PASSWORD -o http://bitcoinpool.com:8334/

It's working without issue for me.

Can you ping the server? Have you tried using the IP instead of domain name?
sr. member
Activity: 258
Merit: 250
I get this in my guiminer.exe file
"Traceback (most recent call last):
  File "guiminer.py", line 6, in
  File "win32api.pyo", line 12, in
  File "win32api.pyo", line 10, in __load
ImportError: DLL load failed: The specified module could not be found."    Huh

Either your shortcut is not set to "start in" the same folder as guiminer.exe, or you're missing one of the required DLL files:

OpenCL.dll - Install AMD APP SDK or latest Catalyst drivers from AMD (http://ati.amd.com) to resolve.

msvcp90.dll - Install the Microsoft Visual C++ 2008 Runtime files (http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2&displaylang=en) to resolve.

boost_python_vc90-mt-1_44.dll - Install Boost v1.4.4 pre-compiled libraries, or get the DLL from downloading the GUI miner again.

newbie
Activity: 1
Merit: 0
I get this in my guiminer.exe file
"Traceback (most recent call last):
  File "guiminer.py", line 6, in
  File "win32api.pyo", line 12, in
  File "win32api.pyo", line 10, in __load
ImportError: DLL load failed: The specified module could not be found."    Huh
sr. member
Activity: 1344
Merit: 264
bit.ly/3QXp3oh | Ultimate Launchpad on TON
can you consider adding support for Ufasoft's CPU Miner? your site says it supports it, but i'm getting "the operation timed out" errors.

It works. I'm running it on my laptop without issue.

If it's giving "the operation timed out", it's not an incompatibility issue. How are you starting it?

bitcoin-miner.exe -t 4 -u grue -p xxxxxxxx -o http://bitcoinpool.com:8334/ -a 10

Are you using grue or grue1 account?

Also, please increase the askrate to 60 (which is the highest it can go).
Pages:
Jump to: