Bitcoin Forum
June 23, 2024, 09:13:33 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 »
101  Bitcoin / Development & Technical Discussion / Negative balance on: February 28, 2011, 02:33:21 AM
When I try to list the balance in my accounts, I get the following output:

Code:
$ ./bitcoind listaccounts{
    "a" : -4.00000000,
    "b" : 0.00000000,
    "c" : 0.00000000,
    "d" : 8.00000000
}

Why do I have a negative balance in one of my accounts?

How can I get rid of the negative balance? I think I ended up with it because I made a payment from an address to the same address.
102  Bitcoin / Development & Technical Discussion / Re: Prize for importing private key on: February 20, 2011, 05:23:23 PM
Someone sent another 0.01 BTC to that address, lol.
Yes, that was my one cent. Smiley
103  Economy / Marketplace / Re: add/withdraw mtgox with paxum on: February 16, 2011, 04:44:59 AM
Get your utility bill and gov't issued ID / passport ready.

I already did that. Now I have to give them ACH access to my bank account in order to load US dollars. I wonder how long that would take.

104  Economy / Marketplace / Re: add/withdraw mtgox with paxum on: February 16, 2011, 04:27:33 AM
I am in the process of opening a Paxum account. What is the overhead of funding my MtGox USD with Paxum as compared to sending a certified check to one of the official exchangers?
105  Bitcoin / Development & Technical Discussion / Re: Windows/wxWidgets developers on: February 16, 2011, 12:02:45 AM
So the Bitcoin economy is already valued at several million dollars, and yet we can't find a person to write a Windows GUI?
106  Bitcoin / Bitcoin Discussion / Re: HUGE spike in Google trends on: February 14, 2011, 05:20:21 PM
Interestingly most of the google queries actually come from Russia, where the trading volume in bitcoins is relatively small.
107  Economy / Marketplace / Re: New US Based Exchanger - Main target US Customers on: February 14, 2011, 05:41:26 AM
So for legal purposes, will you consider bitcoin as a "virtual currency" rather than "virtual commodity"? From my limited understanding, the latter definition is more convenient because it avoids having to deal with money laundering regulations.
108  Bitcoin / Bitcoin Discussion / Re: Bitcoin bottleneck on: February 03, 2011, 07:00:57 PM
So if all miners were to suddenly stop mining all at once, how would this affect the bitcoin network? Will payments still go through?
109  Bitcoin / Development & Technical Discussion / Re: CMake build system on: February 03, 2011, 06:05:46 PM
I just tried to test on the Mac (commenting out the GUI building part of the code), and I get the following error:

Code:
[  9%] Building CXX object CMakeFiles/btc.dir/irc.cpp.o
/Users/alkor/Desktop/Dev/bitcoin/irc.cpp: In function ‘bool Send(SOCKET, const char*)’:
/Users/alkor/Desktop/Dev/bitcoin/irc.cpp:61: error: ‘MSG_NOSIGNAL’ was not declared in this scope
make[2]: *** [CMakeFiles/btc.dir/irc.cpp.o] Error 1
make[1]: *** [CMakeFiles/btc.dir/all] Error 2
make: *** [all] Error 2
110  Bitcoin / Bitcoin Discussion / Re: Bitcoin bottleneck on: February 03, 2011, 05:51:14 PM
But what determines the speed of the confirmations? Is it the number of miners that is too low?

What will happen as the difficulty increases, and there is less and less incentive for miners to operate? Will that mean that confirmations will become even slower?
111  Bitcoin / Bitcoin Discussion / Re: Public Key Infrastructure on: February 03, 2011, 05:48:57 PM
Would it be difficult to add a Firefox add-on that lets you log in supported websites using private/public key authentication? So, instead of having to create a separate password for each website, one would just give them his/her public key.
112  Bitcoin / Bitcoin Discussion / Bitcoin bottleneck on: February 03, 2011, 05:44:33 PM
The current bottleneck in the bitcoin infrastructure is the speed of confirmation of transactions. I've had to wait for up to half an hour in order to get a confirmation of a transaction that I made. Why is it taking so long to get confirmations? Are there any plans to speed up the process?
113  Bitcoin / Bitcoin Discussion / Re: Near dollar parity on MtGox on: February 01, 2011, 08:44:46 PM
What are the reasons for this scarcity in bitcoins for the past couple of days? If one looks at the orderbook for Mt. Gox http://bitcoincharts.com/markets/mtgoxUSD.html, it appears that there are very few bitcoins available for sale. Only a couple of days ago the market was full of bitcoins.

This sudden spike in prices is just completely irrational. What specific even was the trigger for such a dramatic increase in demand?  Did some oil producing country start selling its oil in bitcoins suddenly?

114  Bitcoin / Bitcoin Discussion / F2F bitcoin network on: January 31, 2011, 06:14:11 PM
The current p2p implementation of Bitcoin makes its users easily identifiable, as they broadcast their IP addresses to all peers on the network, including nodes set up with the intent to monitor the network and persecute its users.

