Author

Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot) - page 132. (Read 500113 times)

hero member
Activity: 672
Merit: 500
I'm mining on a 970 GTX on Blake2s and I am getting this alot

Code:
[2016-05-18 19:23:19] accepted: 47/47 (diff 4.652), 951.65 MH/s yes!
[2016-05-18 19:23:19] GPU #0: MSI GTX 970, 965.04 MH/s
[2016-05-18 19:23:19] accepted: 48/48 (diff 8.099), 951.64 MH/s yes!
[2016-05-18 19:23:20] GPU #0: MSI GTX 970, 976.93 MH/s
[2016-05-18 19:23:20] nonce e28e73b5 was already sent 1 seconds ago
[2016-05-18 19:23:21] GPU #0: MSI GTX 970, 976.12 MH/s
[2016-05-18 19:23:21] accepted: 49/49 (diff 12.709), 952.23 MH/s yes!

anyway to fix it ? I am using 1.7.5
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
same, no problems here
legendary
Activity: 1151
Merit: 1001
Skein doesn't work for me: it hangs after "Stratum difficulty set to 0.1" on zpool.
With Sp_'s it works, but gives duplicate shares.
Zpool problem? I used yiimp with skein and both tpruvot 1.7.5 and sp rel80 work fine, no problems at all
hero member
Activity: 644
Merit: 500
are you using mingw telnet command from within Windows?!
I'm using the simple telnet which comes with windows...
Putty for example just clears the screen, cursor in upper left corner and stays static....

netstat shows that connection is established, but...
Maybe different behaviour between tel;net client which you use and Windows/putty :/

Any advice what tool to use for connection? I tried telnet because someone said it works
Well, there's ccmonitor.
https://github.com/KBomba/ccmonitor


Haha, funny to see people still using that old tool of mine =)
If I ever get the impulsive urge to start programming again, I might finish it, but too bad my life has taken a totally different path now =(
ATM it can be quite a resource hog, especially when you leave it running for multiple days, and it might generate errors over longer timespans, since I haven't tested that all too well. You might want to keep in mind to regularly delete your logs and refresh the tool Wink
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Skein doesn't work for me: it hangs after "Stratum difficulty set to 0.1" on zpool.
With Sp_'s it works, but gives duplicate shares.
legendary
Activity: 1151
Merit: 1001
10x man!!!
it works!
hero member
Activity: 675
Merit: 514
are you using mingw telnet command from within Windows?!
I'm using the simple telnet which comes with windows...
Putty for example just clears the screen, cursor in upper left corner and stays static....

netstat shows that connection is established, but...
Maybe different behaviour between tel;net client which you use and Windows/putty :/

Any advice what tool to use for connection? I tried telnet because someone said it works
Well, there's ccmonitor.
https://github.com/KBomba/ccmonitor
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
nvm i will not change the socket protocol
legendary
Activity: 1470
Merit: 1114
yes, there is no more telnet command in windows 7, so i used what i can Wink

Is that Windows Home? It can be turned on in the control panel of Pro.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
yes, there is no more telnet command in windows 7, so i used what i can Wink
legendary
Activity: 1151
Merit: 1001
are you using mingw telnet command from within Windows?!
I'm using the simple telnet which comes with windows...
Putty for example just clears the screen, cursor in upper left corner and stays static....

netstat shows that connection is established, but...
Maybe different behaviour between tel;net client which you use and Windows/putty :/

Any advice what tool to use for connection? I tried telnet because someone said it works
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
in mingw (which have telnet) :

Code:
$ telnet 127.0.0.1 4068
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
pool
POOL=yiimp.ccminer.org:5233;ALGO=skein2;URL=stratum+tcp://yiimp.ccminer.org:5233;USER=WSBpLo7Z5NeaPerjxbvD1pK8VMuAwroZmw
;SOLV=0;ACC=73;REJ=1;STALE=0;H=328217;JOB=2cd;DIFF=1.000000;BEST=0.000000;N2SZ=4;N2=0x04000000;PING=1;DISCO=0;WAIT=0;UPT
IME=1299;LAST=36| Connection closed by foreign host.

i didnt code it specially for telnet access, its just a simple socket api to link other tools
legendary
Activity: 1151
Merit: 1001
Just checked with 1.7.4 - both x86 and x64 versions
same behaviour, telnet connects, on first jey pressed exits to prompt :S
I tried changing port to 4069. no change

Tried running as admin/normal - same
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
are you sure its my version and not the blake2s fee miner ?
legendary
Activity: 1151
Merit: 1001
ccminer-blake2s-x64 -a xxxxxxxx  --url stratum+tcp://yiimp.ccminer.org:xxxx -u xxxxxxxxxxxx -p 750 --show-diff  -q -b 0.0.0.0:4068

I connect with telnet and after first key pressed on my keyboard, telnet exits to prompt
Win7, driver 361.something, 750Ti
ccminer version is 1.7.5
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
no, but to access from a local network, its -b 0.0.0.0 else only from the same machine

should work on both linux and windows (i use it), telnet then help
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
ccminer --help

-b, --api-bind=port   IP:port for the miner API (default: 127.0.0.1:4068), 0 disabled

Obviously I tried both ways , same result
-b 127.0.0.1:4068
--api-bind=127.0.0.1:4068

i dont think its an '=' between them ... though im guessing you tried that also huh? ...

dont know what else mate ...

epsylon? ... input maybe mate? ...

#crysx
legendary
Activity: 1151
Merit: 1001
ccminer --help

-b, --api-bind=port   IP:port for the miner API (default: 127.0.0.1:4068), 0 disabled

Obviously I tried both ways , same result
-b 127.0.0.1:4068
--api-bind=127.0.0.1:4068
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
Can someone help me to use the API?
I start 1.5.75 with -b 127.0.0.1:4068 (or even 0.0.0.0:4068)
Telnet to the port (screen is cleaned marker blinking in upper left corner), but on first or second character I enter, it goes back to cmd prompt

What am I doing wrong?

-b? ...

i thought the commandline was ...

Code:
./ccminer-tpruvot176 --api-bind xxx.xxx.xxx.xxx:

#crysx
legendary
Activity: 1151
Merit: 1001
Can someone help me to use the API?
I start 1.5.75 with -b 127.0.0.1:4068 (or even 0.0.0.0:4068)
Telnet to the port (screen is cleaned marker blinking in upper left corner), but on first or second character I enter, it goes back to cmd prompt

What am I doing wrong?
Jump to: