Re: Is MIN_NONDUST_OUTPUT in master up to date?

2018-05-25 Thread Jameson Lopp
Dust threshold is slightly more complicated now due to transition from bytes to weight: https://github.com/bitcoin/bitcoin/blob/0.16/src/policy/policy.cpp#L18 On Fri, May 25, 2018 at 5:15 AM, Andreas Schildbach wrote: > For reference, the change in 2017 was (very briefly)

Re: Is MIN_NONDUST_OUTPUT in master up to date?

2018-05-25 Thread Andreas Schildbach
For reference, the change in 2017 was (very briefly) discussed in https://github.com/bitcoinj/bitcoinj/pull/1344 I'm not sure about the state of Bitcoin Core, but I can say that there are no known problems with the MIN_NONDUST_OUTPUT of the 0.14 branch. Does Core still care about "dust" at all

Is MIN_NONDUST_OUTPUT in master up to date?

2018-05-21 Thread Manfred Karrer
I just stumbled over a change of MIN_NONDUST_OUTPUT in release 0.13 which got reverted in 0.14. (https://github.com/bitcoinj/bitcoinj/commit/470cda4ccf4eb1ec1bacce6ec00a3bf2faf44715#diff-25a7d8851e54b470509e6fc28323aa8b) What was the reason for that? And is the actual version correct? E.g. min