From f4619f9bb68b471b521d0cdedba607092340a317 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Sat, 23 Jan 2021 19:17:12 +0100 Subject: [PATCH] Update PC_Miner.py --- PC_Miner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PC_Miner.py b/PC_Miner.py index 207bcb54..e4f5c86c 100644 --- a/PC_Miner.py +++ b/PC_Miner.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 ########################################## -# Duino-Coin Python Miner (v1.9) +# Duino-Coin Python Miner (v2.0) # https://github.com/revoxhere/duino-coin # Distributed under MIT license # © Duino-Coin Community 2021 @@ -36,7 +36,7 @@ def now(): install("requests") # Global variables -minerVersion = "1.9" # Version number +minerVersion = "2.0" # Version number timeout = 5 # Socket timeout resourcesFolder = "PCMiner_"+str(minerVersion)+"_resources" shares = [0, 0]