<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>Miscellaneous Dash Guides</title>
    <description>Dash Guides that do not fit into the above categories.</description>
    <pubDate>Wed, 20 Nov 2024 07:36:03 +0000</pubDate>
    <lastBuildDate>Wed, 20 Nov 2024 07:36:03 +0000</lastBuildDate>
    <generator>Dash Forum</generator>
    <link>https://www.dash.org/forum/index.php?utm_source=rss&amp;utm_medium=rss</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/index.rss"/>
    <item>
      <title>1 How to run Dash with the Tor Browser Bundle (easy setup, moderate privacy, hide your IP)</title>
      <pubDate>Thu, 28 Jan 2021 08:58:39 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/1-how-to-run-dash-with-the-tor-browser-bundle-easy-setup-moderate-privacy-hide-your-ip.4223/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">4223</guid>
      <author>invalid@example.com (elan)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>elan</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper"><span style="font-size: 15px"><b>Guide: How to run Dash with the Tor Browser Bundle?!?</b></span><br />
<br />
<div style="margin-left: 20px"><i>Setup: <span style="color: #006600">Easy</span> (TL;DR install Tor browser, reconfigure Dash)<br />
Time: <span style="color: #006600"> ~15 minutes</span><br />
Privacy: <span style="color: #b3b300">Moderate</span> (hides your IP)</i>&#8203;</div><br />
<b>Step by step:</b><br />
<ol>
<li data-xf-list-type="ol"><span style="color: #000000">Get the latest version of the <b>Tor Browser Bundle</b> from the tor project website: <a href="https://www.torproject.org/projects/torbrowser.html.en" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://www.torproject.org/projects/torbrowser.html.en</a><br />
Make sure you get the latest version, chose any language you like but I recommend en-US. Some...</span></li>
</ol><br />
<a href="https://www.dash.org/forum/index.php?threads/1-how-to-run-dash-with-the-tor-browser-bundle-easy-setup-moderate-privacy-hide-your-ip.4223/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Updating dash core on Ubuntu 18.04</title>
      <pubDate>Thu, 11 Jun 2020 19:35:44 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/updating-dash-core-on-ubuntu-18-04.46885/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">46885</guid>
      <author>invalid@example.com (Krill)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Krill</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">Hi everyone,<br />
<br />
Sorry if this is posted elsewhere, couldn&#039;t find anything.<br />
<br />
Does anyone have a step by step (non gui, terminal) guide to updating dash core on Ubuntu 18.04?<br />
<br />
Kind regards,<br />
<br />
~Krill</div>]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>Detecting InstantSend transactions in a nodejs app.</title>
      <pubDate>Fri, 08 Feb 2019 12:35:52 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/detecting-instantsend-transactions-in-a-nodejs-app.43456/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">43456</guid>
      <author>invalid@example.com (Antti Kaikkonen)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Antti Kaikkonen</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">Prerequisites: <a href="https://nodejs.org/en/" target="_blank" class="link link--external" rel="nofollow ugc noopener">node.js and npm</a>, <a href="http://zeromq.org/intro:get-the-software" target="_blank" class="link link--external" rel="nofollow ugc noopener">zeromq</a> and of course <a href="https://github.com/dashpay/dash/releases" target="_blank" class="link link--external" rel="nofollow ugc noopener">Dash Core</a><br />
<b>1) Add this line to dash.conf:</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>zmqpubhashtxlock=tcp://127.0.0.1:28332</code></pre>
	</div>
</div>then restart dash-qt or dashd.<br />
<b><br />
2) Create a new directory, navigate to the directory in terminal/command prompt and then run</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>npm install zeromq</code></pre>
	</div>
</div>this should create a new directory &quot;node_modules&quot;<br />
<br />
<b>3) Create a new file &quot;instansend-recorder.js&quot; with the following content</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>var zmq = require(&#039;zeromq&#039;);

var...</code></pre>
	</div>
</div><br />
<a href="https://www.dash.org/forum/index.php?threads/detecting-instantsend-transactions-in-a-nodejs-app.43456/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How to Install Insight-api on Ubuntu 18.04</title>
      <pubDate>Fri, 23 Nov 2018 05:20:02 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-install-insight-api-on-ubuntu-18-04.39407/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">39407</guid>
      <author>invalid@example.com (Antti Kaikkonen)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Antti Kaikkonen</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper"><b>1) Update your server</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>sudo apt update
sudo apt upgrade</code></pre>
	</div>
</div><br />
<b>2) Install some tools and dependencies</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>sudo apt install npm
sudo apt install build-essential
sudo apt install libzmq3-dev</code></pre>
	</div>
