Bitcoin Forum
June 19, 2024, 07:23:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 »
2701  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 05, 2015, 10:17:19 PM
I think I answered my own question.  Since it's displaying what cgminer is reporting through api, I have to restart cgminer to remove the old, unused devices.

Is there a way to get best share to be shown?  It's fun to keep an eye on that one.
2702  Alternate cryptocurrencies / Mining (Altcoins) / Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool! on: April 05, 2015, 08:39:57 PM
Can this software monitor USB devices?  I watched your setup video and it shows you entering IP addresses for the miners, but my USB miners do not have an IP address.  Thank you.

Yes it can, your USB devices are controlled by a computer running cgminer or bfgminer, you just have to turn API access on and then use the ip address of the computer running the mining software.

You'll have to allow API access on the client config and adjust any firewall settings on the computer to allow external connections to the API ports.

Awesome, finally got around to installing and configuring your software.  It's really cool, just what I was looking for.  Now I can watch my S1, S3+, U3, and 4x nanofuries on one screen.  Thank you!  I will send a small donation (if I had more BTC I would send more).

One question, when I unplug and replug in my U3 (usb), the dashboard recognizes it as a new device and leaves the old one in the display.  I cannot figure out how to remove this old device.  The U3 needs to be unplugged and replugged often, and I'm afraid my display will become cluttered with old, unused devices.  Is there a way to delete the old device?


(disregard the error rate, it settles down after a few unplugs)
2703  Bitcoin / Mining support / Re: S3+ (BM1382) Overclocking with voltage setting on: April 05, 2015, 08:13:37 PM
Fantastic post and great information, thank you so much!  Looking forward to squeezing a little more out of my S3+.

It has been suggested that the voltage setting under the Miner Configuration -> Advanced Settings tab that is in the new S3+ firmware is a left over from the S4 firmware and is of no effect to the S3+, however this is not the case. While trying to figure out the effect the setting had, I changed one of my slightly OC'ed S3's voltage setting to 0850 and left it there for as it seemed to slightly improve the speed it was hashing at. This unit (like the rest of my S3's) was powered by a 550W server PSU, and having left the unit to run for weeks, the PSU started restarting every so often, which none of the others ever did. I finally realised that the PSU was dead and the only difference in settings was the voltage, which confirmed to me that the setting surely has an effect on the S3+, thus this post.

I looked up the datasheet for the BM1382 chip that is used in the S3+ and found 2 sections that helped me work out what caused the fauilre of my PSU (and also led me to properly use the voltage setting to properly overclock an S3+).

1. The typical hash rate and power table



2. The input timing for the chip



The initial table has voltage settings and hash rates at each voltage, while the second table has the hash rates and frequencies to achieve them. Putting these together, I came up with the following.



I have added an extra row for each voltage setting of 0.75v and 0.80v as I found that with the two units I overclocked they had a higher HW error % at the frequencies in the datasheet. When I upped the frequency a notch, the HW error % reduced to acceptable levels. It goes without saying that you may need to add the added frequencies as they are not in the shipped firmware, here's alink to how you can add them: https://bitcointalk.org/index.php?topic=699064.msg8370071#msg8370071

Also worthy of note is that setting a chip voltage to 0.85 results in a (datasheet / theoretical) wattage draw for the S3 (32 chips) of 544 watts. Remember the server PSU that I was using on the over-volted S3 that I mentioned earlier was rated at 550 watts ..... no wonder it gave up its ghost! So ensure you have an adequate PSU powering your S3 before you begin. Addidtionally, it may be worth noting that a fully populated 6 pin PCI-e connector will carry a maximum of 24 Amps @ 12V = 288 Watts (though I normally assume they can only carry 22.5 Amps @ 12V = 270 Watts), so you may need to power your S3 with all 4 pins rather than just 2.

Finally, here's an image of one of the OC'ed units. The HW error % is a bit high on this, but the unit has hashed at lower rates for longer runs, and also higher hash rates! EDIT: The lower part of the image is the poolside registered rate(s) after OC'ing.



EDIT: It pains me to have to admit that the same voltage OC'ing will apply to the bitmain variants that have the BM1382 chips, e.g the S2 and S4; the reason it pains me is I do not have one!

EDIT 2: I thought I'd also post this to compare with my earlier OC'ing of my batch 6 S3 in this post: https://bitcointalk.org/index.php?topic=750220.0 (also in my signature).

When I ran the test in August 2014 at freq 262.5 with the old firmware, I achieved an average hash-speed over a day of 529 Gh/s with 200 errors (0.00187113284%). Having set the voltage to 0750 in the newer firmware, I have a hash-speed 528.53 and a HW error rate of only 46 HW errors (0.0004%).

So again, not only does the voltage setting aid in OC'ing, it certainly does help with running efficiently!



EDIT: 6th Dec 2014

I had to post this. An update for the 262.5 freq @ 0.75 volts (0750 setting) after running for 2 days. There are only 96 92 HW errors and the % is still the same! The consistency you get from setting the voltage correctly is astoundingly repeatable / maintainable given what we've come to expect of ASIC rigs.


2704  Bitcoin / Mining support / Re: BITMAIN Antminer S3 support and OverClocking thread on: April 05, 2015, 08:12:41 PM

The file with frequency values for the advanced page with miner settings is

Code:
/usr/lib/lua/luci/model/cbi/cgminer/cgminer.lua

Look at the end of the file for the frequency list.

Here are highlighted in red the lines with new frequency not included in the stock firmware.

Quote
pb:value("13:300:0b82", translate("300M"))
pb:value("14:293.75:1706", translate("293.75M"))
pb:value("14:287.5:0b02", translate("287.5M"))
pb:value("14:281.25:1606", translate("281.25M"))
pb:value("15:275:0a82", translate("275M"))
pb:value("15:268.75:1506", translate("268.75M"))
pb:value("15:262.5:0a02", translate("262.5M"))
pb:value("16:256.25:1406", translate("256.25M"))

pb:value("16:250:0982", translate("250M"))
pb:value("16:243.75:1306", translate("243.75M"))
pb:value("17:237.5:1286", translate("237.5M"))
pb:value("17:231.25:1206", translate("231.25M"))
pb:value("18:225:0882", translate("225M"))

pb:value("18:218.75:1106", translate("218.75M (default)"))
pb:value("18:212.5:1086", translate("212.5M"))
pb:value("19:206.25:1006", translate("206.25M"))
pb:value("20:200:0782", translate("200M"))
pb:value("20:196:1f07", translate("196M"))
pb:value("20:193:0f03", translate("193M"))
pb:value("23:175:0d83", translate("175M"))
pb:value("27:150:0b83", translate("150M"))
pb:value("33:125:0983", translate("125M"))
pb:value("40:100:0783", translate("100M"))

Many thanks, just made these changes to my S3+.  Very useful information, kudos to you for providing it!
2705  Bitcoin / Pools / Re: [2100 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 05, 2015, 07:34:28 PM
Hey, found my first block on the pool. Nice! Happy Easter to all!!!

Congrats!  How much hash did you have to throw at it?
2706  Bitcoin / Mining speculation / Re: New Diff thread Mar 22 to Apr. 5 not ready for prime time on: April 05, 2015, 07:32:29 PM
Hey, at least it was in the 5s, not too bad.  Especially if you consider last time was negative.  Here's to hoping summer in the north means a slow down/drop in difficulty over the next several months.
2707  Bitcoin / Hardware / Re: ANTMINER S3+ Discussion and Support Thread on: April 05, 2015, 07:50:11 AM
Picked up a used S3+ from ebay, it was well taken care of.  I blew the dust out, fired it up, performed a factory reset, and then got it on my network.  It still had the original S3+ firmware, so I flashed to the January 2015 latest version, put in my pool info, and it's hashing away at 450+ gh.  Great little box, will let it run for a week or so and then play with overclocking.  My S1 is oc'd to 200gh with ~0.8% error rate, so I want to see what I can get out of the S3+ while keeping the error rate less than 0.9%.
2708  Bitcoin / Pools / Re: [1800 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 05, 2015, 07:43:24 AM
Well, gotta do something while waiting for the blocks Smiley
Oh there's another one Smiley
(awaiting confirm)
Edit: confirmed

My S3+ arrived yesterday, got it set up last night and it has replaced my S1 in this pool (+250gh), glad to see the luck is still here.  Cool

Congrtas on your s3 if your in the market for more I have 18 I would like to sell. I have kept them in my basement all winter but it's starting to get a little warm here in Northern Illinois USA.  I have some s3s and some s3+ . $75 s3+ or $65 s3 each + shipping to USA only.
 


Kano
If you find this post inappropriate please feel free to delete it. 
Northern Indiana here and just started listing my S5's for the same reason...basement is going to get to hot soon.


I'ts  funny. the gas company bill for heat is 90% less this winter but the electric bill is $600 or 90% more. I keep waiting for the police to knock on my door. Thinking I must be running a grow house.  LOL  ....

I appreciate the offer, but I live in southern California, it's already hot and not even summer, and at $0.30+ / kwh, just one S3 is good for me.  My wife already comments on how hot my office is. Smiley
2709  Bitcoin / Hardware / Re: ANTMINER U3 Discussion and Support Thread on: April 04, 2015, 11:30:08 PM

I've got 5 more of these coming.

Good luck getting more than 1 to work at the same time.

Got 3 running right now. More hardware errors it seems with multiple running, but working fine so far.

Other 3 I am going to sell as I have another large rig coming so space is an issue, but these are still good little rental units.

Good to hear, I think my issues with not being able to run more than 1 are specific to my computer.

The one I am running is pointed to ck's solo pool, as mentioned.  Good advice.  Wink
2710  Bitcoin / Pools / Re: Group mining the Same pool. on: April 04, 2015, 11:28:13 PM
Cloud mining bruh. Rented 2 antminers for 2 weeks to test out mining.

So far Currency exchanges are more profitable. 

Gotcha.  Well if you want to try your own U3 I would sell one of mine.  Smiley
2711  Bitcoin / Pools / Re: [1800 TH] CKPool (kano.is) from the cgminer devs [0.9% PPLNS] on: April 04, 2015, 11:26:06 PM
Well, gotta do something while waiting for the blocks Smiley
Oh there's another one Smiley
(awaiting confirm)
Edit: confirmed

My S3+ arrived yesterday, got it set up last night and it has replaced my S1 in this pool (+250gh), glad to see the luck is still here.  Cool
2712  Bitcoin / Bitcoin Discussion / Re: How bitcoins get confiscated? on: April 04, 2015, 11:22:22 PM
It's called asset seizure.  The feds coming in and confiscate ALL of your possessions that they can link to your crime.  They don't need much any evidence, just a feeling that the property was acquired through ill-gotten means and they take it from you.  You do not have a choice.  You don't get to "hide some for later".  I've watched this happen first hand to a life-long family friend and it's not pretty.  They say "You got XYZ by being a bad guy, so we're taking it from you." and there's not really anything you can do about it.

That's just stupid, the burden of proof is on the side of the accusation, if you can prove your stuff was legitimately obtained, it will be returned.

Do you keep receipts for everything you own?  Most people don't.  What you say is, in theory, how it should work, but in real life it doesn't.
2713  Bitcoin / Bitcoin Discussion / Re: DEA Agents in Silk Road Case Face Fraud Charges on: April 03, 2015, 10:50:49 PM
He is no computer expert. That was Shaun Bridges' part. Remember when Force (Nob) asked DPR what a "support" is?

lol his name should be Noob instead of nob. He'll be polishing nobs in the slammer tho!

Naw, cops go to "cop jail" where the inmates won't k.o.s. a cop.
2714  Bitcoin / Bitcoin Discussion / Re: How bitcoins get confiscated? on: April 03, 2015, 10:16:00 PM
It's called asset seizure.  The feds coming in and confiscate ALL of your possessions that they can link to your crime.  They don't need much any evidence, just a feeling that the property was acquired through ill-gotten means and they take it from you.  You do not have a choice.  You don't get to "hide some for later".  I've watched this happen first hand to a life-long family friend and it's not pretty.  They say "You got XYZ by being a bad guy, so we're taking it from you." and there's not really anything you can do about it.
2715  Economy / Service Discussion / Re: [2015-04-03] The 5,000Btc hidden treasure, and the key to finding it. on: April 03, 2015, 10:10:11 PM
But but but, I saw it on the internet, it must be true!

Provide proof, otherwise you just threw away 5000BTC and a nice time capsule 'cause ain't nobody gonna waste time looking for something that doesn't exist.  Except people looking for religion.
2716  Bitcoin / Mining speculation / Re: Is mining worth it nowadays? on: April 03, 2015, 10:04:02 PM
I get a flat rate for electricity here because my rent includes all the utility. So I was thinking of mining on my own to acquire more bitcoins. Is investing in a lot of money worth it to acquire some bitcoins? Also, how much money do I need to have to set up a decent mining system.

Pick up a couple used miners and start mining, it's fun!  You don't need to spend much, you could get set up with an S1+psu for like $60.
2717  Economy / Economics / Re: Money is an imaginary concept, but humanity is enslaved by it on: April 03, 2015, 10:02:50 PM
In most of the people's mind, money is a standard unit of value.
Religion is a much more imaginary concept and it enslaves many more people than money.
2718  Bitcoin / Pools / Re: Group mining the Same pool. on: April 03, 2015, 09:56:32 PM
If you make $1 dollar by yourself or $10 dollars with 9 others, after you split it 10 ways you will still have $1


This.

You're not improving anything with what you've proposed to do.

I am curious to hear that you have more than one U3 working at the same time on the same computer, I could never get more than 1 to work at once.
2719  Bitcoin / Hardware / Re: ANTMINER S3+ Discussion and Support Thread on: April 03, 2015, 09:51:08 PM
Just two PCIE connectors plugged closest to the RJ45 and it normally runs for six months minimum, I just look 2 days ago the low hashrate.  Undecided




Take a look at your screen shot, ASIC Status, one of your boards is dead, you're hashing with 1/2 an S3.
2720  Alternate cryptocurrencies / Altcoin Discussion / Re: do your research guys and gals cannabiscoin was mentioned in the news on: April 03, 2015, 06:48:35 PM
go find my comments if you want to read them
Pages: « 1 ... 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 [136] 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!