Community post
Community Debian .deb Install Packages for the SmartCash Wallet + Tutorial (Linux)
** Please note I am not the creator of the SmartCash binaries and only prepared the Debian Install packages. The binaries come directly from the smartcash.cc/get-smartcash downloads **
http://proteanx.com/image/smartmenu.png
SmartCash Wallet v0.8.7.10
You can download the .deb Install Packages below or scroll down for a tutorial on installing via the terminal.
SmartCash32 v0.8.7.10
32-Bit Install Package
SmartCash64 v0.8.7.10
64-Bit Install Package
Command Line Tutorial
Part 1 -
If you are doing a fresh install and not an upgrade please start here to include bootstrap!
Let's go to your home directory, create the .smartcash folder and enter it.
cd ~/
mkdir .smartcash
cd .smartcash
Now let's get you caught up on the blockchain (via my bootstrap)
If you don't have unzip already
sudo apt-get install unzip
Now let's download the zipped bootstrap
wget 'http://proteanx.com/smartcashblocksoct19.zip'
(This may take a minute to download the 135mb zip)
Unzip the contents and remove the zip file
unzip smartcashblocksoct19.zip
rm smartcashblocksoct19.zip
You should now have 2 new folders in your .smartcash folder (blocks & chainstate). You're ready to move onto the install.
Part 2 Installing the SmartCash Debian Install Package
If you are just upgrading and/or adding menu support please start here and skip the bootstrap!
Let's download the appropriate package and install using dpkg
For 32-bit
cd ~/Downloads/
wget 'https://github.com/proteanx/smartcashdeb/releases/download/0.8.7.10/smartcash32_0.8.7.10.deb'
sudo dpkg -i smartcash32_0.8.7.10.deb
For 64-bit
cd ~/Downloads/
wget 'https://github.com/proteanx/smartcashdeb/releases/download/0.8.7.10/smartcash64_0.8.7.10.deb'
sudo dpkg -i smartcash64_0.8.7.10.deb
Your installation is now complete! You can now find the SmartCash Wallet in the 'Internet' section of your Desktop Menu or start the qt client by using the 'smartcash-qt' command in your terminal!
I'll definitely be writing more about SmartCash in the future but in the meantime if you would like to learn more about SmartCash please visit https://www.SmartCash.cc
http://proteanx.com/image/follow.png Follow me on Steemit!
Replies (5)
img credz: pixabay.com
Nice, you got a 89.0% @steemvoter upgoat, thanks to @proteus
Want a boost? Minnowbooster's got your back!
@originalworks
The @OriginalWorks bot has determined this post by @proteus to be original material and upvoted it!
To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!
For more information, Click Here!
Special thanks to @reggaemuffin for being a supporter! Vote him as a witness to help make Steemit a better place!
This post has received a 0.75 % upvote from @buildawhale thanks to: @proteus. Send at least 0.50 SBD to @buildawhale with a post link in the memo field for a portion of the next vote.
To support our daily curation initiative, please vote on my owner, @themarkymark, as a Steem Witness
Pretty complicated stuff for the average person, though you lay things out pretty clearly. I think the average person who is interested in Cryptocurrency is looking more for something plug and play.