1
I am running bitcoinqt and checking for new transaction for payments I made using getrawmempool. Payments were made NOT from/to the mentioned bitcoinqt wallet address.
As I see some my unconfirmed transactions never come to getrawmempool.
Is it expected result or I am doing something wrong?
1Have you got the whole blockchain locally? Have you check number of connectioins to the network? – Xawery Wiśniowiecki – 2015-12-08T12:55:20.290
it says "8 active connections to Bitcoin network" And yes, I have whole blockchain locally – Alex – 2015-12-08T13:35:08.600
8 active connections is suspected - should be more – Xawery Wiśniowiecki – 2015-12-08T13:55:20.637
I opened 8333 port and now have 13 active connections. Is it enough? – Alex – 2015-12-08T14:26:59.363
The case is the 8 connections are built-in client. If you have more means that client has ability to get new nodes. It's OK. – Xawery Wiśniowiecki – 2015-12-08T14:29:47.620
If transaction isn't in memory you won't get it https://bitcoin.org/en/developer-reference#getrawmempool
– Xawery Wiśniowiecki – 2015-12-08T14:32:29.010http://bitcoin.stackexchange.com/questions/33980/2-bitcoinqt-getrawmempool-returns-different-results – Xawery Wiśniowiecki – 2015-12-08T14:33:47.247
What version of Bitcoin Core? Are you seeing the transactions at all eventually in the wallet? – Pieter Wuille – 2015-12-08T16:43:24.080
Yes, I see new transactions but missing some new transactions made from mycelium wallet. Also these missing transactions I see in blockchain.info but confirmations takes much longer then another which I can see in memory pool. Bitcoin Core version v0.11.2 (64-bit) – Alex – 2015-12-08T19:00:33.523