Bitcoin Forum
May 04, 2024, 11:03:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: September 07, 2015, 03:00:48 PM
Dash's NBT (Next Big Thing)  will be revealed 7th of october 2015 and appearently consists of a juicy 50 pages of whitepaper.
Exciting times ahead...

Actually this paper is quite special and we're going to release this the correct way. This is going to be huge  Wink

Have I missed something or there was no info about this whitepaper released yet?
And what do you mean by "the correct way"?
Thanks
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: September 06, 2015, 02:11:25 AM

Just released: Masternode notifications!


Notifications are sent on:

- Masternode errors
- Masternode payments

You can be notified by:

- mobile phone push notification (Android & iOS)
- Slack
- Email

BUMP!

Very nice.

https://www.dashwhale.org/
103  Alternate cryptocurrencies / Altcoin Discussion / Re: Monero will beat Litecoin on: September 02, 2015, 08:02:28 PM
wtf is a monero  Huh

104  Alternate cryptocurrencies / Altcoin Discussion / Re: The Dogecoin, Dash bout on: September 02, 2015, 03:56:50 AM
Dogecoin really?

C`mon guys there are 100 billion of it and still growing, its a hyperinflated fiat dogturd, it doesnt even resemble the traits of a cryptocurrency.

I don't get why and how doge is still relevant but I don't think instamined dash is any better.

DASH not relevant?

How about working anonymity?
How about transactions that confirm in 4 seconds?
How about the first crypto to feature Self-sustainable Decentralized Governance by Blockchain?

It's known as development.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 29, 2015, 04:40:24 AM
If you live in California or know anybody in California or ever want to visit California, please take action.

https://www.eff.org/deeplinks/2015/08/license-kill-innovation-why-ab-1326-californias-bitcoin-license-bad-business
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 28, 2015, 07:25:09 PM
and for voting with a single masternode change "vote-many" to "vote"
end-result should be : "Voted successfully"

To check the current votes : ./dash-cli mnbudget show
Currently 187 YEAS for all three budget proposals


Let's assume that I have a wallet with 2 masternodes listed in masternode.conf.
I want to vote using 1 masternode (ie: less than many)
Is the syntax:
Code:
./dash-cli mnbudget vote-alias mn1 eac63...87 yes
  (where mn1 = the alias of one of the masternodes)
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 28, 2015, 02:08:11 AM
Let me present our first unofficial DASH Promo video in English language (produced by common efforts)
"Dash = Digital Cash"



Link for distribution: https://www.youtube.com/watch?v=M1HYBMcyEPQ


Are you a Greek native speaker?
Spanish?
Chinese?
Anything other than Russian or English?

Please contact alex-ru to help spread the word worldwide!

https://bitcointalk.org/index.php?action=pm;sa=send;u=368449
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: August 27, 2015, 05:25:32 PM
I don't think it serves anyone's interests to create tension and conflict between Boolberry and Dashcoin.

I can't believe I'm saying this, but I agree with shojayxt.
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 27, 2015, 05:12:25 PM
DASH you are hereby invited to participate in a anonymity #PepsiChallenge

Not that market cap means much, but just for the record...

110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 11:33:37 PM
..A server I rented didn't have crontab installed so this isn't always a no brainer...

If you don't have crontab installed, try this:

Code:
apt-get update
apt-get upgrade
apt-get install cron
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 05:25:18 PM
*********** v12.0.49 *************

- This fixes a couple other issues dealing with masternodes staying online/getting kicked off and syncing

https://www.dashpay.io/downloads/


Bump!
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 26, 2015, 05:05:39 PM
Edit2: now that everything is in its place and I try to run the ./update_dashd.sh it tells me in red:

/home/username/.dash/dash-cli not found! Exiting.

 Huh Huh

but I have dash-cli in that dash folder so im not shure whats up

Do you have a directory named "/home/username" with ".dash" in it?
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 25, 2015, 01:20:16 AM
How to start dashd automatically again after it crashed.

run:
Code:
crontab -e 

add line:
Code:
*/1 * * * * ./home/dashuser/mn_watch.sh >/dev/null 2>&1

use any editor you like and save this as "mn_watch.sh" file in user "dashuser" home directory:
Code:
#!/bin/bash
if [ -z `pidof dashd` ]; then
./home/dashuser/dashd
fi

add executable flag:
Code:
chmod u+x mn_watch.sh


PS. Use appropriate username, not "dashuser" from my example Wink
I also assumed that dashd is located in your user home directory, change path if needed.

PPS. not tested but should work  Roll Eyes

This will work if dashd crashes, but if the process is still running and maxes out memory, then this won't work.
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 21, 2015, 04:34:17 PM

This helps me understand thank you, I think it is clear why the larger block camp does not want to go for something like this. I think in the end BTC will have to compromise for a smaller block increase to win some time and look for a better option, because none of the proposed solutions seem ideal.

It is so cool that we have a different approach that does not suffer from this.


"Bitcoin’s current design is unlikely to be the last word in making payments. It’s reasonable to think that one day it will be outcompeted or augmented by something else."

-- Mike Hearn
http://arstechnica.com/business/2015/08/op-ed-why-is-bitcoin-forking/

DASH perhaps?
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 21, 2015, 01:32:26 AM

Lightning is centralized by design. It's something like a centralized ledger that is capable of pushing out finalized transaction states to the real ledger at anytime.

Drawbacks:
- It screws with the UTXO set, because you can't tell where the money actually is in the system
- It's 100% centralized and could be prone to regulation. I've seen them talk about this and they say if the centralized node starts to whitelist addresses or something to that effect, they'll just start another one.
- It's incredibly complicated and will be prone to errors for the first year or two
- It's not really that useful if you're paying different people with every transaction you do. It's more useful for subscriptions or companies that are paying each other all of the time.

The masternode network is decentralized by design and can pretty much do anything a centralized system can do but in a completely decentralized and stable way, including fixing all of these issues with scalability they're having, but in a much more elegant way.

Me:  OK, I'll take this 6 pack of tasty beverage.  How much?
Merchant:  That'll be $5.99 USD
Me:  Can I pay in Bitcoin?
Merchant:  I'm sorry, you're not on my Lightening chain.
Me:  OK, DASH it is then!
Merchant:  Great, that way I don't have to pay extra fees to 3rd parties all over the place.
116  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC vs. DASH on: August 18, 2015, 06:05:12 PM
Maybe people working on dash gave up because they know Ethereum just made their efforts redundant.

Seriously?

Ethereum is a decentralized platform that runs smart contracts. 
DASH is a currency.
117  Alternate cryptocurrencies / Altcoin Discussion / Re: LTC vs. DASH on: August 18, 2015, 06:01:35 PM
Personally think DASH has a very, very long way to go.

Been playing around with it since the weekend and decided today to sell it all [if I'm ever able to get into my wallet]. Been using a DASH wallet through Encompass (Electrum) and I've been unable to access the wallet due to all the DASH servers on there being unresponsive. This has been ongoing for the past 48 odd hours. All the other coins on Encompass works just fine, no sync problems.

There is definitely a SSL issue with some of the DASH servers. Not sure what other problems there are but if this is any indication of what DASH has to offer then I rather leave now and keep my focus on btc and ltc.

So just my 2 cents.

Why not simply download the official DASH wallet?  It is fast and works great.  Just curious.

https://www.dashpay.io/downloads/
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 18, 2015, 03:48:36 AM
You guys can criticize my approach all you want but I did actually succeed, pain in the ass or no, at something 99.9% of people could not do. Seriously. Take a random thousand people and sit them in front of a computer with your "straightforward" master node guides and nine hundred and ninety nine of them would fail. I would bet on it.  

I am not criticizing.  I never said the guides were "straightforward".  People try and pass on knowledge in different ways; some write guides, some post brief messages.  In the end, it's better to learn the skills yourself, which you did.  Congratulations.
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 18, 2015, 02:13:50 AM
What made it a pain in the ass?

Just by your asking that question I can tell that you have experience remotely administering linux servers. For someone who is trying to learn how to do this while following a guide that is a version or 2 old and trying to guess at the right command to input based on changes that I don't understand on a system I don't understand through an interface I don't understand is endlessly frustrating and success is very tenuous lasting, at best, until the next update.  

I have a suggestion for you.  You can listen to my advice or you can trash me.

<preaching>
While you are following the guide of your choice (hopefully a couple of different ones), try and learn what each step is trying to accomplish.  Some people simply want to type in a series of commands to a window and call it a day.  Don't be like this.

When a guide tells you to (for example) open the SSH session, think about what that means instead of simply looking for the icon or menu item.  Try and learn the concepts of what running a masternode is.

Don't get frustrated when the guide says "dashd stop" and you actually need "./dashd stop".  Ask what each step is trying to accomplish.  You'll sleep better at night having learned something useful. 
</preaching>
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash | First Anonymous Coin | Inventor of X11, DGW, Darksend and InstantX on: August 17, 2015, 04:19:47 PM
What's this I'm seeing on my masternodes:

./dashd getinfo

"Dashd no longer has RPC functionality, use dash-cli instead."

Can somebody write up a new guide for masternodes with all the V12 changes?

 Not much. Try ./dash-cli for your RPC's

In your case, try this command:

./dash-cli getinfo
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!