badman74
|
|
March 20, 2014, 12:15:03 PM |
|
Ive been mining Bitquark for about a month using this miner. At first i had no HW errors at all, for probably about two weeks. Now after a hand full of hours of mining i will start getting lots of HW errors and have to restart the program. Ive been using the same command to mind and i dont believe i am overdoing it. I pretty much use the recommended command. Could this be anything i am doing wrong or is my GPU just starting to bite the dust?
sgminer -k quarkcoin -o p2pool.altcryptomining.com:8112 -u address -p anything -I 16 -g 4 -w 64
Try building from https://github.com/badman74
|
|
|
|
3ds
|
|
March 20, 2014, 05:26:09 PM |
|
Are these hashes ok? sha256: 67d8df4ab2c097ff5ff299e28959d1ca44a16d79e933c09223de5ee0f7eadae8 sha1: f4bd96f27cad5ea77f415dff838287631079c6ad md5: 7d94d808c75b2a5c72b324c79a579e15
|
|
|
|
mahowi
|
|
March 20, 2014, 06:39:27 PM |
|
what is the best rate on darkcoin should I get on 7950? mine is 1.8 Mh/s
I'm getting ~1.9 Mh/s with these settings: "intensity" : "18,18", "worksize" : "256,256", "kernel" : "darkcoin", "lookup-gap" : "2,2", "thread-concurrency" : "24000,24000", "shaders" : "1792,1792", "gpu-engine" : "1100,1100", "gpu-memclock" : "1500,1500", "gpu-powertune" : "20,20", "gpu-vddc" : "1.056,1.094"
|
DRK: Xeojbw5gDNtvCbUK7VXaDqfyNU29ahqavB BTC: 1K5hJ1wiRJ9mAWwn9pLzjst18jTa1benHT LTC: LiUgyndo4sibahGEyuw8ymphciaq7tbS9a
|
|
|
badman74
|
|
March 20, 2014, 08:11:04 PM |
|
Are these hashes ok? sha256: 67d8df4ab2c097ff5ff299e28959d1ca44a16d79e933c09223de5ee0f7eadae8 sha1: f4bd96f27cad5ea77f415dff838287631079c6ad md5: 7d94d808c75b2a5c72b324c79a579e15 ehhh? not sure what you are asking
|
|
|
|
guessren
Newbie
Offline
Activity: 6
Merit: 0
|
|
March 20, 2014, 08:33:55 PM |
|
Are these hashes ok? sha256: 67d8df4ab2c097ff5ff299e28959d1ca44a16d79e933c09223de5ee0f7eadae8 sha1: f4bd96f27cad5ea77f415dff838287631079c6ad md5: 7d94d808c75b2a5c72b324c79a579e15 Can't download,have error
|
|
|
|
|
badman74
|
|
March 21, 2014, 01:11:28 AM Last edit: March 21, 2014, 02:28:27 AM by badman74 |
|
|
|
|
|
badman74
|
|
March 21, 2014, 02:19:04 AM Last edit: March 21, 2014, 02:35:26 AM by badman74 |
|
Hello, yesterday I migrate from BAMT 1.1 to BAMT 1.6 to try Darkcoin mining. Configure my BAMT like before - i had enough experience with Linux and mining but have trouble start mining Darkcoin. With default cgminer there are no problems at all - it mines like in older version, but when change the bamt.conf to sgminer-sph i get:
Started sgminer 4.1.0-85-gccc7d Loaded configuration file /etc/bamt/sgminer-sph.conf Kernel darkcoin is experimental. Error -11: Building Program (clBuildProgram) Error compiling program for search. Frontend phase failed compilation. Error: Creating kernel search failed!
Failed to init GPU thread 0, disabling device 0 Restarting the GPU from the menu will not fix this. Try restarting sgminer.
In "sgminer-sph.conf" i change only the pool/worker data. In bamt.conf - stop cgminer with "#cgminer_opts: --api-listen --config /etc/bamt/cgminer.conf", and set: cgminer_opts: --api-listen --config /etc/bamt/sgminer-sph.conf miner-sgminer-sph: 1
I read in here: "Error -11: Building Program (clBuildProgram) - execute miner from the directory where "kernel" directory is present" and start mining process from the console with:
export DISPLAY=:0 export GPU_USE_SYNC_OBJECTS=1 export GPU_MAX_ALLOC_PERCENT=100 ./sgminer --kernel darkcoin -o stratum+tcp://stratum1.suchpool.pw:3335 -u xxxxx.1 -p xxxx
with no options just to check if the mining process will start at any kH/s. The console returns: Started sgminer 4.1.0-85-gccc7d Kernel darkcoin is experimental.Killed
It takes about 1 or 2 minutes between start and error (kill) of the mining process.
Where can i find a solution of my problem, thanks in advance. I mine with one HD6950.
sounds like the kernel path is messed up or something Edit: also it defaults to thread-congurency 6016 So maybe try setting it manually to something lower will help Last night i recompile the sgminer-sph: ------------------------------------------------------------------------ sgminer 4.1.0 ------------------------------------------------------------------------ Configuration Options Summary: Use git version......: yes libcurl(GBT+getwork).: Enabled: -lcurl curses.TUI...........: FOUND: -lncurses OpenCL...............: FOUND. GPU mining support enabled ADL..................: SDK found, GPU monitoring support enabled Compilation............: make (or gmake) CPPFLAGS.............: CFLAGS...............: -g -O2 LDFLAGS..............: -lpthread LDADD................: -ldl -lcurl compat/jansson-2.5/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86 -lOpenCL -lm -lrt Installation...........: make install (as root if needed, with 'su' or 'sudo') prefix...............: /usr/local and no change with my problem (maybe if i change some flags in ./configure script?) - is there any other software or version for mining darkcoins in Linux? try CFLAGS="-O2 -Wall -march=native" ./configure --enable-opencl also if you are using bamt check this link http://www.reddit.com/r/BAMT/comments/207rdz/release_bamt_v160_scrypt_scryptn_darkcoin/also https://bitcointalk.org/index.php?topic=475795.msg5487088#msg5487088
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
March 21, 2014, 09:18:50 AM |
|
Can someone help with Fugue mining?
Trying it vs fugue pool stratum+tcp://fc.minepool.cc:10029 I always get "Share above target". Cpu miner works fine on same pool Cards are 6xxx
|
|
|
|
ol92
|
|
March 21, 2014, 09:46:12 AM |
|
Can someone help with Fugue mining?
Trying it vs fugue pool stratum+tcp://fc.minepool.cc:10029 I always get "Share above target". Cpu miner works fine on same pool Cards are 6xxx
This pool does not work with gpu miner for now... waiting for an other pool...
|
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
March 21, 2014, 11:16:13 AM Last edit: March 21, 2014, 11:39:23 AM by restless |
|
Thats exactly the version I'm trying. Its working against local host for solo mining, or at least it seems to work PS: Tried ANI(ink) core - it works against megapool, but against http://ani.minepool.cc - again Share above target and worker is soon banned
|
|
|
|
badman74
|
|
March 21, 2014, 12:04:05 PM |
|
Thats exactly the version I'm trying. Its working against local host for solo mining, or at least it seems to work PS: Tried ANI(ink) core - it works against megapool, but against http://ani.minepool.cc - again Share above target and worker is soon banned Hmm try on a p2pool if they have one
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
March 21, 2014, 12:28:09 PM Last edit: March 21, 2014, 02:05:35 PM by restless |
|
yup megapool is p2p pool for Ani, and it accepts shares... maybe these pools expect somehow modified... "headers" ? PS: see below, no pool accepts shares from client
|
|
|
|
restless
Legendary
Offline
Activity: 1151
Merit: 1001
|
|
March 21, 2014, 01:25:20 PM Last edit: March 21, 2014, 02:05:08 PM by restless |
|
What a mess... atm i have at least 4 different builds of this sgminer... and the build named 4.1.0-93-ga0c0 is fastest, best working with ANI. It also correctly displays accepted/rejected shares (ok, its way more verbose, but still it shows numbers). It also seems to change Intensity by itself from time to time :O PS: All versions that I have DO NOT work with ANI pools. Even when they write "accepted", in fact all shares are "above target", whatever that means
|
|
|
|
lordbah
Newbie
Offline
Activity: 16
Merit: 1
|
|
March 21, 2014, 08:26:16 PM Last edit: March 22, 2014, 04:30:41 AM by lordbah |
|
Getting segmentation fault right after starting sgminer. Version 4.1.0-93-ga0c0-dirty from prettyhatemachine compiled from source on Ubuntu 11.10 32-bit. I couldn't use a newer Ubuntu because the Catalyst stuff wouldn't rebuild - something about create_proc_entry() wrong. From what I read, they aren't keeping up-to-date, and I needed to go back to Linux kernel <= 3.4 (!). Frankly I'm confused about what-all versions of everything I need. Graphics card is AMD/ATI R600 Radeon HD 2900 PRO/XT. I wound up installing Catalyst 13.1 == fglrx 8.970, and AMD_APP_SDK 2.9, and ADL_SDK 6.0.
Any advice? -- Apparently it's in the opencl_drv.drv_detect(false) call. Call stack is a bunch of offsets in libamdocl32.so.
|
|
|
|
azhago
|
|
March 21, 2014, 09:24:41 PM |
|
What a mess... atm i have at least 4 different builds of this sgminer... and the build named 4.1.0-93-ga0c0 is fastest, best working with ANI. It also correctly displays accepted/rejected shares (ok, its way more verbose, but still it shows numbers). It also seems to change Intensity by itself from time to time :O PS: All versions that I have DO NOT work with ANI pools. Even when they write "accepted", in fact all shares are "above target", whatever that means What are ANI and INK algo ? Wich coin use them ?
|
|
|
|
badman74
|
|
March 21, 2014, 09:28:25 PM Last edit: March 21, 2014, 09:59:39 PM by badman74 |
|
What a mess... atm i have at least 4 different builds of this sgminer... and the build named 4.1.0-93-ga0c0 is fastest, best working with ANI. It also correctly displays accepted/rejected shares (ok, its way more verbose, but still it shows numbers). It also seems to change Intensity by itself from time to time :O PS: All versions that I have DO NOT work with ANI pools. Even when they write "accepted", in fact all shares are "above target", whatever that means hmm that is odd ANI is working perfectly for me on CPU Pool, ZCoins P2Pool, and Solo edit: my latest build is sgminer 4.1.0-96-gd5da
|
|
|
|
badman74
|
|
March 21, 2014, 09:30:50 PM |
|
What a mess... atm i have at least 4 different builds of this sgminer... and the build named 4.1.0-93-ga0c0 is fastest, best working with ANI. It also correctly displays accepted/rejected shares (ok, its way more verbose, but still it shows numbers). It also seems to change Intensity by itself from time to time :O PS: All versions that I have DO NOT work with ANI pools. Even when they write "accepted", in fact all shares are "above target", whatever that means What are ANI and INK algo ? Wich coin use them ? ANI is Animecoin (-k animecoin to use) https://bitcointalk.org/index.php?topic=423339.0INK is INKcoin (-k inkcoin to use) https://bitcointalk.org/index.php?topic=481516.0
|
|
|
|
azhago
|
|
March 21, 2014, 10:29:41 PM |
|
thanks
|
|
|
|
|