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

Withdrawal transaction doesn't get tx'ed properly. #1335

Closed
nuschpl opened this issue Feb 7, 2018 · 3 comments
Closed

Withdrawal transaction doesn't get tx'ed properly. #1335

nuschpl opened this issue Feb 7, 2018 · 3 comments

Comments

@nuschpl
Copy link

nuschpl commented Feb 7, 2018

I have only one peer - local bitcoin core full node.
In Bisq log:

Feb-07 18:34:41.482 [JavaFX Application Thread] INFO o.b.c.TransactionBroadcast: broadcastTransaction: We have 1 peers, adding ed5794a3db232a720ce0b863fbbdea6e53d673edef5d1a39551c997d3b956660 to the memory pool
Feb-07 18:34:41.482 [JavaFX Application Thread] INFO o.b.c.TransactionBroadcast: Sending to 1 peers, will wait for 0, sending to: [127.0.0.1]:8333
Feb-07 18:34:41.485 [JavaFX Application Thread] INFO i.b.c.b.w.WalletService:
sendFunds:
ed5794a3db232a720ce0b863fbbdea6e53d673edef5d1a39551c997d3b956660
updated: 2018-02-07T17:34:41Z
in PUSHDATA(72)[ <!CUT->

ScriptPubKey: CUT Address: CUT
fee 0.00090596 BTC for 783 bytes (115 Satoshi/Byte)
prps USER_PAYMENT

Feb-07 18:34:41.524 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@9d98f480
Feb-07 18:34:41.524 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Sending 5 items gathered from listeners to peer
Feb-07 18:34:41.526 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@c5e736
Feb-07 18:34:41.526 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Sending 1 items gathered from listeners to peer
Feb-07 18:34:41.526 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@dec3a973
Feb-07 18:34:41.527 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Sending 1 items gathered from listeners to peer
Feb-07 18:34:41.527 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@d87a4595
Feb-07 18:34:41.527 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Sending 2 items gathered from listeners to peer
Feb-07 18:34:41.528 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@c2df4bfe
Feb-07 18:34:41.529 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@80911dbe
Feb-07 18:34:41.529 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@57f0d885
Feb-07 18:34:41.530 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@e619ea66
Feb-07 18:34:41.531 [NioClientManager] INFO o.b.core.Peer: [127.0.0.1]:8333: Received getdata message: org.bitcoinj.core.GetDataMessage@563f108f
Feb-07 18:35:10.561 [JavaFX Application Thread] INFO i.b.c.p.p.PriceFeedService: request from provider http://62nvujg5iou3vu3i.onion/ 64.012 sec. after last request

And in Bitcoin core console on localhost:

22:37:20 |   | getmempoolinfo
22:37:20 |   | { "size": 7044, "bytes": 29625414, "usage": 82615920, "maxmempool": 300000000, "mempoolminfee": 0.00000000 }
getmempoolentry ed5794a3db232a720ce0b863fbbdea6e53d673edef5d1a39551c997d3b956660
22:37:37 |   | Transaction not in mempool (code -5)

So transaction seems neither confirmed, nor in mempool and nor expired in mempool.
@cbeams Do you have idea how to debug it further? it may have common reason with non tx'ed transactions during exchange.

@stale
Copy link

stale bot commented Jan 17, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

1 similar comment
@stale
Copy link

stale bot commented Apr 18, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the was:dropped label Apr 18, 2019
@stale
Copy link

stale bot commented Apr 25, 2019

This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant.

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

No branches or pull requests

1 participant