</div><br />
<b>3) Download Dash-core</b><br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>cd ~
wget https://github.com/dashpay/dash/releases/download/v0.14.0.5/dashcore-0.14.0.5-x86_64-linux-gnu.tar.gz
tar -xvzf dashcore-0.14.0.5-x86_64-linux-gnu.tar.gz
rm dashcore-0.14.0.5-x86_64-linux-gnu.tar.gz</code></pre>
	</div>
</div><br />
<b>4) Install...</b><br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/how-to-install-insight-api-on-ubuntu-18-04.39407/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>How to run dash client on linux tails</title>
      <pubDate>Tue, 30 Oct 2018 04:06:20 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-run-dash-client-on-linux-tails.12508/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">12508</guid>
      <author>invalid@example.com (wevifediku)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>wevifediku</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">How to run dash client on linux tails<br />
<br />
I run tails from an USB with a persistent  volume. How do I run dash from it?<br />
<br />
I downloaded the dash file for linux, I get a TGZ file, but when I open the TGZ, nothing happens.<br />
The tails system asks me with which application I want to open the files in the TGZ.<br />
<br />
I am a linux noob. Please assist. Is there a download which I can click and open? I would like all my dash files in ONE folder, so I can back up everything (the blockchain and wallet) with one...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/how-to-run-dash-client-on-linux-tails.12508/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>23</slash:comments>
    </item>
    <item>
      <title>How to gitian build dash under Debian Jessie using lxc</title>
      <pubDate>Wed, 10 Oct 2018 01:02:02 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-gitian-build-dash-under-debian-jessie-using-lxc.5397/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">5397</guid>
      <author>invalid@example.com (elbereth)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>elbereth</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">In this tutorial we will learn how to have a working gitian-builder for dash under Debian Jessie.<br />
<br />
<u>Remark:</u> Having grsec patch will surely mess with LXC and give you headaches with gitian-builder. Avoid...<br />
<br />
<span style="font-size: 18px"><b>Prerequisites</b></span><br />
You need a working Debian Jessie installation. This is out of scope of this tutorial.<br />
Create user gitian and add it to the sudo group (or at least give it sudo power).<br />
<br />
<span style="font-size: 18px"><b>Setting up Debian Jessie for gitian building</b></span><br />
In this section we will be...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/how-to-gitian-build-dash-under-debian-jessie-using-lxc.5397/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>41</slash:comments>
    </item>
    <item>
      <title>How to delete cookies automatically</title>
      <pubDate>Thu, 09 Aug 2018 11:01:16 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-delete-cookies-automatically.38906/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">38906</guid>
      <author>invalid@example.com (Emma Parker)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Emma Parker</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">2 days ago I bought a VPN subscription and I was going through their blogs to know more about them and online security and privacy. I came across one of their blog which I found pretty awesome and I think it can help many other people here. It is about <a href="https://www.purevpn.com/blog/how-to-delete-cookies-at-browser-exit/" target="_blank" class="link link--external" rel="nofollow ugc noopener">how to delete cookies automatically</a> at browser exit so we don&#039;t need to clear cookies every time. <br />
<br />
<br />
<br />
By doing this, we will also get rid off pesky ads we don&#039;t need an ad blocker and there are other benefits too regarding security.</div>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>Restore Breadwallet-Dash funds to your Electrum-Dash Wallet (tested)</title>
      <pubDate>Mon, 02 Jul 2018 07:40:58 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/restore-breadwallet-dash-funds-to-your-electrum-dash-wallet-tested.8335/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">8335</guid>
      <author>invalid@example.com (nmarley)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>nmarley</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">You can technically use your Breadwallet-Dash seed with Electrum-Dash for whatever reason (maybe Breadwallet stops working?), but it requires just a bit of tinkering. Unfortunately, because Breadwallet uses deeper derivation paths than Electrum, you can&#039;t go the other way around (Electrum -&gt; Breadwallet won&#039;t work).<br />
