Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
aLQ committed Apr 25, 2013
1 parent 60c4abb commit dad549d
Show file tree
Hide file tree
Showing 60 changed files with 402 additions and 402 deletions.
6 changes: 3 additions & 3 deletions bitbar-qt.pro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TEMPLATE = app
TARGET = novacoin-qt
TARGET = bitbar-qt
VERSION = 0.7.2
INCLUDEPATH += src src/json src/qt
DEFINES += QT_GUI BOOST_THREAD_USE_LIB BOOST_SPIRIT_THREADSAFE
Expand Down Expand Up @@ -275,7 +275,7 @@ SOURCES += src/qt/test/test_main.cpp \
HEADERS += src/qt/test/uritests.h
DEPENDPATH += src/qt/test
QT += testlib
TARGET = novacoin-qt_test
TARGET = bitbar-qt_test
DEFINES += BITCOIN_QT_TEST
}

Expand Down Expand Up @@ -356,7 +356,7 @@ macx:OBJECTIVE_SOURCES += src/qt/macdockiconhandler.mm
macx:LIBS += -framework Foundation -framework ApplicationServices -framework AppKit
macx:DEFINES += MAC_OSX MSG_NOSIGNAL=0
macx:ICON = src/qt/res/icons/bitcoin.icns
macx:TARGET = "NovaCoin-Qt"
macx:TARGET = "BitBar-Qt"
macx:QMAKE_CFLAGS_THREAD += -pthread
macx:QMAKE_LFLAGS_THREAD += -pthread
macx:QMAKE_CXXFLAGS_THREAD += -pthread
Expand Down
8 changes: 4 additions & 4 deletions contrib/debian/bin/bitbar-qt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ set -e

umask 077

basedir=~/.novacoin
basedir=~/.bitbar
dbfile="$basedir/DB_CONFIG"
cfgfile="$basedir/novacoin.conf"
cfgfile="$basedir/bitbar.conf"

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

# Novacoin does not clean up DB log files by default
# BitBar does not clean up DB log files by default
[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"

exec /usr/lib/novacoin/novacoin-qt "$@"
exec /usr/lib/bitbar/bitbar-qt "$@"
6 changes: 3 additions & 3 deletions contrib/debian/bin/bitbard
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -e

umask 077

basedir=~/.novacoin
cfgfile="$basedir/novacoin.conf"
basedir=~/.bitbar
cfgfile="$basedir/bitbar.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/novacoin/novacoind "$@"
exec /usr/lib/bitbar/bitbard "$@"
12 changes: 6 additions & 6 deletions contrib/debian/bitbar-qt.desktop
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[Desktop Entry]
Encoding=UTF-8
Name=NovaCoin
Comment=NovaCoin P2P Cryptocurrency
Comment[fr]=NovaCoin, monnaie virtuelle cryptographique pair à pair
Comment[tr]=NovaCoin, eşten eşe kriptografik sanal para birimi
Exec=/usr/bin/novacoin-qt
Name=BitBar
Comment=BitBar P2P Cryptocurrency
Comment[fr]=BitBar, monnaie virtuelle cryptographique pair à pair
Comment[tr]=BitBar, eşten eşe kriptografik sanal para birimi
Exec=/usr/bin/bitbar-qt
Terminal=false
Type=Application
Icon=/usr/share/pixmaps/bitcoin80.xpm
MimeType=x-scheme-handler/novacoin;
MimeType=x-scheme-handler/bitbar;
Categories=Office;
6 changes: 3 additions & 3 deletions contrib/debian/bitbar-qt.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
novacoin-qt usr/bin
bitbar-qt usr/bin
share/pixmaps/bitcoin32.xpm usr/share/pixmaps
share/pixmaps/bitcoin80.xpm usr/share/pixmaps
debian/novacoin-qt.desktop usr/share/applications
debian/novacoin-qt.protocol usr/share/kde4/services/
debian/bitbar-qt.desktop usr/share/applications
debian/bitbar-qt.protocol usr/share/kde4/services/
2 changes: 1 addition & 1 deletion contrib/debian/bitbar-qt.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Linked code is Expat - only Debian packaging is GPL-2+
novacoin-qt: possible-gpl-code-linked-with-openssl
bitbar-qt: possible-gpl-code-linked-with-openssl
4 changes: 2 additions & 2 deletions contrib/debian/bitbar-qt.protocol
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Protocol]
exec=novacoin-qt '%u'
protocol=novacoin
exec=bitbar-qt '%u'
protocol=bitbar
input=none
output=none
helper=true
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/bitbard.examples
Original file line number Diff line number Diff line change
@@ -1 +1 @@
debian/examples/novacoin.conf
debian/examples/bitbar.conf
4 changes: 2 additions & 2 deletions contrib/debian/bitbard.install
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
debian/bin/novacoind usr/bin
src/novacoind usr/lib/novacoin
debian/bin/bitbard usr/bin
src/bitbard usr/lib/bitbar
2 changes: 1 addition & 1 deletion contrib/debian/bitbard.lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Linked code is Expat - only Debian packaging is GPL-2+
novacoind: possible-gpl-code-linked-with-openssl
bitbard: possible-gpl-code-linked-with-openssl
4 changes: 2 additions & 2 deletions contrib/debian/bitbard.manpages
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
debian/manpages/novacoind.1
debian/manpages/novacoin.conf.5
debian/manpages/bitbard.1
debian/manpages/bitbar.conf.5
2 changes: 1 addition & 1 deletion contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
novacoin (0.4.0~dfsg-1) unstable; urgency=low
bitbar (0.4.0~dfsg-1) unstable; urgency=low

[ Balthazar ]
* Initial release.
Expand Down
20 changes: 10 additions & 10 deletions contrib/debian/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: novacoin
Source: bitbar
Section: utils
Priority: optional
Maintainer: Jonas Smedegaard <[email protected]>
Expand All @@ -19,15 +19,15 @@ Build-Depends: debhelper,
libqt4-dev,
libqrencode-dev
Standards-Version: 3.9.2
Homepage: http://www.novacoin.su/
Vcs-Git: git://github.com/CryptoManiac/novacoin.git
Vcs-Browser: http://github.com/CryptoManiac/novacoin
Homepage: http://www.bitbar.com
Vcs-Git: git://github.com/aLQ/bitbar.git
Vcs-Browser: http://github.com/aLQ/bitbar

Package: novacoind
Package: bitbard
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Novacoin is a free open source peer-to-peer electronic cash system that
BitBar is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
Expand All @@ -38,14 +38,14 @@ 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 novacoind, a combined daemon and CLI tool to
This package provides bitbard, a combined daemon and CLI tool to
interact with the daemon.

Package: novacoin-qt
Package: bitbar-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Novacoin is a free open source peer-to-peer electronic cash system that
BitBar is a free open source peer-to-peer electronic cash system that
is completely decentralized, without the need for a central server or
trusted parties. Users hold the crypto keys to their own money and
transact directly with each other, with the help of a P2P network to
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 Novacoin-Qt, a GUI for Novacoin based on Qt.
This package provides BitBar-Qt, a GUI for BitBar based on Qt.
18 changes: 9 additions & 9 deletions contrib/debian/examples/bitbar.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# novacoin.conf configuration file. Lines beginning with # are comments.
# bitbar.conf configuration file. Lines beginning with # are comments.


# Network-related settings:

# Run on the test network instead of the real novacoin network.
# Run on the test network instead of the real bitbar network.
#testnet=1

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

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

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

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

# server=1 tells NovaCoin to accept JSON-RPC commands.
# server=1 tells BitBar 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 NovaCoin or novacoind to send commands to Bitcoin/bitcoindNovaCoin/novacoind
# You can use BitBar or bitbard to send commands to Bitcoin/bitcoind BitBar/bitbard
# 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 NovaCoin -server or novacoind
# with BitBar -server or bitbard
#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 novacoins
# Set gen=1 to attempt to generate bitbars
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 novacoins.
# Pay an optional transaction fee every time you send bitbars.
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 NovaCoin minimized
# Start BitBar minimized
#min=1

# Minimize to the system tray
Expand Down
28 changes: 14 additions & 14 deletions contrib/debian/manpages/bitbar.conf.5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.TH NOVACOIN.CONF "8" "April 2013" "novacoin.conf 3.19"
.TH BITBAR.CONF "8" "April 2013" "bitbar.conf 3.19"
.SH NAME
novacoin.conf \- novacoin configuration file
bitbar.conf \- bitbar 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, novacoind(1) will look for a file named novacoin.conf(5) in the novacoin 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, bitbard(1) will look for a file named bitbar.conf(5) in the bitbar 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
novacoin.conf should be located in $HOME/.novacoin
bitbar.conf should be located in $HOME/.bitbar
.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 *novacoin* network.
Enable or disable run on the test network instead of the real *bitbar* 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 #novacoin channel) to find other peers.
Use or Do not use Internet Relay Chat (irc.lfnet.org #bitbar 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 *novacoin* to accept or not accept JSON-RPC commands.
Tells *bitbar* 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 *novacoin* will wait for a complete RPC HTTP request, after the HTTP connection is established.
How many seconds *bitbar* 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 *novacoin* or *novacoind(1)* to send commands to *novacoin*/*novacoind(1)* running on another host using this option.
You can use *bitbar* or *bitbard(1)* to send commands to *bitbar*/*bitbard(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 *novacoin* '-server' or *novacoind(1)*. Example of OpenSSL settings used when *rpcssl*='1':
Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *bitbar* '-server' or *bitbard(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 *novac
.SH MISCELLANEOUS OPTIONS
.TP
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable attempt to generate novacoins.
Enable or disable attempt to generate bitbars.
.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 novacoins. 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 bitbars. 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 novacoind minimized.
Enable or disable start bitbard minimized.
.TP
\fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable minimize to the system tray.
.SH "SEE ALSO"
novacoind(1)
bitbard(1)
.SH AUTHOR
This manual page was written by Micah Anderson <[email protected]> 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 dad549d

Please sign in to comment.