Skip to content

Commit

Permalink
Updated binaries for Mochimo v2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Belgarion committed Apr 11, 2019
1 parent 8e3b1fd commit 9af1ec3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions binaries/_README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
The MD5HASH for these executables are:

35cc99e7df21526655b5b850743a6391 mochimo-winminer.exe
258253063d1dedfcea4101423ed3ccac update-monitor.exe
358df9e97f730d4e4249da6dc9514ed5 mochimo-winminer.exe
9c813fb75aea2d2a822b90f94c83fd56 update-monitor.exe

This software is offered with no warranty, and is subject to the terms and conditions of the license, which can be found here:
https://github.com/mochimodev/mochimo/blob/master/LICENSE.PDF
Expand Down
Binary file modified binaries/mochimo-winminer.exe
Binary file not shown.
Binary file modified binaries/update-monitor.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions winminer_v1/winminer/winminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ char *Addrfile = "maddr.dat";
char *Corefname = "startnodes.lst";
char *WebAddress = "https://www.mochimap.net:8443/";

#define USER_AGENT L"Mochimo Winminer/1.3"
#define USER_AGENT L"Mochimo Winminer/1.4"

byte Needcleanup;
word32 Port = 2095;
Expand Down Expand Up @@ -248,9 +248,9 @@ int main(int argc, char **argv)
srand16(time(&stime));
srand2(stime, 0, 0);

printf("\nMochimo Windows Headless Miner version 1.3\n"
"Mochimo Main Net v2.2 Original Release Date: 10/27/2018\n"
"Copyright (c) 2018 by Adequate Systems, LLC."
printf("\nMochimo Windows Headless Miner version 1.4\n"
"Mochimo Main Net v2.3 Original Release Date: 04/07/2019\n"
"Copyright (c) 2019 by Adequate Systems, LLC."
" All Rights Reserved.\n\n"
"This software is subject to the terms and conditions of the Mochimo Cryptocurrency Engine\n"
"license agreement, see LICENSE.PDF for terms and conditions at:\n"
Expand Down

0 comments on commit 9af1ec3

Please sign in to comment.