Bitcoin Forum
May 13, 2024, 02:41:31 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 172 »
  Print  
Author Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot)  (Read 499997 times)
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
February 12, 2016, 06:02:05 PM
 #521


8.22966510 dcr + some hash to Most Stylish ccminer dev of BCT  Wink

"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715568091
Hero Member
*
Offline Offline

Posts: 1715568091

View Profile Personal Message (Offline)

Ignore
1715568091
Reply with quote  #2

1715568091
Report to moderator
1715568091
Hero Member
*
Offline Offline

Posts: 1715568091

View Profile Personal Message (Offline)

Ignore
1715568091
Reply with quote  #2

1715568091
Report to moderator
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 12, 2016, 06:29:30 PM
 #522

Smiley tx, was asking me from where that was from Wink

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
whortonda
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 13, 2016, 01:31:42 AM
 #523

First of all, thank you for all your work on this project!

I'm having an issue with decred/longpoll and the program not exiting when the connection is interrupted or dropped.  Here's an example:

Code:
C:\ccminer-tpruvot>ccminer -a decred -d 0,2 -r 0 -o http://localhost:12345 -O user:pass
*** ccminer 1.7.2 for nVidia GPUs by tpruvot@github ***
    Built with VC++ 2013 and nVidia CUDA SDK 7.5

  Originally based on Christian Buchner and Christian H. project
  Include some of the work of djm34, sp, tsiv and klausT.

BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)

[2016-02-12 20:18:40] NVML GPU monitoring enabled.
[2016-02-12 20:18:40] 2 miner threads started, using 'decred' algorithm.
[2016-02-12 20:18:41] HTTP request failed: Failed to connect to localhost port 12345: Connection refused
[2016-02-12 20:18:41] get_work json_rpc_call failed
[2016-02-12 20:22:01] CTRL_C_EVENT received, exiting

Obviously a bogus pool address here, so connection refused, but the same thing happens with live pools if the connection gets interrupted.  I waited about 3 minutes in this example before killing it, but it hung for several hours last night.  Have to use Ctrl+C or close the terminal window to exit.  Since the program never exits, failover pools never get contacted, which means lost mining time.

I've tried setting retries > 0 and the retries function properly but after the final retry, the same thing happens.  Using multiple pools with failover is similar; it tries to failover but never succeeds.

I have a feeling it has something to do with longpoll; with stratum connections, the workio thread always gets terminated and the program exits.  I'm hoping there's some way to work around it!

Any help you can provide would be greatly appreciated!  Thanks again.
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 13, 2016, 05:03:30 AM
 #524

indeed, will check that

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

Activity: 304
Merit: 100



View Profile
February 13, 2016, 05:08:48 AM
Last edit: February 18, 2016, 08:42:37 AM by maxim000
 #525

530 mh blake256 from 750Ti - very good !

send 10 dcr to DsdYLRUyTF7QKouD3LmFviZJ9dGzwd8DAwq
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 13, 2016, 10:48:59 AM
 #526

received thanks... Smiley

else beware with maxminers.net, sometimes the txs are not sent... so verify them Wink

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

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
February 13, 2016, 11:10:06 AM
 #527

received thanks... Smiley

else beware with maxminers.net, sometimes the txs are not sent... so verify them Wink

im mining on coinmine now ...

seem to be good - except quite small hashrate ...

ive had to pull some miners off for a few hours - for other projects ...

https://www2.coinmine.pl/dcr/ ...

#crysx

whortonda
Newbie
*
Offline Offline

Activity: 24
Merit: 0


View Profile
February 14, 2016, 08:22:27 PM
 #528

Just an update: I was able to work around the longpoll disconnect issue by using the API.

  • start ccminer with --api-remote flag
  • issue "pool" API command to get pool status info
  • if LAST variable (last submitted share) is greater than 180 seconds, issue the "quit" command
  • miner exits, batch file continues and tries next pool

Works like a charm! All that, though, and I haven't been disconnected even once from the pool in the past 2 days.  Heh, figures. Smiley
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
February 14, 2016, 11:37:02 PM
 #529

THANKS FOR YOUR CODING! --

TPruvot, I sent 2 bits your way.  Your recent release has been working well with VanillaCoin (VNL), and the coin has been profitable the last few days.

It is a long weekend in the USA, for President's Day on Monday.  Snow here for Valentine's Day, Sunday.  Cold!

--scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 15, 2016, 03:43:40 AM
Last edit: February 17, 2016, 02:14:54 PM by Epsylon3
 #530

