Skycoin is a premier project that utilizes blockchain for a newly decentralized networking protocol, replacing IP addresses with public keys for end to end encryption. This revolutionary blockchain has the potential to completely overhaul the current internet & evolve into a "Web 3.0". The implications & real use cases for an earnest change, not only in how we interact in a peer to peer setting, but also putting forth the infrastructure necessary for community based, community controlled networking. If bitcoin was the prototype for decentralized economics; Skycoin is the expansion of that methodology. Skycoin improves on current consensus algorithms with the implementation of Obelisk & the addition of a hardware solution known as the Skyminer. The Skyminer is one of, if not the only physical product a blockchain project has shipped to integrate blockchain solutions into tangible real world obstacles.
Skyminer:
The Skyminer is the hardware platform for the implementation of a decentralized internet. When Skyminers are built the users deploys skynodes that will provide bandwidth for the network. In turn the user's will be paid an allocation of Skycoin for their services. This is an introduction to the Skycoin economic model. Where Skycoin community members are compensated for their role in the implementation & expansion of a new internet protocol.
Building a D.I.Y Skyminer:
The following is a guide for users who want to be involved in the early implementation of Skywire.
Parts List:
8X ODROID C2
8X Samsung 32GB EVO Plus Class 10 Micro SDHC
8X 1FT Micro USB to USB Charger Cable
8X 1FT Cat6 Ethernet Cable
2X GeauxRobot Raspberry Pi 3 Model B 4-layer Stack Clear Case Box Enclosure
Why the ODROID - C2 instead of a Raspberry Pi / Orange Pi Prime ?
Currently as of this writing, Orange Pi Primes are out of stock, the aim was to find a board that was similar or better while still staying compatible with the software necessary to run the nodes. The ODroid-C2 was the perfect mid range between an Orange Pi Prime and other boards such as the current line of Rasberry Pi's. The ODroid-C2 also utilizes the same form factor as the readily available Raspberry Pi, which made finding a case for a cluster easy. Below are the side by side specifications for each board.
Installing AsusWRT Merlin on your TM-AC1900 Router
Press ESC and type ':wq!" to save the file and exit
to continue enter the following commands
source ~/.bashrc
go get github.com/skycoin/skycoin/...
cd $GOPATH/src/github.com/skycoin
git clone https://github.com/skycoin/skywire.git
cd $GOPATH/src/github.com/skycoin/skywire/cmd
go install ./...
apt install tmux
Enter "Y" and press enter
Enter in command line
reboot now
Start a new Putty session
Insert the following code into command line
cd $GOPATH/bin
tmux
./manager -web-dir ${GOPATH}/src/github.com/skycoin/skywire/static/skywire-manager