Bitcoin Forum
May 07, 2024, 02:18:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 172 »
  Print  
Author Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)  (Read 499993 times)
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 13, 2014, 06:23:27 PM
Last edit: November 13, 2014, 08:16:36 PM by Epsylon3
 #61

im ok with that...

else check my git, i added the api and nvml, and a new win32 compatible method (nvapi)

I think we can tune power states with that, maybe also the OC

time to explore the interesting features Smiley

sample rig (multi pc) monitoring : http://epsy.linuxd.org/ccminer/sample.htm

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
1715048310
Hero Member
*
Offline Offline

Posts: 1715048310

View Profile Personal Message (Offline)

Ignore
1715048310
Reply with quote  #2

1715048310
Report to moderator
1715048310
Hero Member
*
Offline Offline

Posts: 1715048310

View Profile Personal Message (Offline)

Ignore
1715048310
Reply with quote  #2

1715048310
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 13, 2014, 09:25:48 PM
 #62

No, It displays 10mh/s per 750ti but im still getting 5.15mh/s on quark. Display is wrong with 1.4.8
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 13, 2014, 09:26:32 PM
 #63

you see this speed on a pool right ?

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 13, 2014, 10:37:08 PM
 #64

you see this speed on a pool right ?
pool speed is 20mh. readout is 40mh.


from 1.4.8
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 14, 2014, 12:37:59 AM
 #65

ok, will do something for that in the 1.4.9, differently

else i finished the telnet compatibility :
Code:
ubuntu14:/work:# telnet 127.0.0.1 4068
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
help
summary
stats
Connection closed by foreign host.

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
sp_
Legendary
*
Offline Offline

Activity: 2898
Merit: 1087

Team Black developer


View Profile
November 14, 2014, 07:34:24 AM
 #66

Awsome. can you add splitscreen support as well ? Smiley

Team Black Miner (ETHB3 ETH ETC VTC KAWPOW FIROPOW MEOWPOW + dual mining + tripple mining.. https://github.com/sp-hash/TeamBlackMiner
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 14, 2014, 09:16:32 AM
 #67

ok, will do something for that in the 1.4.9, differently

else i finished the telnet compatibility :
Code:
ubuntu14:/work:# telnet 127.0.0.1 4068
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
help
summary
stats
Connection closed by foreign host.
telnet ?! Anybody still using telnet ? (totally unsecured protocol)... I haven't used telnet in more than 13years...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 14, 2014, 12:08:08 PM
 #68

telnet is just a socket with carriages return support lol ... you can do http requests with telnet if you want Wink

but it was important to do that (its read-only and will stay like that). But i will add some history/debug features later

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
November 14, 2014, 12:42:17 PM
 #69

telnet is just a socket with carriages return support lol ... you can do http requests with telnet if you want Wink

but it was important to do that (its read-only and will stay like that). But i will add some history/debug features later
do you have a way to change the p-state ? from nvml, that would be interesting

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 14, 2014, 01:02:11 PM
 #70

nvml seems to be very limited (most functions are reporting "not supported")

nvapi seems to be also mostly read only except for display tuning.

I will work on shares history and then cpuminer-multi api today, to be able to monitor them all Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 14, 2014, 01:21:04 PM
 #71

you see this speed on a pool right ?
pool speed is 20mh. readout is 40mh.


from 1.4.8

I divided by 2 the hashrate of Quark and Jackpot in the upcoming 1.4.9... i really need to talk to Christian to understand why that was made like that before Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 15, 2014, 01:31:04 PM
 #72

still very new at compiling, where can i get curl to 7.38.0 windows 8.1 from a safe site please.

tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 15, 2014, 01:43:49 PM
Last edit: November 15, 2014, 02:01:25 PM by tbearhere
 #73

ok compiling with curl 7.29 see if that works.
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 15, 2014, 02:21:47 PM
 #74

curl lib is inside the compat folder :p else read the README

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 15, 2014, 02:31:33 PM
 #75

curl lib is inside the compat folder :p else read the README
thank you  do i have to install it or will the compiler know?
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 15, 2014, 02:37:48 PM
 #76

Nothing to do, its why i made that Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 15, 2014, 02:39:57 PM
 #77

Nothing to do, its why i made that Wink
ok but in my folder to compile is the older curl  do i keep that there?
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 15, 2014, 02:41:26 PM
 #78

just open the project and compile, nothing more

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
tbearhere
Legendary
*
Offline Offline

Activity: 3136
Merit: 1003



View Profile
November 15, 2014, 02:41:54 PM
 #79

just open the project and compile, nothing more
ok thanks  Smiley
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
November 15, 2014, 02:55:25 PM
 #80

oh, and select Release x86, not Debug Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 ... 172 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!