Search content
Sort by

Showing 20 of 173 results by Signus
Post
Topic
Board Mining
Re: Mining on Amazon EC2 (scrypt or BTC)
by
Signus
on 14/05/2013, 11:53:19 UTC
Thank you for this. I was considering EC2 mining and you just saved me a lot of legwork.

Definitely, I gave it a shot a while back. Even at a lower difficulty it wasn't worth the cost.

They charged me for multiple server instances that wouldn't spin up. I tried to fight it because they were having problems with multiple corrupt images apparently, but they didn't feel like my problem was worth a refund. When they finally pointed me to an instance I could spin up, it couldn't get over 80Mh/s on a GPU cluster.

Even a Tesla CLUSTER should be able to produce more than that. My own CPU does that while sweating profusely, but does it nonetheless.
Post
Topic
Board Mining
Re: THinking of purchasing Asics
by
Signus
on 14/05/2013, 11:49:49 UTC
BFL is awful at replying though. Everything is on pre-order for the 50GH/s rig, and I sent an inquiry to them (twice) about a possible order to see what shipping would be like given the fact so many people are ordering and it's been at least 3 weeks. No reply.

The 50GH/s rig can make up its money today, but come August when people start getting their ASICs, everybody is going to hit a wall. There will still be profit to be had, but it's going to be like running a GPU today. Slow climb.
Post
Topic
Board Mining
Re: What does everyone thing of these miner rental sites?
by
Signus
on 14/05/2013, 11:44:37 UTC
I'm not too sure. I mean if anything throw down the .1BTC and see what happens. If anything you lost ~$11 on a shot for something. Their basic service would make a %15 return on your .1BTC within 72 hours. Granted it's low, and whether they're legit or not they are banking.

Damn people and their money. It's money that allows ideas to happen. >.<

If anybody does try this, let me know. I may throw down .1BTC just for the hell of it.
Post
Topic
Board Development & Technical Discussion
Re: Is anybody working on a cluster Bitcoin client yet ?
by
Signus
on 14/05/2013, 11:38:42 UTC
So quiet ?

I guess there is nothing like this going on then.

I don't think many people who want to do this have the ability to. Distributed computing is an amazing thing, and many people would love to do it as far as Bitcoin mining is concerned, but the development process of it is a little tricky.

Essentially you have to write the platform for multiple architectures (x86, x64, i686, ARM, etc.) so that you have the ability to work across many systems, and that's not including writing the binaries for multiple Operating Systems. Then you have to develop a client-server model that specifies how to distribute the work and report back the results, etc., and that just covers the basics of what has to be done.

It takes some work. I wouldn't even bother with a task like that.
Post
Topic
Board Lending
Re: Loan 782.1 BTC. To pay 2.3% interest per month. or 800 BTC
by
Signus
on 14/05/2013, 11:32:23 UTC
Code:
ID       Chips     BTC    Address                               Note
01         240   20.64    1NeWArjoPgAXeZxXo9U699mqgqQ6sLdYFB    Confirmed
02         128   11.01    1Nx3kXLsQgUd1o8N5vL5SU1nGa8Soqx3gL    Confirmed
03         300   25.80    13toZhqcaJnXkWzcc86wmZkgoeWMUw25D9    Confirmed
------------------------------------------------------------
Sum:       668
============================================================
Remaining: 9332

Just in case someone is interested.

You can confirm the orders I'm getting here:
https://blockchain.info/address/1FX53aWhBzZuCfsG1mE3zor5fCdWNceHRs

You will notice that one guy bought his chips first, then started selling them, and he finished a batch already. That's exactly what I wanted to do. The other guy from Europe managed to fill up a batch with no money of his own. I'm just starting. Asians are shy maybe?

BTW, at this point, if you lend me, you only need to lend me 782.1 - 57 = 725.1 with interest rate adjusted appropriately. So the sooner someone lends me, the bigger the interest he will get back later.

I think many of us (including myself) would love a loan of that size. If I had that kind of money I could build a hell of a farm, or even start building the devices I don't have the money to build.

