Skip to content

Commit

Permalink
start
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkmagicdev committed Dec 9, 2015
1 parent b350b77 commit 102ae5e
Show file tree
Hide file tree
Showing 160 changed files with 4,593 additions and 4,575 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
src/*.exe
src/blackcoin
src/blackcoind
src/test_blackcoin
src/swagbucks
src/swagbucksd
src/test_swagbucks
src/build.h
.*.swp
*.*~*
Expand All @@ -10,11 +10,11 @@ src/build.h
*.orig
*.o
*.patch
.blackcoin
.swagbucks
#compilation and Qt preprocessor part
*.qm
Makefile
blackcoin-qt
swagbucks-qt
#resources cpp
qrc_*.cpp
#qt creator
Expand Down
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014-2015 BlackCoin Developers
Copyright (c) 2014-2015 SwagBucks Developers
Copyright (c) 2013-2014 NovaCoin Developers
Copyright (c) 2011-2012 PPCoin Developers
Copyright (c) 2009-2015 Bitcoin Developers
Expand Down
10 changes: 5 additions & 5 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Building BlackCoin
Building SwagBucks

See doc/readme-qt.rst for instructions on building BlackCoin QT,
See doc/readme-qt.rst for instructions on building SwagBucks QT,
the intended-for-end-users, nice-graphical-interface, reference
implementation of BlackCoin.
implementation of SwagBucks.

See doc/build-*.txt for instructions on building blackcoind,
See doc/build-*.txt for instructions on building swagbucksd,
the intended-for-services, no-graphical-interface, reference
implementation of BlackCoin.
implementation of SwagBucks.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

BlackCoin development tree
SwagBucks development tree

BlackCoin is a PoS-based cryptocurrency.
SwagBucks is a PoS-based cryptocurrency.

Development process
===========================
Expand All @@ -16,7 +16,7 @@ or are controversial.

The master branch is regularly built and tested, but is not guaranteed
to be completely stable. Tags are regularly created to indicate new
stable release versions of BlackCoin.
stable release versions of SwagBucks.

Feature branches are created when there are major new features being
worked on by several people.
Expand Down
16 changes: 0 additions & 16 deletions contrib/debian/bin/blackcoin-qt

This file was deleted.

6 changes: 3 additions & 3 deletions contrib/debian/bin/blackcoind → contrib/debian/bin/swagbucksd
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -e

umask 077

basedir=~/.blackcoin
cfgfile="$basedir/blackcoin.conf"
basedir=~/.swagbucks
cfgfile="$basedir/swagbucks.conf"

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

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

exec /usr/lib/blackcoin/blackcoind "$@"
exec /usr/lib/swagbucks/swagbucksd "$@"
12 changes: 0 additions & 12 deletions contrib/debian/blackcoin-qt.desktop

This file was deleted.

5 changes: 0 additions & 5 deletions contrib/debian/blackcoin-qt.install

This file was deleted.

1 change: 0 additions & 1 deletion contrib/debian/blackcoind.examples

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/blackcoind.install

This file was deleted.

2 changes: 0 additions & 2 deletions contrib/debian/blackcoind.manpages

This file was deleted.

4 changes: 2 additions & 2 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blackcoin (1.1.2.1) unstable; urgency=low
swagbucks (1.1.2.1) unstable; urgency=low

* Update debian package scripts for use by blackcoin.
* Update debian package scripts for use by swagbucks.

-- Xerxes Rånby <xerxes@gudinna.com> Mon, 22 December 2014 17:58:43 +0100
16 changes: 8 additions & 8 deletions contrib/debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: blackcoin
Source: swagbucks
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Expand All @@ -19,11 +19,11 @@ Build-Depends: debhelper,
libqt4-dev,
libqrencode-dev
Standards-Version: 3.9.2
Homepage: http://www.blackcoin.co/
Vcs-Git: git://github.com/rat4/blackcoin.git
Vcs-Browser: http://github.com/rat4/blackcoin
Homepage: http://www.swagbucks.co/
Vcs-Git: git://github.com/rat4/swagbucks.git
Vcs-Browser: http://github.com/rat4/swagbucks

Package: blackcoind
Package: swagbucksd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Expand All @@ -38,10 +38,10 @@ Description: peer-to-peer network based digital currency - daemon
Full transaction history is stored locally at each client. This
requires 2+ GB of space, slowly growing.
.
This package provides blackcoind, a combined daemon and CLI tool to
This package provides swagbucksd, a combined daemon and CLI tool to
interact with the daemon.

Package: blackcoin-qt
Package: swagbucks-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Expand All @@ -56,4 +56,4 @@ Description: peer-to-peer network based digital currency - Qt GUI
Full transaction history is stored locally at each client. This
requires 2+ GB of space, slowly growing.
.
This package provides Blackcoin-Qt, a GUI for Blackcoin based on Qt.
This package provides Swagbucks-Qt, a GUI for Swagbucks based on Qt.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# blackcoin.conf configuration file. Lines beginning with # are comments.
# swagbucks.conf configuration file. Lines beginning with # are comments.


# Network-related settings:

# Run on the test network instead of the real blackcoin network.
# Run on the test network instead of the real swagbucks network.
#testnet=1

# Connect via a socks4 proxy
Expand All @@ -16,7 +16,7 @@
# to specific peers:
#connect=188.120.246.137:15714

# Do not use Internet Relay Chat (irc.lfnet.org #blackcoin channel) to
# Do not use Internet Relay Chat (irc.lfnet.org #swagbucks channel) to
# find other peers.
#noirc=1

Expand All @@ -26,7 +26,7 @@

# JSON-RPC options (for controlling a running process)

# server=1 tells BlackCoin to accept JSON-RPC commands.
# server=1 tells SwagBucks to accept JSON-RPC commands.
#server=1

# You must set rpcuser and rpcpassword to secure the JSON-RPC api
Expand All @@ -42,12 +42,12 @@
# Listen for RPC connections on this TCP port:
rpcport=8332

# You can use BlackCoin or blackcoind to send commands to Bitcoin/bitcoindBlackCoin/blackcoind
# You can use SwagBucks or swagbucksd to send commands to Bitcoin/bitcoindSwagBucks/swagbucksd
# running on another host using this option:
rpcconnect=127.0.0.1

# Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
# with BlackCoin -server or blackcoind
# with SwagBucks -server or swagbucksd
#rpcssl=1

# OpenSSL settings used when rpcssl=1
Expand All @@ -58,14 +58,14 @@ rpcsslprivatekeyfile=server.pem

# Miscellaneous options

# Set gen=1 to attempt to generate blackcoins
# Set gen=1 to attempt to generate swagbuckss
gen=0

# Pre-generate this many public/private key pairs, so wallet backups will be valid for
# both prior transactions and several dozen future transactions.
keypool=100

# Pay an optional transaction fee every time you send blackcoins.
# Pay an optional transaction fee every time you send swagbuckss.
paytxfee=0.01

# Allow direct connections for the 'pay via IP address' feature.
Expand All @@ -74,7 +74,7 @@ paytxfee=0.01

# User interface options

# Start BlackCoin minimized
# Start SwagBucks minimized
#min=1

# Minimize to the system tray
Expand Down
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.TH BLACKCOIN.CONF "8" "Juli 2014" "blackcoin.conf 3.19"
.TH BLACKCOIN.CONF "8" "Juli 2014" "swagbucks.conf 3.19"
.SH NAME
blackcoin.conf \- blackcoin configuration file
swagbucks.conf \- swagbucks configuration file
.SH SYNOPSIS
All command-line options (except for '-datadir' and '-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file.
.TP
The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character.
.TP
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, blackcoind(1) will look for a file named blackcoin.conf(5) in the blackcoin data directory, but both the data directory and the configuration file path may be changed using the '-datadir' and '-conf' command-line arguments.
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, swagbucksd(1) will look for a file named swagbucks.conf(5) in the swagbucks data directory, but both the data directory and the configuration file path may be changed using the '-datadir' and '-conf' command-line arguments.
.SH LOCATION
blackcoin.conf should be located in $HOME/.blackcoin
swagbucks.conf should be located in $HOME/.swagbucks
.SH NETWORK-RELATED SETTINGS
.TP
.TP
\fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR]
Enable or disable run on the test network instead of the real *blackcoin* network.
Enable or disable run on the test network instead of the real *swagbucks* network.
.TP
\fBproxy=\fR\fI'127.0.0.1:9050'\fR
Connect via a socks4 proxy.
Expand All @@ -25,14 +25,14 @@ Use as many *addnode=* settings as you like to connect to specific peers.
Use as many *connect=* settings as you like to connect ONLY to specific peers.
.TP
\fBnoirc=\fR[\fI'1'\fR|\fI'0'\fR]
Use or Do not use Internet Relay Chat (irc.lfnet.org #blackcoin channel) to find other peers.
Use or Do not use Internet Relay Chat (irc.lfnet.org #swagbucks channel) to find other peers.
.TP
\fRmaxconnections=\fR\fI'value'\fR
Maximum number of inbound+outbound connections.
.SH JSON-RPC OPTIONS
.TP
\fBserver=\fR[\fI'1'\fR|\fI'0'\fR]
Tells *blackcoin* to accept or not accept JSON-RPC commands.
Tells *swagbucks* to accept or not accept JSON-RPC commands.
.TP
\fBrpcuser=\fR\fI'username'\fR
You must set *rpcuser* to secure the JSON-RPC api.
Expand All @@ -41,7 +41,7 @@ You must set *rpcuser* to secure the JSON-RPC api.
You must set *rpcpassword* to secure the JSON-RPC api.
.TP
\fBrpctimeout=\fR\fI'30'\fR
How many seconds *blackcoin* will wait for a complete RPC HTTP request, after the HTTP connection is established.
How many seconds *swagbucks* will wait for a complete RPC HTTP request, after the HTTP connection is established.
.TP
\fBrpcallowip=\fR\fI'192.168.1.*'\fR
By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character).
Expand All @@ -50,10 +50,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp
Listen for RPC connections on this TCP port.
.TP
\fBrpcconnect=\fR\fI'127.0.0.1'\fR
You can use *blackcoin* or *blackcoind(1)* to send commands to *blackcoin*/*blackcoind(1)* running on another host using this option.
You can use *swagbucks* or *swagbucksd(1)* to send commands to *swagbucks*/*swagbucksd(1)* running on another host using this option.
.TP
\fBrpcssl=\fR\fI'1'\fR
Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *blackcoin* '-server' or *blackcoind(1)*. Example of OpenSSL settings used when *rpcssl*='1':
Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *swagbucks* '-server' or *swagbucksd(1)*. Example of OpenSSL settings used when *rpcssl*='1':
.TP
\fBrpcsslciphers=\fR\fI'TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH'\fR
.TP
Expand All @@ -64,26 +64,26 @@ Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *black
.SH MISCELLANEOUS OPTIONS
.TP
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable attempt to generate blackcoins.
Enable or disable attempt to generate swagbuckss.
.TP
\fBkeypool=\fR\fI'100'\fR
Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions.
.TP
\fBpaytxfee=\fR\fI'0.00'\fR
Pay an optional transaction fee every time you send blackcoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
Pay an optional transaction fee every time you send swagbuckss. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
.TP
\fBallowreceivebyip=\fR\fI'1'\fR
Allow direct connections for the 'pay via IP address' feature.
.TP
.SH USER INTERFACE OPTIONS
.TP
\fBmin=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable start blackcoind minimized.
Enable or disable start swagbucksd minimized.
.TP
\fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable minimize to the system tray.
.SH "SEE ALSO"
blackcoind(1)
swagbucksd(1)
.SH AUTHOR
This manual page was written by Micah Anderson <micah@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.

Expand Down
Loading

0 comments on commit 102ae5e

Please sign in to comment.