Isn't CPFP built into Core now (as of 0.13.0)?
See here:
Mining transaction selection ("Child Pays For Parent")
The mining transaction selection algorithm has been replaced with an algorithm
that selects transactions based on their fee rate inclusive of unconfirmed
ancestor transactions. This means that a low-fee transaction can become more
likely to be selected if a high-fee transaction that spends its outputs is
relayed.
- snip -
0.13.0 Change log
This overview includes changes that affect
behavior, not code moves, refactors and string updates. For convenience in locating
the code changes and accompanying discussion, both the pull request and
git merge commit are mentioned.
- snip -
Mining
- snip -
- - #7600 `66db2d6` Select transactions using feerate-with-ancestors (sdaftuar)
- snip -
-snip-
Why would it be faster to do all of the following than just running "abandontransaction" or "bitcoin-qt.exe with -zapwallettexes command line option"?
- Find and export the necessary private key
- Set up a whole new wallet
- Import the necessary private key