where did you download it i just checked github source + bins please post some links
I've tried to get that answer from the second guy, with no success.
I did get this though:
Okay, it seems that whenever I do
--user=user
--pass=pass
it gives me that problem, command line or json file.
when i do
--userpass=user:pass
it works. Only tested on command line however. May be a bug?
I don't think it's likely to be a bug though. Seems likely there are creds getting built into the .exe.
I will note that the first guy said he got it from the link on our site, which goes to:
https://bitcointalksearch.org/topic/an-even-more-optimized-version-of-cpuminer-poolers-cpuminer-cpu-only-55038If I download the 64-bit windows binary there, unzip it, and run strings on it I get:
~/tmp$ strings minerd.exe | grep Ether
TheEther.1:1
And if I 'strings minerd.exe | less' I can see:
cpuminer 2.2.3
Usage: minerd [OPTIONS]
Options:
-a, --algo=ALGO specify the algorithm to use
scrypt scrypt(1024, 1, 1) (default)
sha256d SHA-256d
-o, --url=URL URL of mining server (default: http://141.165.227.52:9332/)
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
-x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy
-t, --threads=N number of miner threads (default: number of processors)
-r, --retries=N number of times to retry if a network call fails
(default: retry indefinitely)
-R, --retry-pause=N time to pause between retries, in seconds (default: 30)
-T, --timeout=N network timeout, in seconds (default: 270)
-s, --scantime=N upper bound on time spent scanning current work when
long polling is unavailable, in seconds (default: 5)
--no-longpoll disable X-Long-Polling support
-q, --quiet disable per-thread hashmeter output
-D, --debug enable debug output
-P, --protocol-dump verbose dump of protocol-level activities
--benchmark run in offline benchmark mode
-c, --config=FILE load a JSON-format configuration file
-V, --version display version information and exit
-h, --help display this help text and exit
algo
http://141.165.227.52:9332/
TheEther.1:1
So clearly the windows 64 binary has been tampered with.
Cheers.