Bitcoin Forum
May 28, 2024, 10:00:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 [5160] 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722603 times)
Solarminer
Hero Member
*****
Offline Offline

Activity: 826
Merit: 502


View Profile
September 11, 2015, 11:20:28 PM

And now, I announce the first ever automated block checking and restart script for your masternodes.
Code:
 
#!/bin/bash
blockold=$(/home/dash/dash-cli getinfo | grep "blocks" | grep -Eo '[0-9]{6,100}')
while true
do
sleep 1000
blocknew=$(/home/dash/dash-cli getinfo | grep "blocks" | grep -Eo '[0-9]{6,100}')
if [ $blocknew -gt $blockold ]
then
blockold=$blocknew
else
tail -n 30 /home/dash/.dash/debug.log >> crash.log
/home/dash/dash-cli stop
sleep 30
pkill -9 dashd
sleep 10
/home/dash/dashd
sleep 60
blockold=$(/home/dash/dash-cli getinfo | grep "blocks" | grep -Eo '[0-9]{6,100}')
fi
done

This program grabs the current block. Then waits 16 minutes(longest block I found was about 13 minutes) and checks that block. If the new block is bigger it stores the new block as the old and waits another 16 minutes. If the old block is not bigger we assume dashd is locked up. It first logs the last 30 lines of the debug.log and tries to shutdown nicely. And if that doesn't work it kills the process. Then restarts and finds blocks again. This should also restart the dashd if it doesn't get any output(like if it isn't running).

So for those with more than one masternode on a server, you should change dashd to dashd1, dashd2, etc. Then use pkill -9 dashd1, dashd2, etc. If you just use dashd it will shut anything down with dashd in it. If there is any interest, I could make a script for multiple nodes.

Start from crontab or with screen.  Go back a dozen pages for more info on those options.
moocowmoo
Sr. Member
****
Offline Offline

Activity: 263
Merit: 250


bovine quadruped, professional loafer, dash dev


View Profile WWW
September 12, 2015, 12:11:08 AM

Agreed. But how do I implement this with the QT ? Is this currently possible, or a future possible feature ?

Not currently possible. (We'd have inherited it if it was in bitcoin core, alas not there either.)

I balance the two technologies.

bip32 addresses for my masternodes, a.k.a. long-term storage
win-qt for day-to-day dash (small amounts)

I've built a tutorial for building your own address/key chains here:

http://en.wiki.dashninja.pl/wiki/DIY_Deterministic_Addresses

If you're not familiar with how wif's work, it's pretty simple.
A wif is the private key that controls the coin at an address.
If you have the wif, you can import it into (just about) any wallet and control (move) the coin.

The library 'pycoin' and the command line 'ku' build wif's (and their associated addresses) for you to use as you see fit.

See the links at the bottom of that wiki page for more detailed info about bip32.


tips: XmoocowYfrPKUR6p6M5aJZdVntQe71irCX | identity: https://keybase.io/moocowmoo
service: https://masternode.me -- The first automated masternode service. Ugly website, stellar uptimes and hands-on support. Over 150 nodes with 300+ days uptime!
UdjinM6
Legendary
*
Offline Offline

Activity: 1318
Merit: 1040



View Profile WWW
September 12, 2015, 12:37:35 AM

I did the same thing, with Litecoin, when I first started! Freaked me out thinking that all my coins got stolen! Now I always reuse an existing address for change.

There is a it's a good idea to use fresh change addresses.
Although, we won't have to worry about the problem for years to come.

Once an address has been /sent from/ its public key is visible on the network.
Eventually, years from now, a quantum computer may be able to compute the private key of that address given it's public key.
But, since addresses are /hashes of/ public keys, un-sent-from addresses are not susceptible to this particular attack.
 
I've proposed for some time now a feature to be able to add a static change address to the config file. Obviously this has potential anonymity issues, but on the other side of the scope it brings great benefits for many different types of operations out there. Be it at a private or corporate level.  

The proper way to manage this is with deterministic address chains. (BIP32/BIP44)
Best of both worlds. Fresh addresses and absolute certainty your funds lie within your chain/your control.

 Agreed. But how do I implement this with the QT ? Is this currently possible, or a future possible feature ?
bitcoin devs are on it https://github.com/bitcoin/bitcoin/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aopen+bip32

DASH: XsV4GHVKGTjQFvwB7c6mYsGV3Mxf7iser6
flailing Junk
Member
**
Offline Offline

Activity: 92
Merit: 10


View Profile
September 12, 2015, 01:37:45 AM

Why bitcoin wisdom completelly removed DASh?

This one still works.

https://bitcoinwisdom.com/markets/cryptsy/drkbtc
TanteStefana2
Legendary
*
Offline Offline

Activity: 1260
Merit: 1001


View Profile
September 12, 2015, 02:03:57 AM


TAO'S DASHCUREX.COM GUIDE FOR DUMMIES:

- Create account at Dashcurex.com
- Fill out profile information.
- Under Settings, find Export Profile to Bitcurex.
- You now have an account at Bitcurex with the same login info.
- Buy Dash: Send Bitcoin to Bitcurex. Under Balances, click send to Dashcurex. Your BTC arrive in Dashcurex immediately.
- Sell Dash: Send Dash to Dashcurex. Sell for BTC. Under balances, click send to Bitcurex. Your BTC arrive at Bitcurex immediately. Withdraw as normal. (First time addresses must wait 48 hrs.)

Note 1. You can be logged into the two sites simultaneously.
Note 2. I have asked for a switch to Bitcurex feature, or the ability to send BTC from Dashcurex. I'm sure that functionality will come eventually.

Tao


I can't  help but wonder why it's not all under one roof?  Do they have a BCT thread?  I'd love to get to know what they're all about.  Thanks Tao!

Another proud lifetime Dash Foundation member Smiley My TanteStefana account was hacked, Beware trading
"You'll never reach your destination if you stop to throw stones at every dog that barks."
Sir Winston Churchill  BTC: 12pu5nMDPEyUGu3HTbnUB5zY5RG65EQE5d
Minotaur26
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
September 12, 2015, 02:10:02 AM

Hi guys, we need to translate the latest most updated Dash mining guides to Chinese... we are ready for that...  Could someone guide me to the best and most updated mining guides?
TaoOfSaatoshi
Legendary
*
Offline Offline

Activity: 2156
Merit: 1014


Dash Nation Founder | CATV Host


View Profile WWW
September 12, 2015, 05:04:30 AM


TAO'S DASHCUREX.COM GUIDE FOR DUMMIES:

- Create account at Dashcurex.com
- Fill out profile information.
- Under Settings, find Export Profile to Bitcurex.
- You now have an account at Bitcurex with the same login info.
- Buy Dash: Send Bitcoin to Bitcurex. Under Balances, click send to Dashcurex. Your BTC arrive in Dashcurex immediately.
- Sell Dash: Send Dash to Dashcurex. Sell for BTC. Under balances, click send to Bitcurex. Your BTC arrive at Bitcurex immediately. Withdraw as normal. (First time addresses must wait 48 hrs.)

Note 1. You can be logged into the two sites simultaneously.
Note 2. I have asked for a switch to Bitcurex feature, or the ability to send BTC from Dashcurex. I'm sure that functionality will come eventually.

Tao


I can't  help but wonder why it's not all under one roof?  Do they have a BCT thread?  I'd love to get to know what they're all about.  Thanks Tao!
They have a thread on DCT under "exchanges". The reason that they have to use Bitcurex I do not know, but it's no biggie for me as the transfer is instantaneous. Also, in the future they may drop this.

The reason I think they should get a healthy share of Dash volume is because they are setting up a Dash-only exchange, and they will be supporting our technology by implementing InstantX. You will be able to send, and set up an order in seconds. They are an established exchange and I found the experience smooth.

qwizzie
Legendary
*
Offline Offline

Activity: 2548
Merit: 1245



View Profile
September 12, 2015, 05:48:49 AM
Last edit: October 15, 2015, 07:17:19 PM by qwizzie


If it doesnt work correctly then follow these steps :

* go to : https://www.4proxy.us/
* copy and paste https://bitcoinwisdom.com/markets/cryptsy/drkbtc in the "enter URL here"
* unclick "[default] include mini URL-form on every page"
* click browse

Or install extension "browsec" in your Google Chrome and set it to an USA server


 

Learn from the past, set detailed and vivid goals for the future and live in the only moment of time over which you have any control : now
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
September 12, 2015, 08:35:59 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 


 Oh man, that is just not cool !! Sad

 Not talking about you, one of my best friends is a painter, and I do music professionally too... It totally get your frustration. The arts as so undervalued.

 Plus, these are NOT expensive at all!

 Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
September 12, 2015, 08:45:25 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 


 Oh man, that is just not cool !! Sad

 Not talking about you, one of my best friends is a painter, and I do music professionally too... It totally get your frustration. The arts as so undervalued.

 Plus, these are NOT expensive at all!

 Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Evan already bought one. It has been propose to buy one to Evan long time ago, but he said that he already got one.
This month there is only 2 budget that will pass so far, so why not budget proposal?
GhostPlayer
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


View Profile
September 12, 2015, 08:51:53 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 


 Oh man, that is just not cool !! Sad

 Not talking about you, one of my best friends is a painter, and I do music professionally too... It totally get your frustration. The arts as so undervalued.

 Plus, these are NOT expensive at all!

 Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Evan already bought one. It has been propose to buy one to Evan long time ago, but he said that he already got one.
This month there is only 2 budget that will pass so far, so why not budget proposal?

 LOL just woke up and didn't even think about that!  Grin 
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
September 12, 2015, 09:11:57 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 

Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Evan already bought one. It has been propose to buy one to Evan long time ago, but he said that he already got one.
This month there is only 2 budget that will pass so far, so why not budget proposal?

 LOL just woke up and didn't even think about that!  Grin 
Crowdfunding... This is so, soooo 2014  Grin .
alex-ru
Legendary
*
Offline Offline

Activity: 1204
Merit: 1010



View Profile
September 12, 2015, 10:15:59 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 


 Oh man, that is just not cool !! Sad

 Not talking about you, one of my best friends is a painter, and I do music professionally too... It totally get your frustration. The arts as so undervalued.

 Plus, these are NOT expensive at all!

 Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Evan already bought one. It has been propose to buy one to Evan long time ago, but he said that he already got one.
This month there is only 2 budget that will pass so far, so why not budget proposal?

I believe that giving "Dash paintings" for ALL DASH team members will be VERY good long-term investment for all Dash community and will be supported by MN OPs.  Wink

tombtc
Sr. Member
****
Offline Offline

Activity: 471
Merit: 250


View Profile
September 12, 2015, 10:27:36 AM

Does anyone have any date when we start the PR for the budget money? Everyone just keeps saying "soon".
patrolman
Sr. Member
****
Offline Offline

Activity: 447
Merit: 250


View Profile
September 12, 2015, 11:39:13 AM



There is no one interesting in Dash art.
Even on discount.
Paintings and sculptures will be "overwritten".
I will just replace a logo on paintings and sculptures.
Unfortunately, I need to switch to another coin, Sia ,Ethereum, Bitshares....... to try to make a sale.

This is the last chance to get some of my artworks.

Thanks everyone for support.
 


 Oh man, that is just not cool !! Sad

 Not talking about you, one of my best friends is a painter, and I do music professionally too... It totally get your frustration. The arts as so undervalued.

 Plus, these are NOT expensive at all!

 Would the community be interested in crowdfunding one of these as gift to Evan for his continuous cyborg-like work?

 "Dash Peaks" is absolutely gorgeous!! Love the tickers, brilliant idea for a sculpted painting!
Evan already bought one. It has been propose to buy one to Evan long time ago, but he said that he already got one.
This month there is only 2 budget that will pass so far, so why not budget proposal?

I believe that giving "Dash paintings" for ALL DASH team members will be VERY good long-term investment for all Dash community and will be supported by MN OPs.  Wink

And how about a nice new pair of shoes each too? I know I always feel like the duck's nuts in a new pair of shoes   Wink
eduffield (OP)
Legendary
*
Offline Offline

Activity: 1176
Merit: 1036


Dash Developer


View Profile WWW
September 12, 2015, 12:32:04 PM

Does anyone have any date when we start the PR for the budget money? Everyone just keeps saying "soon".

I think soon has changed to "now", we've already spent thousands. There's so much in the works, it's hard to keep track of Smiley

Dash - Digital Cash | dash.org | dashfoundation.io | dashgo.io
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
September 12, 2015, 01:17:09 PM

Does anyone have any date when we start the PR for the budget money? Everyone just keeps saying "soon".

I think soon has changed to "now", we've already spent thousands. There's so much in the works, it's hard to keep track of Smiley
Did we have a Thread (on dashtalk), with all info about how the dash are used for this budget? And where we can find all informations about this PR? I hope that this budget will pass for several month, and like this we can have informations about this budget.
stealth923
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000


View Profile
September 12, 2015, 01:25:37 PM

DASH – The First Decentralized Autonomous Organization?


http://cointelegraph.com/news/115264/dash-the-first-decentralized-autonomous-organization
Shrikez
Sr. Member
****
Offline Offline

Activity: 399
Merit: 263



View Profile
September 12, 2015, 01:29:13 PM


nice infomercial

Die Würde des Menschen ist unantastbar
alex-ru
Legendary
*
Offline Offline

Activity: 1204
Merit: 1010



View Profile
September 12, 2015, 01:36:12 PM
Last edit: September 12, 2015, 02:51:28 PM by alex-ru

And where we can find all informations about this PR?

As it was stated here:
"Of course, we will need to be somewhat discreet about what level of detail we promote. In some cases, publishing the full details of our strategy could hinder its effectiveness. Also, in such a highly competitive environment as crypto, some initiatives must be private at least until they go live (or it could cost us “first-mover” advantages). For both reasons, some parts of the promotion initiatives will necessitate confidentiality."

I think the right way is - evaluate PR effectiveness by results.

So if everybody sees good results (in Media, in additional promo-materials and so on) - it means we are on the right track.

If we can't see results (in long-term) - this means PR budget was spent inefficiently and corrections are needed...

Pages: « 1 ... 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 [5160] 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 ... 7012 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!