Post
Topic
Board Announcements (Altcoins)
Re: [*] 8BIT [Dark Masternodes][Anon][Roadmap Stage 4]
by
kh4nR0
on 18/11/2017, 11:33:24 UTC
Hello there!

If anyone has problems building 8bitd daemon on Ubuntu, you can check out my fork here:
https://github.com/kh4n-ro/8bit

The bash script for auto installing on a new linux server can be found here:
https://gist.github.com/kh4n-ro/c97a237b12f467c790daab5b9f09ebfa#file-install_8bit-sh

one-line auto-installer:
Code:
apt install curl -y && bash <(curl -s https://gist.githubusercontent.com/kh4n-ro/c97a237b12f467c790daab5b9f09ebfa/raw/0fe7d0100411b1ead4c182f0008e34077654db41/install_8bit.sh)

All that's needed now are some miners to move the blockchain again.



Tested on the following virtual environments:

OpenVZ Virtualisation
Code:
root@test-8bit:~# uname -r
2.6.32-042stab125.3
root@test-8bit:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"

KVM Virtualisation
Code:
root@8bit-01:~# uname -r
4.4.0-98-generic
root@8bit-01:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"