Author

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

hero member
Activity: 560
Merit: 500
If anyone is interested in contributing, I would like to put together a DarkCoin Mining Hardware Comparison list for the wiki (https://en.wikipedia.org/wiki/Wikipedia_talk:Articles_for_creation/DarkCoin). I've got a shell with my own info and would like to add more. The info I am looking to add is GPU (please be specific), kH/s, Core Clock, Memory Clock, Volts, Watts, which Miner is being used, the Config/bat, and Misc Notes (OS/Drivers/Temp). If you want to PM me your info I will get it added to my list.

This is way too esoteric for wikipedia. None of the major coins have such a list on their wiki pages.

It needs to be put on a separate site. A public google doc works.
newbie
Activity: 9
Merit: 0

Aha a missing step now I'm more hopeful.  I downloaded the sdk and I have the following files/folder in ADL_SDK_6.0:

ADL_SDK.html
adlutil
include
Public-Documents
Sample
Sample-Managed

What should I put where?

Just dump all the contents (even so only 4 or so files are needed, I just dump 'em all in there) from ADL_SDK_6.0 that you downloaded into the ADL_SDK folder in your sgminer folder Smiley  Let us know if that fixed it!

There was no ADL_SDK folder in my sgminer folder.  Are you referring to building from source or are you talking about just being able to run the sgminer downloaded darkcoin.io home page?  The sgminer downloaded from darkcoin.io already has an sgminer.exe so I assume it was already built.  These are the files in that download (darkcoin-sgminer-windows.zip):

example.bat
example_280X.bat
example_280X.conf
kernel/
libcurl.dll
libeay32.dll
libidn-11.dll
libpdcurses.dll
pthreadGC2.dll
README.md
sgminer.exe
ssleay32.dll
zlib1.dll

I did create an ADL_SDK folder anyway and put those files there but that didn't do anything.  Or am I completely missing the fact that I need to compile this myself? I was assuming that the windows download was a binary distribution
legendary
Activity: 1358
Merit: 1002
Can more people please come join us at LotteryPool?  We have a weekly lottery from half the pool fees, which are only 1% so effectively 0.5% pool fees with the fun of a lottery to look forward to.

The owner has upgraded to a faster/more reliable server and I haven't seen any down time yet!  It's working smooth as silk ATM, so come join us!!!  The more people we have, the larger the lotto pool/winning and the funner it is to mine!!!!


The pool is great, however people are most likely hesitant of any sort of lottery. They see it akin to snake oil - one is more likely to die in a plane crash than hit the jackpot.

Not to say that the pool in question isn't fair, but perhaps if it were explained in a more pragmatic manner I would consider joining.

Thanks.

How the lottery works:

When you mine there, the system takes a snapshot several times a day, to find active miners, the system allows a 35 % variance in activity, so that all miners are accounted for, the way it has been running so far is that everyone mining gets 1 lotteryticket per day, so, for example

a b and c are mining at the pool

a mines at 2 MH/s with 1 worker
b mines at 20 MH/s with 5 workers
c mines at 200 KH/s with 2 workers

so a,b and c gets each 1 lottery ticket.

and the end of the period a list is compiled with all the names in it, like following

a mined for 4 days
b mined for 1 day
c mined for 3 days

the list would look like this:

a
a
a
a
b
c
c
c

then this list is taken to random.org's list randomizer and run through X number of times (determined by random.org's random number generator
with a number from 1 to 100)

then we do a random number generator with the number of lines in that list, in this case 8

that number coming out, is the winner

After todays lottery, we are changing the way the lottery goes about, instead of once per week, we are going to do it EVERY day instead
and for the next 7 days, im going to add 28.5 DRK on top of the lottery pool which consists of 50% of all fees collected

edit: And for those wondering, nope, my name is never on that list, so i can never win.
full member
Activity: 168
Merit: 100
I'm tired of the coinmarketcap.com bugs on DRK. Does anyone know how to get in contact with them directly about this? Showing -76% for DRK:

20    DarkCoin   $ 3,603,284   $ 1.01   3,551,778 DRK   $ 178,630   -76.85 %
hero member
Activity: 560
Merit: 500
I think I'll abandon basic investment principles and go all in for DRK. All eggs in one basket. Tongue I have my stock portfolio for more rational investing.

Don't let me down, DarkSend.
sr. member
Activity: 322
Merit: 250
Quote

fee 5%. Smiley

I can see you. ~~

Here auto node scanner http://darckcoin.mine.nu/local.html
Submit your node : http://p2pools.org/drk ( mail link )

currently doing a testrun and server hardening, buggin with iptables.

Does the fee have any influence on other miners? I have nobody invited to mine on my node ^^.
sr. member
Activity: 294
Merit: 250
Hey guys,
i need a littlebit of help getting https://github.com/chaeplin/p2pool-drk up and running.

Im on ubuntu 12.04 with non sudo user trying to run this nice little piece of software xD.

Sadly, something goes wrong, maybe just a little issue, please have a look on the pastebin http://pastebin.com/i7zjsf3P

Thx,



Still trying to get this p2p pool to run, now getting the following output http://pastebin.com/0iBP1eih

This is your problem.

Code:
2014-03-04 05:24:07.451181 > exceptions.ImportError: No module named dark_hash
2014-03-04 05:24:12.315228 > Error while requesting best block header:


Need to

Code:
cd py_module/darkcoin-hash-python
sudo python setup.py install

cd py_module/darkcoin-subsidy-python
sudo python setup.py install

No need to post your rpcusername and wallet addresses really. Also -f 5 means 5% fees. Really 5 % ? Lips sealed


getting this now:
http://pastebin.com/QEDnDA3X

hehe, the settings are just symbolic, if everything runs fine ill settle to a blank new user, new wallet and different credentials.
Thx for the help btw



62.141.39.175 is yours ?

It's my log.
Code:
2014-03-04 13:34:36.168327 Outgoing connection to peer 62.141.39.175:7902 established. p2pool version: 1300 '502de55-dirty'
2014-03-04 13:34:36.172253 Sending 1 shares to 62.141.39.175:7902
2014-03-04 13:34:36.520723 Lost peer 62.141.39.175:7902 - Connection to the other side was lost in a non-clean fashion.

First stop p2pool, and remove data/darkcoin/*.
and remove '--disable-upnp'
Then run again.

Error again ? then Ask your ISP !



seem to run smoothly now. TYVM

fee 5%. Smiley

I can see you. ~~

Here auto node scanner http://darckcoin.mine.nu/local.html
Submit your node : http://p2pools.org/drk ( mail link )
hero member
Activity: 720
Merit: 500
LOL fair enough, just wanted to put that out there because its price is going nuts and I guess it's a competitor.
In the short term yeah, but it doesn't bring anything new to the table it's just a pre-mined coin with a promise to fund a country. How the hell they plan on doing that, heh... If they do. It's not an adequate long-term competitor for DarkCoin.
sr. member
Activity: 322
Merit: 250
Hey guys,
i need a littlebit of help getting https://github.com/chaeplin/p2pool-drk up and running.

Im on ubuntu 12.04 with non sudo user trying to run this nice little piece of software xD.

Sadly, something goes wrong, maybe just a little issue, please have a look on the pastebin http://pastebin.com/i7zjsf3P

Thx,



Still trying to get this p2p pool to run, now getting the following output http://pastebin.com/0iBP1eih

This is your problem.

Code:
2014-03-04 05:24:07.451181 > exceptions.ImportError: No module named dark_hash
2014-03-04 05:24:12.315228 > Error while requesting best block header:


Need to

Code:
cd py_module/darkcoin-hash-python
sudo python setup.py install

cd py_module/darkcoin-subsidy-python
sudo python setup.py install

No need to post your rpcusername and wallet addresses really. Also -f 5 means 5% fees. Really 5 % ? Lips sealed


getting this now:
http://pastebin.com/QEDnDA3X

hehe, the settings are just symbolic, if everything runs fine ill settle to a blank new user, new wallet and different credentials.
Thx for the help btw



62.141.39.175 is yours ?

It's my log.
Code:
2014-03-04 13:34:36.168327 Outgoing connection to peer 62.141.39.175:7902 established. p2pool version: 1300 '502de55-dirty'
2014-03-04 13:34:36.172253 Sending 1 shares to 62.141.39.175:7902
2014-03-04 13:34:36.520723 Lost peer 62.141.39.175:7902 - Connection to the other side was lost in a non-clean fashion.

First stop p2pool, and remove data/darkcoin/*.
and remove '--disable-upnp'
Then run again.

Error again ? then Ask your ISP !



seem to run smoothly now. TYVM
sr. member
Activity: 1204
Merit: 272
1xbit.com
LOL fair enough, just wanted to put that out there because its price is going nuts and I guess it's a competitor.
hero member
Activity: 720
Merit: 500
I really don't get Auroracoin. It just makes no sense that one guy is going to validate the identities of 300,000 people (or even 100 people). It's either totally open to fraud or totally unfeasible. And it might just be a scam from the start. I don't know why people are buying into it, seems insane.
Totally agreed, but take shitcointalk to shitcointhread please! Tongue
legendary
Activity: 1036
Merit: 1000
I really don't get Auroracoin. It just makes no sense that one guy is going to validate the identities of 300,000 people (or even 100 people). It's either totally open to fraud or totally unfeasible. And it might just be a scam from the start. I don't know why people are buying into it, seems insane.

can you read??? - last I read this was DarkCoin......
sr. member
Activity: 1204
Merit: 272
1xbit.com
I really don't get Auroracoin. It just makes no sense that one guy is going to validate the identities of 300,000 people (or even 100 people). It's either totally open to fraud or totally unfeasible. And it might just be a scam from the start. I don't know why people are buying into it, seems insane.
full member
Activity: 280
Merit: 100
The Future Of Work
A person on Reddit made a comment that caused me to realize I don't know the function of a node.  He suggested that since darksend is going through one or a few nodes, that it is not decentralized.  True, this node was "broken" due to ddos shortly after the beta was begun but that, to me, is just a vulnerability of just having one node.  But does the node itself have any function, such as collecting data, acting as the "bucket" or anything else that would have to be trusted?  I don't believe so, but I'm not savvy.

Nah, I do know the function of a node, lol, I explained it to him Smiley
sr. member
Activity: 294
Merit: 250
Hey guys,
i need a littlebit of help getting https://github.com/chaeplin/p2pool-drk up and running.

Im on ubuntu 12.04 with non sudo user trying to run this nice little piece of software xD.

Sadly, something goes wrong, maybe just a little issue, please have a look on the pastebin http://pastebin.com/i7zjsf3P

Thx,



Still trying to get this p2p pool to run, now getting the following output http://pastebin.com/0iBP1eih

This is your problem.

Code:
2014-03-04 05:24:07.451181 > exceptions.ImportError: No module named dark_hash
2014-03-04 05:24:12.315228 > Error while requesting best block header:


Need to

Code:
cd py_module/darkcoin-hash-python
sudo python setup.py install

cd py_module/darkcoin-subsidy-python
sudo python setup.py install

No need to post your rpcusername and wallet addresses really. Also -f 5 means 5% fees. Really 5 % ? Lips sealed


getting this now:
http://pastebin.com/QEDnDA3X

hehe, the settings are just symbolic, if everything runs fine ill settle to a blank new user, new wallet and different credentials.
Thx for the help btw



62.141.39.175 is yours ?

It's my log.
Code:
2014-03-04 13:34:36.168327 Outgoing connection to peer 62.141.39.175:7902 established. p2pool version: 1300 '502de55-dirty'
2014-03-04 13:34:36.172253 Sending 1 shares to 62.141.39.175:7902
2014-03-04 13:34:36.520723 Lost peer 62.141.39.175:7902 - Connection to the other side was lost in a non-clean fashion.

First stop p2pool, and remove data/darkcoin/*.
and remove '--disable-upnp'
Then run again.

Error again ? then Ask your ISP !

sr. member
Activity: 322
Merit: 250
Hey guys,
i need a littlebit of help getting https://github.com/chaeplin/p2pool-drk up and running.

Im on ubuntu 12.04 with non sudo user trying to run this nice little piece of software xD.

Sadly, something goes wrong, maybe just a little issue, please have a look on the pastebin http://pastebin.com/i7zjsf3P

Thx,



Still trying to get this p2p pool to run, now getting the following output http://pastebin.com/0iBP1eih

This is your problem.

Code:
2014-03-04 05:24:07.451181 > exceptions.ImportError: No module named dark_hash
2014-03-04 05:24:12.315228 > Error while requesting best block header:


Need to

Code:
cd py_module/darkcoin-hash-python
sudo python setup.py install

cd py_module/darkcoin-subsidy-python
sudo python setup.py install

No need to post your rpcusername and wallet addresses really. Also -f 5 means 5% fees. Really 5 % ? Lips sealed


getting this now:
http://pastebin.com/QEDnDA3X

hehe, the settings are just symbolic, if everything runs fine ill settle to a blank new user, new wallet and different credentials.
Thx for the help btw


oops, i think im already mining xD
hero member
Activity: 588
Merit: 500
OH BROTHER!  MazaCoin...wow, aurora coin clone out already...get ready for EVERY country, group, political party...Shriners...even neighbourhoods now will have their own coin...YIKES!  its going to get messy out there=LAME!
sr. member
Activity: 322
Merit: 250
Hey guys,
i need a littlebit of help getting https://github.com/chaeplin/p2pool-drk up and running.

Im on ubuntu 12.04 with non sudo user trying to run this nice little piece of software xD.

Sadly, something goes wrong, maybe just a little issue, please have a look on the pastebin http://pastebin.com/i7zjsf3P

Thx,



Still trying to get this p2p pool to run, now getting the following output http://pastebin.com/0iBP1eih

This is your problem.

Code:
2014-03-04 05:24:07.451181 > exceptions.ImportError: No module named dark_hash
2014-03-04 05:24:12.315228 > Error while requesting best block header:


Need to

Code:
cd py_module/darkcoin-hash-python
sudo python setup.py install

cd py_module/darkcoin-subsidy-python
sudo python setup.py install

No need to post your rpcusername and wallet addresses really. Also -f 5 means 5% fees. Really 5 % ? Lips sealed


getting this now:
http://pastebin.com/QEDnDA3X

hehe, the settings are just symbolic, if everything runs fine ill settle to a blank new user, new wallet and different credentials.
Thx for the help btw
full member
Activity: 140
Merit: 100
Here is an idea for the devs - create a wallet to allow bitcoin users to do this: btc to drk to btc

Watch drk skyrocket in value.
Jump to: