Skip to content

Commit

Permalink
restore default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
djm34 authored and psolstice committed Nov 27, 2018
1 parent 3d9fd45 commit 809ee40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RUN-ZCOIN-MTP.cmd
@@ -1,5 +1,5 @@

rem x64\Release\cpuminer -a mtp -o http://127.0.0.1:8382 -u djm34 -p password --coinbase-addr TJgLGLyGBSgeFuAT4iWaTtWeXDAjAr4ZS4 -t 1 --no-getwork --protocol-dump
x64\Release\cpuminer -a mtp -o stratum+tcp://testnet.mintpond.com:3000 -u TRHRA2npoJQpPT2Sh5ieDyRec5asjRjhvD.gitworker -p 0 -t 1 --protocol-dump --debug
x64\Release\cpuminer -a mtp -o stratum+tcp://testnet.mintpond.com:3000 -u TRHRA2npoJQpPT2Sh5ieDyRec5asjRjhvD.gitworker -p 0 -t 1

pause
2 changes: 1 addition & 1 deletion cpu-miner.c
Expand Up @@ -208,7 +208,7 @@ static const char *algo_names[] = {
"\0"
};

bool opt_debug = true;
bool opt_debug = false;
bool opt_debug_diff = false;
bool opt_protocol = false;
bool opt_benchmark = false;
Expand Down

0 comments on commit 809ee40

Please sign in to comment.