Author

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

sr. member
Activity: 1021
Merit: 324
I like to use 7zip and right click the file to verify the hash checksum when using windows. Looks like a bunch of coins are getting infected wallets switched in lately. That hash file should be posted in multiple places, as this happened on Linux Mint at some point and the hashes were also compromised on the website.

I agree that hash files should be stored on a separate server, and not on the normal download server (to avoid getting compromised too in case of a hack).
Also I like to point out that Dash also offer both it's binaries and the SHA256SUMS.asc (hash file) on Github .

Link : https://github.com/dashpay/dash/releases (see assets)

I understand there are also ways to verify hash files themselves, by checking who pgp signed them and compare that with developers that have signature rights.
Maybe someone from Dash Core Group can comment on the above ?

I guess we have to wait and see how Monero's official site got compromised in the first place and then check if our own security measurements are still sufficient.
Good to hear that 7zip also has a hash verification tool inside.

Something like this hit another coin I follow. They went after the account without 2fa on github and switched the Windows QT binary, but nothing else. Which is a good reminder for anyone using github make sure to have 2fa setup on top of separate strong passwords on anything important. Dash has some great guides, if they do sign with pgp, is there a guide on how to check the binary against that?
legendary
Activity: 2156
Merit: 1014
Dash Nation Founder | CATV Host
In 2 hours: Join us in the chat box during the "Tao & Amanda LIVE!" premiere!

We'll introduce ourselves & the show, plus talk Mimblewimble's woes & President Maduro's new crypto commercial.



Thanks for watching!

legendary
Activity: 2548
Merit: 1245
I like to use 7zip and right click the file to verify the hash checksum when using windows. Looks like a bunch of coins are getting infected wallets switched in lately. That hash file should be posted in multiple places, as this happened on Linux Mint at some point and the hashes were also compromised on the website.

I agree that hash files should be stored on a separate server, and not on the normal download server (to avoid getting compromised too in case of a hack).
Also I like to point out that Dash also offer both it's binaries and the SHA256SUMS.asc (hash file) on Github .

Link : https://github.com/dashpay/dash/releases (see assets)

I understand there are also ways to verify hash files themselves, by checking who pgp signed them and compare that with developers that have signature rights.
Maybe someone from Dash Core Group can comment on the above ?

I guess we have to wait and see how Monero's official site got compromised in the first place and then check if our own security measurements are still sufficient.
Good to hear that 7zip also has a hash verification tool inside.
sr. member
Activity: 1021
Merit: 324
I like to use 7zip and right click the file to verify the hash checksum when using windows. Looks like a bunch of coins are getting infected wallets switched in lately. That hash file should be posted in multiple places, as this happened on Linux Mint at some point and the hashes were also compromised on the website.
member
Activity: 319
Merit: 29
“The percentage of Bitcoin ATM’s supporting any other than Bitcoin cryptocurrencies increased and now it is 70.4%. Dash was the most added coin in October with 194 (17.77% increase) ......"  Wink

https://dailyhodl.com/2019/11/18/global-bitcoin-and-crypto-atms-hit-6000-btc-litecoin-and-ethereum-leading-the-pack/

full member
Activity: 170
Merit: 105
Monero's official website got compromised today and was infected with malware designed to steal coins : https://www.zdnet.com/article/official-monero-website-compromised-with-malware-that-steals-funds/

This got me thinking : do Dash users know how to verify the provided hash file that is available with the official Dash downloads ? (to verify if they have downloaded the correct official Dash Core Wallet file ?)
So i wrote this quick hash verification procedure for Dash users that are using Windows 10 / Windows 7.

When downloading from the official https://www.dash.org/downloads website, you will often come across this 'Hash File' :



After downloading such a 'Hash File', you end up with a SHA256SUMS.asc file. This .asc file can be opened with notepad / notepad++
which shows you the hash for each download and which looks like this :



Now lets for example download 'dashcore-0.14.0.3-win64.zip' and verify its hash to make sure that the downloaded file is actually the correct file with a match to hash number '0c3fe9a3658f4b676596154b085793fe6674f4d2c5c6015146f8bcedc883e25a'

For Windows 10 users, i suggest using Windows PowerShell (Admin), which you can find when you right click on the Windows Startbutton. For Windows 7 users i suggest you search
for Windows PowerShell within Windows 7.

Within Windows PowerShell (Admin) use cd to go to your download directory, use ls to list the files in there and then use command CertUtil -hashfile fullfilename* SHA256
* you can select and then copy (ctrl c) and paste (ctrl v) the full filename from within PowerShell  




As you can see the hash of the file i downloaded (dashcore-0.14.0.3-win64.zip), match with the provided hash in the Hash File.
The same can (and should) be done for other files like the Linux x64 file, when you for example need to update your online server / masternode.

Since it looks like we will be having a Dash Core Wallet update (v0.14.04) soon, we all will have an excellent opportunity to practice this.

wow, this is pretty scary!

legendary
Activity: 2548
Merit: 1245
Monero's official website got compromised today and was infected with malware designed to steal coins : https://www.zdnet.com/article/official-monero-website-compromised-with-malware-that-steals-funds/

This got me thinking : do Dash users know how to verify the provided hash file that is available with the official Dash downloads ? (to verify if they have downloaded the correct official Dash Core Wallet file ?)
So i wrote this quick hash verification procedure for Dash users that are using Windows 10 / Windows 7.

When downloading from the official https://www.dash.org/downloads website, you will often come across this 'Hash File' :

 

After downloading such a 'Hash File', you end up with a SHA256SUMS.asc file. This .asc file can be opened with notepad / notepad++
which shows you the hash for each download and which looks like this :



Now lets for example download 'dashcore-0.14.0.3-win64.zip' and verify its hash to make sure that the downloaded file is actually the correct file with a match to hash number '0c3fe9a3658f4b676596154b085793fe6674f4d2c5c6015146f8bcedc883e25a'

For Windows 10 users, i suggest using Windows PowerShell (Admin), which you can find when you right click on the Windows Startbutton. For Windows 7 users i suggest you search
for Windows PowerShell within Windows 7.

Within Windows PowerShell (Admin) use cd to go to your download directory, use ls to list the files in there and then use command CertUtil -hashfile fullfilename* SHA256
* you can select and then copy (ctrl c) and paste (ctrl v) the full filename from within PowerShell  




As you can see the hash of the file i downloaded (dashcore-0.14.0.3-win64.zip), match with the provided hash in the Hash File.
The same can (and should) be done for other files like the Linux x64 file, when you for example need to update your online server / masternode.

Since it looks like we will be having a Dash Core Wallet update (v0.14.04) soon, we all will have an excellent opportunity to practice this.
sr. member
Activity: 1232
Merit: 260

Cryptobuyer Partners with Dash Text for SMS Cryptocurrency Purchases


Cryptobuyer, a popular Latin America-focused exchange and merchant point-of-sale system, has now partnered with Dash Text to bring simple SMS cryptocurrency exchanges to their merchant solutions.

member
Activity: 319
Merit: 29
Dash is now available on Floyx
(The Social Media Page specific for Blockchain / Cryptocurrency Communities)
https://www.floyx.com/profile/dash

sr. member
Activity: 1232
Merit: 260

BlackRock Joins Fidelity in Significantly Investing in Masternode Company Neptune Dash


BlackRock, a US-based global investment firm, reportedly owns over 11% of Dash masternode company Neptune Dash, bringing the total percentage of the company owned by major investment firms up past 21% when combined with the percentage owned by Fidelity.

sr. member
Activity: 1232
Merit: 260

Dash Wins Malta Blockchain Summit DAO Innovation Award


Dash NEXT has won the “DAO Building of the Year” award over Maker DAO and DAO Casino at the A.I. & Blockchain Summit in Malta for its innovations and ability to drive further cryptocurrency adoption.

jr. member
Activity: 204
Merit: 1
member
Activity: 319
Merit: 29
DashText, the simple SMS text-based Dash wallet, just relaunched its charity. It helps children pay for breakfast at schools in impoverished areas of Caracas. Distribution of funds is automated and 100% reaches the kids.
Learn more and donate if you can:
http://charity.dashtext.io/
How to:
https://youtu.be/jCPpnj9ObI8
sr. member
Activity: 1232
Merit: 260

What Could Trigger the Next Cryptocurrency Alt Season?


Bear market-weary cryptocurrency traders often ask “when moon/lambo” or other representation of their fortunes turning around. In particular, though, I’ve heard the concept of “alt season” often repeated recently by traders invested in projects other than Bitcoin, which has fared significantly better to date than most other cryptocurrencies since the 2018 crash. What are the signs that the markets will turn back towards the rest of the sector? I can give you one tried and true metric to watch: Bitcoin scaling.

newbie
Activity: 31
Merit: 0

Venezuela: Cryptobuyer partners with Dash Text to offer payments in cryptocurrencies without the need for an Internet connection - (In Spanish)

https://es.cointelegraph.com/news/venezuela-cryptobuyer-pay-partners-with-dash-text-to-offer-payments-in-crypto-currencies-without-an-internet-connection

#dash_force
member
Activity: 319
Merit: 29


Dash Electrum Wallet 3.3.8.1 released
    •    fix extra_payload output in Commands.deserialize
    •    other small fixes
https://github.com/akhavr/electrum-dash/releases/tag/3.3.8.1
https://www.dash.org/downloads/
sr. member
Activity: 1232
Merit: 260

This Week In Dash: November 11th - November 16th


This week has been another productive week in Dash with plenty of developments, integrations, and general news. Continue reading to get a summary of the week!

newbie
Activity: 31
Merit: 0
Dash Mexico Joins Hands With Cubobit to Launch New Remittance Platform Remezaza

https://www.cryptonewsz.com/dash-mexico-joins-hands-with-cubobit-to-launch-new-remittance-platform-remezaza/52346/

#dash_force

The aBey Foundation Introduces new Crypto-Enabled Credit Card Technology - DASH Accepted

https://cointelegraph.com/news/the-abey-foundation-introduces-new-crypto-enabled-credit-card-technology

#dash_force

SMART VALOR rolls out staking-as-a-service - Dash users get 6.9% average annual return

https://thetokenizer.io/2019/11/15/smart-valor-rolls-out-staking-as-a-service/

#dash_force
Jump to: