Author

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

legendary
Activity: 1708
Merit: 1049
0.009 to 0.012 in just a few hours. Not bad.

sr. member
Activity: 448
Merit: 250
Them who sold, appears to be buying back in.
legendary
Activity: 1092
Merit: 1000

 I am most envious at those buying in at the price...  Tongue
sr. member
Activity: 409
Merit: 250
Bitcoiners getting nervous ?

Title: Darkcoin, Dark Threat: Salvaging Cryptocurrency's Future

https://www.youtube.com/watch?v=jMzedpO2mig

The title and the abrupt ending of the video tells it all  Grin
newbie
Activity: 32
Merit: 0
Might be a basic question, but I have around 50MH that I want to dedicate to the test network for RC4 when its up.

How do I go about setting up a wallet for testnet - do I just download the RC4 binaries when available and put something in my conf file to say its testnet=1?

Thanks!

The best place to post this I would guess is the Developer thread at darkcointalk.org
hero member
Activity: 503
Merit: 500
Na Zdorovie!
hero member
Activity: 756
Merit: 500
I wonder, masternode payments which is sent to wallet ? Cold/Hot ?
into the wallet your 1K DRK is stored
hero member
Activity: 503
Merit: 500
Na Zdorovie!
I wonder, if setup lin+win, masternode payments which is sent to wallet ? Cold/Hot ?
hero member
Activity: 966
Merit: 1003
This coin is still very overpriced. So many other coins with true and good anon, stealth addresses etc. DRK will be dumped to the ground soon.

Right.. and you'd be qualified to make that statement because? Most of those coins with "true and good anon" don't even have whitepapers detailed enough to make any kind of conclusions not to mention of released working code.
legendary
Activity: 1708
Merit: 1049
As a DRK supporter from Day 1 the only other altcoin I would suggest you guys getting into right now is Cloak. In the last 3 weeks they've moved 0 to a trustless non-coinjoin anon implementation, decoupled from exchanges with built in trading in the wallet, p2p decentralized marketplace built into the wallet. Centralized exchanges have typically been the Achilles heel for privacy-oriented coin users and decoupling from them reduces the exposure of the user. Don't believe any of the FUD from anyone Cloak is the real deal with 5 full time developers. It's a real steal at the current price.

The very fact that they pushed into the market a coin that offers anonymity through ...exchanges just to cash out in the wake of DRK shows what they are really made of. I mean... WTF? Through exchanges? Anyone even thinking about implementing such a joke solution and marketing it as a serious one is incompetent enough to guarantee zero investment.

That's my take on it anyway.
member
Activity: 112
Merit: 10
This coin is still very overpriced. So many other coins with true and good anon, stealth addresses etc. DRK will be dumped to the ground soon.
hero member
Activity: 966
Merit: 1003
USA waking up soon



I'm not from USA but wow.. that woke me up.  Cheesy
hero member
Activity: 966
Merit: 1003
As a DRK supporter from Day 1 the only other altcoin I would suggest you guys getting into right now is Cloak. In the last 3 weeks they've moved 0 to a trustless non-coinjoin anon implementation, decoupled from exchanges with built in trading in the wallet, p2p decentralized marketplace built into the wallet. Centralized exchanges have typically been the Achilles heel for privacy-oriented coin users and decoupling from them reduces the exposure of the user. Don't believe any of the FUD from anyone Cloak is the real deal with 5 full time developers. It's a real steal at the current price.

Read their new whitepaper and all it says is that they have an "anonymization protocol".

"These protocol extensions provide for the transmission of anonymized transaction packages from an originator to an elected node for addition to their memory pool."

Sounds cool, lemme invest asap.


Regarding the "built in trading in the wallet", I suppose this quote is about that?
"It will also include reputation system tied to the address that wants to receive payments for goods or services."

BlackCoin is already close to releasing NightTrader which is a decentralized trustless exchange where you can trade Cloaks or Darks or whatever without the possibility of getting scammed. So Cloak needs to get rid of the reputation system a.k.a. "dynamic trust model" (some people might've heard that one before) and implement smart contracts.
legendary
Activity: 1036
Merit: 1000
Might be a basic question, but I have around 50MH that I want to dedicate to the test network for RC4 when its up.

How do I go about setting up a wallet for testnet - do I just download the RC4 binaries when available and put something in my conf file to say its testnet=1?

Thanks!
full member
Activity: 196
Merit: 100
hero member
Activity: 966
Merit: 1003
Revealing your identity doesn't mean anything. We still don't even know who created Bitcoin..

That line is always a winner when someone goes on about "But we don't know who the devs are"

Yep, it usually shuts them up xD

But we do know the current Bitcoin developers?
https://bitcoin.org/en/development

Totally different situation than a few weeks old alt coin where the unknown devs can just drop everything anytime they feel like it and no one's gonna pick it up after.
sr. member
Activity: 294
Merit: 250
@chaeplin

I have two masternode server but i can not find healtly iptables rules.

I would be glad if you help me.

I use Ubuntu 14.04 x64 and i changed SSH port, activated Host Access Control and banned all IPs for all services. (excepting my local static IPs and node IPs)

Do you think these measures enough?

Thank you.

I think.


a sample of mine.
Code:
#-----
*filter
:INPUT ACCEPT [1038:145425]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [434:87191]
:BADCLIENT - [0:0]
#
-A INPUT -i lo -j ACCEPT
-A INPUT -p udp -m udp --dport 0 -j DROP
-A INPUT -p tcp -f -m tcp -j DROP
-A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,ACK -j DROP
-A INPUT -p tcp -m tcp --tcp-flags FIN,SYN FIN,SYN -j DROP
-A INPUT -p tcp -m tcp --tcp-flags SYN,RST SYN,RST -j DROP
-A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP
-A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP
-A INPUT -p tcp -m tcp --dport 0 -j DROP
-A INPUT -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -m state --state NEW -j DROP
#
-A INPUT -p tcp -m tcp --dport 9998 -j REJECT --reject-with tcp-reset
-A INPUT -p tcp -m tcp --dport 9999 -j BADCLIENT
-A INPUT -p tcp -m tcp --sport 9999 -j BADCLIENT
#
-A INPUT -p tcp -m tcp -m state --state RELATED,ESTABLISHED -j ACCEPT
#
-A INPUT -p tcp -m tcp --dport 9999 --tcp-flags FIN,SYN,RST,ACK SYN -m connlimit --connlimit-above 8 --connlimit-mask 24 --connlimit-saddr -j REJECT --reject-with tcp-reset
-A INPUT -p tcp -m tcp --dport 9999 --tcp-flags FIN,SYN,RST,ACK SYN -m connlimit --connlimit-above 2 --connlimit-mask 32 --connlimit-saddr -j REJECT --reject-with tcp-reset
-A INPUT -p tcp -m conntrack --ctstate NEW -m tcp --dport 9999 -j ACCEPT
#
-A INPUT -p tcp -m tcp --dport 22 -s 192.168.0.0/24 -m state --state NEW -j ACCEPT
-A INPUT -p tcp -m tcp -j DROP
#
-A OUTPUT -o eth0 -j ACCEPT
#
-A BADCLIENT -j RETURN
#
COMMIT
#-----
# ban BADCLIENT
# iptables -I BADCLIENT -p tcp -m tcp -j REJECT --reject-with tcp-reset -s ipaddress
full member
Activity: 196
Merit: 100

dark credibility is exhausted for investors. rc2 not work, then rc3 not work two times, rc4??

We will have to wait and see to be honest. Nothing is promised with new technology. Except, with a great dev if it doesn't work at first I am sure they will all work out how to get it working, they wont just dump and run like most devs would.
hero member
Activity: 756
Merit: 500


Usually not doing this, but it's in there just a little too often  Grin it's chosen Smiley
[/quote]

Dammed grammar, too much for an old german guy.
It´s possible that into these two sentences there are a lot more faults can be found.
Hopefully DRK really goes to mars or i never work out to visit NY again in my life to get more experianced Grin
Jump to: