Author

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

full member
Activity: 199
Merit: 100
It's been almost 3 hrs and still no "confirmed" coins.

Is this normal? How long should I wait?

I believe target block time is 2.5 mins.  Confirms before credit is 120 I believe.  120x2.5 is 300 mins.

Thanks! I'll wait then.
member
Activity: 67
Merit: 10
It's been almost 3 hrs and still no "confirmed" coins.

Is this normal? How long should I wait?

I believe target block time is 2.5 mins.  Confirms before credit is 120 I believe.  120x2.5 is 300 mins.
full member
Activity: 199
Merit: 100
It's been almost 3 hrs and still no "confirmed" coins.

Is this normal? How long should I wait?
member
Activity: 67
Merit: 10

Ugh.  Went down for me overnight around 0330 EST, I switched back to mining Max in the morning.  Leave for work and 20 mins later it's back up.  Damn.  I really gotta get my VNC servers port forwarded so I can address them outside of my network...
full member
Activity: 140
Merit: 100
17th @ CoinmarkCap !!!  Grin
legendary
Activity: 1708
Merit: 1049
Linux script:

USERPASS1="user:pass"

USERPASS2="user.pass"

One of the two is wrong I guess.

full member
Activity: 142
Merit: 100
NET HASH @ 6GH/s. It is amazing !!!  Wink

With pool.darkcoin.io down?

Still? Please use p2p from now on so you aren't at the mercy of these pool operators.

Connected to p2pool --> http://112.175.123.82:8372/static/

now all i get are these msg from the miner:
Pool 0 difficulty changed to 0.XX
stratum from pool 0 requested work restart


What should I do??

Nope, that's normal at p2pool.

https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions



One more p2pool. peer.
http://112.175.123.82:8372/static/
http://112.175.123.94:8372/static/



Nice, but can someone set up a p2pool nearer to EU or US?
I'd be happy to contribute/partner/invest in a server, but I work offshore and maintenance is too complicated when I'm behind very tight proxies

How do I pass a second (failover) pool to minerd? it doesn't seem to like second arguments... Or maybe I"m just doing it wrong
On Linux:
Code:
#!/bin/sh
## Miner Failover Script

## Will continously try each pool until one responds, ordered by priority.

#GLOBAL
## Set options
RETRIES="3"
SECONDS="5"
MINERD="minerd"

#POOL1
## Set userpass information for first pool
USERPASS1="user:pass"
URL1="stratum+tcp://pool1:port"

#POOL2
## Set userpass information for second pool
USERPASS2="user.pass"
URL2="stratum+tcp://pool2:port"

while :
do
$MINERD -a X11 --retries=$RETRIES --retry-pause=$SECONDS --userpass=$USERPASS1 --url=$URL1
$MINERD -a X11 --retries=$RETRIES --retry-pause=$SECONDS --userpass=$USERPASS2 --url=$URL2
done

On Windows:
Code:
@ECHO OFF
:: Miner Failover Script

:: Will continously try each pool until one responds, ordered by priority.

:GLOBAL
:: Set options
SET RETRIES=3
SET SECONDS=5
SET MINERD=minerd-corei7-avx.exe

:POOL1
:: Set userpass information for first pool
SET USERPASS1=user:pass
SET URL1=stratum+tcp://pool1:port

:POOL2
:: Set userpass information for second pool
SET USERPASS2=user:pass
SET URL2=stratum+tcp://pool2:port

:CONNECT
:: Normal connect
%MINERD% -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS1% --url=%URL1%
%MINERD% -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS2% --url=%URL2%
GOTO CONNECT

:END
member
Activity: 84
Merit: 10
Looking at the trading charts - we have some sweet steady upward growth.
It seems there are many people who know the long term value of the coin - today it looks like people are snapping up what they can before the upward trend starts to accelerate.
sr. member
Activity: 504
Merit: 254
MAXcoins in mirror may be further behind than they appear  Cheesy
legendary
Activity: 1624
Merit: 1024
sr. member
Activity: 420
Merit: 250
NET HASH @ 6GH/s. It is amazing !!!  Wink

With pool.darkcoin.io down?

Still? Please use p2p from now on so you aren't at the mercy of these pool operators.

Connected to p2pool --> http://112.175.123.82:8372/static/

now all i get are these msg from the miner:
Pool 0 difficulty changed to 0.XX
stratum from pool 0 requested work restart


What should I do??

Nope, that's normal at p2pool.

https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions



One more p2pool. peer.
http://112.175.123.82:8372/static/
http://112.175.123.94:8372/static/



Nice, but can someone set up a p2pool nearer to EU or US?
I'd be happy to contribute/partner/invest in a server, but I work offshore and maintenance is too complicated when I'm behind very tight proxies

How do I pass a second (failover) pool to minerd? it doesn't seem to like second arguments... Or maybe I"m just doing it wrong

minerd doesn't have pool support, but you can do something like this with in a bat-file:

Code:
:POOLTRY
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool1.com:1111
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool2.com:2222
minerd --retries=3 --retry-pause=3 --algo=X11 --threads=6 --userpass=user:x --url=pool3.com:3333
GOTO POOLTRY
newbie
Activity: 54
Merit: 0
I will try to setup a P2Pool in EU (datacenter in north of France actually).
member
Activity: 84
Merit: 10

https://www2.coinmine.pl/drk/index.php?page=dashboard

that pool is reporting 3723 mhash pool rate out of 4700 network.

Thanks, does this situation bothers anyone with 51% attack possible?

It doesn't bother anyone because it hasn't been done intentionally and its changing and will continue to change and eventually won't be an issue. Darkcoin is still very new and certain things are still evolving - such as the pool options.
sr. member
Activity: 294
Merit: 250
hero member
Activity: 854
Merit: 1000
Hello All,

I am VERY glad to have joined this community, and i hope I will not get on anyone's nerves with newbie questions or suggestions.
I am a technology analyst (aka- economist) and while I understand barely half of what you guys are talking about regarding mining hardware, efficiency and optimization, I hope to contribute my 2cents in ideas and in observation on key elements (that's basically the only two things that Analysts are claimed to be worthwhile at).

building a network effect on non-techies:
===============================
I have been into cryptos for a long while and I have lately felt that all my friends who are not techies want to get into cryptos, but do not have the minimum understanding (in spite of all the material out there). They have all heard about bitcoin; they have all heard about gox collapsing and coins being stolen at exchanges... and they come to me asking how to start.
Normally, i tell them to open an account at btc-e, buy btc and transfer it because if they start by downloading a -qt wallet and have to wait for 24hours until it synchronizes, and then learn how to open it, or encrypt it, etc. they simply abandon any interest in getting into the game.

Last night, I downloaded and installed darkcoin-qt because I decided darkcoin is in line with everything I believe in crypto (open source, no pre-mine, no billion coins, difficultly adjustment, darksend/anonymity, etc.).
It them struck me that within minutes, the wallet was synchronized and ready to go...
 
I know this sounds trivial because it is a new coin... but it's also a huge advantage.
I've been playing around with the idea of social network effect as means for bringing more people into the game.
From my perspective, we are in 1990 in terms of internet adoption, with merely 2 million crypto users, just as it was 2 million internet users in the 1990, aka - really early in the game.
I know that until now there were bonuses and bounties given to users, but I'm thinking about making a "trusted social pool", like a pyramid scheme, only there is no "reward", only giving.

Yesterday, I bought a handful of DRK, and I am responsible for some of the rise in price.
Suppose I put 1,000 drk into such pool, and invited 10 people that are trusted by the community or myself, each gets 100 drk and is required to open 10 wallets to 10 people he/she trusts and transfer 10 drk each. each of them will them be required to open 10 wallets and transfer 1 drk to each. and so forth.

Within the third interaction, we reach 1,000 users... and thus the word spreads.

I know this probably sounds naive, but if we had a structured system to verify that the users who get the coins really open new accounts for new people, that could be great. If there is no such system, then social ties/trust is a way to go.
Having coins transfered within minutes, and darkcoin-qt installed and synchronized in minutes is a great advantage that will evaporate over time. Why not be the first coin to tun this disadvantage into an advantage?
Welcome to the community!

The biggest hurdle with your idea is determining an efficient way to verify that the new people are real.  Methods like email, IP, etc won't work.  It's extremely easy for someone to spoof identities online.
hero member
Activity: 896
Merit: 507
Here's the nodes I've found:


addnode=23.23.186.131
addnode=50.16.206.102
addnode=50.19.116.123
addnode=98.165.130.67
addnode=54.242.50.205
addnode=50.17.98.53
addnode=54.225.43.37
thx a lot, it works =)
pm me if u`ll find more pls
newbie
Activity: 25
Merit: 0

https://www2.coinmine.pl/drk/index.php?page=dashboard

that pool is reporting 3723 mhash pool rate out of 4700 network.

Thanks, does this situation bothers anyone with 51% attack possible?
legendary
Activity: 1176
Merit: 1036
Dash Developer
full member
Activity: 168
Merit: 100
NET HASH @ 6GH/s. It is amazing !!!  Wink

With pool.darkcoin.io down?

Still? Please use p2p from now on so you aren't at the mercy of these pool operators.

Connected to p2pool --> http://112.175.123.82:8372/static/

now all i get are these msg from the miner:
Pool 0 difficulty changed to 0.XX
stratum from pool 0 requested work restart


What should I do??

Nope, that's normal at p2pool.

https://en.bitcoin.it/wiki/P2Pool#Frequently_Asked_Questions



One more p2pool. peer.
http://112.175.123.82:8372/static/
http://112.175.123.94:8372/static/



Nice, but can someone set up a p2pool nearer to EU or US?
I'd be happy to contribute/partner/invest in a server, but I work offshore and maintenance is too complicated when I'm behind very tight proxies

How do I pass a second (failover) pool to minerd? it doesn't seem to like second arguments... Or maybe I"m just doing it wrong
member
Activity: 92
Merit: 10
send please link for new cpu miner. i not found(
Jump to: