mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
Add README and license info.
This commit is contained in:
parent
9599867d8b
commit
9bc3649e91
11
README
Normal file
11
README
Normal file
@ -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/
|
||||
|
@ -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
|
||||
#include <stdio.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user