This website works better with JavaScript.
Home
Explore
Help
Sign In
SeraphJACK
/
Votes
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
19bits
master
SeraphJACK
2 years ago
parent
1198295601
commit
a8f7319bd6
Signed by:
SeraphJACK
<seraphjack@outlook.com>
GPG Key ID:
14162B46567AB06F
2 changed files
with
2 additions
and
27 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
http/challenge.go
+1
-26
static/js/worker.js
+ 1
- 1
http/challenge.go
View File
@@ -35,5 +35,5 @@ func checkChallenge(ip net.IP, magic string) bool {
return false
}
}
return (hash[3] & 0x
C
0) == 0
return (hash[3] & 0x
E
0) == 0
}
+ 1
- 26
static/js/worker.js
File diff suppressed because it is too large
View File
Write
Preview
Loading…
Cancel
Save