Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CannabisCoin [CANN][X11][Official][2] Developments & Discussions
by
garyknox74
on 10/02/2015, 09:14:36 UTC
UBUNTU 12.04 on a USB with pre-installed Cannabiscoin wallet software

THIS POST IS A WORK IN PROGRESS. I WILL BE UPDATING WITH PICTURES AND USAGE INSTRUCTIONS SHORTLY.

Ready to download and copy to 8Gb or larger USB with Mac/Linux dd or Windows HDD raw copy.

Please note that this is an UNOFFICIAL build compiled by B4zz4. Blockchain synced to about midnight (GMT) Saturday, February 7th, 2015.

Download does NOT include wallet.dat (you can copy in your own if you wish or simply run the wallet to create a new one).

Why would you want one?

Simple, boot into a clean operating environment to store/transfer your CannabisCoin with much reduced risk of malware and/or key loggers pilfering your coins. Provided you do not browse the web or download anything but keep the CANN USB solely for transacting your CannabisCoin business you are at very little risk of theft.

ALWAYS keep multiple copies of your wallet.dat file in multiple secure locations - USBs are not forever and will fail eventually. When the inevitable occurs simply construct a new USB copy, add a copy of your wallet.dat and you are back in business.

Where to get it?

cann1204.dd.zip has been uploaded on mega - if there is enough demand I'll see what I can do about a torrent although my upload speed is appallingly slow (as the poor people trying to download bootstrap.dat at the moment will likely attest).

How do you use it?

To begin with you need a functional computer and a spare 8Gb or larger USB. Any files on the USB will be destroyed so don't use one containing anything you want to keep.

Once you have downloaded the 3.2Gb zip file you need to unzip it to any suitable location. You will need at least 8Gb of free space to do so.

I tried in a Windows 7 VM and even Windows can extract cann1204.dd so that shouldn't cause any problems.

Windows users will need to download HDD Raw Copy Tool if they don't already have it.

Check carefully that you select cann1204.dd as the source and your USB as the target. BE WARNED THAT THIS SOFTWARE WILL OVERWRITE YOUR HARDDRIVE IF THAT IS WHAT YOU TELL IT TO DO!

Linux users open a terminal and run "sudo fdisk -l" to list drives and identify your target USB, if you only have one HDD your USB will likely be /dev/sdb.

Then it is simply a matter of "sudo dd if=[path to cann1204.dd] of=[path to USB] bs=1M", it will look something like "sudo dd if=~/Downloads/cann1204.dd of=/dev/sdb bs=1M" without the quotes. If your distribution complains about bs=1M then use bs=1m.

Mac users have slightly more to do but not much.

Open a terminal and run "sudo diskutil list" to identify your USB (run it before and after inserting your USB if you have difficulty telling one from another).

Then run "diskutil unmountDisk /dev/diskN" (replace N with the disk number from the last command).

Now run "sudo dd if=[path to cann1204.dd] of=/dev/rdiskN bs=1m (we are using /dev/rdiskN instead of /dev/diskN because it may be faster). Same deal as before, if your particular version does not like bs=1m use bs=1M.

If you get a "resource busy" error it likely means you forgot to unmount the USB, do so now using Disk Utility.app (Finder => Applications => Utilities => Disk Utility.app). DO NOT EJECT THE DRIVE - UNMOUNT IT.

Once everyone has copied cann1204.dd to their USBs you can eject the USB, it is ready to use.

If you know how to use a bootable USB you can go ahead when ready.

NOTE THAT YOU MUST SET YOUR LOCAL TIMEZONE - THE USB IMAGE WAS CREATED IN QUEENSLAND AND EXPECTS LOCAL TIME TO BE GMT+10 - THIS IS IMPORTANT FOR SYNCHRONIZATION OF THE BLOCKCHAIN.

I will be posting detailed instructions, with pictures, for changing language, keyboard and timezone for those not used to working in Linux. I should return to editing this post in a few hours.

In the meantime good luck everyone, have fun and smile.



Nice one!! will have a look later.