Author

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

newbie
Activity: 9
Merit: 0
Need help here.
Trying to compile miner on OS X 10.9.1, I getting this errors:

Code:
:4:7: error: unknown token in expression
 roll , %ebp
      ^
x2/scrypt-x64.S:311:2: note: while in macro instantiation
 salsa8_core_gen_doubleround
 ^
:7:7: error: unknown token in expression
 roll , %ebp
      ^
x2/scrypt-x64.S:311:2: note: while in macro instantiation
 salsa8_core_gen_doubleround
 ^
:10:7: error: unknown token in expression
 roll , %ebp
      ^
x2/scrypt-x64.S:311:2: note: while in macro instantiation
 salsa8_core_gen_doubleround
 ^
:13:7: error: unknown token in expression
 roll , %ebp
      ^
x2/scrypt-x64.S:311:2: note: while in macro instantiation
 salsa8_core_gen_doubleround
full member
Activity: 280
Merit: 100
The Future Of Work
Ugh, even with pause, I couldn't see the error message, and I've been trying to screen shot it all  night, LOL. Finally got it and it says there is no opencl sdk installed, so I'm off to do that Smiley
full member
Activity: 154
Merit: 100
sorry I was having issues with the New Official Pool #2, it is back up now and ready for you to mine.


Lets move some to the new pool, we have been getting > 50% network hash on the one pool.

http://drkpool.com

full member
Activity: 129
Merit: 100
The new Windows CPU miner that elmad created doesn't seem to have increased my hash rate. I just copied the bat file I was using on the old one. Does something else need to be added?
full member
Activity: 280
Merit: 100
The Future Of Work
Sorry everyone, I know there have been a ton of questions bout this but I'm so flustered.  I've been trying to get a server up and running for3 hours now and can't seem to get sgminer -- kernel darkcoin to work

my server is the g2 large, I believe these are the specs:

NVIDIA GRID™ (GK104 "Kepler") GPU (Graphics Processing Unit), 1,536 CUDA cores and 4 GB of video (frame buffer) RAM.

I've updated the gpu driver

The bat file looks like this:

sgminer.exe --kernel darkcoin -o stratum+tcp://drk.lotterymining.com:4444 -u TanteStefana.Miner2 -p P

What could I be doing wrong?

Not being an AMD Radeon, I'm wondering if it's possible to get this instance to work?  I thought this sgminer worked on NVidia?  No?
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.

....


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.
I've tried changing the thread-concurrency to 3200 and tried adding the --no-adl and it still didn't work. I have the latest driver as well. Honestly though, I've tried so many different combinations of things now, I'm not sure if I tried those both in the same .bat file. I'll give it another go. Thanks for the response. I haven't created a .conf file yet but seems as if creating the right .bat file first should at least get me started. Once I settle on some settings, then I can create a .conf
Been fiddling with settings all day and still getting:
Code:
Error -11: Building Program (clBuildProgram)
 Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!
 Failed to init GPU thread 2, disabling device 2

I am using a config file. My GPUs are the following: ASUS 6990, HIS 5770 and driver version is 13.251.0.0
I just tried the latest beta display driver with no changes in my situation.
Try the 13.9 drivers. They worked for me. I also like to use the AMD uninstall utility before a nice clean driver install.
full member
Activity: 280
Merit: 100
The Future Of Work
Sorry everyone, I know there have been a ton of questions bout this but I'm so flustered.  I've been trying to get a server up and running for3 hours now and can't seem to get sgminer -- kernel darkcoin to work

my server is the g2 large, I believe these are the specs:

NVIDIA GRID™ (GK104 "Kepler") GPU (Graphics Processing Unit), 1,536 CUDA cores and 4 GB of video (frame buffer) RAM.

I've updated the gpu driver

The bat file looks like this:

sgminer.exe --kernel darkcoin -o stratum+tcp://drk.lotterymining.com:4444 -u TanteStefana.Miner2 -p P

What could I be doing wrong?
full member
Activity: 154
Merit: 100
Coinoholic
Just a little thought here, but thinking about the average user in the official pools I think it may be time to drop the withdraw TX Fee.

At this rate the average person wont even get 1 coin in a day, and soon it will take a week etc.. 0.1 TX is really high

I had also accidently left my withdraw set to every 1 coin at first and lost about 30 dark to tx fees lol
full member
Activity: 132
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.

