Skip to content

Commit

Permalink
Add support for Veles Core cryptocurrency: https://veles.network/
Browse files Browse the repository at this point in the history
  • Loading branch information
AltcoinBaggins authored and velesnetwork committed Feb 16, 2019
1 parent 34098b6 commit fb30981
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added assets/veles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions config/veles/veles.compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
chmod u+x share/genbuild.sh
chmod u+x src/leveldb/build_detect_platform
chmod u+x ./autogen.sh && ./autogen.sh
./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
make
make install
5 changes: 5 additions & 0 deletions config/veles/veles.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
CODENAME=veles
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/velesd}
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-21337}
GIT_URL=https://github.com/Velescore/Veles.git
SCVERSION="master"

0 comments on commit fb30981

Please sign in to comment.