Bitcoin Forum
September 02, 2024, 02:18:28 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 [573] 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426901 times)
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 27, 2014, 01:11:03 AM
 #11441

for windows does anyone have a sample command line to run this?

yea, being lazy
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 01:14:59 AM
 #11442

yeh i can see a lot of people are going to ask, here is 32bit and 64bit ccminer 0.6 compiled
https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY

Thanks.

Up and running with not settings in bat. but each 750ti is about 10,300 kh/s.

Are you mining this coin also bigjme? If so I'll send you some if I get any.

I am mining jackpotcoin yes, just to see what it is like being new. If you want to donate, send it to christian Smiley

He does the hard work, i just compile it for people

Owner of: cudamining.co.uk
antonio8
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
April 27, 2014, 01:30:58 AM
 #11443

for windows does anyone have a sample command line to run this?

yea, being lazy

You wanna know lazy?

Here is what I am running: ccminer.exe -a jackpot -o localhost:15372 -u user -p pass

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 27, 2014, 01:41:00 AM
 #11444

same thing I was trying but not working for me.

I did get it working on an AMD machine using their GPU provided software but on a different machine with nvidia no dice.

[2014-04-26 21:43:58] json_rpc_call failed, retry after 30 seconds
[2014-04-26 21:44:29] HTTP request failed: Failed connect to localhost:15372; No
 error

is what I'm getting.  I must be doing something wrong on this machine.
antonio8
Legendary
*
Offline Offline

Activity: 1400
Merit: 1000


View Profile
April 27, 2014, 01:48:37 AM
 #11445

same thing I was trying but not working for me.

I did get it working on an AMD machine using their GPU provided software but on a different machine with nvidia no dice.

[2014-04-26 21:43:58] json_rpc_call failed, retry after 30 seconds
[2014-04-26 21:44:29] HTTP request failed: Failed connect to localhost:15372; No
 error

is what I'm getting.  I must be doing something wrong on this machine.

I am no pro at all. But did you set the wallet qt in server mode?

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
goo38
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 27, 2014, 01:53:00 AM
 #11446

same thing I was trying but not working for me.

I did get it working on an AMD machine using their GPU provided software but on a different machine with nvidia no dice.

[2014-04-26 21:43:58] json_rpc_call failed, retry after 30 seconds
[2014-04-26 21:44:29] HTTP request failed: Failed connect to localhost:15372; No
 error

is what I'm getting.  I must be doing something wrong on this machine.
First quit the wallet, then create the following file in a text editor.

Create a JackpotCoin.conf file containing the following:

rpcuser=user
rpcpassword=pass
rpcallowip=*
rpcport=15372
listen=1
daemon=1
server=1
logtimestamps=1
maxconnections=100
addnode=74.208.234.18
addnode=219.194.178.90
addnode=85.241.196.165
addnode=188.78.66.111
addnode=96.27.101.117
addnode=2.27.246.124
addnode=69.123.197.209

on a Windows system you would place this file inside of the Users/*your user*/AppData/Roaming/JackpotCoin

Launch the Wallet. Then launch your bat file for ccminer.
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 27, 2014, 01:59:33 AM
 #11447

Doh,

I spelled it jackTOPcoin.conf 

top instead of pot.

That fixed it.  You guys are the best.
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
April 27, 2014, 02:00:18 AM
 #11448

We know  Roll Eyes

Owner of: cudamining.co.uk
goo38
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 27, 2014, 02:09:30 AM
 #11449

The dev for JackpotCoin posted that they will hardfork the coin as a "fix" to the faster algorithm code... hmmm

https://bitcointalk.org/index.php?topic=584481.msg6413849#msg6413849

mrwizzy2002
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 27, 2014, 02:19:38 AM
 #11450

A ccminer v0.6 source code release was made, adding myriad-groestl (the table based groestl implementation like in the SPH library) and a jackpotcoin implementation.

My jackpotcoin implementation computes only the keccak portion of the JHA hashing algorithm and throws away 7 out of 8 hashes. This is way faster than computing the remaining rounds for the hashes that I am throwing away Wink  jackpot is now a CUDA coin it seems, and it is fit for solo mining. Quick, the AMD miners are going to catch up soon.

Christian

Thanks. I am mainly doing this for educational purposes, so I am not very concerned about the AMD miners.
msvcr100.dll just download that ddl for your version of windows x64 or 32 also you need another dll .
Not following you...what other .dll do I need?
Yeah I am just now getting this error as well on the mining rig that I literally just finished installing Windows 8.1 on to start mining with 5 x 750ti's with. Any ideas how to fix this?https://i.imgur.com/wZJV98L.png
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 27, 2014, 02:29:57 AM
 #11451

http://support.microsoft.com/kb/2019667
Since it's a new build install both the VS 2012 and VS 2010 from there.
cayars
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
April 27, 2014, 02:30:54 AM
 #11452

looks like the dev released a new version of the cpu and gpu software that does the same as ours does.  He wanted to "level" the playing field. Smiley
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 27, 2014, 02:38:53 AM
 #11453

yeh i can see a lot of people are going to ask, here is 32bit and 64bit ccminer 0.6 compiled
https://mega.co.nz/#!Aw13XIYD!ETSB1GRSQdmqGt1jnlMLV4ZOhJ__qtfOSc0vOMKyUQY

