4

What is the youngest age of someone known to have submitted a Pull Request to Bitcoin Core?

dontmindme
  • 487
  • 3
  • 7

2 Answers2

3

https://github.com/whitj00

Whit Jackson, 15 is the youngest I can find. Github does not list the ages of PR authors:)

http://www.coindesk.com/15-year-old-developer-ethereum-whit-jackson/

edit: I am not sure of his exact birthday. He may have been 14 when submitting this PR for bitcoin.org:

https://github.com/whitj00/bitcoin.org/commit/b3ef809c7c63c9ededa4f4ad40ef5ff314434fe8

Susan
  • 245
  • 1
  • 2
  • Note question was about Bitcoin Core. I see Ethereum and bitcoin.org (the website) in the answer. – Jannes Jun 06 '16 at 08:35
  • 1
    -1 As already implied by Jannes, it seems to me that Whit Jackson has not submitted a PR to Bitcoin Core. So, strictly spoken this answer doesn't address the question. – Murch Jun 06 '16 at 09:52
  • 1
    I marked the Pieter Wuille answer as correct because I technically did say core, however this answer was interesting too. It is nice to see developers get involved at such a young age! – dontmindme Jun 07 '16 at 00:28
2

Matt Corallo (https://github.com/TheBlueMatt) was 18 when he started contributing to Bitcoin Core (back then just called Bitcoin).

At that age, he added support for UPnP, wrote the first dynamic DNS seeder, improved the build system, introduced wallet encryption, added debian package building, and fixed various bugs.

Pieter Wuille
  • 105,497
  • 9
  • 194
  • 308