From daf05d25aa454461de4003e7351fa8e4cce28963 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:31:30 -0600 Subject: [PATCH] Create 104.md --- docs/forum/bitcoin-forum/104.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/forum/bitcoin-forum/104.md diff --git a/docs/forum/bitcoin-forum/104.md b/docs/forum/bitcoin-forum/104.md new file mode 100644 index 0000000..aecfbeb --- /dev/null +++ b/docs/forum/bitcoin-forum/104.md @@ -0,0 +1,31 @@ +--- +layout: forum +title: 'Re: Tracing a coin's lineage' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 104 +date: 2010-05-26 18:51:04 UTC +original: https://bitcointalk.org/index.php?topic=154.msg1254#msg1254 +--- + +# Re: Tracing a coin's lineage +--- + +
+Re: Tracing a coin's lineage
+May 26, 2010, 06:51:04 PM
+
+Quote from: Xunie on May 26, 2010, 12:50:04 AM
+-------------
+Can't we force a user to use a new address for receiving payments?
+Every time a payment is received display another Bitcoin address in the address bar. (only transactions via Bitcoin addresses, NOT IPs of course, since that'd be useless, right?)
+The actual key would still be kept to ensure that the user would still receive payments of people sending to the same address.
+-------------
+
+This is on my list.  I will soon make the "Your Bitcoin Address:" window automatically change whenever you receive anything to the address displayed.
+
+I'm also recommending this approach for the implementation of web apps.  I just posted some sample code showing a suggested way of implementing this.
+
+Versions on SVN since 0.2.4 already have a "New..." button next to the address bar to encourage changing it manually too.
+
+@theymos: If nothing else, we can fall back on that solution in the future.