Bitcoin Forum
June 24, 2024, 03:21:27 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 »
81  Bitcoin / Project Development / Re: Introducing bitcoinID and bitcoinID.com on: April 28, 2011, 11:06:56 PM
Can you tell how you would like to see this implemented?

I am not familiar with the technology behind OpenID - I know that it is an open protocol used to identify people on websites instead of forcing them to remember usernames/passwords.

So maybe one way to implement it would be to allow people to log into your site with their OpenID, and register their bitcoin address with that particular ID.
82  Bitcoin / Project Development / Re: Introducing bitcoinID and bitcoinID.com on: April 28, 2011, 06:56:24 PM
Are you planning to integrated this with OpenID? Can I tie a bitcoin address to my open id (alkor.myopenid.com)?
83  Bitcoin / Bitcoin Discussion / Re: bitcoin is the first ever trustworthy time measurement device on: April 28, 2011, 06:08:42 PM
Indeed this is a very good point. If we could have a decentralized time-stamping service, the problem of double-spending would be resolved, since only the first time-stamped transaction will be considered valid, and any subsequent attempts to respend coins will be rejected by the network.

84  Bitcoin / Development & Technical Discussion / Re: Reorganization of code around classes on: April 21, 2011, 06:18:01 PM
Steve, I'm looking forward to your native Mac client, since right now an official mac client is missing for the latest release.
85  Bitcoin / Bitcoin Discussion / Re: Please help test: Bitcoin version 0.3.21 release candidate on: April 21, 2011, 05:43:13 AM

What about the Apple binaries? Is Mac OS no longer supported?
86  Bitcoin / Development & Technical Discussion / Interesting pattern on bitcoinmonitor.com on: April 19, 2011, 11:39:39 PM
There is an interesting pattern on bitcoin monitor:



Any idea on what is generating so many consecutive 100 BTC payments?
87  Bitcoin / Bitcoin Discussion / Re: MtGox - single point of failure on: April 19, 2011, 06:19:24 PM
If someone can solve the issue of holding USD in a distributed nature, I'd love to see it.

I don't think the issue is that of holding USD in a decentralized manner per se. What we need is a decentralized web of trust, so that when a peer enters a buy/sell order into the network, they can be trusted that they will execute the order if someone takes it up. Right now this function is done by MtGox by requiring that they user deposit the funds a priori.
88  Bitcoin / Bitcoin Discussion / MtGox - single point of failure on: April 19, 2011, 05:49:37 PM
MtGox dominates the Bitcoin trade volume, and its centralized nature makes it a single point of failure. Any action against MtGox will hurt the liquidity of bitcoins by making it more difficult to convert to dollars, thus hurting people's confidence in the currency.

Is anybody working on creating a decentralized trading platform? Maybe a good idea would be to design a web interface around bitcoin-otc and its web of trust (without requiring specialized IRC knowledge), where people can execute trade orders between themselves rather than having to deposit and withdraw funds into a central entity? So the function of the exchange will only be record keeping, rather than dealing with funds transfers. In that way even if the central record keeping server gets blacklisted or banned, it can be backed up and redirected to multiple mirror locations around the world a la wikileaks. In this way people will retain their ability to trade in bitcoins among themselves, and the liquidity of bitcoins will not be affected by a ban.
89  Bitcoin / Bitcoin Discussion / Re: does the Ven threaten the bitcoin? on: April 19, 2011, 05:35:21 PM
Both Bitcoin and Ven are so small in terms of market capitalization, that they have a lot of space to expand into before coming into direct competition with each other.
90  Bitcoin / Bitcoin Discussion / Re: Will bitcoin ever be faster? on: April 19, 2011, 06:09:34 AM
Why was the choice made to be 50 btc / 10 min time blocks?  Why can't it change to 5btc / 1min time blocks?

I raised a similar question in the past, and from my understanding, the answer was that 10 mins was chosen to ensure that the previous block has propagated around all nodes in the network before a new block is generated.
91  Bitcoin / Development & Technical Discussion / Re: Time for a threat down? on: April 16, 2011, 04:12:07 PM
# Lots of transactions. That would make the cost of running a node capable of validating new transactions expensive. Gone would be the days when your laptop had the capacity to check a transaction for double spending. Also, it would take a long while for your transaction go get into a block if there were thousands of new transactions each second flooding the network. If you combine that with large mining operations that would build blocks out of just a small subset of the available transactions and win most of the races for the next block, that would mean that making your legitimate payment could take a long time and the system would feel unreliable to it's users.

