Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zero confirmation transactions not being subsequently confirmed #3

Closed
jim618 opened this issue Nov 22, 2011 · 3 comments
Closed

Zero confirmation transactions not being subsequently confirmed #3

jim618 opened this issue Nov 22, 2011 · 3 comments
Assignees

Comments

@jim618
Copy link
Contributor

jim618 commented Nov 22, 2011

RylandAlmanza
I sent .01 BTC to someone almost 24 hours ago, and it still has yet to be confirmed. Did I do something wrong, or is this a bug?

jim618
Re: MultiBit
November 18, 2011, 09:06:07 AM
#73
Hi Ryland,

A few questions about your unconfirmed transaction:

  1. Did it send ok ? (Did you get a 'Bitcoin sent ok' on your send confirm screen after you sent it?).
  2. Has the recipient received it ok?
  3. Is your payment on the blockchain ? (You can look at blockexplorer.com and search for the receive address)
  4. Is it still waiting to be incorporated into a block (unlikely after 24 hours but possible). Have a look at :
    http://bitcoincharts.com/bitcoin/ and search for the receive address.

Let me know. If it is still waiting to be put in a block then that would be normal. If not then please PM the two logs you have in your /log and I will have a look.
(The log files don't have your private keys in them)

RylandAlmanza
Re: MultiBit
November 19, 2011, 12:46:24 AM
#74
Quote from: jim618 on November 18, 2011, 09:06:07 AM
Hi Ryland,

A few questions about your unconfirmed transaction:

  1. Did it send ok ? (Did you get a 'Bitcoin sent ok' on your send confirm screen after you sent it?).
  2. Has the recipient received it ok?
  3. Is your payment on the blockchain ? (You can look at blockexplorer.com and search for the receive address)
  4. Is it still waiting to be incorporated into a block (unlikely after 24 hours but possible). Have a look at :
    http://bitcoincharts.com/bitcoin/ and search for the receive address.

Let me know. If it is still waiting to be put in a block then that would be normal. If not then please PM the two logs you have in your /log and I will have a look.
(The log files don't have your private keys in them)

  1. Yeah
  2. Yup: http://blockexplorer.com/address/1NqkEcycGaK1VVx85D2zm7YGYtYtya5DPw
  3. See Windows installation issues #2
  4. Nope
    Also, I have .2487 BTC, but Available to Spend says 0, and I don't know why. I'll pm you the logs in a moment. Thanks.

EDIT: There's no log folder in the installation directory.

jim618
Re: MultiBit
November 19, 2011, 09:09:09 AM
#75
It looks like the message with the confirmation block for the transaction was either never received or never got into your wallet to confirm the tx.

If you look in the multibit help it explains the 'Available to spend'. Bitcoinj is slightly different to the Satoshi client in that you cannot spend change until it is confirmed. It is the quarter of BTC that is the problem - you have the bitcoin available as a transaction output but multibit is erroneously not allowing you to spend it.

I forgot I moved the logs into your user application directory (so you always have write rights).
The directory is different on different platforms and versions of Windows. I will post the directory for each when I get to my big computer (this is from my iPhone).

I will add more logging of the incoming data to MultiBit from the network and see if I can reproduce it and fix it.

EDIT:

Where MultiBit stores logs and the default multibit.wallet

  1. See if there is a multibit.properties in MultiBit's current working directory. If there is, use this directory as the application data directory. This is for backwards compatibility and for running everything from a USB drive

  2. Otherwise set the user application data directory as follows:

    PC
    <"APPDATA" environment setting>/MultiBit

  e.g. C:/Documents and Settings/Administrator/Application Data/MultiBit

Mac
<"user.home" system property>/Library/Application Support/MultiBit

  e.g. /Users/jim/Library/Application Support/MultiBit

Linux
<"user.home" system property>/MultiBit

  e.g. /Users/jim/MultiBit

RylandAlmanza
Re: MultiBit
November 19, 2011, 10:11:16 PM
#76
Pm'd the logs.

@ghost ghost assigned jim618 Nov 22, 2011
@jim618
Copy link
Contributor Author

jim618 commented Nov 22, 2011

Log file:

17:27:53.918 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
17:27:54.714 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 17:27:52 PST 2011, blocks=153618
17:27:54.729 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
17:27:54.729 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
17:27:56.726 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
17:39:16.616 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
17:39:16.975 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
17:39:16.975 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000002b6f84de51e77a0df1d57c76a47dfda188325390bdb040783c0
17:39:16.975 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 0000000000000247dfe4d95f6fd0cf8aac67f8bbfe1236abe55b4fb4d5b3e1b9
merkle root: 772f4bd4bf4e2094bfea9b128932260c1abf3b8fd65a531abed78dc7671e043f
time: [1321492329] Wed Nov 16 17:12:09 PST 2011
difficulty target (nBits): 437129626
nonce: 1691971164

17:39:17.240 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
17:39:17.895 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 17:39:15 PST 2011, blocks=153618
17:39:17.895 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
17:39:27.255 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/207.135.131.161:8333)
17:39:27.489 [PeerGroup-1-thread-2] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 17:39:23 PST 2011, blocks=153618
17:39:27.489 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/207.135.131.161:8333)
17:39:32.256 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.255.199.86:8333)
17:39:32.958 [PeerGroup-1-thread-3] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32100, subVer='', services=0x1, time=Wed Nov 16 17:39:31 PST 2011, blocks=153618
17:39:32.958 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.255.199.86:8333)
17:39:37.264 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/128.189.187.27:8333)
17:39:58.314 [PeerGroup-1-thread-4] ERROR com.google.bitcoin.core.PeerGroup - error while talking to peer : class com.google.bitcoin.core.PeerException java.net.ConnectException: Connection timed out: connect
17:39:58.314 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/64.22.103.150:8333)
17:39:58.611 [PeerGroup-1-thread-4] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=40000, subVer='', services=0x1, time=Wed Nov 16 17:39:56 PST 2011, blocks=153618
17:39:58.611 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/64.22.103.150:8333)
18:00:13.360 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:00:13.376 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Wallet - Received tx for 0.25 BTC: 96d87d614994d817958824e4705818449a74d7ee081ed77925c15a7cf158584e
18:00:13.376 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Wallet - <-pending
18:00:13.376 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Wallet - ->unspent
18:00:13.376 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Wallet - Balance is now: 0.25
18:00:14.671 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:00:29.444 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:07:27.336 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:07:30.144 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:07:37.320 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:07:40.128 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:07:41.813 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:10:24.428 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:12:20.179 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
18:12:20.179 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
18:12:20.179 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
18:12:20.179 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
18:15:38.813 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
18:15:39.132 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
18:15:39.133 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000000cb7fee002491043d777e5c841480cf945d0ad97854281392ef
18:15:39.138 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 000000000000048f3ea362849389c6e50fa11ef2b4434ec5a8d82132254258eb
merkle root: 103115aa332a7ebc7dc894a87a9eee03af755419e3ad486b2a2cbbef04e2c3cd
time: [1321495783] Wed Nov 16 18:09:43 PST 2011
difficulty target (nBits): 437129626
nonce: 4138880204

