Update main.py

This commit is contained in:
Pherelo_HD 2021-03-17 21:47:05 +00:00 committed by GitHub
parent dc1457bd78
commit 5e7e701a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
import socket, hashlib
# Global variables
soc = socket.socket()
username = "Yanis" # Edit this to your username, mind the quotes
username = "user" # Edit this to your username, mind the quotes
pool_address = "51.15.127.80"
pool_port = 2811
print("Starting 3DS Miner, you probably won't get any output")
print("Starting 3DS Miner, you probably will get Output on an error.")
while True:
soc.connect((str(pool_address), int(pool_port))) # Connect to the server