Skip to content

Commit

Permalink
Update PC_Miner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
revoxhere authored Jan 23, 2021
1 parent ed15dbb commit f4619f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PC_Miner.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit f4619f9

Please sign in to comment.