Bitcoin Forum
April 18, 2024, 06:47:40 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 »
  Print  
Author Topic: [ANN] sph-sgminer: multi-coin multi-algorithm GPU miner | added MaruCoin  (Read 515656 times)
Zlush1337
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 17, 2014, 04:04:47 PM
 #1381

my sgminer doesn't work...

sgminer -k nist5  -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
closing after 1 sec

sgminer -o stratum+tcp://xmg.suprnova.cc:7127 -u xxx.user1 -p passwordx
"rejected"
1713422860
Hero Member
*
Offline Offline

Posts: 1713422860

View Profile Personal Message (Offline)

Ignore
1713422860
Reply with quote  #2

1713422860
Report to moderator
1713422860
Hero Member
*
Offline Offline

Posts: 1713422860

View Profile Personal Message (Offline)

Ignore
1713422860
Reply with quote  #2

1713422860
Report to moderator
1713422860
Hero Member
*
Offline Offline

Posts: 1713422860

View Profile Personal Message (Offline)

Ignore
1713422860
Reply with quote  #2

1713422860
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713422860
Hero Member
*
Offline Offline

Posts: 1713422860

View Profile Personal Message (Offline)

Ignore
1713422860
Reply with quote  #2

1713422860
Report to moderator
wayniac30
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
September 29, 2014, 05:12:24 PM
 #1382

How do i mine x15 with this i can never get it to work?
Bloodislav
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
September 30, 2014, 11:49:52 PM
 #1383

Hello.

Could anyone advice me on MSI R9 280X Darkcoin sgminer config? Can't get above 1.1Mh/s.

Thanks
sgk
Legendary
*
Offline Offline

Activity: 1470
Merit: 1002


!! HODL !!


View Profile
October 01, 2014, 12:32:39 PM
 #1384

OP or moderator, just lock this thread already.

FYI: this thread is a dead-end.

