Author

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

legendary
Activity: 1498
Merit: 1001
180 BPM
DarkSend BETA v1 begins NOW!

http://www.darkcoin.io/downloads/DarkSendDocumentation.pdf



There aren't many nodes running BETA on the network and it takes a few seconds for it to find one to get the state from. Run "getpoolinfo" in the console, when the session_id changes from 1001 you can use DarkSend.



Awesome, awaiting the good results.
hero member
Activity: 742
Merit: 501
what TC are you using for the card? The 6670 is not very productive when it comes to hashing.

Try this as a starting point  -I 19 -g 3 -w 256 --thread-concurrency 2400 in your darkminer config file

Add this to the shell script you are using for the sgminer startup

Code:
#!/bin/bash
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
export DISPLAY=:0
./sgminer -c /path/to/darkminer.conf



hero member
Activity: 868
Merit: 1000
DarkSend BETA v1 begins NOW!

http://www.darkcoin.io/downloads/DarkSendDocumentation.pdf



There aren't many nodes running BETA on the network and it takes a few seconds for it to find one to get the state from. Run "getpoolinfo" in the console, when the session_id changes from 1001 you can use DarkSend.



Links to upvote on reddit to promote the beta announcement - Go to these links and upvote!:  

http://www.reddit.com/r/Bitcoin/comments/1zde2w/darksend_beta_is_live_now_drk_darkcoin_the_worlds/
http://www.reddit.com/r/CryptoCurrency/comments/1zcyrf/darksend_beta_is_live_dark_coin_becomes_the/
http://www.reddit.com/r/DRKCoin/comments/1zddvm/darksend_beta_v1_begins_now/
legendary
Activity: 1288
Merit: 1000
Did you download the ADL SDK?

Did you extract the 3 header files and place them in ADL_SDK ?

Code:
-r--r--r-- 1 miner miner   950 Feb 23 02:39 adl_sdk.h
-r--r--r-- 1 miner miner 68766 Feb 23 02:39 adl_defines.h
-r--r--r-- 1 miner miner 87727 Feb 23 02:39 adl_structures.h

No I hadn't, but I have now, and I managed to get it running (sort of)

When I started sgminer i got the following errors:

20:19:44] Started sgminer 4.1.0-85-gccc7d
[20:19:47] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
[20:19:47] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
[20:19:47] Kernel darkcoin is experimental.
[20:21:29] Maximum buffer memory device 0 supports says 268435456
[20:21:29] Your scrypt settings come to 838860800
[20:21:29] Error -61: clCreateBuffer (padbuffer8), decrease TC or increase LG
[20:21:29] Failed to init GPU thread 0, disabling device 0
[20:21:29] Restarting the GPU from the menu will not fix this.
[20:21:29] Try restarting sgminer.
Press enter to continue:

Any Ideas?
hero member
Activity: 742
Merit: 501
DarkSend BETA v1 begins NOW!

http://www.darkcoin.io/downloads/DarkSendDocumentation.pdf



There aren't many nodes running BETA on the network and it takes a few seconds for it to find one to get the state from. Run "getpoolinfo" in the console, when the session_id changes from 1001 you can use DarkSend.



Awesome. Thanks.
legendary
Activity: 1176
Merit: 1036
Dash Developer
DarkSend BETA v1 begins NOW!

http://www.darkcoin.io/downloads/DarkSendDocumentation.pdf



There aren't many nodes running BETA on the network and it takes a few seconds for it to find one to get the state from. Run "getpoolinfo" in the console, when the session_id changes from 1001 you can use DarkSend.

hero member
Activity: 868
Merit: 1000
Finally finished all pages on http://wiki.darkcoin.fr.
Will try to polish everything in the coming days and some other surprises. Smiley

In other news: I am eager to test Darksend.  Grin

Nice work! Smiley
newbie
Activity: 54
Merit: 0
Finally finished all pages on http://wiki.darkcoin.fr.
Will try to polish everything in the coming days and some other surprises. Smiley

In other news: I am eager to test Darksend.  Grin
full member
Activity: 322
Merit: 105
I appreciate Anonymint's commentary, though I disagree with his assessment. What I look forward to the most is Eduf's response. The "pounce on the detractor with hate" is more akin to a political faction's response than a math project... I've experienced a bit of that myself... ;-)

For this coin - perhaps more than any other out there right now, given its intended purpose -criticism is more than welcome.  His is frankly exceptional and the best I've seen thus far in this thread.

Having said that...  In fairness to those attacking AnonyMint, offering unequivocal dismissal in the same breath as plugging one's own alternative (or, at least, plugging the fact that he is working on an alternative) seriously smacks of douchebaggery, and he should have expected to be called out on it.
hero member
Activity: 742
Merit: 501
At the current difficulty, yes ~16 DRK is correct for 8.5 MH/s
hero member
Activity: 506
Merit: 500
Are the expected DRK/Day on http://pool.darkcoin.io true? That means with 8,5 Mh im making ~16 DRK a day, which is 0.025 BTC?
hero member
Activity: 742
Merit: 501
Did you download the ADL SDK?

Did you extract the 3 header files and place them in ADL_SDK ?

Code:
-r--r--r-- 1 miner miner   950 Feb 23 02:39 adl_sdk.h
-r--r--r-- 1 miner miner 68766 Feb 23 02:39 adl_defines.h
-r--r--r-- 1 miner miner 87727 Feb 23 02:39 adl_structures.h
legendary
Activity: 1288
Merit: 1000
Tutorial for mining darkcoin on ubuntu 13.10 using ATI/AMD GPUs

After installing Ubuntu 13.10, download and install the latest AMD driver. Then enter the following at the terminal:

Code:
sudo apt-get install build-essential git libcurl4-gnutls-dev ncurses-dev git autoconf libtool curl libncurses-dev libcurl4-gnutls-dev -y

download linux opencl driver:
http://developer.amd.com/tools-and-sdks/heterogeneous-computing/amd-accelerated-parallel-processing-app-sdk/downloads/
(scroll down to AMD-APP-SDK-v2.9-lnx64.tgz

cd ~/Downloads
tar -xvf AMD-APP-SDK-v2.9-lnx64.tgz
./Install-AMD-APP.sh

download the ADL SDK:
http://developer.amd.com/tools-and-sdks/graphics-development/display-library-adl-sdk/
cd ~/Downloads/
mkdir adl
mv ADL_SDK_6.0.zip adl
cd adl
unzip ADL_SDK_6.0.zip
cp include/*.h ~/sph-sgminer/ADL_SDK
[reboot]

cd ~
git clone  https://github.com/prettyhatemachine/sph-sgminer.git
cd sph-sgminer/
autoreconf -i
CFLAGS="-O2 -Wall -march=native"
./configure
make
./sgminer -k darkcoin -o stratum+tcp://yourpool.com:1234 -u username -p password -I 18 -w 128 --thread-concurrency 12800 -g 1

Hi mate, I returned my graphics card, I bought A Radeon 6670, installed in along with the drivers. I tried to follow your commands but I get an error message saying: cp: cannot stat ‘include/*.h’: No such file or directory

Any idea what's wrong?
hero member
Activity: 560
Merit: 500
www.OroCoin.co
I appreciate Anonymint's commentary, though I disagree with his assessment. What I look forward to the most is Eduf's response. The "pounce on the detractor with hate" is more akin to a political faction's response than a math project... I've experienced a bit of that myself... ;-)
legendary
Activity: 1176
Merit: 1036
Dash Developer
Any thing deterministic violates the Byzantine General's solution of proof-of-work and can be defrauded. What will happen is the fraudsters will game this deterministic selection to put themselves in control. Understand that the fundamental genius of Satoshi's invention is that nothing can be known about the next block winner a priori. I explained in great detail why all non-PoW systems, e.g. proof-of-stake, are thus not secure. If you introduce determinism (e.g. a pseudorandom number generator is controlled by whom ever controls the initial seed) then you've lost that key attribute of PoW w.r.t. to your use in controlling the denial-of-service of enjoining transactions in the CoinJoin algorithm.

Ah, you're replying to something completely 100% different than what I said. I suppose it's super complicated. How about this, I'll write the code for this into DarkSend in the next few days. We'll do a public beta test on testnet and you can try to break it. I'll document it and make flow charts and everything so you can see how it works.
newbie
Activity: 30
Merit: 0
anyone minig on a HD6970 with 2Gb of DDR5?
What kind of numbers are you geting?

In other news just about to hit the 50 DRK # in my wallet... feeling great...
sr. member
Activity: 364
Merit: 250
Pre-sale - March 18
It will be blissful if he refuses to address my question about the security flaw in his coin, as described in his summary.

Then it means you get to find out later and lose a lot of money, time, and effort. Perfect.

The "cover my eyes and pretend no problems exist" makes this look more and more like the monkey coin.

Even if.. It would be the fattest king monkey of all other baby monkey coins
hero member
Activity: 742
Merit: 501
I welcome criticism as well. Please let the price come down while you are it, I am waiting to pounce  Grin
hero member
Activity: 518
Merit: 521
Thank you. If I can see any solution that will work within your design, as it is explained more, then I will share.

No rush. Private message me to come back if you post something I need to see.
full member
Activity: 154
Merit: 100
It will be blissful if he refuses to address my question about the security flaw in his coin, as described in his summary.

Then it means you get to find out later and lose a lot of money, time, and effort. Perfect.

The "cover my eyes and pretend no problems exist" makes this look more and more like the monkey coin.

 We are looking into responding to your questions, and we actually appreciate your input, as this will only server to make Darkcoin better and make people trust it even  more.

Jump to: