Author

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

full member
Activity: 182
Merit: 100
is it even worth it to mine this coin given the current difficulty level? I have abt 12mh/s
full member
Activity: 280
Merit: 100
The Future Of Work
so is it worth mining this coin with 2mhs?

I don't know, but I'm mining with my computers getting a lot less, LOL.  I think it all depends on how much each coin will be worth in the future.  I think there is a possibility that it could replace bitcoin, but I doubt anyone else is that optimistic.  There are a lot of things that could go wrong, so my future view could be pretty improbable... I have no idea if it's worth mining.HuhHuh
full member
Activity: 280
Merit: 100
The Future Of Work
Is there only one large mining pool for this coin?  That is just as bad a premining.

I believe the official pool has stopped accepting new subscriptions in order to get people to spread out, but we have like 6 pools.

I don't understand why that's like premining?  How do you get that?  It is, however, a problem for the integrity of the blockchain.
full member
Activity: 280
Merit: 100
The Future Of Work
Errors errors errors

Is there a noob build and mine guide for win 7 ?


Are you on a 64 bit system?

search this thead for cpuminer 1.2c  or cpuminer 1.3  I think the later has a version for intel processers They've been compiled for windows by some of our members.
full member
Activity: 126
Merit: 100
http://cryptocurrencyconvention.com/

We just got added to their site! For those who don't know I will be speaking about DarkSend/Darkcoin at the Cryptocurrency Convention.  Smiley

It's the wrong link, I asked him to fix that.

How are you going to out speak tittie coin? They have the power of tits in a convention of varying degree of nerds on the histrionic scale. That's like taking meth before a 100m sprint.
sr. member
Activity: 308
Merit: 250
18    DarkCoin    $ 4,847,606    $ 1.44    3,367,084 DRK    $ 209,735    +227.45 %    
19    MaxCoin    $ 4,714,961    $ 1.51    3,113,088 MAX    $ 2,100,003    -14.85 %    

Bye bye Keiser!
full member
Activity: 280
Merit: 100
The Future Of Work
Is smalltimeminer pool down? Why haven't network hashrate lowered? It had more than 1GH/s

I think it's down.. all my miners just timed out

Likewise here - still down I guess?

I need to take this advice as well, but set up a backup account and run something like this then save as a bat file:

@ECHO OFF
:: Miner Failover Script

:: Will continously try each pool until one responds, ordered by priority.
:: If proxy is desired, set to 1.

:GLOBAL
:: Set options
SET RETRIES=3
SET SECONDS=5
SET PROXY=0
SET PROXYURL=http://proxyip:port

:POOL1
:: Set userpass information for first pool
SET USERPASS1=User.Miner:Password
SET URL1=stratum+tcp://Pool:Port

:POOL2
:: Set userpass information for second pool
SET USERPASS2=User.Miner:Password
SET URL2=-o stratum+tcp://Pool:Port

:CHECK
:: Check if proxy is flagged
IF %PROXY%==0 GOTO NOPROXY
IF %PROXY%==1 GOTO WITHPROXY

:NOPROXY
:: Normal connect
minerd -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS1% --url=%URL1% -t 3
minerd -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS2% --url=%URL2% -t 3
GOTO NOPROXY

:WITHPROXY
:: Connect via proxy
minerd -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS1% --proxy=%PROXYURL% --url=%URL1%
minerd -a X11 --retries=%RETRIES% --retry-pause=%SECONDS% --userpass=%USERPASS2% --proxy=%PROXYURL% --url=%URL2%

GOTO WITHPROXY

:END
hero member
Activity: 532
Merit: 500
http://cryptocurrencyconvention.com/

We just got added to their site! For those who don't know I will be speaking about DarkSend/Darkcoin at the Cryptocurrency Convention.  Smiley

It's the wrong link, I asked him to fix that.

If you're going out for drinks after the convention I think I'll come down to NYC. Maybe even attend while I'm at it!
legendary
Activity: 1176
Merit: 1036
Dash Developer
http://cryptocurrencyconvention.com/

We just got added to their site! For those who don't know I will be speaking about DarkSend/Darkcoin at the Cryptocurrency Convention.  Smiley

It's the wrong link, I asked him to fix that.
full member
Activity: 126
Merit: 100
R.I.P. Quark



Should add a permanent non-zero block reward like Quark though.  

the dev did. Least block reward is 5.
full member
Activity: 280
Merit: 100
The Future Of Work


we are growing, come and help mine darkcoin, and get a chance of winning the lottery pool.

once a week 50% of the fees, plus ive added a 100 drk on top, will be drawn,
to one lucky winner... is it your turn next?

Witdrawal fee: 0.0
Please spread your hashing power, we dont want 1 pool to have >50%

I'm having trouble logging in to the site too chaos, just get a blank screen that never gets loaded.


hmm strange, cause i tried with firefox (i never use firefox) and it loads the page just fine, please try again,


I only have trouble getting on the dashboard.  It's slow for some reason, and I'm guessing something gets kicked around in there for a while before its overridden or something.  The other pages always load normally and my hashing is fine.  The coin per day guesstimate is VERY optimistic though, LOL
full member
Activity: 280
Merit: 100
The Future Of Work
I really can't compute the More's law to find out how the payout is effected by the difficulty and I don't understand why the blocks take so long to resolve?

aren't blocks supposed to be delivered and calculated ever so many minutes?  If we get stuck on a block for hours, does that mean that confirmations can't happen, and coins are stuck in limbo?  The trade can't complete??

Obviously, that's not the case, as my  money is coming in ok, and clears pretty fast. But. if anyone has the skills to make a graph showing difficulty vs payouts or something, that'd be so nice to have, also if there is any way to guesstimate how long a block takes to solve, that'd be also nice to have as a reference (block difficulty*hash rate or something vs time?)

TanteStefana,

Here an exemple of the rewards :

(2222222.0 / (pow((dDiff+2600.0)/9.0,2.0))) // If DIFF > 75

(11111.0 / (pow((dDiff+51.0)/6.0,2.0)))  // If diff < 75

Current Diff is 124.96

Calculation (2222222 / (((Difficulty+51)/6)^2)) About to be broken Down =

Step 1.) 124 + 2600= 2724

Step 2.) 2724 / 9 = 302.6

Step 3.) 302.6 ^ 2 = 91586

Step 4.) 2222222 / 91586 = 24.26 Coins

LAst block found :
                                                        Diff        Reward..
19276   egzheng1976   17/02 22:42:31   124.96   24.00    31,989   25,581   8,012   25.05


Ok there is a small difference but seam OK...
Got headick!!


So should look like this : X = diff, Y = Reward..
In red if diff < 75 and in blue if diff > 75 ...



THIS, is beautiful!  I finally understand!  Thank you so much for this, in fact it ought to be linked to the home page!!!
legendary
Activity: 1260
Merit: 1000
R.I.P. Quark



Should add a permanent non-zero block reward like Quark though.  
legendary
Activity: 1708
Merit: 1049
sr. member
Activity: 308
Merit: 250
What are the current prices for this coin anyway, and is it currently on any exchanges?

Read the first post...
hero member
Activity: 616
Merit: 500
What are the current prices for this coin anyway, and is it currently on any exchanges?
full member
Activity: 280
Merit: 100
The Future Of Work
I really can't compute the More's law to find out how the payout is effected by the difficulty and I don't understand why the blocks take so long to resolve?

aren't blocks supposed to be delivered and calculated ever so many minutes?  If we get stuck on a block for hours, does that mean that confirmations can't happen, and coins are stuck in limbo?  The trade can't complete??

Obviously, that's not the case, as my  money is coming in ok, and clears pretty fast. But. if anyone has the skills to make a graph showing difficulty vs payouts or something, that'd be so nice to have, also if there is any way to guesstimate how long a block takes to solve, that'd be also nice to have as a reference (block difficulty*hash rate or something vs time?)

TanteStefana,

Here an exemple of the rewards :

(2222222.0 / (pow((dDiff+2600.0)/9.0,2.0))) // If DIFF > 75

(11111.0 / (pow((dDiff+51.0)/6.0,2.0)))  // If diff < 75

Current Diff is 124.96

Calculation (2222222 / (((Difficulty+51)/6)^2)) About to be broken Down =

Step 1.) 124 + 2600= 2724

Step 2.) 2724 / 9 = 302.6

Step 3.) 302.6 ^ 2 = 91586

Step 4.) 2222222 / 91586 = 24.26 Coins

LAst block found :
                                                        Diff        Reward..
19276   egzheng1976   17/02 22:42:31   124.96   24.00    31,989   25,581   8,012   25.05


Ok there is a small difference but seam OK...
Got headick!!


Oh, so ^ means squared?  LOL, I'm so clueless!
hero member
Activity: 532
Merit: 500
If anyone wants membership for the main dark pool, I'm not using mine anymore, PM for offers.
member
Activity: 75
Merit: 10
If it seems to good to be true...

--------------------------------------------------------------------------------
[P]ool management [G]PU management S]ettings [D]isplay options [Q]uit
 GPU 0:  66.0C 2006RPM | 1.679M/1.680Mh/s | R:  0.5% HW:0 WU:0.0/m I:16
 GPU 1:  65.0C 1830RPM | 1.672M/1.673Mh/s | R:  0.5% HW:0 WU:0.0/m I:16
 GPU 2:  82.5C 2942RPM | 40.65M/6.024Mh/s | R:  0.0% HW:0 WU:0.0/m I:11
 GPU 3:  31.0C  40%    | 1.347M/1.318Mh/s | R:  0.6% HW:0 WU:0.0/m I:20
--------------------------------------------------------------------------------

...it probably isn't:

[14:16:59] Accepted 69000000 Diff 0/0 GPU 3 at (null)
[14:17:08] Accepted 17000000 Diff 0/0 GPU 1 at (null)
[14:17:18] Accepted 63000000 Diff 0/0 GPU 1 at (null)
[14:17:18] Accepted 53000000 Diff 0/0 GPU 1 at (null)
[14:17:25] Accepted 54000000 Diff 0/0 GPU 0 at (null)
[14:17:27] Accepted 54000000 Diff 0/0 GPU 0 at (null)
[14:17:39] Accepted 69000000 Diff 0/0 GPU 3 at (null)
[14:17:52] Accepted 15000000 Diff 0/0 GPU 0 at (null)
[14:17:56] Accepted 64000000 Diff 0/0 GPU 0 at (null)
[14:17:57] Accepted 33000000 Diff 0/0 GPU 1 at (null)
[14:18:01] Accepted 0f000000 Diff 0/0 GPU 3 at (null)
[14:18:07] Accepted 1e000000 Diff 0/0 GPU 3 at (null)
[14:18:16] Accepted 79000000 Diff 0/0 GPU 0 at (null)
[14:18:17] Accepted 43000000 Diff 0/0 GPU 3 at (null)
[14:18:23] Accepted 64000000 Diff 0/0 GPU 1 at (null)
[14:18:30] Accepted 69000000 Diff 0/0 GPU 1 at (null)
[14:18:44] Accepted 05000000 Diff 0/0 GPU 0 at (null)

No accepts from GPU 2
full member
Activity: 168
Merit: 100
I can't wait to go to sleep again tonight and wake up to find more announcements and price rises. Sleep is exciting on the DRKtrain  Grin
Jump to: