forked from peercoin/peercoin
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
402 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
debian/examples/novacoin.conf | ||
debian/examples/bitbar.conf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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. | ||
|
@@ -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). | ||
|
@@ -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 | ||
|
@@ -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. | ||
|
||
|
Oops, something went wrong.