Bitcoin Forum
May 30, 2024, 12:32:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3]
41  Bitcoin / Project Development / Re: Bounty for Bitcoin Animated Movie [13622.05 BTC ($2520) and growing] on: March 23, 2011, 02:03:09 PM
Here you can download the HD version: http://hendi.name/bitcoin/What_is_Bitcoin.mp4

And here are German subtitles: http://hendi.name/bitcoin/What_is_Bitcoin.srt

Is it possible to upload all these subtitles to the video on Youtube?
42  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: March 08, 2011, 03:21:40 PM
However, wanted to let people know that my ugly code is now in jgarzik's tree. You can verify it at:

https://github.com/jgarzik/cpuminer/tree/
Cool, just sent you the other 25 BTC. Thanks for your great work Smiley
43  Local / Deutsch (German) / Re: Piraten in diesem Forum on: March 08, 2011, 11:57:07 AM
#2 Grin
44  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: March 04, 2011, 11:38:21 AM
I'll give 50 BTC to the person that implements this code into jgarzik's miner. First 25 BTC when working code is released, the other 25 BTC when it's pushed into jgarzik's cpuminer git repository.

Please take a look at https://github.com/chromicant/cpuminer/tree/sse2

[...]

Please, if you like my work, donate at the address in my sig!
Great work, thanks a lot! I've sent you the first 25 BTC Smiley
45  Other / CPU/GPU Bitcoin mining hardware / Re: Yet one CPU SSE2 miner for Windows on: February 28, 2011, 12:34:18 PM
I'll give 50 BTC to the person that implements this code into jgarzik's miner. First 25 BTC when working code is released, the other 25 BTC when it's pushed into jgarzik's cpuminer git repository.
46  Bitcoin / Bitcoin Technical Support / Re: mybitcoin.com SCI Tools Tutorial? on: February 25, 2011, 04:16:59 PM
I have no direct experience with the mybitcoin SCI tools (but some years of php knowledge), but both curl and preg are php extension (nothing to do PEAR). preg is almost certainly enabled for you, curl should be also. Just try to run the script, if you get errors stating missing curl_xxxx or preg_xxxx functions then you're okay.

If you want, I can lend you a hand with setting this up. Just PM me and I'll see what I can do.
47  Local / Deutsch (German) / Re: German = Deutsch on: February 25, 2011, 04:02:48 PM
Ich habe ihn angeschrieben. Antwort: Domain wird nicht verkauft, sondern "in absehbarer Zeit mit Inhalten gefüllt, welche meine eigene deutsche Internet-Währung erklären wird und nichts mit der ausländischen Bitcoin zu tun hat."
48  Bitcoin / Bitcoin Technical Support / Re: How to compile under Fedora Core 14 ? on: February 23, 2011, 03:07:32 PM
You have to change the Makefile in utils/wxrc to include Pango-Cairo, Cairo and X11. Change line 35 to this
Code:
EXTRALIBS_GUI = -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpng12 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lX11 -lXxf86vm -lSM -lpng -lz -ljpeg -ltiff
and Wx should compile.
49  Local / Deutsch (German) / Re: German = Deutsch on: February 22, 2011, 04:22:13 PM
Ich wäre dafür, wenn, dann das deutsche Forum *hier* als Sub-Forum einzurichten. Ich habe keine Lust noch zig weitere Benutzerkonten für Foren zu erstellen, außerdem finde ich hier, in diesem Forum, viele kompetente Leute.
50  Economy / Marketplace / Re: Play Yacht against other players for BTC on: February 22, 2011, 03:30:32 PM
I love mt_rand(1, 6) … or does it love me? Grin
51  Economy / Marketplace / Re: Play Yacht against other players for BTC on: February 22, 2011, 02:48:43 PM
Cool idea! I've deposited some money and am waiting for an opponent to join Smiley
52  Bitcoin / Development & Technical Discussion / Re: Prize for importing private key [WON] on: February 22, 2011, 11:02:31 AM
I sent you 50 coins Hendi, thanks. That program is still kind of useless without the implementation of key import/export. Perhaps somebody will step up at some point and implement it.
Cool, thanks! My first earned bitcoins Cool

After exams I'll have a look at the bitcoin c++ source code and try to come up with the import/export.
53  Bitcoin / Development & Technical Discussion / Re: Prize for importing private key on: February 22, 2011, 07:16:46 AM
Cool! If there's anything else you (or someone else) wants this small script to do, don't hesitate to ask Smiley

There's a small bug. If there are empty lines you generate qrcodes that contain only "v=1" and nothing else. That's not a valid .bitkeys file going by my totally informal specification.
I now validate each line by checking for a valid base58 bitcoin address followed by the blocknumber. If an invalid line is found, you'll get notified with a popup. I'm not sure if this is the best notification style, I'll try later with showing the .bitkeys file and highlight wrong formatted lines, maybe that's better?

The format it prints to is not quite what I had in mind, it includes all the GUI stuff. You might want to make it hide the text area and button after the button is pressed, so when I print I only get a sheet of QRcodes.
Done.
54  Bitcoin / Bitcoin Technical Support / Re: Help: The two wallet system on: February 21, 2011, 05:40:14 PM
1) If coins are sent from A to B, I need to close BTC, open it up with a B's wallet.dat, wait until payment is received, and then switch it back out correct?
No, it's easier. You just start up your B "saving" instance once, so it creates a wallet.dat with the private key. Then, you write down your B's receiving address and backup your B wallet, and start your normal bitcoin client again. Whenever you want to save something, just create the transaction to B's receiving address. Then if the transaction is known to the network it's done. You could start your B instance like you describe to see the money you sent do yourself, but there's no need to do so. The transaction is known in the block chain, and is non-revocable. So even if you just start your B instance in 20 years, it would catch your transaction while scanning the new blocks.

2) What, in general, happens to coins that are sent to an account that is not online?  (From what I understand the blocks will catch you up right?)
Right, there's no need to be online while a transaction is done to be able to receive it.

3) How often should the "savings" wallet be updated with new blocks?  Sealing it away in an encrypted container can't possibly make it a proper wallet...right?
In your wallet.dat you have your keys, plus 100 new keys. So, you have to update your B wallet every 100 transactions that you do with your B instance. If you just receive money with one of your B wallet's addresses, there's no need to backup your wallet.dat file again.
So, just create your B wallet.dat, write down the receiving address, lock the B wallet.dat in an encrypted container and don't bother with it again until you want to withdraw from your saving account.

4) All these blocks we're all getting, is this taking much bandwidth?
Not much. Maybe a few MB per hour?

5) As I recall, losing your wallet.dat with any funds inside means those BTCs are gone forever - is this equivalent to burning a dollar bill or melting a penny?
Yes, it's totally gone, forever! It's like burning a dollar bill and swallowing the ashes ;-)
55  Bitcoin / Development & Technical Discussion / Re: Prize for importing private key on: February 21, 2011, 01:25:49 PM
I'll also throw in 50 of my own coins for a web page that, in JavaScript, accepts such a file (copy/paste into a text area), formats a file like the above into binary and then generates a QRcode using the html5 canvas library available here:

   http://www.cipherbrain.be/qrcode/

In other words, I should be able to take a .bitkeys file, copy/paste it into a web page and without any network traffic be then able to print my keys out onto paper. Don't cheat and use your own server side code or Google chartserver - I want to be able to trust that the keys never left my computer. HTML5 app because that way it'll work on everyones systems.

http://hendi.name/bitcoin/ Like that?

You paste your .bitkeys file into the textarea, then for each key a QRcode is generated. Each generated code is labeld with its heading, so you can print everything on paper and then cut out individually keys. If you decode an QRcode, each restores to a valid .bitkeys file, i.e. starting with the v=1 line, then including the key and comment.
56  Other / Obsolete (selling) / Re: selling 3,6,12 month contracts for computations from 1 to 16 GH/sec on: February 13, 2011, 02:07:13 PM
Interesting discussion going on here! As a recent customer, let me give my 0.02฿:

I don't care if or how much profit vladimir earns with this service. First, it's a service, and like normal offline services for which I also have to pay I assume the person who offers it makes a profit. If not, why would he make this offer? And I have absolutely no problem with someone earning money with a provided service; in fact, that's what I do for a living, too.

Second, I just made a back of the envelope calculation how much it would cost me if I wouldn't use this service, but do the work for myself, by myself. Yes, if I only calculated the cost of hardware and electricity, than maybe it would be cheaper than using his service. But, I'd need a place to store these boxes, and either I'd have to pay for a decent DC, or I'd have to put these loud boxes somewhere in my home (no way!). I'd have to go around looking for the necessary equipment, do research for the best hardware, the best software, install everything, and tweak the settings. If I multiply the time needed for this with my hourly rate, vladimir's service is actually cheaper!

Of course I like to learn new stuff, but really, I've got more interesting things (for me at least) on my ToDo and ToLearn lists than building clusters and tweaking CUDA or Assembler code. So, if you don't have other projects that fulfill yourself, and find building clusters fun, than don't use this service but do it on your own! It'll definitely be a great learning experience! Maybe you could even offer an alternative service, e.g. with lower costs (use your own photovoltaics to produce the energy ;-)) or instant set-up. But if you have enough other stuff to do, use this carefree service Smiley
57  Bitcoin / Pools / Re: Cooperative mining (>10000Mhash/s, join us!) on: February 01, 2011, 03:57:08 PM
What about the fees "earned" by a found block? Are these collected solely by the coordinator of the mining server, or are these sent to the miners, split according to their shares for this block?
Pages: « 1 2 [3]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!