Skip to content

Instantly share code, notes, and snippets.

@bitcoinbrisbane
Last active November 3, 2018 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitcoinbrisbane/8e90ea7c5ee4c90ce71b9c6bff1cfc4a to your computer and use it in GitHub Desktop.
Save bitcoinbrisbane/8e90ea7c5ee4c90ce71b9c6bff1cfc4a to your computer and use it in GitHub Desktop.
#On Ubuntu 18
#MVN
mvn add 8
#Install python 2
sudo apt install python-minimal
#Make
sudo apt-get install libtool pkg-config build-essential autoconf automake
#ZeroMQ
sudo apt-get install libzmq3-dev
npm install -g zmq
#Fixing "bitcore-lib" Error: More than one instance of bitcore-lib found.
npm -g install bitcore@4.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment