- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get install software-properties-common
- sudo add-apt-repository -y ppa:webupd8team/java
- sudo apt-get update
- sudo apt-get -y install oracle-java8-installer
- echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
- sudo apt-get install apt-transport-https
- sudo apt-get update
- sudo apt-get install sbt
- sudo apt-get install nano
- git clone https://github.com/coffeecoin-io/node.git
- cd node
- java -jar coffeecoin-all-0.13.3-408-gfd14fc0.jar cof.conf
forked from wavesplatform/Waves
-
Notifications
You must be signed in to change notification settings - Fork 0
Coffeechain node application
License
coffeecoin-io/node
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Coffeechain node application
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Scala 99.3%
- Other 0.7%