Bitcoin Forum
May 25, 2024, 03:11:31 PM *
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 »
181  Bitcoin / Development & Technical Discussion / Re: Bitcoin's implementations on: June 29, 2010, 12:56:42 AM
I think you mean fragment, not defragment. Cheesy

Satoshi is strongly against other clients because if two clients on the network don't agree on something, there's no central judge to sort it out. It could create problems for both groups of users.

Also, Bitcoin is OSS. Why would we need another implementation?

I agree with dwdollar.
182  Economy / Marketplace / Re: We accept Bitcoins on: June 29, 2010, 12:42:55 AM
NEW! (insert blinking here)  The Madhatter's Bitcoin4Cash Service Tongue

http://tinyurl.com/bitcoin4cash

Selling Bitcoins for cash via the mail (aka "post").

Why do this? Because I'm in a jurisdiction where I can. Smiley

Cheers! Cheesy
MadHatter, will you do the opposite and send cash in the mail in exchange for Bitcoins?
183  Bitcoin / Development & Technical Discussion / Feature Request: Limiting Connections on: June 29, 2010, 12:41:52 AM
I'd like to see an option (with an RPC interface as well) to limit the number of connections that a Bitcoin client accepts. My home client is connected to 70 different nodes and my poor wimpy router just can't keep up. It's starting to slow my network down, to the point where I'll need to force Bitcoin to ignore connection requests (with -connect=<a node>) if this keeps up.

A connection limiting option would be a great alternative.
184  Bitcoin / Development & Technical Discussion / Re: IPv6, headless client, and more on: June 27, 2010, 01:49:51 PM
Or you could use my "completely unsupported, don't blame anyone if it doesn't work" patch to rpc.cpp that adds listgenerated as a method. Pass it false (./bitcoind listgenerated false) to get only the unmatured coins. No argument or true gives a list of all coins. The interface is going to change, since a list of strings isn't really the way RPC is supposed to work!

Of course, for that, you need to build from the SVN.

The latest version of the patch can always be found at http://www.alloscomp.com/bitcoin.
185  Bitcoin / Development & Technical Discussion / Re: Beta? on: June 27, 2010, 01:47:18 PM
True, and it is your project. 1.3 it is!
186  Bitcoin / Development & Technical Discussion / Re: Beta? on: June 27, 2010, 01:33:31 AM
+1 NLS. Version 1.0 sounds better than 1.3.
187  Economy / Marketplace / Re: Bitcoin Anonimity Proxy on: June 26, 2010, 08:50:12 PM
However, having a signed certificate has no impact on whether or not somebody's server gets hacked. Also, I think you mean non-Western character sets, since almost everything is a Unicode character. Smiley

I think a good community reputation system is essential to trust Bitcoin. Crypto isn't terribly necessary in building such a system, especially if it's forum-based. Of course, then the forums become a single point of a failure and a huge vulnerability.
188  Bitcoin / Development & Technical Discussion / Re: Building BitCoin Client completely Headless on: June 26, 2010, 08:45:18 PM
Jago, do you have all the proper dependencies installed?
189  Economy / Marketplace / Re: Bitcoin Anonimity Proxy on: June 26, 2010, 04:23:42 PM
The problem with Bitcoin Certify is that it seems a lot like what Verisign does, which is to issue certificates for a fee to anyone who submits correct contact information. The only way something like that might work is if there were already a reputation stat on the forums and you were pledging to contact all involved parties and verify the transactions. And people would have to know and trust your practices as well.

Basically, it would be a whole lot of work for a fairly measly fee.

But I don't want to pay 100BTC for a PGP-signed PNG with my username on it. Cheesy
190  Economy / Marketplace / Re: Buying bitcoins, wild-west style on: June 26, 2010, 04:18:08 PM
What if he's out of the States, though? I thought Paysafe was a UK thing.
191  Economy / Marketplace / Re: Looking to Buy a 4GiB Flash Drive on: June 23, 2010, 09:31:05 PM
Wobber, how much would you like for your drive?
192  Economy / Marketplace / Looking to Buy a 4GiB Flash Drive on: June 23, 2010, 02:41:42 AM
Hello all,

I'm looking to buy a relatively new 4GiB flash drive to use as a root device for a Debian machine that I'm building. Anyone interested?
193  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 10:00:47 PM
Yeah, 0.3.0 seems to have a performance increase over svn r84 with Laszlo's performance patch.
194  Bitcoin / Development & Technical Discussion / Re: 0.3 almost ready on: June 22, 2010, 06:20:02 AM
Very nice! There have definitely been some major improvements, including the hashmeter, RPC support, and a command-line daemon. It would be nice if the listtransactions RPC method were finished before the next release, though. Also, some code should be added to the JSON-RPC methods to list out dHashesPerSec.

Great work Satoshi!
195  Bitcoin / Development & Technical Discussion / Re: Bitcoin in Ubuntu 10.04 on: June 22, 2010, 06:17:52 AM
Yeah, r89 works as expected for me. It doesn't seem to have any problems creating or removing icons, but I'm using XFCE, so that might be the difference.

In addition, there's a difference between standard behaviour for tray icons in Windows and Linux. In most Linux apps, clicking the tray button while the app's window is open will cause it to close again. I personally like that better than the Windows default, where a single click does nothing once the main window is displayed. Is there any chance that feature might get added to the Linux version?
196  Bitcoin / Development & Technical Discussion / Re: Bitcoin in Ubuntu 10.04 on: June 22, 2010, 02:04:14 AM
Satoshi, that definitely made it look better for me, but now Bitcoin won't minimize to tray in Ubuntu 10.04. The proper check box is checked, but it just minimizes to my taskbar like always.
197  Economy / Economics / Re: Trust/backing... on: June 20, 2010, 05:42:22 PM
The US doesn't have the world's largest army. That distinction goes to China, I believe. They also have the largest air force and I think the largest navy.

El Estados Unidos de América has the most effective army, though. And we have a lot of very big bombs.
198  Bitcoin / Bitcoin Discussion / Re: How fast do the fastest computers generate bitcoins? on: June 20, 2010, 05:39:28 PM
You should try one of Laszlo's builds of Bitcoin. They show the number of hashes / second that you're computing. Post that number, and you/we can calculate how often you will find a block (on average, statistical caveats apply as Laszlo suggested).
199  Bitcoin / Development & Technical Discussion / Re: URI-scheme for bitcoin on: June 16, 2010, 07:38:32 PM
Edit: the bitcoin interface should also have a password before you can confirm the payment. Otherwise you could scan for port 8330 being open on anybody and then automatically have it send payments.
That's not exactly true. At the moment, Bitcoin only binds RPC to the loopback interface, 127.0.0.1. I would assume that this web interface would be the same. However, there SHOULD be a password to prevent trojans from trivially sending your wallet away. Wallet encryption needs to happen, too.
200  Bitcoin / Development & Technical Discussion / Re: URI-scheme for bitcoin on: June 16, 2010, 06:14:05 AM
But as long as the link is already doing the typing for you, I don't see much benefit in using a domain address instead of bitcoin address.  With a bitcoin address, the user can't send an unidentified payment.  They can't send payment until they've been given a correct bitcoin address to send to.

What would be nice about sending by domain is you could visually verify who it's going to.
I think that hiding the complexity of Bitcoin addresses from the casual user is a good thing. Barring that, it should be possible to embed an observable but unalterable message with address transactions. Is there some reason this is technically infeasible?

A more crucial issue is what if the browser isn't allowed to connect to 127.0.0.1:
http://bitcointalk.org/index.php?topic=63.msg1589#msg1589

and if that's true, then what about that example freenet link that had 127.0.0.1 in it?
I think you're misunderstanding the issue. My browser will always be able to go to 127.0.0.1 (barring some strange IE settings or a virus). If I type the address into the URL bar or click a link, it will work fine. However, it isn't possible to use Javascript to complete POST requests between domains (or ports on the same domain).

Try clicking this link:
http://127.0.0.1/
You probably don't see anything (unless you're running a web server on your system), but the browser happily tries to take you there.

XMLHTTPRequest is what we were discussing in that other thread.
Pages: « 1 2 3 4 5 6 7 8 9 [10] 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!