It's compiled for compute cap 3.5? I use with 3.0  and give me anormal hashrate and the pool not register my hashrate
7854587
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
April 27, 2014, 02:48:42 AM
 #11454

How to use?
Heavycoin(HEFTY1 ),SHA3,Groestl,SHA256,If you can dig?
Can you give parameters?
noobminerd
Member
**
Offline Offline

Activity: 61
Merit: 10


View Profile
April 27, 2014, 03:00:11 AM
 #11455

Please read the readme file the explanation it's very clear there
DELTA9
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
April 27, 2014, 03:02:19 AM
 #11456

msvcp100.dll,msvcr100.dll
Where can I find these? Is it safe to just google and download .dll files from any site?
goo38
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 27, 2014, 03:12:35 AM
 #11457

How to use?
Heavycoin(HEFTY1 ),SHA3,Groestl,SHA256,If you can dig?
Can you give parameters?


ccminer.exe --help
     *** ccMiner for nVidia GPUs by Christian Buchner and Christian H. ***
                     This is version 0.6 (beta)
          based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
          based on pooler-cpuminer extension for HVC from
               https://github.com/heavycoin/cpuminer-heavycoin
                        and
               http://hvc.1gh.com/
        Cuda additions Copyright 2014 Christian Buchner, Christian H.
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
Usage: minerd [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                        fugue256  Fuguecoin hash
                        heavy     Heavycoin hash
                        groestl   Groestlcoin hash
                        myr-gr    Myriad-Groestl hash
                        jackpot   Jackpot hash
  -d, --devices         takes a comma separated list of CUDA devices to use.
                        Device IDs start counting from 0! Alternatively takes
                        string names of your cards like gtx780ti or gt640#2
                        (matching 2nd gt640 in the PC)
  -v, --vote=VOTE       block reward vote (for HeavyCoin)
  -m, --trust-pool      trust the max block reward vote (maxvote) sent by the po
ol
  -o, --url=URL         URL of mining server
  -O, --userpass=U:P    username:password pair for mining server
  -u, --user=USERNAME   username for mining server
  -p, --pass=PASSWORD   password for mining server
      --cert=FILE       certificate for mining server using SSL
  -x, --proxy=[PROTOCOL://]HOST[:PORT]  connect through a proxy
  -t, --threads=N       number of miner threads (default: number of nVidia GPUs)

  -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
      --no-stratum      disable X-Stratum 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

7854587
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
April 27, 2014, 03:25:09 AM
 #11458

How to use?
Heavycoin(HEFTY1 ),SHA3,Groestl,SHA256,If you can dig?
Can you give parameters?


ccminer.exe --help
     *** ccMiner for nVidia GPUs by Christian Buchner and Christian H. ***
                     This is version 0.6 (beta)
          based on pooler-cpuminer 2.3.2 (c) 2010 Jeff Garzik, 2012 pooler
          based on pooler-cpuminer extension for HVC from
               https://github.com/heavycoin/cpuminer-heavycoin
                        and
               http://hvc.1gh.com/
        Cuda additions Copyright 2014 Christian Buchner, Christian H.
          LTC donation address: LKS1WDKGED647msBQfLBHV3Ls8sveGncnm
          BTC donation address: 16hJF5mceSojnTD3ZTUDqdRhDyPJzoRakM
          YAC donation address: Y87sptDEcpLkLeAuex6qZioDbvy1qXZEj4
Usage: minerd [OPTIONS]
Options:
  -a, --algo=ALGO       specify the algorithm to use
                        fugue256  Fuguecoin hash
                        heavy     Heavycoin hash
                        groestl   Groestlcoin hash
                        myr-gr    Myriad-Groestl hash
                        jackpot   Jackpot hash
  -d, --devices         takes a comma separated list of CUDA devices to use.
                        Device IDs start counting from 0! Alternatively takes
                        string names of your cards like gtx780ti or gt640#2
                        (matching 2nd gt640 in the PC)
  -v, --vote=VOTE       block reward vote (for HeavyCoin)
  -m, --trust-pool      trust the max block reward vote (maxvote) sent by the po
ol
  -o, --url=URL         URL of mining server
  -O, --userpass=U:P    username:password pair for mining server
  -u, --user=USERNAME   username for mining server
  -p, --pass=PASSWORD   password for mining server
      --cert=FILE       certificate for mining server using SSL
  -x, --proxy=[PROTOCOL://]HOST[:PORT]  connect through a proxy
  -t, --threads=N       number of miner threads (default: number of nVidia GPUs)

  -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
      --no-stratum      disable X-Stratum 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


Sorry, I'm an idiot, cannot read.
goo38
Newbie
*
Offline Offline

Activity: 48
Merit: 0


View Profile
April 27, 2014, 03:37:24 AM
 #11459


Sorry, I'm an idiot, cannot read.

Which coin are you trying to mine and at what pool?
7854587
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
April 27, 2014, 03:39:34 AM
 #11460


Sorry, I'm an idiot, cannot read.

Which coin are you trying to mine and at what pool?
I can't read set
Pages: « 1 ... 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 [573] 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 ... 1135 »
  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!