Bitcoin Forum
May 10, 2024, 12:10:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 [300] 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722516 times)
blajde
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Pre-sale - March 18


View Profile
March 02, 2014, 06:59:40 PM
 #5981

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
1715299807
Hero Member
*
Offline Offline

Posts: 1715299807

View Profile Personal Message (Offline)

Ignore
1715299807
Reply with quote  #2

1715299807
Report to moderator
1715299807
Hero Member
*
Offline Offline

Posts: 1715299807

View Profile Personal Message (Offline)

Ignore
1715299807
Reply with quote  #2

1715299807
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715299807
Hero Member
*
Offline Offline

Posts: 1715299807

View Profile Personal Message (Offline)

Ignore
1715299807
Reply with quote  #2

1715299807
Report to moderator
1715299807
Hero Member
*
Offline Offline

Posts: 1715299807

View Profile Personal Message (Offline)

Ignore
1715299807
Reply with quote  #2

1715299807
Report to moderator
mpetro
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
March 02, 2014, 07:10:04 PM
 #5982

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...
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 02, 2014, 07:22:55 PM
 #5983

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.

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
camosoul
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


www.OroCoin.co


View Profile WWW
March 02, 2014, 07:23:15 PM
 #5984

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... ;-)

.
.OROCOIN.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █

  █
  █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
█ █ █
  █
leigh2k14
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
March 02, 2014, 07:31:16 PM
 #5985

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?

























▄▄▄▄▄▄▄▄▄▄          ▄▄▄                   ▄▄▄▄▄▄▄                 ▄▄▄▄▄▄▄        ▄▄▄      ▄▄▄
████████████▄       ███                ▄███████████▄            ▄██████████      ███     ███▀
███     ▀▀███▌      ███               ████▀     ▀████         ▄███▀▀     ▀▀      ███    ███▀
███       ███▌      ███              ███▀         ▀███       ▄███                ███   ███
███     ▄███▀       ███             ▐██▌           ▐██▌     ▐███                 ███  ███
██████████▀         ███             ▐██▌           ▐██▌     ▐██▌                 ███ ███
███▀▀▀▀▀████▄       ███             ▐██▌           ▐██▌     ▐██▌                 ███  ███     ███           ███
███      ▀███▌      ███             ▐██▌           ▐██▌     ▐███                 ███   ███     ███         ███
███       ███▌      ███              ███▄         ▄███        ███                ███    ███     ███       ███
███     ▄▄███▌      ███               ████▄     ▄████         ▀███▄▄     ▄▄      ███     ███▄    ███▄   ▄███
████████████▀       ███████████        ▀███████████▀            ▀██████████      ███      ███▄    ███▄ ▄███
▀▀▀▀▀▀▀▀▀▀          ▀▀▀▀▀▀▀▀▀▀▀           ▀▀▀▀▀▀▀                  ▀▀▀▀▀▀        ▀▀▀       ▀▀▀     ███▄███
                                                                                                    ▀███▀
                                                                                                     ▀█▀



















 
Token Sale Starts on [ 12 October ]
[ PRESALE IS OPEN ] ●●●






































tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 02, 2014, 07:46:00 PM
 #5986

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
Winky
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500


View Profile
March 02, 2014, 07:59:30 PM
 #5987

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?
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 02, 2014, 08:06:45 PM
 #5988

At the current difficulty, yes ~16 DRK is correct for 8.5 MH/s
eltito
Full Member
***
Offline Offline

Activity: 322
Merit: 105



View Profile
March 02, 2014, 08:12:18 PM
 #5989

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.
elbereth
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile WWW
March 02, 2014, 08:16:28 PM
 #5990

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
matt608
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
March 02, 2014, 08:19:08 PM
 #5991

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
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 02, 2014, 08:22:39 PM
 #5992

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.


Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 02, 2014, 08:24:40 PM
 #5993

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.
leigh2k14
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
March 02, 2014, 08:25:24 PM
 #5994

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?

























▄▄▄▄▄▄▄▄▄▄          ▄▄▄                   ▄▄▄▄▄▄▄                 ▄▄▄▄▄▄▄        ▄▄▄      ▄▄▄
████████████▄       ███                ▄███████████▄            ▄██████████      ███     ███▀
███     ▀▀███▌      ███               ████▀     ▀████         ▄███▀▀     ▀▀      ███    ███▀
███       ███▌      ███              ███▀         ▀███       ▄███                ███   ███
███     ▄███▀       ███             ▐██▌           ▐██▌     ▐███                 ███  ███
██████████▀         ███             ▐██▌           ▐██▌     ▐██▌                 ███ ███
███▀▀▀▀▀████▄       ███             ▐██▌           ▐██▌     ▐██▌                 ███  ███     ███           ███
███      ▀███▌      ███             ▐██▌           ▐██▌     ▐███                 ███   ███     ███         ███
███       ███▌      ███              ███▄         ▄███        ███                ███    ███     ███       ███
███     ▄▄███▌      ███               ████▄     ▄████         ▀███▄▄     ▄▄      ███     ███▄    ███▄   ▄███
████████████▀       ███████████        ▀███████████▀            ▀██████████      ███      ███▄    ███▄ ▄███
▀▀▀▀▀▀▀▀▀▀          ▀▀▀▀▀▀▀▀▀▀▀           ▀▀▀▀▀▀▀                  ▀▀▀▀▀▀        ▀▀▀       ▀▀▀     ███▄███
                                                                                                    ▀███▀
                                                                                                     ▀█▀



















 
Token Sale Starts on [ 12 October ]
[ PRESALE IS OPEN ] ●●●






































matt608
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
March 02, 2014, 08:37:13 PM
 #5995

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/
tifozi
Hero Member
*****
Offline Offline

Activity: 742
Merit: 501


View Profile
March 02, 2014, 08:40:54 PM
 #5996

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



traumschiff
Legendary
*
Offline Offline

Activity: 1498
Merit: 1001


180 BPM


View Profile
March 02, 2014, 08:43:49 PM
 #5997

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.

matt608
Hero Member
*****
Offline Offline

Activity: 882
Merit: 1000


View Profile
March 02, 2014, 08:53:10 PM
 #5998

Be sure to upvote this link everyone! It's not every day the beta launches!

http://www.reddit.com/r/Bitcoin/comments/1zde2w/darksend_beta_is_live_now_drk_darkcoin_the_worlds/
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
March 02, 2014, 09:01:38 PM
 #5999

The first DarkSend  Grin

http://explorer.darkcoin.io/tx/63f3f260aa874580c9a6aa9688e4de12d3e7985dfbeab0dd603c275f044bf7c9

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
blajde
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Pre-sale - March 18


View Profile
March 02, 2014, 09:09:43 PM
 #6000

Is the rocket fueled?
Pages: « 1 ... 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 [300] 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 ... 7012 »
  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!