Search content
Sort by

Showing 9 of 9 results by ukpyr
Post
Topic
Board Beginners & Help
Re: Success using GuiMiner & phoenix 1.4 on osx 10.6
by
ukpyr
on 02/09/2011, 03:23:02 UTC
What total hash speed do you get?

pretty darn poor. 6 or so for the two gpu, and about 2.5 on cpu. pushing the CPU harder can yield more from that but at the expense of GPU output.
Post
Topic
Board Beginners & Help
Re: Bitcoin Businesses and Developers, Let's Get Started!
by
ukpyr
on 28/08/2011, 04:09:18 UTC
Hiya -

I'm a developer and a crazy person, so I ended up here. I think it's only natural, really.

I am probably going to work on the trading and automation side of Bitcoin and other emerging currencies. I'd love to have been here a few months earlier when mining was easier to profit from. That stuff is fun and  I would have enjoyed building some crazy ass rigs with a purpose.

I can and will give advice freely about a multitude of topics relating to technology, where I have some measure of authority. Economics too, where I have only the authority in my imagination, will, also be freely given, beware!  I'm pretty keen on doing *something* businessy with bitcoin. If you're looking for a development partner for your stupid idea, let me know. You'll have to sell me though.

Ukpyr
Post
Topic
Board Beginners & Help
Re: Quiet Mining Rig?
by
ukpyr
on 28/08/2011, 03:54:05 UTC
What's the best way to minimize noise on a current mining rig? I've been considering a few options:

-Lower the fan speed of the graphics card
-Put a water block on the graphics card
-Get a fanless graphics card (one that only has a heatsink)
-Use a special cooler (such as Accelero)
-Use sound dampening strips (such as Dynamat)

Any suggestions on how to make a current rig less noisy or tips on building a new, quieter rig would be greatly appreciated.

It is kinda  a visual joke for myself, but I keep my mining computer in the newegg box it came in (it has no case) with 2 large 120mm fans providing overall airflow. Seems to keep it a bit quieter than the aluminium case I was going to plop it in.

Please note this is a fire hazard technically. Do not store you computer in a cardboard box on top of used/filled oil drums. Thank you.
Post
Topic
Board Beginners & Help
Re: thinking about investing some harware into bitcoining, what do you think
by
ukpyr
on 27/08/2011, 14:44:05 UTC
Also evaluate whether you can throw money on an exchange and make more money than if you bought the hardware. You can't ignore the fact that this setup you are proposing will give you about about 2 GHash/s (give or take) and cost you about 1.1 to 1.3 kWh of electricity. At $0.15 per kWh, that works out to just over $4 per day to generate bitcoins. Network difficulty and value fluctuate (difficulty going up and value going down). You have to take these factors into consideration if you choose to sink some money into hardware.

Also remeber that you have cooling costs involved. Winter is coming in my part of the world, but if you live elsewhere, keeping your expensive hardware cool is pretty key to extract long term profits. Cards get to hot, and you have a lot of wasted money sitting under your desk.

Post
Topic
Board Beginners & Help
Re: How come everyone that points of bitcoin weakness are called trolls
by
ukpyr
on 27/08/2011, 14:40:32 UTC


EVERYONE in here long at Bitcoin/USD $30 and absorbing a huge paper loss? The only reason I can come up with for this kind of behavior is that people are married to their speculative positions



I see that as the reason. They got in early/early enough on something that they have a vested interest in hyping. Also, this is a passionate early adopter market, don't expect a lot of rational behaviour :  )

You'll see the same things at small cap trading forums. Everyone likes to root for their underdog. If I had  a massive wallet of BTC, I'd be pretty well occupied taking down critism as well, as that reduces the long term value of my Btc.

Here, as in all places, it's best to ignore the trolls and carry ever on with reasoned exchanges.
Post
Topic
Board Beginners & Help
Topic OP
automated trading/mining?
by
ukpyr
on 27/08/2011, 14:30:12 UTC
Hiya,
Firstly, thanks to all that have come before me, I've learned a lot on this forum!

Initially I was interested in the mining aspect of BTC, I think many people are from a "oh look at the massive power of my GPU!" point of view. As that's not seeming to be a viable entry point into the market right now I'm looking more at the trading.

Has anyone started work on a ruby or php project to automate trades and mining depending on the market? For example, I'd like to set my meager miner to go into a solid coin pool if the expected returns based on difficulty make it more attractive for a day.

So what to do with all these various bits of bit currency? MtGox has a decent api for doing trading, one could do something similar for the automation of moving in and out of the various currencies.

Sadly, I'm not interested in python as ruby and php already pay my bills. Learning a fifth language isn't on my todo list. So wondering if there is anything like this in the open source community I could contribute to.

Thanks!
ukpyr
Post
Topic
Board Beginners & Help
Re: Decentralization? My ass...
by
ukpyr
on 27/08/2011, 14:21:11 UTC
meh, this is a very very young market. Don't expect stability. The more churn the better, for stability in the long run.
Post
Topic
Board Beginners & Help
Re: Trojan Wallet stealer be careful
by
ukpyr
on 26/08/2011, 05:36:00 UTC
my wallet is running on a macbook pro so is safe! thanks god Smiley

As a software developer focusing on web stuff, more and more of my peers are using Apple products to do their work. The more familiar the developer pool is with the MB, the more malware/trojans/viruses will come out specifically for that. Even if marketshare remains fixed. iOS development has really increased this in particular.

Assuming you're safe because of one fact, is a bad security practice. No one is 100% safe in computing, just like in life. It's all about risk REDUCTION.


Post
Topic
Board Beginners & Help
Topic OP
Success using GuiMiner & phoenix 1.4 on osx 10.6
by
ukpyr
on 26/08/2011, 01:30:58 UTC
Hiya,
It took some doing, so I thought I'd share my results.

Problem - I have a macbook pro sitting idle most of the day, I want to use it's two nvidia gpu and cpu to do some mining

Solution -
I got GUI miner working from git sources
I had to install pyopencl (worked fine)
I had to install wx from .dmg (worked fine)
GUI miner doesn't come with cpu miner for OSX - so I tried the excellent cgminer, but was having compile issues, so i switched to Phoneix

THe trick to getting phoneix to work is upgrading your twisted (a python event engine) via easy_install
you have to specify architecture like this
sudo env ARCHFLAGS="-arch x86_64" easy_install --upgrade twisted

it tries to compile PPC, which few people install anymore and thus fails

(edit)
Finally, you have to launch guiminer.py using python in 32 bit mode
so in terminal, the invocation will look like: export VERSIONER_PYTHON_PREFER_32_BIT=yes; python guiminer.py

Happying mining!
Ukpyr