Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 6907. (Read 9723776 times)

hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Hmm.. they pulled dark from coinmarketcap, what are they up to?

trying to kill the price and buy in because they know where dark is headed  Wink Wink Wink Cheesy Cheesy Cheesy Roll Eyes Roll Eyes Roll Eyes Roll Eyes

https://c-cex.com/index.html?id=stat

this is where they are headed.
newbie
Activity: 42
Merit: 0
Hmm.. they pulled dark from coinmarketcap, what are they up to?

Looks like the block explorer is down
legendary
Activity: 1708
Merit: 1049
Hmm.. they pulled dark from coinmarketcap, what are they up to?

Maybe DRK "went dark"  Tongue Grin
full member
Activity: 154
Merit: 100
Coinoholic
Hmm.. they pulled dark from coinmarketcap, what are they up to?

trying to kill the price and buy in because they know where dark is headed  Wink Wink Wink Cheesy Cheesy Cheesy Roll Eyes Roll Eyes Roll Eyes Roll Eyes
sr. member
Activity: 280
Merit: 250
Who cares?
Hmm.. they pulled dark from coinmarketcap, what are they up to?
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
EDIT2 : Difficulty    108.43643556 HuhHuhHuhHuh?? WTFFFF

That's what you get when gpu miners start popping up.

Nah, that was last weekend's Whale coming back to rape the coin again, but the newly implemented KGW swatted him away.  Yaaaay, it works!

BTW, the darksend seems to be working, but I'm sure more testing needs to be done!

Hurray KGW!
full member
Activity: 280
Merit: 100
The Future Of Work
EDIT2 : Difficulty    108.43643556 HuhHuhHuhHuh?? WTFFFF

That's what you get when gpu miners start popping up.

Nah, that was last weekend's Whale coming back to rape the coin again, but the newly implemented KGW swatted him away.  Yaaaay, it works!

BTW, the darksend seems to be working, but I'm sure more testing needs to be done!
legendary
Activity: 1260
Merit: 1001
A quick tip for AMD GPU miners!

When I was mining on one of my rigs Radeon 5870 with the latest amd drivers, sgminer would lock up after a few hours of mining.

With AMD 13.9 drivers everything was running perfectly for hours.
newbie
Activity: 28
Merit: 0
Thanks, it works. (930khs)

CPU only fork is a better more popularity. Only modern AMD graphics cards and large farms of them - limits the popularity and interest. Developers now rely on CPU forks, but when a GPU miner - the value and prospects of coins dropping sharply.
legendary
Activity: 1708
Merit: 1049
FACK GPU!!! - CPU rip = DRK - rip!

FACK sgminer 4.0 - AMD 5850 not working! Error -11, fack!!!

Go to mine C2Q.

5830 running fine over here with --no-adl parameter.
newbie
Activity: 51
Merit: 0
Price is on the move! Good time to get in before it really starts to elevate.

Just picked up a handful  Wink
newbie
Activity: 42
Merit: 0
Price is on the move! Good time to get in before it really starts to elevate.
full member
Activity: 154
Merit: 100
Coinoholic
FACK GPU!!! - CPU rip = DRK - rip!

FACK sgminer 4.0 - AMD 5850 not working! Error -11, fack!!!

Go to mine C2Q.

Look at my post directly above yours, the coin is not dead and that will get you up and running. Feel free to send your dead coins to the address in my sig.. lol

For ease of access..... Smiley

Guys/Gals,
This what I get when I run the debug command for sgminer. Can anyone tell me what I can try to get sgminer working. I hate to keep asking rookie questions but I really like where this coin is going and besides, I guess this is how you learn. Smiley Any feedback would be great. Thanks.

....


Hey. Error 11 is very broad but I see you are running a 5000 series Radeon card and most people had the same issue. I managed to fix it on a machine running a 5970 and another running two 5770s

The issue is mainly in your settings, primarily thread concurrency causing the display drivers to fail launching.

