Skip to content

Instantly share code, notes, and snippets.

@lycancoin
lycancoin / Compile_Lycancoin_on_Ubuntu_16_04
Last active June 28, 2021 00:29 — forked from kostaz/Compile_Bitcoin_on_Ubuntu_14_04
Compile Lycancoin Ubuntu 16.04 through v.1.1.2.6
Initial setup & dependencies
----------------------------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
@lycancoin
lycancoin / Compile_Lycancoin_on_Ubuntu_18_04
Last active March 30, 2021 03:55
Compile Lycancoin on Ubuntu 18.04
Initial setup & dependencies
----------------------------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
@lycancoin
lycancoin / Warnings
Created March 27, 2021 15:52
Warnings, dangers, and all things that will ruin your night
Lycancoin is an experimental software released under the http://opensource.org/licenses/MIT license.
No warranty is made or implied that the software will perform any specific functions and there is always a
substantial risk that you could lose or corrupt your wallet. Therfore, any use is at your own risk and peril.
BIG WARNING: If you lose or corrupt your wallet - your Lycancoins could be unrecoverable forever!
However, following these three rules will help ensure you reduce any untoward events:
1. Routinely backup your wallet.dat
@lycancoin
lycancoin / Compile_Lycancoin_on_Ubuntu_16.04_Autotools
Created June 28, 2021 00:45
Compile Lycancoin on Ubuntu 16.04 using Autotools for version 1.1.2.7 and later
Initial setup & dependencies
----------------------------
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev