0
1
I've noticed that an unusually high number of my attempted send transactions between my nodes (which is currently only 6 at most, but never less than 4) will not broadcast regardless of the amount of time I wait. I end up having to eventually abandon them to return the funds from the wallet I am trying to send them from. I have noticed no specific correlation between sender and recipient (like a single node always being unable to send or receive) and have noticed that every successful transaction is broadcast and appears in the memory pool pretty much immediately after sending.
Is there any specific cause for this? Maybe the fact that I'm currently limited to such a small # of nodes?
Have used getnewaddress to generate every address that has successfully and unsuccessfully received coins so I find it difficult to believe the actual addresses can be the problem as they should all have been derived from valid keys.
- Schwifty
How are you creating your transactions? Do they include a sufficient transaction fee? In your debug.log file, do you see any error messages related to your transaction when you send? – Andrew Chow – 2018-06-25T07:19:03.687
I have been using the recommended fee (per the core without smart fee calculation) which is 0.02 coins/KB. They have varied in size from a few dozen to a few thousand coins, with the largest successful transaction being 15k coins. Debug log: "can't broadcast immediately, no witness yet" but all the nodes are running network, witness and bloom services. I am working with very limited resources and will ultimately be scrapping this coin to apply the seemingly innumerable lessons I've learned to another, but I would like to be able to confirm this is only being caused by insufficient node density – apt-getschwifty – 2018-06-25T21:31:20.000
Also, I am creating the transactions simply by using the send function within a qt-wallet, and I am sending them to a newly generated address. I ran out of room to put that in my initial response, my apologies! – apt-getschwifty – 2018-06-25T21:34:43.587