1. Use something like this for your .bat
Quote
sgminer --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u accountname.worker -p password -I 17 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 3200

I've found on both types of 5xxx cards if I try bumping thread concurrency any higher you will get Error 11, same with turning down worksize. I'm working on a fix for this now but in the mean time that should do it.

2. If the above fails, get the latest Beta display driver (14.1) from AMD from their website (and use the same settings)

http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

---------------------------------------------------------------------------

That should get you up and running for now, it worked for 2 of my machines and a few others on this board. Let me know if you have any more problems.

edit: It also seems that if you dont have a thread concurrency setting in your bat or conf sgminer will default it to 4000 or more -- which will crash. make sure you add the --thread-concurrency 3200

in the above crash report: CompilerOptions: -Ikernel -D LOOKUP_GAP=2 -D CONCURRENT_THREADS=6016
-D WORKSIZE=256 -D BITALIGN -D GOFFSET

Thats your problem
sr. member
Activity: 406
Merit: 250
FACK GPU!!! - CPU rip = DRK - rip!

FACK sgminer 4.0 - AMD 5850 not working! Error -11, fack!!!

Go to mine C2Q.
U serious brah? If gpu is possible, then it should be available to everyone.
newbie
Activity: 28
Merit: 0
FACK GPU!!! - CPU rip = DRK - rip!

FACK sgminer 4.0 - AMD 5850 not working! Error -11, fack!!!

Go to mine C2Q.
full member
Activity: 154
Merit: 100
Coinoholic
Guys/Gals,
This what I get when I run the debug command for sgminer. Can anyone tell me what I can try to get sgminer working. I hate to keep asking rookie questions but I really like where this coin is going and besides, I guess this is how you learn. Smiley Any feedback would be great. Thanks.

....


Hey. Error 11 is very broad but I see you are running a 5000 series Radeon card and most people had the same issue. I managed to fix it on a machine running a 5970 and another running two 5770s

The issue is mainly in your settings, primarily thread concurrency causing the display drivers to fail launching.

1. Use something like this for your .bat
Quote
sgminer --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u accountname.worker -p password -I 17 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 3200

I've found on both types of 5xxx cards if I try bumping thread concurrency any higher you will get Error 11, same with turning down worksize. I'm working on a fix for this now but in the mean time that should do it.

2. If the above fails, get the latest Beta display driver (14.1) from AMD from their website (and use the same settings)

http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

---------------------------------------------------------------------------

That should get you up and running for now, it worked for 2 of my machines and a few others on this board. Let me know if you have any more problems.
full member
Activity: 129
Merit: 100
Guys/Gals,
This what I get when I run the debug command for sgminer. Can anyone tell me what I can try to get sgminer working. I hate to keep asking rookie questions but I really like where this coin is going and besides, I guess this is how you learn. Smiley Any feedback would be great. Thanks.


[17:46:48] Started sgminer 4.0.0
[17:46:48] Started sgminer 4.0.0
[17:46:48] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[17:46:48] CL Platform 0 name: AMD Accelerated Parallel Processing
[17:46:48] CL Platform 0 version: OpenCL 1.2 AMD-APP (1411.4)
[17:46:48] Platform 0 devices: 1
[17:46:48]      0       Cypress
[17:46:48] Number of ADL devices: 1
[17:46:48] ATI ADL Overdrive5 API found.
[17:46:48] ATI ADL Overdrive6 API found.
[17:46:48] Found 3 ADL adapters
[17:46:48] ADL index 0, id 10968704 - BIOS partno.: 113-587XZNF12 , version: 012
.014.000.005, date: 2009/11/26 22:51
[17:46:48] GPU 0 assigned: iAdapterIndex:0 iPresent:1 strUDID:PCI_VEN_1002&DEV_6
898&SUBSYS_29601682&REV_00_4&26C98DFD&0&0008A iBusNumber:1 iDeviceNumber:0 iFunc
tionNumber:0 iVendorID:1002 name:AMD Radeon HD 5800 Series
[17:46:48] ADL index 1, id 10968704 - BIOS partno.: 113-587XZNF12 , version: 012
.014.000.005, date: 2009/11/26 22:51
[17:46:48] ADL index 2, id 10968704 - BIOS partno.: 113-587XZNF12 , version: 012
.014.000.005, date: 2009/11/26 22:51
[17:46:48] GPU 0 AMD Radeon HD 5800 Series hardware monitoring enabled
[17:46:48] ADL GPU 0 is Adapter index 0 and maps to adapter id 10968704
[17:46:48] GPU 0 BIOS partno.: 113-587XZNF12 , version: 012.014.000.005, date: 2
009/11/26 22:51
[17:46:48] Need to specify at least one pool server.
Input server details.
URL:
stratum+tcp://pool.darkcoin.io:3333
Username:
Daddeo.1
Password:
x
[17:48:10] Global quota greatest common denominator set to 1
[17:48:10] Testing (null)
[17:48:10] Succeeded delayed connect
[17:48:10] Failed to get sessionid in initiate_stratum
[17:48:10] (null) difficulty changed to 0.003906
[17:48:10] Stratum authorisation success for (null)
[17:48:10] (null) alive
[17:48:10] Init GPU thread 0 GPU 0 virtual GPU 0
[17:48:10] CL Platform vendor: Advanced Micro Devices, Inc.
[17:48:10] CL Platform name: AMD Accelerated Parallel Processing
[17:48:10] CL Platform version: OpenCL 1.2 AMD-APP (1411.4)
[17:48:10] List of devices:
[17:48:10]      0       Cypress
[17:48:10] Selected 0: Cypress
[17:48:10] Preferred vector width reported 4
[17:48:10] Max work group size reported 256
[17:48:10] Max shaders calculated 1280
[17:48:10] Max mem alloc size is 803209216
[17:48:10] Selecting kernel ckolivas
[17:48:10] GPU 0: selecting lookup gap of 2
[17:48:10] GPU 0: selecting thread concurrency of 6016
[17:48:10] No binary found, generating from source
[17:48:10] Setting worksize to 256
[17:48:10] cl_amd_media_ops found, setting BITALIGN
[17:48:10] BFI_INT patch requiring device not found, will not BFI_INT patch
[17:48:10] CompilerOptions: -Ikernel -D LOOKUP_GAP=2 -D CONCURRENT_THREADS=6016
-D WORKSIZE=256 -D BITALIGN -D GOFFSET
[17:49:59] Error -11: Building Program (clBuildProgram)
[17:49:59] Error compiling program for search.

Frontend phase failed compilation.
Error: Creating kernel search failed!

[17:49:59] Failed to init GPU thread 0, disabling device 0
[17:49:59] Restarting the GPU from the menu will not fix this.
[17:49:59] Try restarting sgminer.
Press enter to continue:
legendary
Activity: 1176
Merit: 1036
Dash Developer
Shocked 741MHs out of a total 1111MHs network hash is over at one pool DarkCoin.  Guess all the GPU miners are going to the same spot, lol.
just a suggestion, maybe a pool with >51% should stop accepting new members until it has equalised truout the other pools, for the prosperity of darkcoin it is always best that no pool has more than 50% of all hashing power

Yeah, that's definitely a problem, but depends on the pool operators.

Disabled registrations till hashing power balances out. Thanks
legendary
Activity: 1156
Merit: 1000
The Mac wallet client fails to start. Is there a link to the latest version? I downloaded from the link on the darkcoin.io site, but that one fails to start and gives a "closed unexpectantly" message.

Thanks
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Shocked 741MHs out of a total 1111MHs network hash is over at one pool DarkCoin.  Guess all the GPU miners are going to the same spot, lol.
just a suggestion, maybe a pool with >51% should stop accepting new members until it has equalised truout the other pools, for the prosperity of darkcoin it is always best that no pool has more than 50% of all hashing power

Yeah, that's definitely a problem, but depends on the pool operators.
Jump to: