pull down to refresh

To generate the above (on Linux):
Build & install gource (https://gource.io) Clone the bitcoin gources (https://github.com/bitpaint/bitcoin-gources ) repository Run the "grab avatars" script (https://github.com/bitpaint/bitcoin-gources/blob/main/gource/.1grabAvatars.pl) from the Bitcoin Core repository Run: gource --start-date "2024-01-01" --stop-date "2024-12-31" -1920x1080 -r 60 --seconds-per-day 0.5 --date-format "%B %d %Y" --user-image-dir ../bitcoin/.git/avatar/ --default-user-image gource/avatar/default.png --output-ppm-stream - --caption-file gource/caption.txt --caption-size 24 --caption-duration 4 ../bitcoin/ | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 bitcoin_core_gource.mp4