Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backport] API server v34 starboy (88fe002) #165

Merged
merged 23 commits into from
Jun 14, 2020

Commits on Jun 14, 2020

  1. add: option "-prunedebuglogfile": limit filesize of debug.log (#110)

    The idea is `ShrinkDebugFile` in realtime.
    
    - AIM:
    to prevent disk is filling full up with log file.
    
    - DEBUG:
    If `debug.log` is over 10 MB (`10*1000*1000`), shrink to 1 MB (`1*1000*1000`). 10x smaller
      * `watch -n1 ls -lh debug.log`
      * `watch -n5 ps -p "$(cat sugarchaind.pid)" -o %cpu,%mem,cmd`
    
    - RUN: 
    check logging speed and filesize
      * `sugarchaind -prunedebuglogfile -reindex-chainstate`
    
    - PERIOD:
    a cycle took around `4:30` when `-reindex-chainstate`
    ```
    2020-04-20 23:18:55 DEBUG.LOG PRUNED at 10000071
    2020-04-20 23:24:33 DEBUG.LOG PRUNED at 10000014
    2020-04-20 23:30:11 DEBUG.LOG PRUNED at 10000018
    2020-04-20 23:35:45 DEBUG.LOG PRUNED at 10000186
    ```
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    9d737a8 View commit details
    Browse the repository at this point in the history
  2. IBD: do not check PoW (Yespower) during downloading headers (#122)

    * IBD: do not check PoW (Yespower) during downloading headers
    However this means checking PoW during IBD is, not actually skipped, but still checking in another places. This makes IBD much faster.
    * remove: debug printf
    * adding comment by volbil
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    61bd214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    856bb94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cba1049 View commit details
    Browse the repository at this point in the history
  5. revert (#78) & fix: disabled more getheaders (#126)

    * revert&fix: disabled more getheaders
    * remove: printf
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    cf3c404 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b08e77e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eee6640 View commit details
    Browse the repository at this point in the history
  8. Revert "revert: MINIMUM_CONNECT_TIME (#129)" (#130)

    This reverts commit e37dfec.
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    522426e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41618bf View commit details
    Browse the repository at this point in the history
  10. bump 0.16.3.31rc1 + manpage (#133)

    **Changes: v0.16.3.31rc1**
    
    - Major
      * Fix: IBD `30%` faster, and `60%` reduced data traffic #122 
      * Add: new option `-prunedebuglogfile`: limit filesize of debug.log #110  
      * Add: when IBD, print blockheader count on debug.log #128 
      * Update: checkpoints (mainnet) #132 
    
    - Minor
      * GUI: display size in MB (was GB) #125 
      * Revert: IBD settings back to BTC original #124 #126
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    813a149 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    28239d0 View commit details
    Browse the repository at this point in the history
  12. bump v0.16.3.32rc2 + manpage (#137)

    **Changes: v0.16.3.32rc2**
    
    - Major
      * Fix: IBD `30%` faster, and `60%` reduced data traffic #122 
      * Add: new option `-prunedebuglogfile`: limit filesize of debug.log #110  
      * Add: when IBD, print blockheader count on debug.log #128 
      * Update: checkpoints (mainnet) #132 
      * Fix: IBD optimizing #135 
    
    - Minor
      * GUI: display size in MB (was GB) #125 
      * Revert: IBD settings back to BTC original #124 #126
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3b0e8b2 View commit details
    Browse the repository at this point in the history
  13. fix: daemon Killed on ARM during IBD (out-of-memory) (#140)

    * Revert "revert (#78) & fix: disabled more getheaders (#126)"
    
    This reverts commit 7c45e62.
    
    * comment
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    12470fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2a6b15d View commit details
    Browse the repository at this point in the history
  15. add: bootstrap height at 4421701 (#143)

    * scripts: In linearize, search for next position of magic bytes rather than fail
    bitcoin/bitcoin#16802
    
    * add: bootstrap height at 4421701
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    7d062f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    22836f6 View commit details
    Browse the repository at this point in the history
  17. fix: travis: pathlib2 (#148)

    ImportError: No module named 'pathlib2'
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8bd384f View commit details
    Browse the repository at this point in the history
  18. doc (#151)

    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    398e175 View commit details
    Browse the repository at this point in the history
  19. bump v0.16.3.33rc3 + manpage (#152)

    **Changes: v33rc3**
    
    - Major
      * Fix: IBD `30%` faster, and `60%` reduced data traffic #122 
      * Add: new option `-prunedebuglogfile`: limit filesize of debug.log #110  
      * Add: when IBD, print blockheader count on debug.log #128 
      * Update: checkpoints (mainnet) #132 
      * Fix: IBD optimizing #135 
      * Update: seed list #144 
      * Remove: BCLog::POW (-debug=pow) #142 
    
    - Minor
      * GUI: display size in MB (was GB) #125 
      * Revert: IBD settings back to BTC original #124 
      * Add: bootstrap height at 4421701 #143 
      * Fix: travis pathlib2 #148
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    4808337 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5303845 View commit details
    Browse the repository at this point in the history
  21. cleanup (#154)

    * comment
    * seeds version checker
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    070cc85 View commit details
    Browse the repository at this point in the history
  22. doc: release note v34 starboy (#160)

    * doc: release note: starboy
    * fix: known issue
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    3ef3709 View commit details
    Browse the repository at this point in the history
  23. bump: v0.16.3.34-starboy + manpage (#161)

    **Changes: v34-starboy (same as v33)**
    
    - Major
      * Fix: IBD `30%` faster, and `60%` reduced data traffic #122 
      * Add: new option `-prunedebuglogfile`: limit filesize of debug.log #110  
      * Add: when IBD, print blockheader count on debug.log #128 
      * Update: checkpoints (mainnet) #132 
      * Fix: IBD optimizing #135 
      * Update: seed list #144 
      * Remove: BCLog::POW (-debug=pow) #142 
    
    - Minor
      * GUI: display size in MB (was GB) #125 
      * Revert: IBD settings back to BTC original #124 
      * Add: bootstrap height at 4421701 #143 
      * Fix: travis pathlib2 #148
    decryp2kanon committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    333ba6a View commit details
    Browse the repository at this point in the history