18:15:39.376 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/216.152.77.51:8333)
18:15:39.625 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=40000, subVer='', services=0x1, time=Wed Nov 16 18:15:33 PST 2011, blocks=153622
18:15:39.625 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/216.152.77.51:8333)
18:15:49.391 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/130.89.162.247:8333)
18:15:50.233 [PeerGroup-1-thread-2] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 18:15:48 PST 2011, blocks=153622
18:15:50.233 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/130.89.162.247:8333)
18:15:54.398 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/64.22.103.150:8333)
18:15:54.617 [PeerGroup-1-thread-3] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=40000, subVer='', services=0x1, time=Wed Nov 16 18:15:52 PST 2011, blocks=153622
18:15:54.617 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/64.22.103.150:8333)
18:15:59.406 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/207.135.131.161:8333)
18:15:59.687 [PeerGroup-1-thread-4] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 18:15:55 PST 2011, blocks=153622
18:15:59.687 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/207.135.131.161:8333)
18:29:46.686 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:29:48.883 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:29:51.225 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:29:52.588 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:40:40.580 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:40:43.822 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:40:46.884 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:40:50.337 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:56:14.735 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:56:16.265 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
18:56:17.442 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
18:56:25.346 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
19:11:51.048 [AWT-EventQueue-0] INFO com.google.bitcoin.core.Wallet - Creating send tx to 1NqkEcycGaK1VVx85D2zm7YGYtYtya5DPw for 0.01
19:11:51.049 [AWT-EventQueue-0] INFO com.google.bitcoin.core.Wallet - with 0.24 coins change
19:11:51.091 [AWT-EventQueue-0] INFO com.google.bitcoin.core.Wallet - created 5d5871f0ecda41440d9573bcd79b891f069dfbe3a1634050a5189913337428e4
19:11:51.093 [AWT-EventQueue-0] INFO com.google.bitcoin.core.Wallet - confirmSend of 5d5871f0ecda41440d9573bcd79b891f069dfbe3a1634050a5189913337428e4
20:01:46.012 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
20:01:47.186 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
20:01:54.521 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:06:28.236 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:06:28.252 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Wallet - Received tx for -0.01 BTC: 5d5871f0ecda41440d9573bcd79b891f069dfbe3a1634050a5189913337428e4
20:06:28.252 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Wallet - <-pending
20:06:28.252 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Wallet - ->unspent
20:06:28.252 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Wallet - Balance is now: 0.24
20:06:29.406 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
20:06:31.238 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:06:32.989 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:12:08.090 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:12:09.371 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
20:13:43.749 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
20:13:43.749 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
20:13:43.749 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
20:13:43.749 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
20:56:40.771 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
20:56:41.098 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
20:56:41.098 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000001ec31f8ccd80d412498b9f0c3ea4ceb3cec3fe3bc4080877ed1
20:56:41.098 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 000000000000092c80ebb6ad58a1d70c2a23c55ffe1b1244a1676b8fda6d7413
merkle root: e26b9586cc19a0e55be24f9f090d3a9acbc8564fd2d898aec4338897bf46d06b
time: [1321503073] Wed Nov 16 20:11:13 PST 2011
difficulty target (nBits): 437129626
nonce: 455729627

20:56:41.379 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/174.61.231.100:8333)
20:56:51.376 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/128.135.28.61:8333)
20:56:51.953 [PeerGroup-1-thread-2] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Wed Nov 16 20:56:50 PST 2011, blocks=153634
20:56:51.953 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
20:56:51.953 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/128.135.28.61:8333)
20:56:53.256 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
20:56:54.272 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.BlockChain - 2 blocks per second
15:34:48.699 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
15:34:49.074 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
15:34:49.074 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 0000000000000840613d9c1bb71f4ae150bfad9ebe1ecc11cca64372dbca9c9e
15:34:49.074 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 00000000000001e856059d570c2def86b3648218cb0d069ae0c2133b67bd4ce2
merkle root: fa289c083b125085924b154ac728b5e8fe96b0edc841b845c4867cb47a74d48d
time: [1321505881] Wed Nov 16 20:58:01 PST 2011
difficulty target (nBits): 437129626
nonce: 567412730

15:34:50.665 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/174.61.231.100:8333)
15:34:51.414 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 15:34:48 PST 2011, blocks=153750
15:34:51.414 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
15:34:51.414 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/174.61.231.100:8333)
15:34:53.317 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
15:34:54.892 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 11 blocks per second
15:34:55.906 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 3 blocks per second
15:34:57.061 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 7 blocks per second
15:34:58.730 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 2 blocks per second
15:34:59.822 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 2 blocks per second
15:35:00.680 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
15:35:01.242 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 6 blocks per second
15:35:02.302 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 3 blocks per second
15:35:03.800 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 3 blocks per second
15:35:05.298 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 7 blocks per second
15:35:05.688 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/130.89.162.247:8333)
15:35:06.670 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 3 blocks per second
15:35:07.326 [PeerGroup-1-thread-2] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 15:35:01 PST 2011, blocks=153750
15:35:07.341 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
15:35:08.496 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 13 blocks per second
15:35:09.697 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 3 blocks per second
15:35:10.695 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/64.22.103.150:8333)
15:35:10.836 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 12 blocks per second
15:35:11.335 [PeerGroup-1-thread-3] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 15:35:06 PST 2011, blocks=153750
15:35:11.335 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/130.89.162.247:8333)
15:35:12.099 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 7 blocks per second
15:35:13.129 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 16 blocks per second
15:35:14.268 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 4 blocks per second
15:35:14.938 [PeerGroup-1-thread-4] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=40000, subVer='', services=0x1, time=Thu Nov 17 15:35:10 PST 2011, blocks=153750
15:35:14.938 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/64.22.103.150:8333)
15:35:15.874 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 8 blocks per second
15:35:17.278 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 4 blocks per second
16:39:10.962 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
16:39:11.274 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
16:39:11.274 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000007a42e7c8c818915516f0c01439dd1e9ebd98cf861af58acf8ec
16:39:11.274 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 0000000000000c3319c95783510ea4df590b8e823f9208f414a55bbe330ed9b8
merkle root: 855b45deae8eb9139ef9a6b1ff8f70398e3af06c8e4cc14fc75fec5546bc79ae
time: [1321570876] Thu Nov 17 15:01:16 PST 2011
difficulty target (nBits): 437129626
nonce: 3939253090

16:39:12.382 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
16:39:13.053 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 16:39:10 PST 2011, blocks=153755
16:39:13.053 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
16:39:13.053 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
16:39:15.471 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
16:39:16.797 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 2 blocks per second
16:39:18.622 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 1 blocks per second
17:03:36.413 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
17:03:36.725 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
17:03:36.725 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000009b0430c2b517a859e6f54ef3c5e3b69a734bdb70d440d658f38
17:03:36.725 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 00000000000007f1e16f6dc6afcf0608a1738f91fbdae713865d5a0e20b26f48
merkle root: f35b296389ea411a620afe0d1e6e607834f28dd61b011ee29224e5cd821949be
time: [1321575325] Thu Nov 17 16:15:25 PST 2011
difficulty target (nBits): 437129626
nonce: 4242975258

17:03:36.928 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
17:03:37.536 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 17:03:34 PST 2011, blocks=153755
17:03:37.536 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
17:03:46.943 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.255.199.86:8333)
17:03:47.583 [PeerGroup-1-thread-2] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32100, subVer='', services=0x1, time=Thu Nov 17 17:03:45 PST 2011, blocks=153755
17:03:47.583 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.255.199.86:8333)
17:03:51.951 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(dnsseed.bluematt.me/207.135.131.161:8333)
17:03:52.232 [PeerGroup-1-thread-3] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Thu Nov 17 17:03:47 PST 2011, blocks=153755
17:03:52.232 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.PeerGroup - running Peer(dnsseed.bluematt.me/207.135.131.161:8333)
17:03:56.958 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/128.189.187.27:8333)
17:04:17.972 [PeerGroup-1-thread-4] ERROR com.google.bitcoin.core.PeerGroup - error while talking to peer : class com.google.bitcoin.core.PeerException java.net.ConnectException: Connection timed out: connect
17:04:17.972 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/64.22.103.150:8333)
17:04:18.190 [PeerGroup-1-thread-4] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=40000, subVer='', services=0x1, time=Thu Nov 17 17:04:15 PST 2011, blocks=153755
17:04:18.190 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/64.22.103.150:8333)
17:04:42.900 [PeerGroup-1-thread-3] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
17:04:42.900 [PeerGroup-1-thread-4] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
17:04:42.900 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
17:04:42.900 [PeerGroup-1-thread-2] INFO com.google.bitcoin.core.Peer - Shutting down peer loop
16:37:15.736 [main] INFO o.m.ApplicationDataDirectoryLocator - Application data directory = 'C:\Users\Honest Student\AppData\Roaming\MultiBit'
16:37:16.251 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Reading block store from C:\Users\Honest Student\AppData\Roaming\MultiBit\multibit.blockchain
16:37:16.266 [main] INFO c.g.b.s.BoundedOverheadBlockStore - Read chain head from disk: 00000000000009b0430c2b517a859e6f54ef3c5e3b69a734bdb70d440d658f38
16:37:16.266 [main] INFO com.google.bitcoin.core.BlockChain - chain head is:
v1 block:
previous block: 00000000000007f1e16f6dc6afcf0608a1738f91fbdae713865d5a0e20b26f48
merkle root: f35b296389ea411a620afe0d1e6e607834f28dd61b011ee29224e5cd821949be
time: [1321575325] Thu Nov 17 16:15:25 PST 2011
difficulty target (nBits): 437129626
nonce: 4242975258

16:37:16.765 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - connecting to Peer(bitseed.xf2.org/178.63.62.15:8333)
16:37:17.748 [PeerGroup-1-thread-1] INFO c.g.b.core.TCPNetworkConnection - Connected to peer: version=32400, subVer='', services=0x1, time=Fri Nov 18 16:37:13 PST 2011, blocks=153885
16:37:17.748 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.Peer - blockChainDownload(0000000000000000000000000000000000000000000000000000000000000000)
16:37:17.748 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.PeerGroup - running Peer(bitseed.xf2.org/178.63.62.15:8333)
16:37:19.480 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 0 blocks per second
16:37:20.494 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 14 blocks per second
16:37:21.508 [PeerGroup-1-thread-1] INFO com.google.bitcoin.core.BlockChain - 58 blocks per second

@jim618
Copy link
Contributor Author

jim618 commented Dec 2, 2011

This is similar to wat happens sometimes with Andreas's Schildbach's Android Bitcoin Wallet. His solution is to offer a facility to:

  1. Remove the transactions from the problematic wallet
  2. Replay the blockchain so that the correct transactions/ state are added back.

The root cause of the problem is most likely when a confirming block is on a different fork.

I will implement a similiar capability as in Android Bitcoin Wallet that the user can run.

@jim618
Copy link
Contributor Author

jim618 commented Dec 8, 2011

Just gone into the code:
There is now a button "Reset blockchain and transactions' on the bottom right of the 'About MultiBit" screen.

If you press this you get a screen with an explanation and a single button "Reset blockchain and transactions'. When you click this it does the following:

  1. Removes and transactions from the active wallet
  2. Redownloads the blockchain from before the earliest transaction in the wallet.

It can take some time to redownload the blockchain but after your wallet contents will reflect what is on the blockchain.

Note there is currently a bitcoinj in the percentage download figure when downloading but the block date is correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant