Bitcoin Forum
May 27, 2024, 04:28:55 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 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 »
1001  Bitcoin / Development & Technical Discussion / Re: How are we supposed to develop eCommerce and bCommerce sites? on: June 05, 2011, 08:41:56 AM
Could someone please point me to a thread with a solution for faster Bitcoin verifications? Not Mybitcoin or Mt Gox Api; Is there a solution for "real-time" (or at least faster) Bitcoin p2p verifications?

If Yes, please help teach me.
If No, How are we supposed to develop eCommerce and bCommerce sites?

Cron job, download the blockchain, check if any transactions to your address are inroute, if >6 confirmations, process the transaction.

No idea how you'd go about doing that though.
1002  Other / Obsolete (selling) / Re: Exchanging BTC for AUD (Australian dollars) on: June 05, 2011, 08:37:44 AM
Hi all,

There's a very limited option for withdrawal  Undecided

Will there be an option to withdraw straight back into my bank account? Because I'm stuck if the price plummets!

More importantly, IS there an option for BTC > AUD conversion / exchange?

What state you in?
1003  Bitcoin / Mining software (miners) / Re: New Release! BitMiner - Advanced Miner GUI - Beta on: June 05, 2011, 06:24:11 AM
Is it supposed to pop up an error any time I run it or click tabs?
Code:
************** Exception Text **************
System.DllNotFoundException: Unable to load DLL 'dwmapi.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
   at Simple7.NonClientArea.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& margins)
   at Simple7.NonClientArea.ExtendFrame(Form form, Int32 left, Int32 right, Int32 top, Int32 bottom)
   at BitMiner.Form1.Form1_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am a bit confused...  Huh

Sorry, your on XP yeah? I'll upload an XP friendly version in a minute
1004  Bitcoin / Mining software (miners) / Re: New Release! BitMiner - Advanced Miner GUI - Beta on: June 05, 2011, 06:10:29 AM
I'm sure your program is totally legit (especially since you're providing the source), but with the way bitcoins are rising in cost (up to like seventeen bucks apiece now!) I'm sure it's only a matter of time before someone releases a "helper program" that submits 90% of the shares to the target pool, and a hidden 10% to the program author's secret pool...

... hmm, that gives me an idea... think I'll start learning VB  Wink

Ha, good luck with that. VB is way less powerful than C#, and it's easily reversable, so you'll probably ruin your rep haha. And i'm not actually providing the source as such, but seeing as it's .NET you can easily use .NET reflector or something to decompile it to C# and then read it and such.
1005  Bitcoin / Mining software (miners) / Re: New Release! BitMiner - Advanced Miner GUI - Beta on: June 05, 2011, 06:03:34 AM
Can you actually save multiple account "profiles"? Host, login, PW, port?

You can save multiple profiles with different pools and different logins (user + pass), but not host or port, they're hardcoded to pools, if theres enough interest (none at the moment :| ) i'll release version 2 with a stack of new features including custom pools
1006  Bitcoin / Mining / Re: critique my mining rig order on: June 05, 2011, 03:19:29 AM
Buyer's remorse leads to anger
Anger leads to hate
Hate leads to...
The dark side.

Then you get milk and cookies.
1007  Bitcoin / Mining / Re: Newbie with gear question on: June 05, 2011, 02:53:40 AM
How's this:

Microsoft Windows 7 Professional 64-bit 1-Pack for System Builders - OEM
8GB DDR3
ASUS Crosshair III Formula AM3 AMD 790FX ATX AMD Motherboard
AMD Phenom II X4 965 Black Edition Deneb 3.4GHz 4 x 512KB L2 Cache 6MB L3 Cache Socket AM3 140W Quad-Core Processor
CORSAIR HX Series CMPSU-850HX 850W ATX12V 2.3 / EPS12V 2.91 80 PLUS SILVER Certified Modular Active PFC Power Supply

Thanks again - and sorry for the extra reading assignment!   Wink

Don't use windows, use linux.
You only need max 1gb ram.
Depends how many GPU's your going to be running, but that PSU should be fine.
1008  Bitcoin / Mining / Re: Newbie with gear question on: June 05, 2011, 02:35:30 AM
Only things you need for a mining rig:

Motherboard.
Decent GPU(s)
RAM (1gb for windows, 512mb for linux).
CPU (amd, not a fancy i series).
1009  Bitcoin / Mining software (miners) / Re: New Release! BitMiner - Advanced Miner GUI - Beta on: June 05, 2011, 02:29:00 AM
Looks like this has been created using WPF, which is a bad idea. WPF uses directx9 to render its contents, and everytime you update your screen (external redraw event, or updating the counter to display the mhash) opencl is suspended.

There are ways to fix this though, although you will never get a really optimal solution using .net (or windows for that matter).

No, it's windows forms, and that is somewhat true.

Yes, i know i have a shitty gpu:

Running poclbm from cmd gets me: ~15850kh/s
Running poclbm from BitMiner gets me: ~15800kh/s

As you can see there is very little difference (remember thats in kh/s, not even mh/s) between running it from the command line, or from the gui.

I think you think it's WPF because it's using aero, you will be able to disable that in the next version (not that it make much difference now), but if you want to disable it at the moment, go into properties (BitMiner.exe) and disable visual themes (under compatibility).
1010  Bitcoin / Mining software (miners) / Re: New Release! BitMiner - Advanced Miner GUI - Beta on: June 05, 2011, 02:12:56 AM
Is this any more or less efficient than just using Ubuntu to mine?

I forgot to mention, it's C#, and i've only tested on windows at the moment, on windows it might be SLIGHTLY less effecient, as there is a little overhead from .NET, but barely enough to be noticeably. If enough people donate, i'll get it to work with Mono/Wine.

Quote
src?

It's .NET, shouldn't be too hard to get.
1011  Bitcoin / Mining software (miners) / Beta 4 Released! BitMiner - Advanced Mining GUI on: June 05, 2011, 02:07:44 AM
          BitMiner



          Beta 4 Released

          New pools, Lots of BugFixes, and a new installer!

          Installer has everything you need! Just install, run. And then sit back and mine Wink



          Support channel created! #bitminer-support on freenode.
          Beta 3 released!!
          VERSION 0.2: FAILOVER SUPPORT & CUSTOM POOLS ADDED!
          and miner bugfixes Tongue

          Current Support:
          Pools:
          • DeepBit
          • Slush's Pool
          • BTCGuild
          • BTCMiner
          • Eligius
          • OzCoin
          Miners:
          • poclbm





          Step 1: Go to Accounts tab, and setup an account.
          Step 2: Go to the miners tab (in this case poclbm), select the account you want to use, and configure the arguments.
          Step 3: Hit mine! Sit back and relax



          Stats page from v3.






          Images from v1.2


          There a bit of debugging code i've left in (such as writing all of the output from the miner to log.log), but this shouldn't affect use.
          Remember this is only BETA, it's pretty plain at the moment, but there should be alot more to come in the future Smiley



          Future plans:
          • Failover support
          • Statistics Page
          • Add more pools
          • Graphing features
          • Fan Controls
          • GPU Monitoring
          • JSON interface with pools
          • Add support for most miners (phoenix, diablo etc.)
          • Add JSON-RPC server

          It has taken me a while a long time, to write this up and stuff, so if you use it and like it, please donate Smiley
          On the other hand, if you have a great idea that I think is worth something, I might send you some bitcents Cheesy



          Downloads:

          All files are signed.

          DropBox - Beta 4 - Installer.
          DropBox - Beta 3 - Includes both V/7 & XP releases.
          DropBox - Beta 2.1
          DropBox - Beta 1
          Megaupload - Beta 1
          DropBox - Beta 1 - XP version

          [/list][/list][/list][/list]
          1012  Economy / Digital goods / Re: Selling ANY Steam Games for BTC -PORTALS 2, Team Fortress 2, Call of Duy, & MORE on: June 05, 2011, 12:42:29 AM
          I am new and looking for an easier way to get a hold of BTC. I retail on eBay therefore most of my funds are in Paypal. Since no one wants to take Paypal (and simply asking will instantly result in accusations of scamming from morons who believe they have psychic powers), I am hoping to pay for Steam gift games by Paypal in exchange for BTC. If you play TF2 I also have lots of hats and other items I will sell for BTC.

          Steam games can not be charged back. If you want to make a deal PM me with your Steam ID and a list of the games you want with prices. I will buy you any game you want AT COST (based on 1 to 1 trade @ lowest mtgox price). I have about $200 to spend so first come first serve until I'm broke. PM me to set up a deal. First person to trade me gets a 10% discount for helping me establish a trade record here (you must post about it tho).  I expect 50% payment before I send and the other half after you have received the game. So who is first?


          I'll go first if you gift the game upfront, then I pay, because tbh you do only have 3 posts...
          1013  Other / Obsolete (selling) / Re: BitPorium - BTC to PayPal - Custom mining rigs - Components on: June 05, 2011, 12:17:10 AM
          Bought 2 of the 5830's, transaction went smoothly (apart from a couple of hiccups that are now fixed), going to buy that 850w psu when my gpu's arrive Cheesy
          1014  Bitcoin / Mining / Re: 4th card not showing up. on: June 04, 2011, 11:33:08 PM
          Were you wearing an antistatic wristband? You might have fried it ><
          1015  Bitcoin / Mining / Re: Password Cracking with GPUs on: June 04, 2011, 11:31:56 PM
          Wrong forum. This is for mining..
          1016  Other / Obsolete (selling) / Re: I will place your sticker on ctr. divider of freeway in Los Angeles for 1.49 BTC on: June 04, 2011, 08:36:42 AM
          I will try to catch this guy and have him ticketed if I get 10 BTC in pledges for doing so.

          Seriously though, I know it's just a sticker, but it's an eyesore and it's totally self-centered.

          I lol'd.
          1017  Other / Obsolete (buying) / Re: Looking to buy 1 or 2 decent GPU's. on: June 04, 2011, 08:25:08 AM
          What would you offer for 5850s?

          21btc for 2 including shipping
          1018  Other / Obsolete (selling) / Re: BitPorium - BTC to PayPal - Custom mining rigs - Components on: June 04, 2011, 08:01:53 AM
          hmmm, that sounds very wrong. I will look into it and let you know, there is no way that can be right.

          I see it was an international shipment.  UPS is notorious for being expensive when going international. Send me an email at sales@bitporium.com so I can give you the price for shipping.

          Also, it says "You may want to add some instructions for using the shopping cart here. (defined in includes/languages/english/shopping_cart.php)" on the cart page Tongue
          1019  Other / Obsolete (buying) / Looking to buy 1 or 2 decent GPU's. on: June 04, 2011, 07:57:44 AM
          So yeah, i've got 20btc to spend. What' i'd like is probably 2 5830's, for around 9btc each. And possibly 2-3btc more for shipping to Australia.

          If you have other gpus for sale post here aswell because im not totally sure i want 5830's Smiley (might want 1x 6990 or something).

          PM me or reply here.
          1020  Other / Obsolete (selling) / Re: BitPorium - BTC to PayPal - Custom mining rigs - Components on: June 04, 2011, 07:47:40 AM
          Went to buy 2 of your 5830's, said it would cost 15btc to ship internationally? that's bullshit if it's right..
          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 »
          Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!