Skip to content

Commit fb30981

Browse files
AltcoinBagginsvelesnetwork
authored andcommitted
Add support for Veles Core cryptocurrency: https://veles.network/
1 parent 34098b6 commit fb30981

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

assets/veles.jpg

23.7 KB
Loading

config/veles/veles.compile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
chmod u+x share/genbuild.sh
3+
chmod u+x src/leveldb/build_detect_platform
4+
chmod u+x ./autogen.sh && ./autogen.sh
5+
./configure --disable-dependency-tracking --enable-tests=no --without-gui --without-miniupnpc
6+
make
7+
make install

config/veles/veles.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CODENAME=veles
2+
MNODE_DAEMON=${MNODE_DAEMON:-/usr/local/bin/velesd}
3+
MNODE_INBOUND_PORT=${MNODE_INBOUND_PORT:-21337}
4+
GIT_URL=https://github.com/Velescore/Veles.git
5+
SCVERSION="master"

0 commit comments

Comments
 (0)