Browse Source

Add README and license info.

Jeff Garzik 15 years ago
parent
commit
9bc3649e91
2 changed files with 16 additions and 0 deletions
  1. 11 0
      README
  2. 5 0
      cpu-miner.c

+ 11 - 0
README

@@ -0,0 +1,11 @@
+
+This is a CPU miner for bitcoin.
+
+License: X11/MIT
+	 See http://www.opensource.org/licenses/mit-license.php
+
+Dependencies:
+	libcurl			http://curl.haxx.se/libcurl/
+	jansson			http://www.digip.org/jansson/
+	OpenSSL libcrypto	http://www.openssl.org/
+

+ 5 - 0
cpu-miner.c

@@ -1,3 +1,8 @@
+/*
+   Copyright 2010 Jeff Garzik
+   Distributed under the MIT/X11 software license, see
+   http://www.opensource.org/licenses/mit-license.php
+ */
 
 
 #define _GNU_SOURCE
 #define _GNU_SOURCE
 #include <stdio.h>
 #include <stdio.h>