Bitcoin Forum
May 26, 2024, 08:14:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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 »
121  Economy / Goods / Re: [WTS] $50 Amazon Giftcard on: March 23, 2013, 10:50:58 PM
I'd be interested in it at that price but I have no idea how bitmit's escrow works. How do I know its a good gift card number and not stolen? If I could wait until amazon marked it as shipped before paying I would be more willing to buy
122  Bitcoin / Mining software (miners) / Re: HOW TO UPDATE CGMINER on BAMT 0.5.c on: March 23, 2013, 06:44:41 PM
haha no one told me that part. Thanks again
bamt, latest cgminer, stratum, pool hopping
don't think I can get much better than that for now

Here's my update script if anyone wants to use it
wget http://dl.dropbox.com/u/65763458/updatecg -O /bin/updatecg;chmod a+x /bin/updatecg;updatecg


I get this message "STATUS=E,When=1364014383,Code=25,Msg=Missing pool id parameter,Description=cgmin                          er 2.11.2|192.168.1.115"


what do i need to do?

Did you pass a parameter to the script file

i.e. ./switchpool.sh 3
123  Bitcoin / Mining software (miners) / Re: HOW TO UPDATE CGMINER on BAMT 0.5.c on: March 23, 2013, 04:54:28 AM
I get this message "STATUS=E,When=1364014383,Code=25,Msg=Missing pool id parameter,Description=cgmin                          er 2.11.2|192.168.1.115"


what do i need to do?
124  Bitcoin / Mining software (miners) / Re: HOW TO UPDATE CGMINER on BAMT 0.5.c on: March 22, 2013, 06:07:55 PM
so thats a call to cgminer itself to go to the next pool? do you have to specify that port in your config
125  Bitcoin / Mining software (miners) / Re: HOW TO UPDATE CGMINER on BAMT 0.5.c on: March 22, 2013, 07:51:06 AM
whats the best way to switch pools on a bunch of rigs at once? I think the developer of bamt recommended rsync. Can someone explain how to use rsync or anything really to sync a cgminer config file against several rigs?
126  Other / CPU/GPU Bitcoin mining hardware / Re: How Often Do Cards Blow Up? on: March 22, 2013, 07:12:26 AM
I've had a few vrm's fail in my 5830. I believe they only have a 3 phase vs 4 phase with 5850/5870 so I stay away from 5830's now
127  Other / CPU/GPU Bitcoin mining hardware / Re: Tips for a newbie on a 7950 rig on: March 22, 2013, 07:09:26 AM
PCI-E bandwidth should not have any noticeable difference in performance with bitcoin mining
128  Other / CPU/GPU Bitcoin mining hardware / Re: how do i fix this 5970? on: March 22, 2013, 06:56:13 AM
The red light comes on when there isn't sufficient power to use the card. My guess would be a failing voltage regulator. It could also possibly be a bad cable/connector so check that first. Make sure all pins are still getting good contact with the power connectors on your video card. But more than likely you would need to replace the mosfets on the card. You may be able to mine on just one core without fixing it though
129  Bitcoin / Mining support / Re: Remotely uploading and executing Bash scripts (BAMT) on: March 18, 2013, 03:36:40 AM
Well I found out the problem. I was using notepad++ which although doesn't do the spaces like a default windows notepad does still does the line return windows way (with default settings). Basically it worked for bamt.conf and pools file but no other files. I guess bamt must ignore the carrier returns. So if you use notepad plus you can "Edit: EOL Conversion: Unix format" and resave and it worked
130  Other / CPU/GPU Bitcoin mining hardware / Re: Difference Between Graphics Card Brands e.g. Gigabyte/Sapphire/XFX e.t.c. on: March 17, 2013, 07:52:56 PM
Reference Fans fail often. Sapphire fans fail often. Those are my biased opinions since I own a lot of sapphire and reference cards. Do not buy 5830's at this point no matter what. They will probably only last two months. Have some extra fan's ready. Reference are easier to find, and the reference design makes it easier to exhaust heat out of a room but they are much louder. They blow majority of the heat to the front of the card unlike the others which just blow out. I also have a couple powercolor cards that work fine.
131  Other / CPU/GPU Bitcoin mining hardware / Re: GPU mining rig with minmal amount of heat and wattage on: March 17, 2013, 07:18:46 PM
People are still buying gpu's, this idea that gpu's are a for sure loss is a lie. Anyways if you want something the most efficient you should go with 7970's and undervolt them. Reference style coolers will be loud though so you will have to get a dual fan model. Set to around 900mhz and around 1.05v should get you about 550 mhash for around 100 watts each card.

With ASICs starting to be shipped out in larger quantities very soon, you'll not want to be looking at GPUs anymore...
132  Bitcoin / Pools / Re: [170 GH/s] Bitparking Pool, PPS 2.5%,vardiff,stratum,Merge Mining BTC,NMC+more on: March 17, 2013, 04:02:57 AM
stratum server works fantastic just spent a day and a half updating about 20 rigs but it was worth it. Stales are between 0.17-0.30% how awesome is that. Also adding the merge mining code to the stratum server I assume will just take some extra time right? Its not like stratum isn't compatible with the alt chains

