29. A Few Questions Answered By Satoshi

29

A Few QuestionsAnswered by Satoshi

IN THESE POSTS, Satoshi answers a wide variety of questions such as how anonymous Bitcoin is, the requirement for backups, and what happens in the case of lost coins. Another question asked was whether Bitcoin’s being open source could pose a security problem as, for example a miner was changing the code. Satoshi replied that other miners would not accept it as it would be a deviation of the Bitcoin protocol.

Re: Questions about Bitcoin

Satoshi Nakamoto December 10, 2009 08:49:02 PM

SmokeTooMuch wrote:

Hi, yesterday i stumpled upon this great payment option.

I read my way trough many sites but now I have somequestions that couldn’t get answered.

1. Is Bitcoin really anonymous ? I mean totally and completely ? Is my ISP able to detect, that i have sent or received a Bitcoin payment ? Maybe he is even able to see that i am running Bitcoin right now ?

2. If i understood this correctly, my payment partners arenot able to see who I am. Does this mean, he can not see my real IP adress ? Only the Bitcoin-adress ? Even if he monitors his network connections and stuff ?

3. If there is a way to tell that I am running Bitcoin for my ISP or a way to find out my IP for my payment partners, would it be more safe to tunnel the network traffic through a VPN (payed with Paysafecard for example). ? Couldthis be dangerous, because the VPN provider will be able to capture my payment ?

4. What files need to be backed up for not loosing my “money” ? Only the wallet.dat or the whole Bitcoin AppData directory ?

5. Isn`t it possible to multiply a wallet and use it on different machines ? This way you would double your money without doing anything for it.Are there security measures for this case ?

6. When someone loses his wallet, will there be a way to recreate the lost coins in the system ? Else the 21 million maxmimum will not be correct.(I mean not to recover the lost coins for one person, but if all the 21mio coins were created, and someone loses his wallet with 1mio coins, will the the others be able tocreate these 1mio coins now or are they totally lost for the bitcoin network ?)

7. I have read that there currently are about 130k blocks out there. At my pc it only shows me about 24k. Is there something wrong or is this a normal behaviour ?

8. I'm afraid I didn`t understand everything about the bitcoin creation. How many coins are created by a machine in 24h in average ?

9. I know that port 8333 should be forwarded to the bitcoinrunning machine. Now I ask myself if this goes for theTCP or the UDP.And is this port required for generating coins ? Or only for payment transactions ?

10. I've seen that the source code for bitcoin is open for everybody. Can this be an actual danger ? If the code is manipulated people can create more bitcoins than others, can`t they ? This would be a massive leak of security.

11. I've seen a formular to clalculate the coins that will be created in a certain amount of time. It had something to do with the maximum cpu speed and the availabe. Can`t find it anymore, so I`m asking you to explain me the coin creating. Do slow machines produce as much coins as high-end ones ?

12. Are there any other exchanging systems or potential payment partners except for new liberty standard ?

13. What happens when my system crashes ? Is the wallet saved automatically or only when bitcoin gets closed manually ? (Maybe even real-time saving when a coint is created or payment is made ?)

14. Is there a way to see how many bitcoins have beenm generated this far ? And how old is Bitcoin already ?

I know .... Many many questions but I am really interested in your service and want to know everything before i start using it more frequently.

(Sorry for my bad English . . . )

1—3: For that level of anonymity you need to connect through TOR, which will be possible with version 0.2, which is only a few weeks away. I’ll post TOR instructions at that time.

4: Version 0.1.5: backup the whole %appdata%\Bitcoin directory. Version 0.2: you can backup just wallet.dat.

5: Nope. The whole design is all about preventing that from working.

6: Those coins can never be recovered, and the total circulation is less. Since the effective circulation is reduced, all the remaining coins are worth slightly more. It’s the opposite of when a government prints money and the value of existing money goes down.

7: It’s currently 29,296 blocks. The circulation is the number of blocks times 50, so the current circulation is 1,464,800 bc.If you only have 24k blocks, it must not have finished the initial block download. Exit bitcoin and start it again. Version 0.2 is better/faster at the initial block download.

8: Typically a few hundred right now. It’s easy now but it’ll get harder as the network grows.

9: Good question, it’s TCP. The website needs to be updated to say TCP port 8333. The port forwarding is so other nodes can connect to you, so it helps you stay connected because you are able to be connected with more nodes. You also need it to receive payments by IP address.

10: No, the other nodes won’t accept that. Being open source means anyone can independently review the code. If it was closed source, nobody could verify the security. I think it’s essential for a program of this nature to be open source.

11: Slower machines produce fewer coins. It’s proportional to CPUspeed.

12: There are more coming.

13: It uses a transactional database called Berkeley DB. It will not lose data in a system crash. Transactions are written to the database immediately when they’re received.

14: For now, you can just multiply the total blocks by 50. The Bitcoin network has been running for almost a year now. The design and coding started in 2007.

Re: Questions about Bitcoin

SmokeTooMuch wrote:

Wow, thanks alot for these detailed answers.

But today another question came to my mind.

Lets say we know, that our neighbar uses Bitcoin, and we also know that he will receive a payment soon (maybe becausehe owns an internet shop and accepts bitcoin as payment option).

Also, we know that he uses WLAN and his networkis unsecured or weak protected. Same goes for router configuration.

We now could log into his router configuration, change the ip adresses for the forwarded port 8333 to our system ip.Now every payment would be received by our bitcoin client.

Is this actually going to work ?

I know this is highly criminal and the scenario is .. well, lets call it “uncommon”, but in theory it should work, right ?(Not that I have an interest in harming people, but I know thatcriminal people will try many ways to get some money.)

BTW: same should work when you are on a LAN party with unprotected router config.

Edit: Or are these scenarios totally impossible because no matter which ip adress uses the port, the payment will go to the bitcoin or ip adress that was defined from the payer?

That’s true, with the send-to-IP option, you are sending to whoever answers that IP. Sending to a bitcoin address doesn’t have that problem.

The plan is to implement an IP + bitcoin address option that would have the benefits of both. It would still use a different address for each transaction, but the receiver would sign the one-time-use address with the given bitcoin address to prove it belongs to theintended receiver.

Last updated