Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.

Commit 34e7c2b

Browse files
Changed port for mining
1 parent 43fd2e0 commit 34e7c2b

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

src/main/ic_launcher-playstore.png

88.1 KB
Loading

src/main/java/com/example/duco_miner/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void run(){
7373
Socket client_socket;
7474
String ip = "51.15.127.80";
7575

76-
int port = 2811;
76+
int port = 2813;
7777
SocketAddress address = new InetSocketAddress(ip,port);
7878
TextView to_add;
7979

8.24 KB
Loading
4.14 KB
Loading
13.5 KB
Loading
28.5 KB
Loading
49.7 KB
Loading

0 commit comments

Comments
 (0)