From my limited understanding of the bitcoin protocol, the transaction fees are designed to solve exactly the above problem. When the volume of transactions becomes problematic, then miners will be free to choose which transactions they include in their newly discovered block, and the prioritization will be done based on the fee included with each transaction. In this way transactions with no fees can be treated as spam and ignored (or will take very long time to confirm), and only transactions with sufficiently high fees will be included.

Regarding your other points, I wholeheartedly agree, especially with regard to modularizing the code with clearly defined security boundaries between each module. Having a gigantic monolithic piece of code where a single vulnerability may bring down the whole thing is bad software design.
92  Bitcoin / Bitcoin Discussion / Re: Noob. Where is my "wallet"? and how is it tied to me? on: April 15, 2011, 04:53:01 AM

Question is, how does the system know that long string of characters is tied to me? I didn't sign up for an account, so there is no username and password to tied that string to me.
And what if I changed computers and downloaded a new client? The string will be different again.

That string is actually tied to a file called wallet.dat on your hard-drive, and you can think of your bitcoins as being stored on that file. If you need to use them from a different computer, you have to copy that file to the new computer. You have to be careful not to expose this file to other people though, because anybody who can access it will also have the ability to steal your coins.
93  Bitcoin / Bitcoin Discussion / Re: Double Spending Proof of Concept on: April 15, 2011, 04:50:52 AM
I've been thinking about doing a real attacking client for a while because quite a few people think its near impossible to execute well, but I disagree.  The best way to do this is to get the IPs of some of the largest miners (ArtForz + deepbit + slush's pool would probably do) and send one TX to them and one TX out to a bunch of other nodes (the target if you happen to know its IP).
The question is how will you get the IPs of the biggest miners? Don't miners just appear as regular clients on the network? Is there actually a way to tell if a node is a miner or a client?
94  Bitcoin / Wallet software / Re: [ANNOUNCE] BitCoinJ v0.1, a client-mode implementation in Java on: April 14, 2011, 10:16:21 PM
Are there any plans to add a GUI to bitcoinj so that we ordinary mortals can test it as a replacement for the official Bitcoin client?
95  Bitcoin / Wallet software / Re: Python client on: April 14, 2011, 01:57:21 AM
Some work on a python implementation of bitcoin is done here:

https://github.com/phantomcircuit/bitcoin-alt

Although, I am not really sure how close this is to an actual working client.
96  Bitcoin / Bitcoin Discussion / Slashdot: Google Engineer Releases Open Source Bitcoin Client on: March 23, 2011, 06:52:41 AM
Bitcoin has been slashdotted again:

http://news.slashdot.org/story/11/03/23/0210207/Google-Engineer-Releases-Open-Source-Bitcoin-Client
97  Bitcoin / Wallet software / Re: [ANNOUNCE] BitCoinJ v0.1, a client-mode implementation in Java on: March 08, 2011, 01:57:20 AM
Thanks! This is great news. Next, we need a python implementation Smiley
98  Bitcoin / Bitcoin Discussion / Re: Off-Line Karma: A Decentralized Currency for Peer-to-peer and Grid Applications on: March 02, 2011, 04:46:50 PM
Does anybody have access to the full PDF by the way? I would be interested to read about how they propose to implement the concept of a time-stamp server in a decentralized manner.

EDIT:
Nevermind, a simple google search was enough to find a pdf
www.hashcash.org/papers/offline-karma.pdf
99  Bitcoin / Bitcoin Discussion / Off-Line Karma: A Decentralized Currency for Peer-to-peer and Grid Applications on: March 02, 2011, 04:40:16 PM
Has anybody looked at the following article published in Applied Cryptography and Network Security?

Off-Line Karma: A Decentralized Currency for Peer-to-peer and Grid Applications
    Flavio D. Garcia and Jaap-Henk Hoepman

Abstract:
Quote
Peer-to-peer (P2P) and grid systems allow their users to exchange information and share resources, with little centralised or hierarchical control, instead relying on the fairness of the users to make roughly as much resources available as they use. To enforce this balance, some kind of currency or barter (called karma) is needed that must be exchanged for resources thus limiting abuse. We present a completely decentralised, off-line karma implementation for P2P and grid systems, that detects double-spending and other types of fraud under varying adversarial scenarios. The system is based on tracing the spending pattern of coins, and distributing the normally central role of a bank over a predetermined, but random, selection of nodes. The system is designed to allow nodes to join and leave the system at arbitrary times.
Keywords: Decentralised systems, micropayments, free-riding, security, grid, peer-to-peer.

Is this related to Bitcoin in any way? Or is it a completely different concept of an electronic currency?
100  Bitcoin / Development & Technical Discussion / Re: Negative balance on: February 28, 2011, 02:40:18 AM
Thanks. That fixed the problem

EDIT: Is there a way to get rid of the "" account?
Pages: « 1 2 3 4 [5] 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!