<br />
You just have to get an &quot;xprv&quot; key from your Breadwallet-Dash seed, at the right depth, which is &quot;m/0p&quot;. Then import that into Electrum-Dash.<br />
<br />
<b>1. Retrieving the correct...</b><br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/restore-breadwallet-dash-funds-to-your-electrum-dash-wallet-tested.8335/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>Online Dash Course &amp; Cryptocurrency Courses</title>
      <pubDate>Sun, 25 Feb 2018 17:19:08 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/online-dash-course-cryptocurrency-courses.29201/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">29201</guid>
      <author>invalid@example.com (SmartMoves)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>SmartMoves</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">I&#039;ve researched the best way to learn about cryptocurrencies. I particularly like taking online courses so I&#039;ve curated all the best courses here: <a href="https://www.smartmoves.life/cryptocurrency-course-recommendations/" target="_blank" class="link link--external" rel="nofollow ugc noopener">Dash Course &amp; Cryptocurrency Courses</a>. I figured this community could find it useful as there is a course about Dash included. The Dash course includes a “Get Started” Guide: How to set up and use a Dash wallet, how to spend Dash (where is dash accepted), together with an overview of the key benefits of Dash, such as instant payments and low...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/online-dash-course-cryptocurrency-courses.29201/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>How to: Print your own QR code stickers at home. Safe and secrect</title>
      <pubDate>Sun, 11 Feb 2018 01:12:33 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-print-your-own-qr-code-stickers-at-home-safe-and-secrect.28849/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">28849</guid>
      <author>invalid@example.com (Roslyn)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Roslyn</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper"><span style="font-size: 18px">Create 2D barcodes or QR codes 1.5&quot; x 1.5&quot; </span><br />
<img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/paladin/amazonsmile_logo-092x20._V353668096_.png" data-url="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/paladin/amazonsmile_logo-092x20._V353668096_.png" class="bbImage " loading="lazy"
		 style="" width="" height="" /> <br />
Price <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile    :)" loading="lazy" data-shortname=":)" /> 10.59<br />
for 600 stickers<br />




<blockquote data-attributes="" data-quote="" data-source=""
	class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
	
	<div class="bbCodeBlock-content">
		
		<div class="bbCodeBlock-expandContent js-expandContent ">
			<a href="http://a.co/9fxE6UF" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://a.co/9fxE6UF</a>
		</div>
		<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
	</div>
</blockquote>* Safe to print.<br />
<br />
* Easy to hide.<br />
<br />
Download Templates for QR-Code stickers. Formats: .docx, .doc, .psd, .ai, .indd, .pdf, .pages<br />




<blockquote data-attributes="" data-quote="" data-source=""
	class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch">
	
	<div class="bbCodeBlock-content">
		
		<div class="bbCodeBlock-expandContent js-expandContent ">
			<a href="https://www.avery.com/templates/22805" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://www.avery.com/templates/22805</a>
		</div>
		<div class="bbCodeBlock-expandLink js-expandLink"><a role="button" tabindex="0">Click to expand...</a></div>
	</div>
</blockquote><br />
<br />
Offline qrcode generator...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/how-to-print-your-own-qr-code-stickers-at-home-safe-and-secrect.28849/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>Can you choose to spend a specific Dash</title>
      <pubDate>Wed, 06 Dec 2017 09:51:53 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/can-you-choose-to-spend-a-specific-dash.19266/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">19266</guid>
      <author>invalid@example.com (CaptAhab)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>CaptAhab</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">For Tax reasons a merchant may want to spend specific dash, is it possible to choose?</div>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>New Guide About Adding Dash to Trezor For Newbies</title>
      <pubDate>Fri, 01 Dec 2017 03:33:39 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/new-guide-about-adding-dash-to-trezor-for-newbies.14142/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">14142</guid>
      <author>invalid@example.com (stellabelle)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>stellabelle</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper"><img src="https://s30.postimg.org/qalon0skx/IMG_8223.jpg" data-url="https://s30.postimg.org/qalon0skx/IMG_8223.jpg" class="bbImage " loading="lazy"
		 style="" width="" height="" /> <br />
<br />
Last week I was sort of going out of my mind trying to find information about how to add Dash to my <a href="https://trezor.io/" target="_blank" class="link link--external" rel="nofollow ugc noopener">Trezor</a> hardware wallet. For those who are not familiar with <a href="https://trezor.io/" target="_blank" class="link link--external" rel="nofollow ugc noopener">Trezor</a>, it’s basically an offline wallet that stores your Bitcoins. A hardware wallet means that it’s not kept on a website, server or computer. No one can steal your Bitcoins while you sleep! Because it’s kept offline, it’s very secure. Every time you send Bitcoin to...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/new-guide-about-adding-dash-to-trezor-for-newbies.14142/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>3</slash:comments>
    </item>
    <item>
      <title>[Guide] What is Dash a complete guide on Dash for Beginners</title>
      <pubDate>Tue, 12 Sep 2017 13:21:13 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/guide-what-is-dash-a-complete-guide-on-dash-for-beginners.16569/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">16569</guid>
      <author>invalid@example.com (Harish Ramkumar)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>Harish Ramkumar</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">Hello fellow members,<br />
