From 1860e346db863365111278291765fd94ad0ef730 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:05:45 -0600 Subject: [PATCH] Create 37.md --- docs/forum/bitcoin-forum/37.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/forum/bitcoin-forum/37.md diff --git a/docs/forum/bitcoin-forum/37.md b/docs/forum/bitcoin-forum/37.md new file mode 100644 index 0000000..d8dc377 --- /dev/null +++ b/docs/forum/bitcoin-forum/37.md @@ -0,0 +1,28 @@ +--- +layout: forum +title: 'Re: Questions about Addresses' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 37 +date: 2010-02-04 00:07:07 UTC +original: https://bitcointalk.org/index.php?topic=35.msg220#msg220 +--- + +# Re: Questions about Addresses + +--- + +``` +Re: Questions about Addresses +February 04, 2010, 12:07:07 AM + +Port forwarding forwards a port to one computer. It tells the router which computer handles connections to that port. So that's the computer receiving. + +If you didn't set up port forwarding, then incoming connections won't go to any computer, and attempts to send to that IP would just say it couldn't connect to the recipient and nothing is sent. When sending by IP, you still send to a bitcoin address, but your computer connects to that IP, gets a new bitcoin address from it, gives the transaction directly to the them and confirms that it was received and accepted. + +Someone should post their static IP so people can try out sending by IP and also give that user free money. + +There's a 32-bit checksum in bitcoin addresses so you can't accidentally type an invalid address. + +If 4) you send to a recipient who has abandoned or lost their wallet.dat, then the money is lost. A subtle point can be made that since there is then less total money in circulation, everyone's remaining money is worth slightly more, aka "natural deflation". +```