Skip to content

Commit

Permalink
stratum support for mtp (windows only)
Browse files Browse the repository at this point in the history
  • Loading branch information
djm34 committed Nov 29, 2018
1 parent ffb4e98 commit fffbcb4
Show file tree
Hide file tree
Showing 33 changed files with 12,837 additions and 114 deletions.
3 changes: 2 additions & 1 deletion RUN-ZCOIN-MTP.cmd
@@ -1,3 +1,4 @@

x64\Release\ccminer -a mtp -o http://127.0.0.1:8382 -u djm34 -p password --coinbase-addr TJgLGLyGBSgeFuAT4iWaTtWeXDAjAr4ZS4 -d 1070#1 --no-getwork
rem x64\Release\ccminer -a mtp -o http://127.0.0.1:8382 -u djm34 -p password --coinbase-addr TJgLGLyGBSgeFuAT4iWaTtWeXDAjAr4ZS4 -d 1070#1 --no-getwork
x64\Release\ccminer -a mtp -o stratum+tcp://testnet.mintpond.com:3000 -u TRHRA2npoJQpPT2Sh5ieDyRec5asjRjhvD.gitworker -p 0,strict -d 1070#1 --debug --protocol-dump
pause
2 changes: 1 addition & 1 deletion base58.cpp
Expand Up @@ -14,7 +14,7 @@
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <jansson.h>
#include <bosjansson.h>
//uint32_t htonla(uint32_t);

static const int8_t b58digits[] = {
Expand Down

0 comments on commit fffbcb4

Please sign in to comment.