Good luck getting a single person to donate that kind of money. If anything you need to get people to just get in on a group buy with you and donate to any projects you're trying to do.
Post
Topic
Board Hardware
Re: [Announcement] Block Erupter USB
by
Signus
on 14/05/2013, 11:24:45 UTC
My ASICMINER USB Erupter showed up about an hour ago.
Been playing with the Icarus timing settings still not quite got it right yet.

Obviously yes I'm getting around 300MH/s out of it.

Currently best settings are for anyone wondering while I sort it out:
 --icarus-options 115200:2:1 --icarus-timing short

A pic or 2 Smiley Click for bigger
http://198.245.60.111/Pix/Erupter1.jpg.200.jpg

http://198.245.60.111/Pix/Erupter2.jpg.200.jpg

Edit: the USB chip is: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light

NOW SHIPPING!! GET YOUR ORDERS IN!!

Looks like they built that batch by hand. Looks like they held the soldering iron on the board a little too long. Got a little flux they didn't clean up on R2 there as well.

While these are neat, and I'd really love to have one. 1.99BTC is still a bit high to ask of a USB device I think. Especially in the initial development stages where they have problems with heat.
Post
Topic
Board Hardware
Re: Stratix-5 A7 or D5 project 26.04.2013 update
by
Signus
on 28/04/2013, 01:07:42 UTC
I understand everything, but software is software and real tests are real tests.
As I said the hasrate is 1-3ghash/s, maybe little more, and the power usage is something near 60W, but I would like to put exact numbers.
With the software I don't think I could get exact numbers.

Actually it's the software which will tell you your hashing performance, not the hardware.

Using your current hardware to check how fast it will run is risky as you don't know the process parameters of the particular part you have in the lab. It might be way faster than it's labeled speed grade. Your next production batch might not be.

Run the RTL code through Quartus. Then you run static timing analysis in Quartus and it will tell you the max clock frequency the slowest part will operate at. Multiply this with the number of hash operation the architecture can perform on each clock and you have your hash rate.

Or you have to make a design which will dynamically increase the clock speed until it fails to calculate nonces and then step down the clock until it starts to produce correct results. This is more complex as you have to make sure that timing errors don't propagate into your safe clock domain. It's also more complex to make sure your thermal solution can handle this behavior.

For power you should run a simulation of the full implementation of the design and generate a VCD (Value Change Dump) file which will show the toggle rate for all the nets in the design. This can be included in a power analysis tool like PowerPlay. This will give you a good estimate of the power consumption of the FPGA.

60W sounds like a lot for a single FPGA.

Well in this case he's wanting to implement FPGA's that nobody has used for mining yet (to our knowledge) mainly because of their cost. So that's why I'm curious where he's getting these numbers, because 60W for a FPGA is a lot.

And if you're getting this info from a person, either have them join the forums or give you information that you can quote. I don't like empty numbers without some amount of backing.
Post
Topic
Board Beginners & Help
Re: FPGA mining - lazy person wants a guide
by
Signus
on 28/04/2013, 01:02:15 UTC
FPGAs are the smartest variation when it comes to the compromise between availability, computing power and electricity consumption.
Got my eyes on the new Lancelot.

The Lancelot isn't a new project. I'm basing my current design off of the Lancelot.


RAM requirements. I have talked about this with some people, theoretically it is possible to fit an FPGA with additional DDR3 or GDDR5 ram and have it specifically designed to mine litecoin.

The main problem would be adoption (price) and that to get ridiculous rates of hashign power, you would need ridiculous amounts of RAM.

It does not require extensive amounts of RAM. I am trying to implement a DDR3 controller to my FPGA design. A little tricky because I have to have the system check the amount of RAM at each reset so that it can allocate the blocks correctly. But an FPGA with 4-8GB of RAM is still fairly cheap. Plus if I got a working design I would produce a large amount of it so that the cost per board is not extensive.

We'll see once I get further.

Post
Topic
Board Mining speculation
Re: after asics?
by
Signus
on 28/04/2013, 00:54:01 UTC
quantum computers!

Well, when quantum computers are released for personal use, maybe. But if you can ever get time on one of the few D-Wave machines out there, I'd like to see what it can do.
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
Signus
on 28/04/2013, 00:50:26 UTC
How are you guys getting 120-130 khash/s out of GTX 460? Overclocking? Because mine is only doing around 100 khash/s.

It mostly depends on the specs of your card. Each manufacturer has different stock clock settings that can affect your output. Which GTX 460 is it?
Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner - a new litecoin mining application [Windows/Linux]
by
Signus
on 27/04/2013, 04:55:28 UTC
Awesome tool. Works quite well.

EVGA NVIDIA GTX 480 is averaging about ~180kH/s without any tuning. I'll do some tuning later and see what I can get.

I'll even try my Linux partition and see how the performance differs.
Post
Topic
Board Hardware
Re: Stratix-5 A7 or D5 project 26.04.2013 update
by
Signus
on 27/04/2013, 02:59:06 UTC
I understand everything, but software is software and real tests are real tests.
As I said the hasrate is 1-3ghash/s, maybe little more, and the power usage is something near 60W, but I would like to put exact numbers.
With the software I don't think I could get exact numbers.

Well where are you getting the estimates? Or are you just speculating on numbers? I'd like real numbers too.
Post
Topic
Board Mining
Re: How many people stop mining in the summer?
by
Signus
on 27/04/2013, 02:57:30 UTC
I wont stop, but I will probably be naked a lot with a fan aimed at my balls.

Too much info, I know. Sorry  Lips sealed

He's got a plan.
Post
Topic
Board Mining speculation
Re: Difficulty after BFL
by
Signus
on 27/04/2013, 02:56:30 UTC
I did a small projection of FPGA farm mining with the rise in difficulty level. Not entirely accurate but it's based off of projections and current USD/BTC, etc.

https://bitcointalk.org/index.php?topic=178051.20
I did not find one spot where you mentioned anything about difficulty.

The difficulty rise is in the charts. I estimated a large purchase of FPGAs based off of an old estimation of the rise of difficulty, showing that the rise in difficulty level will make a ~48GH/s almost unprofitable.
Post
Topic
Board Mining speculation
Re: after asics?
by
Signus
on 27/04/2013, 02:55:11 UTC
One day, and that day may actually never come, Intel and AMD and Nvidia and ATI will join the game (or some other really large chip company). Then we will see smaller Asics. Desktop sized machines doing 1 TH/s or DVD player sized machines doing 100 to 200 GH/s.

It's really just going to get smaller and faster, like all other technology. Just look at processors and graphics cards: compare one made today, to one made 5 years ago.

I highly doubt that. Intel and AMD would have no interest in doing so. If they did they would inflate the market to a point where nobody else could compete, and there wouldn't really be any more hobbyist miners.
Post
Topic
Board Beginners & Help
Re: FPGA mining - lazy person wants a guide
by
Signus
on 27/04/2013, 02:53:33 UTC
Well burnin I believe is working on that service for when the DIY ASIC is formed, which is a open source, open community project. You might be waiting some time. Plus that is not FPGA, it's ASIC.
Post
Topic
Board Beginners & Help
Re: ASIC DYI MANUAL & CHIP ORDERS
by
Signus
on 27/04/2013, 02:51:29 UTC
Yeah I think so. Looking for donations. I inquired about the "manual" and got no response.
Post
Topic
Board Mining
Re: Use a cRIO as an FPGA miner?
by
Signus
on 26/04/2013, 01:56:19 UTC
My robotics team has a few of these which we use as microcontrollers for our robots. They have a Spartan-6 LX45 FPGA inside of them, so I was wondering if it would be possible to set them up to mine bitcoins while we aren't using them.

If you can program it to do so (look for open source projects using the same FPGAs for a bitsteam to use), please share it with the rest of us. I'd be interested in seeing that.
Post
Topic
Board Mining
Re: How many people stop mining in the summer?
by
Signus
on 26/04/2013, 01:54:52 UTC
I don't intend to stop mining, but it may kill me because summers get fairly hot (~35-42C avg). I may spend the extra electricity and use an extra breaker to run a separate AC unit.
Post
Topic
Board Beginners & Help
Re: I would like to post in another thread.
by
Signus
on 25/04/2013, 01:27:00 UTC
These restrictions are absolute bullshit

If you don't like the restrictions, there's no point in whining about them. They aren't going to change.