Bitcoin Forum
May 05, 2024, 11:46:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [PULL] monitor incoming transactions for spends from self  (Read 2277 times)
Pieter Wuille (OP)
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
April 14, 2011, 12:42:49 PM
 #1

Bitcoin currently does not check whether transactions received from the P2P network contain spends from your own addresses. Presumably because this was considered an impossible situation, but it happens when people copy wallet.dat files around.

This checking is done anyway when rescanning, and a full rescan of the entire realnet blockchain currently takes 11s on my old laptop, so I think the overhead of doing this check on incoming transactions as well, is very limited.

This issue was mentioned here before: http://bitcointalk.org/index.php?topic=3638.msg52145#msg52145.

Pull request is here: https://github.com/bitcoin/bitcoin/pull/157

I do Bitcoin stuff.
1714909597
Hero Member
*
Offline Offline

Posts: 1714909597

View Profile Personal Message (Offline)

Ignore
1714909597
Reply with quote  #2

1714909597
Report to moderator
1714909597
Hero Member
*
Offline Offline

Posts: 1714909597

View Profile Personal Message (Offline)

Ignore
1714909597
Reply with quote  #2

1714909597
Report to moderator
1714909597
Hero Member
*
Offline Offline

Posts: 1714909597

View Profile Personal Message (Offline)

Ignore
1714909597
Reply with quote  #2

1714909597
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714909597
Hero Member
*
Offline Offline

Posts: 1714909597

View Profile Personal Message (Offline)

Ignore
1714909597
Reply with quote  #2

1714909597
Report to moderator
khal
Hero Member
*****
Offline Offline

Activity: 540
Merit: 500



View Profile WWW
April 14, 2011, 01:28:47 PM
 #2

Your patch is usefull when you have two copies of your wallet running at the same time ?

For an offline wallet, a partial rescan is needed with your complementary patch : https://github.com/bitcoin/bitcoin/pull/152

Good job Smiley
Pieter Wuille (OP)
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
April 14, 2011, 01:37:10 PM
 #3

Basically yes, both cover part of the problem of using the same key(s) on different installations.

One problem still remains though: if you try to spend coins from node A, while node B already spent them without A knowing about it, it will happily create a transaction and assume it will be accepted by the network, which it won't, possibly leaving you with a corrupted wallet forever. So, even though some wallet-sharing issues are already covered, it can still be dangerous.

I do Bitcoin stuff.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!