good morning!!!!

Skip to content
Snippets Groups Projects
  1. Apr 24, 2015
  2. Apr 18, 2015
    • Felix Lange's avatar
      Makefile: for non-gophers · 48f23746
      Felix Lange authored
      Many people need or want to build go-ethereum from the git repository,
      mostly to stay up to date with recent changes. We cannot expect that
      people without Go experience grok the Go workspace concept.
      
      With the Makefile, building from github requires only
      three steps (provided that a Go toolchain is installed):
      
          - git clone https://github.com/ethereum/go-ethereum
          - ... install C libraries (libgmp, etc.) ...
          - make
      48f23746
  3. Apr 09, 2015
  4. Mar 30, 2015
  5. Mar 08, 2015
  6. Mar 07, 2015
  7. Mar 03, 2015
  8. Feb 16, 2015
  9. Feb 05, 2015
  10. Jan 25, 2015
  11. Jan 22, 2015
  12. Jan 15, 2015
    • Gustav Simonsson's avatar
      Add new key_store interface and two new key stores · 945798f9
      Gustav Simonsson authored
      * Add new generic key_store interface
      * Add new plaintext key store storing unprotected keys on disk
      * Add new encrypted key store storing encrypted keys on disk
      * Add new entropy mixing function using OS and go runtime sources
      945798f9
  13. Jan 14, 2015
  14. Dec 09, 2014
  15. Nov 11, 2014
  16. Nov 05, 2014
  17. Oct 31, 2014
  18. Sep 30, 2014
  19. Jun 23, 2014
  20. Mar 27, 2014
  21. Jan 23, 2014
  22. Dec 26, 2013
Loading