<br />
I have written a detailed blog post on Dash - Altcoin. I would like to get review and/ or feedback from you all.<br />
<br />
I have started with Dash as a cryptocurrency, then how and why Dash is popular, then moved on to Dash Features. Finally gave information on Dash Mining and conclusion.<br />
<br />
Please go through the blog post and feel free to let me know for any suggestions.<br />
<br />
Blog Post Title: <a href="http://coinsiq.com/what-is-dash-a-definitive-guide-on-dash/" target="_blank" class="link link--external" rel="nofollow ugc noopener">What is Dash</a><br />
<br />
Thanks in Advance.</div>]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>Dashcore Wallet</title>
      <pubDate>Wed, 30 Aug 2017 08:52:44 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/dashcore-wallet.16487/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">16487</guid>
      <author>invalid@example.com (lex mead)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>lex mead</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">Hi Guys I&#039;m new to this so here we go..<br />
I downloaded the dash core wallet yesterday and to test it I opend a receive address copied it and sent a small amount from my electrum wallet to that address.The money shows up in recent transastions on overview tab but do not show up in request payment history in that address.<br />
..any help appreciated thanks..<br />
LexM</div>]]></content:encoded>
      <slash:comments>0</slash:comments>
    </item>
    <item>
      <title>delete</title>
      <pubDate>Thu, 06 Jul 2017 08:41:31 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/delete.15644/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">15644</guid>
      <author>invalid@example.com (bituzer)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>bituzer</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">.</div>]]></content:encoded>
      <slash:comments>2</slash:comments>
    </item>
    <item>
      <title>Basic Guide to PGP On Windows/PC (Kleopatra – Gpg4Win)</title>
      <pubDate>Sat, 06 May 2017 18:02:08 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/basic-guide-to-pgp-on-windows-pc-kleopatra-%E2%80%93-gpg4win.4086/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">4086</guid>
      <author>invalid@example.com (tungfa)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>tungfa</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper"><b>Basic Guide to PGP On Windows/PC (Kleopatra – Gpg4Win)</b><br />
<br />
<a href="http://www.deepdotweb.com/2015/02/21/pgp-tutorial-for-windows-kleopatra-gpg4win/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+DeepDotWeb+%28Deep+Dot+Web%29" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://www.deepdotweb.com/2015/02/21/pgp-tutorial-for-windows-kleopatra-gpg4win/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed: DeepDotWeb (Deep Dot Web)</a><br />
<br />
<span style="font-size: 15px"><b>Part 0 – Introduction</b></span><br />
Here’s the final guide in my PGP basics series, this time focusing on Windows. The OS in question will be Windows 7, but it should work for Win8 and Win8.1 as well. Obviously it’s not recommended to be using Windows to access...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/basic-guide-to-pgp-on-windows-pc-kleopatra-%E2%80%93-gpg4win.4086/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>How To Encrypt A USB Drive? (Cold Storage)</title>
      <pubDate>Fri, 14 Oct 2016 09:34:14 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-encrypt-a-usb-drive-cold-storage.4046/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">4046</guid>
      <author>invalid@example.com (tungfa)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>tungfa</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">How To Encrypt A USB Drive? (Cold Storage)<br />
<a href="http://www.deepdotweb.com/2015/02/09/veracrypt-tutorial-how-to-encrypt-usb-drive/?utm_source=feedburner&amp;utm_medium=email&amp;utm_campaign=Feed%3A+DeepDotWeb+%28Deep+Dot+Web%29" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://www.deepdotweb.com/2015/02/0...&amp;utm_campaign=Feed:+DeepDotWeb+(Deep+Dot+Web)</a><br />
<br />
A simple tutorial explaining how to install VeraCrypt – The tutorial was created and contributed by Ping (Blog: <a href="http://w363zoq3ylux5rf5.onion/blog/owner/ping" target="_blank" class="link link--external" rel="nofollow ugc noopener">http://w363zoq3ylux5rf5.onion/blog/owner/ping</a>).<br />
<br />
Lets start – First, go to the link <a href="https://veracrypt.codeplex.com/releases/view/565079" target="_blank" class="link link--external" rel="nofollow ugc noopener">here</a> and select the version you want to use and download it. Now...<br />
<br />
<a href="https://www.dash.org/forum/index.php?threads/how-to-encrypt-a-usb-drive-cold-storage.4046/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>10</slash:comments>
    </item>
    <item>
      <title>Dash Proposal Document Templates</title>
      <pubDate>Tue, 15 Mar 2016 22:19:48 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/dash-proposal-document-templates.8287/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">8287</guid>
      <author>invalid@example.com (kot)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>kot</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">Dear Community Members,<br />
<br />
Following the discussions of other threads and great work done by <a href="https://www.dash.org/forum/index.php?members/1413/" class="username" data-xf-init="member-tooltip" data-user-id="1413" data-username="moocowmoo">moocowmoo</a> <a href="https://dashpay.atlassian.net/wiki/display/DOC/Using+Decentralized+Governance%3A+Proposals%2C+Voting%2C+and+Budgets" target="_blank" class="link link--external" rel="nofollow ugc noopener">here</a>, I want to propose two document templates to support the process of applying for funds from the Dash budgeting system and sharing project status updates with the sponsors (masternode owners) and the community.<br />
Please find the templates available in our wiki:<br />
<ol>
<li data-xf-list-type="ol"><a href="https://dashpay.atlassian.net/wiki/download/attachments/31326281/Dash%20Project%20Proposal%20Template%20v1.0.docx?version=1&amp;modificationDate=1457686874336&amp;api=v2" target="_blank" class="link link--external" rel="nofollow ugc noopener">Project Proposal Template</a> - to be used by vendors and individuals when applying for funds from the Dash...</li>
</ol><br />
<a href="https://www.dash.org/forum/index.php?threads/dash-proposal-document-templates.8287/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>5</slash:comments>
    </item>
    <item>
      <title>dash budget forecasting script (linux/python)</title>
      <pubDate>Mon, 01 Feb 2016 09:00:56 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/dash-budget-forecasting-script-linux-python.7908/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">7908</guid>
      <author>invalid@example.com (moocowmoo)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>moocowmoo</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">I&#039;ve built another python script for tracking the current budget status.<br />
It&#039;s new, but I&#039;m pretty sure I&#039;ve squashed all the big bugs.<br />
As always, let me know if you run into trouble.<br />
(If you&#039;re seeing old proposals, stop your wallet, delete budget.dat, and restart it.<br />
It will pull in an up-to-date copy from the network.)<br />
<br />
<a href="https://github.com/moocowmoo/dash-budget_state" target="_blank" class="link link--external" rel="nofollow ugc noopener">https://github.com/moocowmoo/dash-budget_state</a><br />
<br />
You&#039;ll need dash-cli in your PATH environment variable (and a linux box) for this one to work.<br />
<br />

	
	


<div class="bbCodeBlock bbCodeBlock--screenLimited bbCodeBlock--code">
	<div class="bbCodeBlock-title">
		Code:
	</div>
	<div class="bbCodeBlock-content" dir="ltr">
		<pre class="bbCodeCode" dir="ltr" data-xf-init="code-block" data-lang=""><code>export...</code></pre>
	</div>
</div><br />
<a href="https://www.dash.org/forum/index.php?threads/dash-budget-forecasting-script-linux-python.7908/" class="link link--internal">Read more</a></div>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>How to Run Dash-qt on Testnet (Linux Video)</title>
      <pubDate>Thu, 18 Jun 2015 20:13:47 +0000</pubDate>
      <link>https://www.dash.org/forum/index.php?threads/how-to-run-dash-qt-on-testnet-linux-video.5490/&utm_source=rss&amp;utm_medium=rss</link>
      <guid isPermaLink="false">5490</guid>
      <author>invalid@example.com (buster)</author>
      <category domain="https://www.dash.org/forum/index.php?forums/miscellaneous-dash-guides.87/&utm_source=rss&amp;utm_medium=rss"><![CDATA[Miscellaneous Dash Guides]]></category>
      <dc:creator>buster</dc:creator>
      <content:encoded><![CDATA[<div class="bbWrapper">This tutorial will help you run the latest Dash-qt client on Test-net. This video is mean&#039;t for Linux but can be used for Windows/Mac as well. You will just need to locate your dash.conf in the Dash Data directory. <br />
<br />
<div class="bbMediaWrapper" data-media-site-id="youtube" data-media-key="PBXrU5pH9D8">
	<div class="bbMediaWrapper-inner">
		<iframe src="https://www.youtube.com/embed/PBXrU5pH9D8?wmode=opaque"
				width="560" height="315"
				frameborder="0" allowfullscreen="true"></iframe>
	</div>
</div></div>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
  </channel>
</rss>
