Skip to content

Commit 970d66d

Browse files
author
KemBits
committed
[Stratis] Welcome to Stratis
1 parent 843ca04 commit 970d66d

204 files changed

Lines changed: 69342 additions & 4799 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015 BlackCoin Developers
1+
Copyright (c) 2014-2015 Stratis Developers
22
Copyright (c) 2013-2014 NovaCoin Developers
33
Copyright (c) 2011-2012 PPCoin Developers
44
Copyright (c) 2009-2015 Bitcoin Developers

INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Building BlackCoin
1+
Building Stratis
22

3-
See doc/readme-qt.rst for instructions on building BlackCoin QT,
3+
See doc/readme-qt.rst for instructions on building Stratis QT,
44
the intended-for-end-users, nice-graphical-interface, reference
5-
implementation of BlackCoin.
5+
implementation of Stratis.
66

7-
See doc/build-*.txt for instructions on building blackcoind,
7+
See doc/build-*.txt for instructions on building stratisd,
88
the intended-for-services, no-graphical-interface, reference
9-
implementation of BlackCoin.
9+
implementation of Stratis.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
BlackCoin development tree
2+
Stratis development tree
33

4-
BlackCoin is a PoS-based cryptocurrency.
4+
Stratis is a PoS-based cryptocurrency.
55

66
Development process
77
===========================
@@ -16,7 +16,7 @@ or are controversial.
1616

1717
The master branch is regularly built and tested, but is not guaranteed
1818
to be completely stable. Tags are regularly created to indicate new
19-
stable release versions of BlackCoin.
19+
stable release versions of Stratis.
2020

2121
Feature branches are created when there are major new features being
2222
worked on by several people.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ set -e
44

55
umask 077
66

7-
basedir=~/.blackcoin
7+
basedir=~/.stratis
88
dbfile="$basedir/DB_CONFIG"
9-
cfgfile="$basedir/blackcoin.conf"
9+
cfgfile="$basedir/stratis.conf"
1010

1111
[ -e "$basedir" ] || mkdir "$basedir"
1212

13-
# Blackcoin does not clean up DB log files by default
13+
# Stratis does not clean up DB log files by default
1414
[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"
1515

16-
exec /usr/lib/blackcoin/blackcoin-qt "$@"
16+
exec /usr/lib/stratis/stratis-qt "$@"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ set -e
44

55
umask 077
66

7-
basedir=~/.blackcoin
8-
cfgfile="$basedir/blackcoin.conf"
7+
basedir=~/.stratis
8+
cfgfile="$basedir/stratis.conf"
99

1010
[ -e "$basedir" ] || mkdir "$basedir"
1111

1212
[ -e "$cfgfile" ] || perl -le 'print"rpcpassword=",map{(a..z,A..Z,0..9)[rand 62]}0..9' > "$cfgfile"
1313

14-
exec /usr/lib/blackcoin/blackcoind "$@"
14+
exec /usr/lib/stratis/stratisd "$@"

contrib/debian/blackcoin-qt.desktop

Lines changed: 0 additions & 12 deletions
This file was deleted.

contrib/debian/blackcoin-qt.install

Lines changed: 0 additions & 5 deletions
This file was deleted.

contrib/debian/blackcoind.examples

Lines changed: 0 additions & 1 deletion
This file was deleted.

contrib/debian/blackcoind.install

Lines changed: 0 additions & 2 deletions
This file was deleted.

contrib/debian/blackcoind.manpages

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)