Bitcoin Forum
June 17, 2024, 05:28:40 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 123 »
681  Bitcoin / Pools / Re: [1000 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] on: May 27, 2014, 06:50:17 PM
It took a day for them to switch

One day is extremely long. I can't think of anything on my end that would cause that. Let me know if you have any more problems. And make sure you are running a recent version of bfgminer/cgminer - there's been bugs with the failover pool functionality before, but hopefully not with recent versions.

All is good for the moment Doc. I do not know what it was but now I can reboot my miners as many times as I want without being afraid they will not connect

682  Bitcoin / Hardware / Re: [ANN] Technobit HEX16A2 - 24 Ghs - 50 EUR 48 h shippment on: May 26, 2014, 08:05:21 PM
Thx Marto for reply

do you mean by hub an ethernet splitter yeah I recently bought this could this be the problem
Dude,
There is a bug in one of the versions released so it seems that board is powered on off constantly because of a dead chip
Read changellog and try other version patch
In order for the hot plug to work you need udev and appropriate rules
Finally listen for marto advice and rip pi Wink
Use tplink
Pi is a great device but USB sucks due to irq sharing of internal pi USB switch and Ethernet
683  Bitcoin / Pools / Re: [1000 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] on: May 22, 2014, 09:45:22 AM
It took a day for them to switch

One day is extremely long. I can't think of anything on my end that would cause that. Let me know if you have any more problems. And make sure you are running a recent version of bfgminer/cgminer - there's been bugs with the failover pool functionality before, but hopefully not with recent versions.

Doc,

I am starting to think the cause of this is because FW or something
Basically my miners are using two different external ips. So everything else is same except ips. From one IP there are 5 miners only No issues at all
But from the other one there are always 2-3 miners struggling to connect. The funny part is that if i restart connected miner it connects immediately
But if i restart the one that is struggling to connect - same cgminer worker pool url it is refusing to connect. I will make a tcpdump of connect session and post this here

684  Bitcoin / Pools / Re: [1000 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] on: May 21, 2014, 06:04:55 PM
There are some issues with blacklotus
I have rebooted my miners - 20 tplinks

Sorry for the late response.

20 connections from the same location should work fine. There may be a temporary issue if they all connect at once, though I don't think 20 is enough to trigger anti DDoS measures. If your IP address gets filtered as an anti DDoS response, you should be able to access the server again after just a couple of minutes as long as your miners are not repeating connection attempts at a very high rate.

There is a bug in the current mining server code that can cause delayed response to stratum authentication commands. This can cause a delay when first connecting to the server, or even your client timing out. But if this is the problem your miner should normally switch back from backup pool fairly quickly and begin mining normally at Bitminter. This bug is fixed in a new version of the server software that I hope to have up and running in a few days.

In both cases your miners should switch back to Bitminter within a couple of minutes. But I take it this was not the case?

Thanks doc
It took a day for them to switch
But they are all there for the moment
Let us hope it was the bug in auth you are mentioning
If that happens again I will let you know
Thanks
Best
685  Bitcoin / Hardware / Re: 20 Port USB Hub Issues with Raspberry PI and Bitfury Twins on: May 20, 2014, 05:59:01 PM
What alternative could i use ?

Beaglebone I guess or pc

Is Beaglebone relieved from these kind of issues?

I will got one shortly and let you know. But from hardware point of view USB is completely independent from Ethernet  Wink
Ps i am refereeing to bb black
686  Bitcoin / Hardware / Re: 20 Port USB Hub Issues with Raspberry PI and Bitfury Twins on: May 20, 2014, 05:56:48 PM
What alternative could i use ?

Beaglebone I guess or Linux  pc
687  Bitcoin / Hardware / Re: 20 Port USB Hub Issues with Raspberry PI and Bitfury Twins on: May 20, 2014, 05:54:44 PM
I have used a d-link h4 and then the hub but the same results. Although it seems that it works on a windows version of cgminer.
Forget about pi
It is sharing Usb irq with Ethernet. for USB mining and have I/o in general pi is pain in the ass due to hardware design
688  Bitcoin / Pools / Re: [1000 TH] BitMinter.com [1% PPLNS,Pays TxFees +MergedMining,Stratum,GBT,vardiff] on: May 20, 2014, 06:18:42 AM
Doc,
There are some issues with blacklotus
I have rebooted my miners - 20 tplinks

Half of them connected just fine and working,
the other half are connecting to backup

cgminer + configs is equal to all of them


Is there some sort of connection limit per IP? I think yes. So it turns out that it is not enough for me...
Thanks

The issue:

 .blacklotus.net (Or nginx proxy or whatever is there ) delays connection up to 120 secs

