Post
Topic
Board Meta
Merits 2 from 1 user
Re: Report plagiarism (copy/paste) here. Mods: please give temp or permban as needed
by
ETFbitcoin
on 24/08/2023, 13:01:33 UTC
⭐ Merited by hugeblack (2)
User: Prestongold

Copy:

Sending bitcoin to an IP address was a convenient way of sending Bitcoin to a Bitcoin address along with additional information but unfortunately the implementation provided no authentication so any man in the middle could have intercepted your bitcoin during transactions when they see you are sending a Bitcoin payment by IP address they pretend to be the actual destination and send back the Bitcoin address and you end up sending Bitcoin to the wrong person. It's therefore no longer a good idea to send Bitcoin in this way.

Source: https://en.bitcoin.it/wiki/IP_transaction (everything quoted below, expected bullet point)

Quote
Sending bitcoins to an IP address was a convenient way of sending bitcoins to a Bitcoin address along with additional information.[

  • Your client contacts the IP address to find out if they're actually running Bitcoin and accepting IP transactions. If not, no transaction occurs.
  • Your additional information ("from", "message", etc.) is exchanged with the server.
  • The server generates a brand new Bitcoin public key and sends it to your client.
  • Your client sends coins to this public key.

Unfortunately, the implementation provided no authentication, so any "man in the middle" could have intercepted your bitcoins during the transaction. When they see that you're sending a Bitcoin payment by IP address, they pretend to be the actual destination and send back their Bitcoin address. You end up sending bitcoins to the wrong person. It's therefore no longer a good idea to send bitcoins in this way, especially if you're using a proxy.