With this in mind, one may want to disable connections to untrusted third parties, and allow connections only to a few trusted friends. This is the concept of a friend-to-friend (F2F) network (vs a P2P network), and it is described on Wikipedia http://en.wikipedia.org/wiki/Friend-to-friend in great detail. It has been already implemented in various file sharing programs such as http://anomos.info/wp/, http://www.turtle4privacy.org/new/, etc

In such a setup the edges of graph of the Bitcoin network will actually represent physical relationships between the participants in the real world, and the network overall will be much harder to disrupt by  brute-force attacks. Even if a malicious third party takes over 51% of the computing power, their blockchain will be rejected by the trust-based f2f network. However, the drawback of this approach is that it would be much harder to build the network initially as more work is required to identify and add friends, whereas with the p2p approach the user just installs the program and is ready to go.

For a stronger bitcoin infrastructure it will be beneficial to keep both the P2P protocol because of its ease of use, and add an F2F protocol because of its resilience. To that end, it is important to decouple the core of bitcoin from the implementation details of the communication protocol.

If problems arise with the p2p approach, one should be able to easily switch to the f2f backend, and connect only to a trusted circle of friends. In case of an emergency law allowing  the government to turn off the entire internet completely (like in Egypt right now), then an offline communcation protocol should be put in place, where the user should be able to do off-line transport by transferring packets on flash drives between computers, or via the mail. Although significantly slower, the bitcoin network will still continue to function.

So, are there any plans to decouple the communication protocol from the implementation of bitcoin? Maybe different communication protocols should be handled as plugins that one could easily install or disable depending on his anonymity needs?
115  Economy / Marketplace / Re: need to send a money order in the US in exchange of BTC on: January 27, 2011, 04:49:46 PM
I may be willing to do that. PM me if interested.
116  Bitcoin / Development & Technical Discussion / Re: Please build and test: bitcoin 0.3.20 on: January 24, 2011, 06:43:27 PM
Is there any information on what is new in this release? Any compelling reason to upgrade once the new version is released?
117  Bitcoin / Bitcoin Discussion / Re: Bitcoin in RALLY mode on: January 23, 2011, 04:52:28 AM
Guys, why do you buy bitcoins at such high prices? The rate may still fall down and it can bring great losses. Undecided

Given that bitcoin just hit the front page of digg, I would actually expect the value to increase further at least in the short-term as there will be an influx of curious new users.
118  Economy / Economics / Re: Hostile action against the bitcoin infrastracture on: January 23, 2011, 04:49:06 AM
Or one could just create a separate device running a highly secure OS with a simple bitcoin client, and with wireless enabled so that it could connect to the internet. With such a secured device viruses and other types of attacks on the wallet would be highly unlikely, as there would be no third party applications, and installation of additional software would be disabled.

Then the safety of the wallet would simply require one to be able to physically secure the actual device.
119  Economy / Economics / Re: Efficient Market Hypothesis on: January 23, 2011, 04:25:57 AM
There are only 2 major threats to bitcoin in the long run as I see it.

1.Government action.
Those who write libertarian theory are not always the ones who benefit from markets or even participate. Sometimes some of them make gov sound so bad that it discourages actual capitalist action. IE "Bitcoin is cool but why bother? the 'government' will just crush it"
Governments by their very nature are behind the curve, it will take them some time to make Bitcoin illegal. Even if some governments make it illegal the chances of ALL governments making it illegal is nearly zero. Due to the distributed nature of Bitcoin, even mild success in a few small jurisdictions guarantees the value of a Bitcoin.

2.Competing digital currencies.
If a whole slew of digital currencies begin to prop up everywhere then the above point will be even less of a threat since there will be more market pressure to make alternative currency permissible. However if Bitcoin will survive the evolution of currency is not certain, a superior system could supplant it.

So as a longer term investment strategy, rather keep your eye on all digital currencies and invest in the best ones.

Whatever a Bitcoin is worth now it is a fraction of a fraction of the value they will be if the currency is even mildly successful. If you buy Bitcoins today and hold them, even if your jurisdiction develops a problem with Bitcoin ownership, you can still sell your Bitcoins to a exchange in a participating jurisdiction and have the money transferred to you via more traditional means.

Fundamentally Bitcoin is an incredible idea and at today's prices akin to land giveaways in the old west.

You are forgetting a third major risk - a major bug in the bitcoin software that may be exploited in the future as bitcoin becomes more popular. The existence of such a bug will become increasingly less likely as bitcoin is used by more people and scrutinized more, but so far no security audit has been performed on the bitcoin client by any reliably third party, there exists no clear specification of the protocol used, and there are no alternative implementations of it. The bitcoin infrastructure rests completely on a a single client, and that may very well be its Achilles heel.

It is very important right now to write down a rock solid protocol definition for the bitcoin network, and add multiple independent implementations of it. That will insure that a single security bug in one of the implementations will not bring down the entire network.
120  Bitcoin / Bitcoin Discussion / Re: bitcoin made digg this morning from EFF article on: January 23, 2011, 04:08:16 AM
Dugg.
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!