tx scryptr

Else here is the windows binary preview which allow to mine decred on yiimp : http://ccminer.org/preview/ccminer-rel1.7.3-vc2013-x64-yiimp.7z (decred branch on github for SM3.5+)

PS: its not a full implementation of the stratum, but current decred wallet doesnt return the correct infos in getblocktemplate to create real stratum blocks for the moment...

its a kind of getwork over the stratum protocol, made possible via the extradata block header and the stratum extranonce field (unique per worker)

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
February 17, 2016, 10:36:14 AM
Last edit: February 17, 2016, 02:30:33 PM by djm34
 #531




nice logo Grin

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
February 17, 2016, 10:46:37 AM
 #532

tx scryptr

Else here is the windows binary preview which allow to mine decred on yiimp : https://www.dropbox.com/s/qk21qt8hbkm1s17/ccminer-rel1.7.3-vc2013-x64-yiimp.7z (decred branch on github)

PS: its not a full implementation of the stratum, but current decred wallet doesnt return the correct infos in getblocktemplate to create real stratum blocks for the moment...

its a kind of getwork over the stratum protocol, made possible via the extradata block header and the stratum extranonce field (unique per worker)

Hi, i have download this , i have only one Gigabyte GTX 970 for mining decred , but my hashrate is only 1305 mh/s , im on windows 10 64 bit , and use this parameter :

ccminer-x64-dcr-stratum -a decred -o http://dcr.suprnova.cc:9111 -u ( my user )  -p ( my password ) --cpu-priority 4

Im see 2700 mh/s with Nvidia gtx 970 .
Bombadil
Hero Member
*****
Offline Offline

Activity: 644
Merit: 500



View Profile
February 17, 2016, 06:04:01 PM
 #533

Hi, i have download this , i have only one Gigabyte GTX 970 for mining decred , but my hashrate is only 1305 mh/s , im on windows 10 64 bit , and use this parameter :

ccminer-x64-dcr-stratum -a decred -o http://dcr.suprnova.cc:9111 -u ( my user )  -p ( my password ) --cpu-priority 4

Im see 2700 mh/s with Nvidia gtx 970 .

I'm getting 880MH on my 960, 550MH on a 750TI. 1300MH on a 970 seems OK, where did you see those 2700MH figures?
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 17, 2016, 06:20:17 PM
 #534

Maybe he has 2 cards..

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

Activity: 161
Merit: 100


View Profile
February 18, 2016, 02:41:02 AM
 #535

Hmmm he says he only has one 970. 1300MH is the correct hashrate 2700 is double and the 980ti only does like 1.7.  If something is showing 2700 for one 970 card it's displaying wrong.

can also use the d flag to specify which cards per ccminer instance. -d 0,1 or -d 0 etc etc etc.
chrysophylax
Legendary
*
Offline Offline

Activity: 2828
Merit: 1091


--- ChainWorks Industries ---


View Profile WWW
February 18, 2016, 02:44:42 AM
 #536

Hmmm he says he only has one 970. 1300MH is the correct hashrate 2700 is double and the 980ti only does like 1.7.  If something is showing 2700 for one 970 card it's displaying wrong.

can also use the d flag to specify which cards per ccminer instance. -d 0,1 or -d 0 etc etc etc.

for what? ... decred? ...

the 980ti g1 does a lot more than 1.7gh ...

#crysx

CodyF86
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
February 18, 2016, 03:40:52 AM
 #537

Whoops lol, sorry went and checked some other places, the article I read with the graph was way off.  Yeah you're right.  Not sure why he would be getting such a low hash rate.  Make sure you're only running 2 cards per instance and that nothing else is bogging down your cpu.  Those are the only things I have noticed will make it mine slower.
infinity7th
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
February 18, 2016, 06:24:07 AM
 #538

THX for new ccminer Grin

750TI on DCR got 485 Mh/S per card with default GPU Clock.
--------------------------------------------------------------------
E3 1230V3
16G Memory
WIN 10 64Bit
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
February 18, 2016, 07:54:19 AM
 #539

I get this trying to Benchmark on a Ti 750

[2016-02-18 07:53:02] NVML GPU monitoring enabled.
[2016-02-18 07:53:02] 1 miner thread started, using 'decred' algorithm.
Cuda error in func 'decred_cpu_setBlock_52' at line 320 : invalid device symbol.

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
Epsylon3 (OP)
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
February 18, 2016, 05:22:35 PM
 #540

look like you built it only with SM 5.2 support

E3 Power! infinity7th 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ... 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!