Old Dip Tracker
Old Dip Tracker
> For avx2 support, you have to build core with depends as there's a patch for intel-ipsec-mb Based on what I see in config.log, this is likely the cause. It...
> However, since in a general sense a patch to this problem is available, I guess it may not be considered a bug in this sense then? To me, the...
> is there a way to add this in the config file manually? ``` addnode=:[port] ```
I think the point about having better documentation of the configuration file / command-line arguments is a very valid one. Since we generate manages with help2man, maybe we can `groff`...
Thank you! ## Summary - `smartfees.py`: I'll do a proposal for this one myself. - `rpcbind_test.py` and `p2p-feefilter.py`: may be an easy fix / good first issue - `bip65-cltv.py` and...
@evil-user ``` 1 DOGE = 100,000,000 koinu (sat) 1 kb = 1000 bytes 0.01 DOGE/kb = 1000000 sat/kb = 1000 sat/byte ```
Thanks! - For `boost` and `qt` deprecation warnings: we can as of 3 hours ago do breaking changes for the first time in almost 5 years, so these can get...
> (missing implementation) there's no lockunspent configuration option anywhere To not mix wallet and node parameters, would it make sense to create a new data type for the wallet and...
> `src/compat/byteswap.h` > [..] > `contrib/rpm/bitcoin.spec` Thanks, I missed these. I'll add them to #3466 and sync this with that.
Correcting my previous plan upon further inspection: - `src/compat/byteswap.h` the only thing we could change there is the comment. Code must remained unchanged as it is safer the way it...