From 7a7fc2c5a6ef583008a8b5bcec4c68e800eed0fd Mon Sep 17 00:00:00 2001 From: UpstreamData <75442874+UpstreamData@users.noreply.github.com> Date: Thu, 7 Jul 2022 08:09:00 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dd35473..a25b9fca 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# minerInterface +# pyasic *A set of modules for interfacing with many common types of ASIC bitcoin miners, using both their API and SSH.* ## Usage To use this repo, first download it, create a virtual environment, enter the virtual environment, and install relevant packages by navigating to this directory and running ```pip install -r requirements.txt``` on Windows or ```pip3 install -r requirements.txt``` on Mac or UNIX if the first command fails.