shm is not anymore actively involved in sph-sgminer development (https://bitcointalk.org/index.php?topic=475795.msg6731253#msg6731253)

sph-sgminer is not being developed anymore

sph-sgminer has been merged with the new sgminer_v5: please take a look at this thread: https://bitcointalk.org/index.php?topic=632503.0

I do believe that you can consider this thread closed.
jackbox
Legendary
*
Offline Offline

Activity: 1246
Merit: 1024



View Profile
November 14, 2014, 12:28:15 PM
 #1385

OP or moderator, just lock this thread already.

FYI: this thread is a dead-end.

shm is not anymore actively involved in sph-sgminer development (https://bitcointalk.org/index.php?topic=475795.msg6731253#msg6731253)

sph-sgminer is not being developed anymore

sph-sgminer has been merged with the new sgminer_v5: please take a look at this thread: https://bitcointalk.org/index.php?topic=632503.0

I do believe that you can consider this thread closed.

Not dead. Quite handy for some of us who know what to mine.

Buy a Trezor and Protect your BTC, BCH, BTG, DASH, LTC, DGB, ZEC, ETH and ETC from hackers.
If I was helpful please buy me a coffee BTC: 1DWK7vBaxcTC5Wd2nQwLGEoy8xdFVzGKLK  BTG: AWvN1iBqCUqG2tEh3XoVvRbdcGrAzfBBpW
If I was helpful please buy me a burger DGB: DLASV6CUQpGtGSyaVz5FYuu5YxZ17MoGQz
dansus021
Copper Member
Hero Member
*****
Offline Offline

Activity: 1988
Merit: 905


Part of AOBT - English Translator to Indonesia


View Profile WWW
November 15, 2014, 01:43:29 PM
 #1386

SPH-SGMINER
GPU miner for DarkCoin, QubitCoin, MyriadCoin, Quark, Fuguecoin, INKcoin, AnimeCoin, GroestlCoin, Sifcoin, Twecoin and MaruCoin


This project is a GPU miner for cryptocurrencies using combinations of hashing algorithms from sphlib library. It's based on popular sgminer. Currently you can mine DarkCoin, QubitCoin, MyriadCoin (groestl), Quark (clones too), Fuguecoin, INKcoin, AnimeCoin, GroestlCoin, Sifcoin, Twecoin and MaruCoin with this miner. Support for more coins based on hash functions from sphlib (blake bmw cubehash echo fugue groestl hamsi jh keccak luffa shavite simd skein) will be added in the future.

Performance (on R9 290):
  • DRK ~2.5 MH/s
  • Q2C ~5 MH/s
  • QRK ~2.1 MH/s
  • MYR ~10 MH/s
  • FC ~145 MH/s
  • INK ~45 MH/s
  • ANI ~1.8 MH/s
  • GRS ~5.5 MH/s
  • SIC ~4.5 MH/s
  • TWE ~11 MH/s
  • MARU ~ 1.8 MH/s

Source code: https://github.com/prettyhatemachine/sph-sgminer

Windows binaries (compiled by badman74):
Builds are sorted from newest to oldest:

Building on Linux:
Code:
./autogen.sh
./configure
make
You need a couple of dependencies beforehand. When in doubt, see README.

Example usage - DarkCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k darkcoin -o <host>:<port> -u <user> -p <password> -I 18 -g 4 -w 128
Example usage - QubitCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k qubitcoin -o <host>:<port> -u <user> -p <password> -I 16 -g 4 -w 128
Example usage - Quark and clones:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k quarkcoin -o <host>:<port> -u <user> -p <password> -I 16 -g 4 -w 64
Example usage - MyriadCoin (groestl):
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k myriadcoin-groestl -o <host>:<port> -u <user> -p <password> -I 19 -g 4 -w 64
Example usage - Fuguecoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k fuguecoin -o <host>:<port> -u <user> -p <password> -I 25 -g 4 -w 64
Example usage - INKcoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k inkcoin -o <host>:<port> -u <user> -p <password> -I 19 -g 4 -w 64
Example usage - AnimeCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k animecoin -o <host>:<port> -u <user> -p <password> -I 15 -g 4 -w 64
Example usage - GroestlCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k groestlcoin -o <host>:<port> -u <user> -p <password> -I 19 -g 4 -w 64
Example usage - Sifcoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k sifcoin -o <host>:<port> -u <user> -p <password> -I 17 -g 4 -w 64
Example usage - Twecoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k twecoin -o <host>:<port> -u <user> -p <password> -I 18 -g 4 -w 64
Example usage - MaruCoin:
Code:
GPU_MAX_ALLOC_PERCENT=100 ./sgminer -k marucoin -o <host>:<port> -u <user> -p <password> -I 18 -g 4 -w 128
Without given -k argument value it defaults to scrypt kernel! If you have problems, read the DarkCoin thread from page 100, it contains a lot of information and solutions to common problems.

Important! A new option was added: --difficulty-multiplier. It allows to set stratum difficulty multiplier. For QubitCoin, Quark and Animecoin it will be usually 256. For Groestlcoin, Fuguecoin and Twecoin it will be usually 0.0039062500 (1/256). Default value is 1.0. If you have "share above target" errors then set it to 256. If difficulty required by pool is strangely large, set it to 0.0039062500 (1/256). Other values are unlikely to be used. Hopefully this will fix all remaining stratum problems.

Common problems and solutions:
  • Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present
  • HW errors - select correct mining algorithm with -k option
  • still does not work - update Catalyst drivers to version 13.12

Donations to the sph-sgminer project:
  • DRK XjzvkWNMu5MNk1gNVykJ6CK1u3pAm47oha
  • Q2C GQGhXZEshpsk2nZC8cVp2Y2Qmh3q4apgrF
  • BTC 1AX2FRuTCYcg5ZeBRQgxdL2UPmWTsV646U
  • MYR MH2HyLJYH3fDEJ48tw1nrHRNYdfZf3wpJT
  • FC FBQqp5mwSnA8T12YEiRFNpHz95X3DUJmEF
  • INK 18cJhDZgaXtMUc3ZtkzhVZXEZQVkzAwXgX
  • ANI AVCDtY6Mn5rnnCecLf7pgiXH76YxquJcPB
  • SIC 7a5Snv8FTiMxqFxRRXErkbmp7vvCdMNbgA
  • TWE TZEiQ7cf7H2zmj6EmRBLW9MkBxfcVifvYS
  • MARU StJk9M1xQeXVVDaHKL7Xyv47hkyip1wHMZ

Donations for badman74 who does a great job of building Windows binaries:
  • BTC 1AHDnxrDrPkP7mPNPbhx3LsQTXZuXvbFAA
  • DRK Xi3ufJEQbauWYzrok7Aw7aHbXUcwGBQECJ
  • Q2C GKTpWD8kmzN7kaKgrf4e8x7mpDaUaNAsib

Can you make me a more significant tutorial Please I'm still a newbie
Like the way the way the image or a website or a blog that can be made to learn to Please

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
splat44
Sr. Member
****
Offline Offline

Activity: 384
Merit: 250



View Profile
December 13, 2014, 05:58:24 AM
 #1387

Hi,

I do understand it possible mining quarkcoin using this but I am unsure the best setting for Diamond AMD Radeon R7 200 series.
I have latest catalyst and tried using without specifying amount of video ram following stream:
GPU_MAX_ALLOC_PERCENT

Too many rejected shares and I am doing better mining on a CPU which I am earning 50 QRK in two week than on gpu.

Since I am using windows binaries and so I can test it, proper settings would be great.
Any feedback?
farrukh
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
December 22, 2014, 07:36:09 AM
 #1388

How do i mine x13 with this i can never get it to work?
thevictimofuktyranny
Legendary
*
Offline Offline

Activity: 1092
Merit: 1004


View Profile
January 26, 2015, 08:57:31 PM
 #1389

How do i mine x13 with this i can never get it to work?

Hi, try this thread and download the official sgminer dude or use the Nicehash sgminer (that one does definitely work), get the mods for 50% more hashing on X13

https://bitcointalk.org/index.php?topic=632503.msg10251028#msg10251028

My blog with instructions is towards the bottom of that page and I the link for the leaked modded kernel and bins for owners of 7950, 7950, 280x, 290, 290x  Wink

Jazek
Full Member
***
Offline Offline

Activity: 243
Merit: 100


View Profile
June 23, 2015, 09:42:59 PM
 #1390

I cant mine with my hd 5770 on darkcoin algo, my config its:

sgminer.exe -k darkcoin -o stratum+tcp://mine3.coinmine.pl:16090 -u Jazek.1 -p x
jpouza
Legendary
*
Offline Offline

Activity: 2660
Merit: 1106


View Profile
June 24, 2015, 12:50:23 AM
 #1391

holy shi*, looks like sgminer is dead  Grin

Where is Wolf and his optimized miner?

Fury X launching, I think GPU mining is really dead now. Roll Eyes
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
June 24, 2015, 02:34:15 AM
 #1392

holy shi*, looks like sgminer is dead  Grin

Where is Wolf and his optimized miner?

Fury X launching, I think GPU mining is really dead now. Roll Eyes
wrong thread  Roll Eyes

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

Activity: 1
Merit: 0


View Profile
September 24, 2015, 08:06:57 PM
 #1393

Hello, i have a problem when i try to install sgminer.

i dont know if this is the correct forum  Huh but someone will tell me if it is Roll Eyes, i am new here.

when i type the command ./autogen.sh give me the error:

configure.ac:53: error: required file '../ltmain.sh' not found
autoreconf: automake failed with exit status: 1

- i run libtoolize and have not change:

libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:53: error: required file '../ltmain.sh' not found
autoreconf: automake failed with exit status: 1

- install libtools and its the same

i use debian 7
Gimmelfarb
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
October 14, 2015, 02:38:57 AM
 #1394

If you are mining with GPUs, this thread might be of interest for those looking for new GPUs with nice discounts: https://bitcointalk.org/index.php?topic=1207919
usao
Legendary
*
Offline Offline

Activity: 1109
Merit: 1000



View Profile
October 14, 2015, 04:50:09 AM
 #1395

Does anyone know where I can find the CONF file for Groestl?
Ive been trying for several days to configure one by hand but can't get anything except 100% reject rate.
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
October 14, 2015, 08:02:32 AM
 #1396

Does anyone know where I can find the CONF file for Groestl?
Ive been trying for several days to configure one by hand but can't get anything except 100% reject rate.

have a look at my groestl optimised miner thread (see my signature).

tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 04, 2016, 09:43:00 AM
 #1397

Hi.

got a Radeon R9 390X Nitro med 8GB
cant get it to work with sgminer.

[10:32:47] CL Platform vendor: Intel(R) Corporation                   
[10:32:47] CL Platform name: Intel(R) OpenCL                   
[10:32:47] CL Platform version: OpenCL 1.2                     
[10:32:47] Error -1: Getting Device IDs (num)                   
[10:32:47] clDevicesNum returned error, no GPUs usable                   
[10:32:47] 0 GPU devices max detected                   

install latest drivers and the SDK

cgminer-3.7.2-kalroth-20140324 finds the GPU
tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 04, 2016, 10:02:04 AM
Last edit: February 04, 2016, 10:24:34 AM by tolazy
 #1398

Hi.

got a Radeon R9 390X Nitro med 8GB
cant get it to work with sgminer.

[10:32:47] CL Platform vendor: Intel(R) Corporation                    
[10:32:47] CL Platform name: Intel(R) OpenCL                    
[10:32:47] CL Platform version: OpenCL 1.2                    
[10:32:47] Error -1: Getting Device IDs (num)                    
[10:32:47] clDevicesNum returned error, no GPUs usable                    
[10:32:47] 0 GPU devices max detected                    

install latest drivers and the SDK

cgminer-3.7.2-kalroth-20140324 finds the GPU

got it to work added --gpu-platform 1 to the bat file
that worked for x11 and with sgminer-v5.2.1
pallas
Legendary
*
Offline Offline

Activity: 2716
Merit: 1094


Black Belt Developer


View Profile
February 04, 2016, 10:41:10 AM
 #1399

please use the newer thread:

https://bitcointalk.org/index.php?topic=632503.0

J4V3LL
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 08, 2016, 10:38:25 AM
 #1400

can somebody help me install my sgminer?  i'm doing eveything that the instructions tell me here 'https://github.com/prettyhatemachine/sph-sgminer/blob/master/doc/windows-build.txt#L141' and i can't find anything about why i get this error or how to fix it:

$ autoreconf -fvi
autoreconf-2.68: Entering directory `.'
autoreconf-2.68: configure.ac: not using Gettext
autoreconf-2.68: running: aclocal --force -I m4
autoreconf-2.68: configure.ac: tracing
autoreconf-2.68: configure.ac: not using Libtool
autoreconf-2.68: running: /mingw/bin/autoconf-2.68 --force
autoreconf-2.68: running: /mingw/bin/autoheader-2.68 --force
autoreconf-2.68: running: automake --add-missing --copy --force-missing
autoreconf-2.68: Leaving directory `.'

how to fix the automake?
Pages: « 1 ... 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 »
  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!