....


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.
I've tried changing the thread-concurrency to 3200 and tried adding the --no-adl and it still didn't work. I have the latest driver as well. Honestly though, I've tried so many different combinations of things now, I'm not sure if I tried those both in the same .bat file. I'll give it another go. Thanks for the response. I haven't created a .conf file yet but seems as if creating the right .bat file first should at least get me started. Once I settle on some settings, then I can create a .conf
Been fiddling with settings all day and still getting:
Code:
Error -11: Building Program (clBuildProgram)
 Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!
 Failed to init GPU thread 2, disabling device 2

I am using a config file. My GPUs are the following: ASUS 6990, HIS 5770 and driver version is 13.251.0.0
I just tried the latest beta display driver with no changes in my situation.

I've been following Syth's posts and their replies with interest because I've had a similar problem with the windows GPU miner (the CPU miner has been fine for me). I've tried the various suggestions as they've been offered, but no luck yet.

My error 11 gives a detailed message "cannot open source file blake.cl" that I have not seen mentioned elsewhere. I don't recognize the filename.

Oh, the graphics card I'm using is an R9 290X. I always get the same error message, regardless of drivers and changes to arguments - thread-concurrency and so forth.

Thanks for any suggestions - and perhaps something here will help Syth also.
 
blake.cl is in the kernel folder
either move it to the main folder or put the kernel path to that directory and see if that helps
I tried specifying the kernel path already, and just tried moving the files into the main folder with no changes.
full member
Activity: 280
Merit: 100
The Future Of Work
Can I make the coolest suggestion?

Implement a 3d party address on the algorithm stored on DRK servers. This would open up for instant selling p2p. Transfer is only done when both peers send their automated crypted address - opening up the transfer accept in the 3d party algorithm. This would make it possible to trade DRK vs other crypto directly in the walle through addresses. Address hash would be unique everytime mixed with reciever and sender adress from each user.. that mix key could be the key adress

patent pending

Great idea but it has to be open source Smiley
full member
Activity: 168
Merit: 100
Quote
you have to be insane to sell this coin right now and walk with the btc

Oh, someone manipulating, he sell with low price and flood log with big red SELL, then many peoples think that something bad happened and panic sell begins. Then first guy buy cheap and waits next price jump.

Without bad news from developers any panic sell looks like manipulations.

It's only small volume on the way down and people are buying up again at the .001 mark.
full member
Activity: 126
Merit: 100
Quote
you have to be insane to sell this coin right now and walk with the btc

Oh, someone manipulating, he sell with low price and flood log with big red SELL, then many peoples think that something bad happened and panic sell begins. Then first guy buy cheap and waits next price jump.

Without bad news from developers any panic sell looks like manipulations.

Funnily enough, no one is panicking so the manipulation is just stupid.
newbie
Activity: 14
Merit: 0
Quote
you have to be insane to sell this coin right now and walk with the btc

Oh, someone manipulating, he sell with low price and flood log with big red SELL, then many peoples think that something bad happened and panic sell begins. Then first guy buy cheap and waits next price jump.

Without bad news from developers any panic sell looks like manipulations.
full member
Activity: 154
Merit: 100
Coinoholic
panic sell on c-cex...

Sell now and cry tomorrow...

I sold some.. then bought back in lower  Grin

you have to be insane to sell this coin right now and walk with the btc
full member
Activity: 168
Merit: 100
panic sell on c-cex...

Sell now and cry tomorrow...

Exactly. Never know when the developers will make announcements or when others will start discovering this coin. Price could easily rise again quickly.
sr. member
Activity: 364
Merit: 250
Pre-sale - March 18
Can I make the coolest suggestion?

Implement a 3d party address on the algorithm stored on DRK servers. This would open up for instant selling p2p. Transfer is only done when both peers send their automated crypted address - opening up the transfer accept in the 3d party algorithm. This would make it possible to trade DRK vs other crypto directly in the walle through addresses. Address hash would be unique everytime mixed with reciever and sender adress from each user.. that mix key could be the key adress

patent pending
sr. member
Activity: 308
Merit: 250
panic sell on c-cex...

Sell now and cry tomorrow...
full member
Activity: 168
Merit: 100
Expect some profit-taking after a rise like today's, but holders know the best is yet to come.

absolutely.. its very tempting to sell my stash.

But I'm not doing it  Grin

Others will.. the price will probably drop a bit and thats when we buy more !

Me neither, but I'll admit that I did sell to the large buyer and have already bought back in at a lower rate. Too predictable that he'd show up on Polo after C-Cex Smiley

I don't have the nerves for that kind of risky play. Going to go for the LT Hold!
full member
Activity: 168
Merit: 100
Are we a cult now?
Definitely not. Btw, you are late on your dues.

Ooops... I already shaved my head!
Jump to: