mirror of
https://github.com/aljazceru/shurikenpi.io.git
synced 2025-12-17 22:24:23 +01:00
update logo etc
This commit is contained in:
@@ -11,5 +11,6 @@ def get_mining_parameters(pool, address):
|
||||
# Special case when using custom pool
|
||||
return "-a sha256d -o " + pool + " -u " + address
|
||||
|
||||
print (get_mining_parameters(sys.argv[1], sys.argv[2]))
|
||||
command = "../Bin/cpuminer " + get_mining_parameters(sys.argv[1], sys.argv[2])
|
||||
print (command)
|
||||
#if sys.argv[1] == "-h" or sys.argv[1] == "--help":
|
||||
Reference in New Issue
Block a user