Author

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

legendary
Activity: 1442
Merit: 1018
Is there a list of Onyx updated pools?

Has coinmine.pl updated?

My usual p2pool node and coinmine.pl both say updated to rc5..

https://drk.mn/blocks.html

If they've paid to an onyx masternode, they are on onyx. Whether they are just on 15.13 vs the last 15.16 is to be seen.
hero member
Activity: 560
Merit: 500
Is there a list of Onyx updated pools?

Has coinmine.pl updated?

My usual p2pool node and coinmine.pl both say updated to rc5..
hero member
Activity: 966
Merit: 1003
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
ARE YOU READY Huh !!!
75.86% Smiley

I`VE ASKED YOU IF YOU`RE READY Huh !!!
77.05%
hero member
Activity: 530
Merit: 500
I think its important for the wallet to show how many wallets are mixing coins at the moment (live counter). Then we can also put a graph on some website that displays trend of this over time, which is a very clear indicator of adoption progress. Evan, can you implement this?

It will also help us who are willing to help the project to determine whether its needed to run liquidity providers at any given time.

I will also post this on dct

Awesome idea. Maybe like the icon in the bottom right which shows how many peers you have. Another icon showing network mixing strength.
Great idea!

Very good idea!  it's like the adoption meter Smiley also anonimity meter

Don't know how doable this is to implement, but if someone can, it's Evan Smiley
It should possibly be accompanied by some kind of statistic that shows total number of coins mixed past 24 hours or something (+graph thats shows trend of coins mixed over long periods). That would also be a great marketing tool and would also show what is going on under the hood. Right now its anyones guess.

Let's see what Evan has to say about this regarding feasibility and complexity of development.
full member
Activity: 166
Merit: 100
I think its important for the wallet to show how many wallets are mixing coins at the moment (live counter). Then we can also put a graph on some website that displays trend of this over time, which is a very clear indicator of adoption progress. Evan, can you implement this?

It will also help us who are willing to help the project to determine whether its needed to run liquidity providers at any given time.

I will also post this on dct

Awesome idea. Maybe like the icon in the bottom right which shows how many peers you have. Another icon showing network mixing strength.
Great idea!

Very good idea!  it's like the adoption meter Smiley also anonimity meter

Don't know how doable this is to implement, but if someone can, it's Evan Smiley
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
I think its important for the wallet to show how many wallets are mixing coins at the moment (live counter). Then we can also put a graph on some website that displays trend of this over time, which is a very clear indicator of adoption progress. Evan, can you implement this?

It will also help us who are willing to help the project to determine whether its needed to run liquidity providers at any given time.

I will also post this on dct

Awesome idea. Maybe like the icon in the bottom right which shows how many peers you have. Another icon showing network mixing strength.
Great idea!
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
Coinotron will update today MAX tomorrow.
legendary
Activity: 1036
Merit: 1000
I think its important for the wallet to show how many wallets are mixing coins at the moment (live counter). Then we can also put a graph on some website that displays trend of this over time, which is a very clear indicator of adoption progress. Evan, can you implement this?

It will also help us who are willing to help the project to determine whether its needed to run liquidity providers at any given time.

I will also post this on dct

Awesome idea. Maybe like the icon in the bottom right which shows how many peers you have. Another icon showing network mixing strength.
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
hero member
Activity: 530
Merit: 500
I think its important for the wallet to show how many wallets are mixing coins at the moment (live counter). Then we can also put a graph on some website that displays trend of this over time, which is a very clear indicator of adoption progress. Evan, can you implement this?

It will also help us who are willing to help the project to determine whether its needed to run liquidity providers at any given time.

I will also post this on dct
legendary
Activity: 1834
Merit: 1023
Darksend Liquidity Providers - v0.10.16.1 (just for those that want to help mixing)

https://darkcointalk.org/threads/darksend-liquidity-providers-v0-10-16-1.2737/


can i get an "idiot translation" please
i am happy to participate in this
but how do i do that ?!
where do i put that code !?
i run that out of a wallet correct !?
can somebody please tell me a set up to use ?
tx

.....cool windows guide here.......


tx man
but I need this for MAC
sorry for that

there you go Wink

on mac:
 go to /Users/YOURUSERNAME/Library/Application Support/
 duplicate your DarkCoin folder
 rename your copy to DarkCoin-provider-10.16.1
 enter DarkCoin-provider-10.16.1
 delete its wallet.dat debug.log peers.dat
 update darkcoin.conf to:

Code:
listen=0
enabledarksend=1
darksendrounds=99999
darksend_blocks_between_successes=57

open "AppleScript Editor" (use Spotlight to find it)
paste there
Code:
do shell script "/Applications/DarkCoin-Qt.app/Contents/MacOS/DarkCoin-Qt -datadir=/Users/YOURUSERNAME/Library/Application\\ Support/DarkCoin-provider-10.16.1"
hit cmd+s, set "Save As:" to "DarkCoin-provider-10.16.1", "Where:" to "Applications", "File Format:" to "Application"

alter as needed for your particular system.

double-click your new shortcut

after launch, send one of the suggested amount ( https://darkcointalk.org/threads/darksend-liquidity-providers-v0-10-16-1.2737/ ) to that wallet.

have a beer.

 Wink

YES
supercool !!
tx man
member
Activity: 73
Merit: 10
legendary
Activity: 1318
Merit: 1040
Darksend Liquidity Providers - v0.10.16.1 (just for those that want to help mixing)

https://darkcointalk.org/threads/darksend-liquidity-providers-v0-10-16-1.2737/


can i get an "idiot translation" please
i am happy to participate in this
but how do i do that ?!
where do i put that code !?
i run that out of a wallet correct !?
can somebody please tell me a set up to use ?
tx

.....cool windows guide here.......


tx man
but I need this for MAC
sorry for that

there you go Wink

on mac:
 go to /Users/YOURUSERNAME/Library/Application Support/
 duplicate your DarkCoin folder
 rename your copy to DarkCoin-provider-10.16.1
 enter DarkCoin-provider-10.16.1
 delete its wallet.dat debug.log peers.dat
 update darkcoin.conf to:

Code:
listen=0
enabledarksend=1
darksendrounds=99999
darksend_blocks_between_successes=57

open "AppleScript Editor" (use Spotlight to find it)
paste there
Code:
do shell script "/Applications/DarkCoin-Qt.app/Contents/MacOS/DarkCoin-Qt -datadir=/Users/YOURUSERNAME/Library/Application\\ Support/DarkCoin-provider-10.16.1"
hit cmd+s, set "Save As:" to "DarkCoin-provider-10.16.1", "Where:" to "Applications", "File Format:" to "Application"

alter as needed for your particular system.

double-click your new shortcut

after launch, send one of the suggested amount ( https://darkcointalk.org/threads/darksend-liquidity-providers-v0-10-16-1.2737/ ) to that wallet.

have a beer.

 Wink
sr. member
Activity: 462
Merit: 250
www.dashpay.io

My guy tends to multipool or rig rent when it's profitable - not mine any coin straight. 9.1MH/s on 290X now or more, so now I'm shooting for 9.5MH/s on it, then 10MH/s.

please kill all the x11 coins, go ahead
there is not so many coins with exchange volume enough high to support continuous dumping

whats left over this will do the job, 1.2ghs asics for x11,x13,x15?:
http://cleverhash.com/products/the-aurora/

This cleverhash is obviously a scam.
cleverhash + Boomcoin is exactly the same scheme fibonacci + Cachecoin before.
People are still falling for that ?

Ya it looked way too good to be true...
hero member
Activity: 938
Merit: 1000

My guy tends to multipool or rig rent when it's profitable - not mine any coin straight. 9.1MH/s on 290X now or more, so now I'm shooting for 9.5MH/s on it, then 10MH/s.

please kill all the x11 coins, go ahead
there is not so many coins with exchange volume enough high to support continuous dumping

whats left over this will do the job, 1.2ghs asics for x11,x13,x15?:
http://cleverhash.com/products/the-aurora/

This cleverhash is obviously a scam.
cleverhash + Boomcoin is exactly the same scheme fibonacci + Cachecoin before.
People are still falling for that ?
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
coinmine.pl pool is also updated to latest wallet
Thnx Feeleep Wink

From 68% to 72.05% of compliance...going up Smiley Enforcment is coming Cheesy Let it be!
legendary
Activity: 910
Merit: 1000

My guy tends to multipool or rig rent when it's profitable - not mine any coin straight. 9.1MH/s on 290X now or more, so now I'm shooting for 9.5MH/s on it, then 10MH/s.

please kill all the x11 coins, go ahead
there is not so many coins with exchange volume enough high to support continuous dumping

whats left over this will do the job, 1.2ghs asics for x11,x13,x15?:
http://cleverhash.com/products/the-aurora/
legendary
Activity: 1197
Merit: 1000
coinmine.pl pool is also updated to latest wallet
legendary
Activity: 1834
Merit: 1023
x11ltc1btc.com

PPanther (LTCRabbit)

Oct 24 07:18

We, already upgraded to 0.10.15.16

Thank you, splawik21

well done man
you so on it !!
Jump to: