No description provided.
Misc. non-critical cleanup and refactor #7286
pull MarcoFalke wants to merge 4 commits into bitcoin:master from MarcoFalke:Mf1601-trivial8 changing 12 files +26 −44-
MarcoFalke commented at 1:06 PM on January 4, 2016: member
-
in contrib/debian/examples/bitcoin.conf:None in fab1e4c629 outdated
66 | @@ -67,9 +67,8 @@ 67 | # This option can be specified multiple times (default: bind to all interfaces) 68 | #rpcbind=<addr> 69 | 70 | -# You must set rpcuser and rpcpassword to secure the JSON-RPC api 71 | -#rpcuser=Ulysseys 72 | -#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 73 | +# You must set rpcauth to secure the JSON-RPC api 74 | +#rpcauth=<result from ./share/rpcuser/rpcuser.py User01>
MarcoFalke commented at 1:18 PM on January 4, 2016:Anyone knows where I could find this folder? Doesn't look like it's in the ppa.
Otherwise I should mention the cookiefile and get rid of those lines...
MarcoFalke force-pushed on Jan 4, 2016MarcoFalke force-pushed on Jan 4, 2016in src/qt/intro.cpp:None in fab1e4c629 outdated
16 | @@ -17,7 +17,7 @@ 17 | 18 | /* Minimum free space (in bytes) needed for data directory */ 19 | static const uint64_t GB_BYTES = 1000000000LL; 20 | -static const uint64_t BLOCK_CHAIN_SIZE = 20LL * GB_BYTES; 21 | +static const uint64_t BLOCK_CHAIN_SIZE = 80LL * GB_BYTES;
jonasschnelli commented at 7:50 PM on January 4, 2016:What if you start (first time) bitcoin-qt with
-prune=550?
MarcoFalke commented at 6:32 PM on January 5, 2016:@jonasschnelli Created another pull to cover this
in src/qt/forms/overviewpage.ui:None in fab1e4c629 outdated
19 | @@ -20,7 +20,7 @@ 20 | <bool>false</bool> 21 | </property> 22 | <property name="styleSheet"> 23 | - <string notr="true">background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000;</string> 24 | + <string notr="true">QLabel { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop:0 #F0D0A0, stop:1 #F8D488); color:#000000; }</string>
jonasschnelli commented at 7:52 PM on January 4, 2016:What's the purpose of limiting the styles to
QLabel?
jonasschnelli commented at 7:53 PM on January 4, 2016:Oh.. wait... this looks after one of my stashed commits.. :) Never mind.
Fix doxygen comment for payTxFee fa53f34c80Replace signed long with (unsigned) size_t fa8c6fa586[qa] Move create_tx() to util.py fa3a706fe3[qa] maxuploadtarget: Use MAX_BLOCK_SIZE 2222702407MarcoFalke force-pushed on Jan 5, 2016MarcoFalke force-pushed on Jan 5, 2016MarcoFalke renamed this:Misc. non-critical cleanup
Misc. non-critical cleanup and refactor
on Jan 5, 2016laanwj added the label Refactoring on Jan 7, 2016MarcoFalke force-pushed on Jan 13, 2016laanwj referenced this in commit e25b158ab8 on Jan 20, 2016MarcoFalke closed this on Jan 24, 2016MarcoFalke deleted the branch on Jan 24, 2016MarcoFalke restored the branch on Feb 25, 2016MarcoFalke deleted the branch on Feb 25, 2016DrahtBot locked this on Sep 8, 2021ContributorsLabels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-17 06:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me