Stratum server finds its first block. Block 226272.
133  Bitcoin / Mining speculation / Re: Why dont more miners mine alternative cryptos where they can make more? on: March 17, 2013, 02:09:54 AM
Well there are a few things
For example PPCoin is almost 4 days to confirm. Your PPCoins could be worth nothing in 4 days.
People who mine BTC at low profit levels do so to hold and sell later.
If your bullish on Bitcoin its still somewhat easier to mine them then buy them
Bids on particular alternate currencies are usually much lower than what is listed on that site. If you aren't patient and dump your coins you won't get the percentage listed. Also bid walls are usually very shallow
If you are a big time miner say 50G/H or more you can likely double a currency's difficulty on your own
Some people have job/lives outside of bitcoin and aren't willing to check profitability several times a day in order to change their pool files every time.
TRC coin for example changes to 2x or more profitability several times a day but it never lasts for more than about 45 minutes. Which almost requires you to use a higher fee PPS pool. Variance can kill you if you are pool hopping for only minutes at a time
LItecoin is harder on video cards and creates more heat. It is also harder to configure for optimal results
mmpool mines BTC NMC IXC DVC currently about 1.3x bitcoin profitability
134  Bitcoin / Mining support / Remotely uploading and executing Bash scripts (BAMT) on: March 16, 2013, 05:17:17 AM
Need some help uploading a bash file from my Windows computer to my BAMT mining rigs.  I really don't know how to use the file transfer thing on ssh so I've been using wget and dropbox as a go between. This works fine for uploading bamt.conf files. But when I upload bash files I get this message on execution "-bash: /bin/updatecg: /bin/bash^M: bad interpreter: No such file or directory" This happens I believe because when I try to edit it with nano the file says converted from dos format. I am using notepad++ on windows and saving it with the unix batch file option but still it must be formatted incorrectly. Can anyone help. All the commands appear to me perfect when viewing in nano. I can copy and paste the commands directly in a new file and the script works fine.
135  Bitcoin / Mining software (miners) / Re: HOW TO UPDATE CGMINER on BAMT 0.5.c on: March 16, 2013, 04:17:08 AM
I can't get the mother hack fix for bamt working my cgminer must be updated it will mine on stratum but only for a few seconds. Can someone help. I did the steps on replacing the mother file. but the first set of instructions didnt work for updating cgminer so I did ckolivas and that worked but mother still restarts cgminer every ten seconds

edit huh I dont know what I did but it eventually took lol after the 3rd time
136  Other / CPU/GPU Bitcoin mining hardware / Re: best entry level setup on: March 15, 2013, 04:41:27 AM
BAMT is much easier to control remotely then any windows box. Does linux have a learning curve yes, but even if you would rather have a remote desktop instead of command line that option is there as well. Now setting up the config files is a little confusing your first time but BAMT is so much more reliable in my opinion that if you don't think you can set it up have somebody else do it for you. I'm sure others would easily help you for a small fee. They can probably get you mining in about 4/5 lines you can copy and paste into a terminal to get started

biostar 870 with 2 16x slots 2 1x slots or MSI 970 with 2 16x slots 2 1x slots
two 1x to 16x ext cables
amd 130/140/145 sempron
cheapest 1g or 2g ram stick you can buy
up to 4 radeon 5770, 5830, 5850
rosewill 650w, corsair 650w power supply
2gb flash drive with bamt installed

thats the cheapest system I can make your still talking about $600 for that with 4 5850 cards
which will make you about $5 a day mining btc at current rates after 10c/hr power
I'm not getting into whether thats a worthwhile investment at this point. Just telling you what will work well at the cheapest price point
People have been saying gpu's were a bad investment since about last june and have been wrong so far.

I'd recommend 4gb and then running windows 7 (DONT buy a license key!)

I've been able to run my 2 secondary rigs just fine since october with never activating. Every 60 days I reset the activation timer by going to the command prompt and using "slmgr rearm" command (do this as admin).

windows is SO easy to use compared to linux..  that and I was never able to get bamt to boot up properly, so I went that route...

it's just another option.
137  Other / CPU/GPU Bitcoin mining hardware / Re: best entry level setup on: March 12, 2013, 08:56:58 PM
biostar 870 with 2 16x slots 2 1x slots or MSI 970 with 2 16x slots 2 1x slots
two 1x to 16x ext cables
amd 130/140/145 sempron
cheapest 1g or 2g ram stick you can buy
up to 4 radeon 5770, 5830, 5850
rosewill 650w, corsair 650w power supply
2gb flash drive with bamt installed

thats the cheapest system I can make your still talking about $600 for that with 4 5850 cards
which will make you about $5 a day mining btc at current rates after 10c/hr power
I'm not getting into whether thats a worthwhile investment at this point. Just telling you what will work well at the cheapest price point
People have been saying gpu's were a bad investment since about last june and have been wrong so far.
138  Bitcoin / Bitcoin Discussion / Re: Alert: chain fork caused by pre-0.8 clients dealing badly with large blocks on: March 12, 2013, 02:43:09 AM
mt gox had disabled btc withdrawals
we will see below $30 before the night is over
139  Other / Archival / Re: Pictures of your mining rigs! on: March 07, 2013, 07:16:55 AM
He's not the only one either. Why else would cards be going for $20-30 more on ebay than they were in June of last year if that wasn't the case. I would invest in gpu's still if the price is right. At least until I max out my 30amp 240v circuit which won't be too much further. It will probably be end of summer at least I imagine before asic are in the mainstream. Most of these asic companies are pathological liars. There's no way in hell bfl (or anybody) is sending out thousands of miners in a couple weeks
140  Economy / Computer hardware / Re: [WTS] ASUS 5850 + Powered Extender - $60 + shipping (cash or btc) on: February 27, 2013, 07:11:08 PM
or you can run them at 900-925 at 1.1v, they usually run very cool
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!