From other hand in cgminer code curl timeout value is set to 60 secs

So that was the core reason for issues

json_t *json_rpc_call(CURL *curl, const char *url,
            const char *userpass, const char *rpc_req,
            bool probe, bool longpoll, int *rolltime,
            struct pool *pool, bool share)
{
   
long timeout = longpoll ? (60 * 60) : 60;

And this on sockets

      FD_ZERO(&rd);
      FD_SET(pool->sock, &rd);
      timeout.tv_sec = 90;
      timeout.tv_usec = 0;

      /* The protocol specifies that notify messages should be sent
       * every minute so if we fail to receive any for 90 seconds we
       * assume the connection has been dropped and treat this pool
       * as dead */
      if (!sock_full(pool) && (sel_ret = select(pool->sock + 1, &rd, NULL, NULL, &timeout)) < 1) {

I am damn sure that  .blacklotus.net (Or nginx proxy or whatever is there ) is causing this because i have many simultaneous connections originating from same IP


Please do one of two things

1. Ask blacklotus.net/Nginx to delay connections not more than 50 secs
2. Consider providing some kind of secret URL mining or VPN or whatever for your trusted users - to bypass blacklotus/Nginx

However first option is preferable Wink



689  Bitcoin / Hardware / Re: TECHNOBIT support tread + customer feedback on: May 19, 2014, 03:58:10 PM
you are looking at it Wink
Will be published with the first shipments
I am disappointed marto no m$ Crap anymore.
Bill fans will be disappointed also  Cheesy
690  Bitcoin / Mining support / Re: Server PSU for Antminer S1, step by step guide. on: May 09, 2014, 06:41:37 PM
Are the Server Psu's the best way to power the S1's?  Im thinking about ordering 13 more because they're so cheap now.

They work great. run 2 s1 no problem.
Using 10 for 3 weeks straight only 1 failed couple days ago (my fault).
Cannot complain - 10 bucks each, cannot beat the price.
Dude where are you getting them from?
A link would be grat
10x
691  Bitcoin / Hardware / Re: TECHNOBIT support tread + customer feedback on: May 09, 2014, 06:05:48 PM
We are finishing our design for our first Scrypt mining board

Specs
8  A2 terminator chip board
Hash rate - about 14  Mh/s  SCRYPT overclocked in turbo mode
16 bit PIC controller
6 line power suply
Voltage controled by command in the software/firmware
USB connector
2 x 6 pin PCI-e power conectors @ 12 V
power consumtion 150-200 W
2 side heatsinks and fans

There will be also a 4 chip version
That's quite impressive for the footprint of these boards. Will they be running the huge heatsink like on the 8A1 or a moderate one like the 16B?
I think a moderate one will be enough. In my understanding heatsink size is proportional to power consumption Grin
How ever the bigger is always better option but expensive also
692  Economy / Service Discussion / Re: AMT fucks us over again on: May 09, 2014, 06:02:42 PM
Dude a simple tax investigation against AMT and their famous Genno's stakes will bring Zipkin ass to jail guaranteed  Wink
All Capone story when everything fails this works for sure Grin
But Zipkin is paying taxes and not hiding anything right poserko Grin

How would AMT pays state taxes when they're not registered with the state to do business in PA.
They have to pay taxes somewhere for sure Wink
And they shall give you invoices also or at least that is how business works in Europe
When you buy something you get receipt or paper official document  proving your payment with the goods
693  Bitcoin / Mining support / Re: Server PSU for Antminer S1, step by step guide. on: May 09, 2014, 05:54:08 PM
Are the Server Psu's the best way to power the S1's?  Im thinking about ordering 13 more because they're so cheap now.
Could you post a link where are you getting them in quantities?
10x
694  Economy / Service Discussion / Re: AMT fucks us over again on: May 09, 2014, 05:33:02 PM
Dude a simple tax investigation against AMT and their famous Genno's stakes will bring Zipkin ass to jail guaranteed  Wink
All Capone story when everything fails this works for sure Grin
But Zipkin is paying taxes and not hiding anything right poserko Grin
695  Economy / Service Discussion / Re: AMT fucks us over again on: May 09, 2014, 04:55:22 PM
And poserkoto Zipkin is hiding from customers. The promised settlement update is missing?
poserkooooooo as people say the chances  your as to settle directly in jail is getting bigger and bigger
For your own good it is time to come up again with next bullshit in mind Grin
That will be your last attempt so think million times before posting it Grin
696  Bitcoin / Hardware / Re: Minion ASIC - free samples and up to US$20000 discount on: May 09, 2014, 03:41:44 PM

While I agree to some end with your comments regarding that WASP project, it really does seem that there's always a constant stream of people trying to grab your ear because  you're fucking them around.  I hope things get sorted out for you with the BA chips because I like them being in the hands of comptent developers, but maybe you could also take some time for some self-reflection.

If he put less time spraying hate on people who legitimately have a reason to complain then we'd all be good.

As for what the WPC does or doesn't do means little to the community as I said before. We are not taking anyone's resources but our own. It is funny how he wants to scream scam at the BlackArrow team so quickly yet doesn't want to face the musak from a number of people still questioning refunds for group buys and whatnot.

If you doubt the work we are doing then feel free to join a meeting. Determine for yourself where we are or aren't dropt if you have the time we are open to letting members of the community have a look. Nothing to hide.

Wrong Bick Grin
You are taking your developers time for free and on top they are paying you a member fee Grin
However it is their will. You are not forcing them to donate their time and money to your project.
We have a saying which in English sounds like
The mad man is not the one who is eating the cake but the one who is giving it for free
Buy the way how are your meetings going lately?
No announcement no CSS designs and provisioning serves
Are you still on track? Grin
 Excuse me for off topic guys
697  Bitcoin / Hardware / Re: [ANN] Spondoolies-Tech launches a new line of ASIC miners - Best W/GH/s ratio on: May 09, 2014, 04:42:11 AM
Are the SP10's running in turbo mode @ 1.4TH/s using 1325W?  
If this is true do these units have an upgraded PSU or standard 1050W?
Does running in "turbo mode" burn-up the PSU?

I am very interested but can not get an answer as to how SP10's are pulling 1300+ watts from a 1050W rated PSU?
Dude,
Every psu rated at x wats pulls x multiplied buy 1.15 depending on efficiency at/in the wall. At full load of course.
These are basics and have nothing to do with sp10 at all
Basically you ca burn any psu when overloading it
698  Economy / Service Discussion / Re: AMT fucks us over again on: May 08, 2014, 07:01:11 PM
After settlement they will do their homework and ship the crap with all papers inside.
Forum and pictures are proof but will the be good enough for court?
As I said do not deal again with dishonest liars. It is not about money or miners it about general principles. That is what I think...
 
699  Economy / Service Discussion / Re: AMT fucks us over again on: May 08, 2014, 06:00:19 PM
The real problem is that it will be very hard to prove if crap was doa, damaged during shiping or you the customers burn it. If you happen to go to court to prove that Zipkin is delivering more that 1:10 crap,it will be an easy win for Zipkin if you follow me.
And poserkoto will get out clean. So every settlement whit option different from refund is a pure 10000% loss
That is what Zipkin is waiting for  statement with promises for extra hashing power.....
You are the ones who have winning position because amt broke all possible laws but after the settlement you are gona loose because you will never be able to prove that the crap was doa. You will rma it Zipkin wil change it according to always and so on.....
Think twice before settle with amt scam
700  Economy / Service Discussion / Re: AMT fucks us over again on: May 08, 2014, 02:56:21 PM
Thanks for your explanation opium
I want you to know that I am doing all which is possible for my mind tou understand you.
However I want you to try to listen to me
 Best case scenario is that poserkoto Zipkin will reach a "contract" settlement with you as a customers. The facts are that amt are zero in terms of technical skills.
In addition for some reason they are not buying ready to rock hardware from their partners to ship
Have you noticed any severe complains in bitmine thread?
In techno bit thread. It is unavoidable for them just to manufacture next Technobit-amt logo crap.

zipkin will ship you another crap, which will buy him time then again and again. Zipkin is clever also. So basically he will ship crap continuously over time which will get replaced by other crap and so on. Because of your agreement you will not be able to sue Zipkin again for same thing.
One day when a1 miner becomes obsolete completely like my avalons gen 1 boards he will buy them second hand and will ship them to you
So he will play jentle bulshiting you and shipping crap because of contract settlement to avoid law suite but he will fuck you again
He is under pressure at the moment. His pants are brown and his ass is shaking Grin
I suggest to all of you to refuse all AMT plans a,b or c and insist on refund as only available option

Wish you luck
Learn your lesson Zipkin gave you crap in person right?
It was intentionally I am damn sure he knew that fact.
Do not ever ever allow this to happen again....
Abut law system the situation is same in Bulgaria. The difference is that even a special squad would not be enough to stop the angry customers if Zipkin did this to Bulgarians.
I told it many times shit happens but I can not stand constant intentional lies from Zipkin
Do you remember BASIC?
So Guy Tom if I remember correctly  played same shitty a,t game. After two weeks or so Tom just said I am out I will refund you. And that was enough. I haven't heard of of a law suite against basic.
The truth is worth more than million words


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 [35] 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 ... 123 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!