Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a flag bit to INV messages for getdata to denote the witness sh… #19

Open
wants to merge 129 commits into
base: segwit
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
9e940fa
[depends] Boost 1.59.0
fanquake Nov 10, 2015
17ad964
[depends] miniupnpc 1.9.20151026
fanquake Nov 10, 2015
26f8ea5
[depends] native ccache 3.2.4
fanquake Nov 10, 2015
10d3c77
[depends] Fix miniupnpc compilation on osx
fanquake Nov 11, 2015
23a3c47
[depends] zeromq 4.0.7
fanquake Nov 11, 2015
086ee67
Switch to a more efficient rolling Bloom filter
sipa Nov 27, 2015
ec73ef3
Replace setInventoryKnown with a rolling bloom filter.
gmaxwell Nov 26, 2015
e206724
Remove mruset as it is no longer used.
gmaxwell Nov 28, 2015
6b84935
Rename setInventoryKnown filterInventoryKnown
pstratem Nov 29, 2015
b6a0da4
Only use filterInventoryKnown with MSG_TX inventory messages.
pstratem Nov 29, 2015
d41e44c
Actually only use filterInventoryKnown with MSG_TX inventory messages.
gmaxwell Nov 29, 2015
aa4b0c2
When not filtering blocks, getdata sends more in one test
sipa Nov 30, 2015
b440409
Add missing automake package to deb-based UNIX install instructions.
posita Dec 2, 2015
110ff11
[Tests] Add mempool_limit.py test
jonasschnelli Nov 30, 2015
a3c3ddb
[Qt] add InMempool() info to transaction details
jonasschnelli Nov 30, 2015
6e76587
rpc: remove cs_main lock from `createrawtransaction`
laanwj Dec 2, 2015
eb30666
Fix mempool limiting for PrioritiseTransaction
sdaftuar Nov 19, 2015
9ef2a25
Update replace-by-fee logic to use fee deltas
sdaftuar Nov 30, 2015
27fae34
Use fee deltas for determining mempool acceptance
sdaftuar Dec 2, 2015
901b01d
Remove GetMinRelayFee
sdaftuar Dec 2, 2015
c12ff99
Now that 0.12 has been branched, master is 0.12.99
laanwj Dec 3, 2015
8843676
Merge pull request #7133
laanwj Dec 3, 2015
7632cf6
[Tests] Refactor some shared functions
jonasschnelli Dec 3, 2015
54a550b
Merge pull request #7113
laanwj Dec 3, 2015
5548d9c
Merge pull request #7152
laanwj Dec 3, 2015
6aadc75
Disconnect on mempool requests from peers when over the upload limit.
gmaxwell Dec 3, 2015
7922592
Merge pull request #7166
laanwj Dec 4, 2015
2f601d2
test: remove necessity to call create_callback_map
laanwj Dec 4, 2015
4c40ec0
tests: Disable Tor interaction
laanwj Dec 4, 2015
a2822b9
Merge pull request #7170
laanwj Dec 5, 2015
96918a2
Don't do mempool lookups for "mempool" command without a filter
TheBlueMatt Dec 5, 2015
075faae
Merge pull request #7174
gmaxwell Dec 5, 2015
5c03483
Coinselection prunes extraneous inputs from ApproximateBestSubset
murchandamus Sep 13, 2014
82bcf40
Merge pull request #7171
laanwj Dec 7, 2015
ca188c6
log bytes recv/sent per command
jonasschnelli Aug 25, 2015
dc0305d
Merge pull request #6589
laanwj Dec 7, 2015
9fc6ed6
net: Fix sent reject messages for blocks and transactions
laanwj Dec 7, 2015
e3bc5e0
net: Account for `sendheaders` `verack` messages
laanwj Dec 7, 2015
af9510e
Moved set reduction to the end of ApproximateBestSubset to reduce per…
murchandamus Dec 6, 2015
fc0f52d
Added a test for the pruning of extraneous inputs after ApproximateBe…
murchandamus Dec 6, 2015
16ccb74
Merge pull request #7180
laanwj Dec 8, 2015
0800092
Merge pull request #4906
laanwj Dec 8, 2015
2041190
test: Add basic test for `reject` code
laanwj Dec 8, 2015
fafd093
[wallet] Adjust pruning test
Dec 9, 2015
e0769e1
[depends] Latest config.guess & config.sub
fanquake Dec 9, 2015
00b4b8d
Merge pull request #7154
laanwj Dec 9, 2015
5dc63ed
Merge pull request #7179
laanwj Dec 10, 2015
9bbe71b
net: Add and document network messages in protocol.h
laanwj Dec 7, 2015
00423e1
Set link from http:// to https://
SuriyaaKudoIsc Dec 10, 2015
e1030dd
Note that reviewers should mention the commit hash of the commits the…
pstratem Dec 8, 2015
f7f44b1
Merge pull request #7197
laanwj Dec 11, 2015
d1e17ff
Merge pull request #7181
laanwj Dec 11, 2015
9ee02cf
Merge pull request #7156
laanwj Dec 11, 2015
5400ef6
Replace trickle nodes with per-node/message Poisson delays
sipa Apr 8, 2015
b6915b8
checks for null data transaction before debug.log
accraze Dec 12, 2015
c611acc
wallet: check if tx scriptPubKey is unspendable
accraze Dec 12, 2015
d812daf
fix logic for error log
accraze Dec 12, 2015
fa6ad85
[devtools] Rewrite fix-copyright-headers.py
Dec 13, 2015
fa24439
Bump copyright headers to 2015
Dec 13, 2015
daf6466
Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4]
TheBlueMatt Dec 14, 2015
b7c704a
Merge pull request #7206
jonasschnelli Dec 14, 2015
ea0f5a2
Merge pull request #7185
laanwj Dec 14, 2015
979698c
[RPC-Tests] add option to run rpc test over QT clients
jonasschnelli Dec 14, 2015
5f3c670
Merge pull request #7068
laanwj Dec 14, 2015
dc511dc
Merge pull request #7200
laanwj Dec 14, 2015
7a50401
Merge pull request #7125
laanwj Dec 14, 2015
83cdcbd
test: don't override BITCOIND and BITCOINCLI if they're set
laanwj Dec 14, 2015
fa2f4bc
qt5: Use the fixed font the system recommends
Dec 14, 2015
37d271d
Rename OP_NOP2 to OP_CHECKLOCKTIMEVERIFY.
Dec 14, 2015
e18378e
Removed offline testnet DNSSeed 'alexykot.me'.
Dec 15, 2015
5246180
Mark blocks with too many sigops as failed
sdaftuar Dec 15, 2015
fa5769e
[qt] Fix misleading translation
Dec 16, 2015
d22245f
Merge pull request #7216
laanwj Dec 17, 2015
cd3f12c
Merge pull request #7209
laanwj Dec 17, 2015
8ea5ef1
Merge pull request #6980
laanwj Dec 18, 2015
9b41a5f
Add more tests to p2p-fullblocktest
sdaftuar Dec 15, 2015
c243379
Merge pull request #7062
laanwj Dec 21, 2015
ed095f0
Merge pull request #7226
laanwj Dec 22, 2015
595f939
Merge pull request #7213
laanwj Dec 22, 2015
a1c185b
Merge pull request #7218
jonasschnelli Dec 22, 2015
97d8373
Merge pull request #7153
laanwj Dec 22, 2015
be9a9a3
Merge pull request #7214
jonasschnelli Dec 23, 2015
fa0a974
[qa] Move gen_return_txouts() to util.py
Dec 24, 2015
0d59589
Bugfix: update-translations: Allow numerus translations to omit %n sp…
luke-jr Dec 25, 2015
5fdf32d
Replace some instances of formatWithUnit with formatHtmlWithUnit
fanquake Dec 26, 2015
fa71669
[devtools] Use git pretty-format for year parsing
Dec 26, 2015
a5a0831
Double semicolon cleanup.
Dec 30, 2015
33877ed
Add note to CoinControl Dialog workaround
fanquake Jan 2, 2016
fa09562
[gitian] Set reference date to something more recent
Dec 25, 2015
6fd0a07
Remove hardcoded fee from CoinControl ToolTip
fanquake Jan 2, 2016
fae7a36
[debian] Bump manpages and only mention -?
Jan 3, 2016
fa6ce44
[debian] Update bitcoind manpage description
Jan 3, 2016
7ef8f3c
Report non-mandatory script failures correctly
sipa Jan 3, 2016
d032b5b
Merge pull request #7276
laanwj Jan 4, 2016
08ab906
Merge pull request #7256
laanwj Jan 4, 2016
e289807
Merge pull request #7255
jonasschnelli Jan 4, 2016
eb2b745
Merge pull request #7251
laanwj Jan 4, 2016
621bd69
[Qt] fix coincontrol update issue when deleting a send coin entry
jonasschnelli Jan 4, 2016
136abda
qt: periodic translations pull from transifex
laanwj Jan 4, 2016
c173013
Merge pull request #7274
laanwj Jan 4, 2016
ac982a1
Merge pull request #7263
laanwj Jan 4, 2016
49a735c
Merge pull request #7250
laanwj Jan 4, 2016
45d13ab
Merge pull request #7253
laanwj Jan 4, 2016
a10a792
Merge pull request #7217
laanwj Jan 5, 2016
2078495
Merge pull request #7193
laanwj Jan 5, 2016
aa41368
Merge pull request #7282
jonasschnelli Jan 5, 2016
605c178
Merge pull request #7205
laanwj Jan 5, 2016
bdbea3d
Add segregated witness transaction serialization
sipa Nov 6, 2015
201876c
Negotiate witness fetching via 'havewitness'
sipa Nov 16, 2015
7c49b2b
Witness commitment validation
sipa Nov 6, 2015
eda4148
Produce blocks with witness commitment in coinbase
sipa Dec 4, 2015
aa3c16a
Script validation logic for witnesses
sipa Nov 8, 2015
67c92fb
Enable SCRIPT_VERIFY_WITNESS for mempool transactions
sipa Nov 18, 2015
8ae947b
Activate script consensus rules in v5 blocks
sipa Nov 18, 2015
fff4dd1
Only download blocks from witness peers after fork
sipa Dec 29, 2015
591da0f
Witness script signing
sipa Dec 29, 2015
ac18b6c
Signing tests
sipa Nov 20, 2015
48a38ae
Make script validation observe input amounts
sipa Dec 26, 2015
42f6293
Add signature version 1 with updated sighash
sipa Dec 27, 2015
23d572d
Add witness address RPCs (using P2SH)
sipa Dec 30, 2015
f7a1a47
Testchains: Don't check the genesis block
jtimon Jul 3, 2015
25de1a7
Create segnet
sipa Dec 31, 2015
69a30f5
Added tx witness hex to rpc json.
CodeShark Jan 2, 2016
76649ba
Make v2-v16 witness program non-standard
jl2012 Jan 3, 2016
ddbb50e
Implementing base+wit/4 block size limit rule
sipa Jan 3, 2016
2841b33
Add command line options to loosen mempool acceptance rules
morcos Jan 2, 2016
bb6b4bd
Add rpc test for segwit
morcos Jan 2, 2016
e17956f
SigOp counting in witnesses
sipa Jan 6, 2016
dda291a
Added a flag bit to INV messages for getdata to denote the witness sh…
CodeShark Jan 10, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Anyone may participate in peer review which is expressed by comments in the pull
- Concept ACK means "I agree in the general principle of this pull request";
- Nit refers to trivial, often non-blocking issues.

Reviewers should include the commit hash which they reviewed in their comments.

Project maintainers reserve the right to weigh the opinions of peer reviewers using common sense judgement and also may weight based on meritocracy: Those that have demonstrated a deeper commitment and understanding towards the project (over time) or have clear domain expertise may naturally have more weight, as one would expect in all walks of life.

Where a patch set affects consensus critical code, the bar will be set much higher in terms of discussion and peer review requirements, keeping in mind that mistakes could be very costly to the wider community. This includes refactoring of consensus critical code.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ License
-------

Bitcoin Core is released under the terms of the MIT license. See [COPYING](COPYING) for more
information or see http://opensource.org/licenses/MIT.
information or see https://opensource.org/licenses/MIT.

Development Process
-------------------
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 11)
define(_CLIENT_VERSION_MINOR, 12)
define(_CLIENT_VERSION_REVISION, 99)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, false)
Expand Down
28 changes: 2 additions & 26 deletions contrib/debian/manpages/bitcoin-cli.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BITCOIN-CLI "1" "February 2015" "bitcoin-cli 0.10"
.TH BITCOIN-CLI "1" "February 2016" "bitcoin-cli 0.12"
.SH NAME
bitcoin-cli \- a remote procedure call client for Bitcoin Core.
.SH SYNOPSIS
Expand All @@ -11,31 +11,7 @@ This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client
.SH OPTIONS
.TP
\fB\-?\fR
Show the help message.
.TP
\fB\-conf=\fR<file>
Specify configuration file (default: bitcoin.conf).
.TP
\fB\-datadir=\fR<dir>
Specify data directory.
.TP
\fB\-testnet\fR
Connect to a Bitcoin Core instance running in testnet mode.
.TP
\fB\-regtest\fR
Connect to a Bitcoin Core instance running in regtest mode (see documentation for -regtest on bitcoind).
.TP
\fB\-rpcuser=\fR<user>
Username for JSON\-RPC connections.
.TP
\fB\-rpcpassword=\fR<pw>
Password for JSON\-RPC connections.
.TP
\fB\-rpcport=\fR<port>
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332).
.TP
\fB\-rpcconnect=\fR<ip>
Send commands to node running on <ip> (default: 127.0.0.1).
Show possible options.

.SH "SEE ALSO"
\fBbitcoind\fP, \fBbitcoin.conf\fP
Expand Down
186 changes: 4 additions & 182 deletions contrib/debian/manpages/bitcoin-qt.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH BITCOIN-QT "1" "April 2013" "bitcoin-qt 1"
.TH BITCOIN-QT "1" "February 2016" "bitcoin-qt 0.12"
.SH NAME
bitcoin-qt \- peer-to-peer network based digital currency
.SH DESCRIPTION
Expand All @@ -8,184 +8,6 @@ bitcoin\-qt [command\-line options]
.SH OPTIONS
.TP
\-?
This help message
.TP
\fB\-conf=\fR<file>
Specify configuration file (default: bitcoin.conf)
.TP
\fB\-pid=\fR<file>
Specify pid file (default: bitcoind.pid)
.TP
\fB\-gen\fR
Generate coins
.TP
\fB\-gen\fR=\fI0\fR
Don't generate coins
.TP
\fB\-datadir=\fR<dir>
Specify data directory
.TP
\fB\-dbcache=\fR<n>
Set database cache size in megabytes (default: 25)
.TP
\fB\-timeout=\fR<n>
Specify connection timeout in milliseconds (default: 5000)
.TP
\fB\-proxy=\fR<ip:port>
Connect through SOCKS5 proxy
.TP
\fB\-tor=\fR<ip:port>
Use proxy to reach tor hidden services (default: same as \fB\-proxy\fR)
.TP
\fB\-dns\fR
Allow DNS lookups for \fB\-addnode\fR, \fB\-seednode\fR and \fB\-connect\fR
.TP
\fB\-port=\fR<port>
Listen for connections on <port> (default: 8333 or testnet: 18333)
.TP
\fB\-maxconnections=\fR<n>
Maintain at most <n> connections to peers (default: 125)
.TP
\fB\-addnode=\fR<ip>
Add a node to connect to and attempt to keep the connection open
.TP
\fB\-connect=\fR<ip>
Connect only to the specified node(s)
.TP
\fB\-seednode=\fR<ip>
Connect to a node to retrieve peer addresses, and disconnect
.TP
\fB\-externalip=\fR<ip>
Specify your own public address
.TP
\fB\-onlynet=\fR<net>
Only connect to nodes in network <net> (IPv4, IPv6 or Tor)
.TP
\fB\-discover\fR
Discover own IP address (default: 1 when listening and no \fB\-externalip\fR)
.TP
\fB\-checkpoints\fR
Only accept block chain matching built\-in checkpoints (default: 1)
.TP
\fB\-listen\fR
Accept connections from outside (default: 1 if no \fB\-proxy\fR or \fB\-connect\fR)
.TP
\fB\-bind=\fR<addr>
Bind to given address and always listen on it. Use [host]:port notation for IPv6
.TP
\fB\-dnsseed\fR
Find peers using DNS lookup (default: 1 unless \fB\-connect\fR)
.TP
\fB\-banscore=\fR<n>
Threshold for disconnecting misbehaving peers (default: 100)
.TP
\fB\-bantime=\fR<n>
Number of seconds to keep misbehaving peers from reconnecting (default: 86400)
.TP
\fB\-maxreceivebuffer=\fR<n>
Maximum per\-connection receive buffer, <n>*1000 bytes (default: 5000)
.TP
\fB\-maxsendbuffer=\fR<n>
Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
.TP
\fB\-upnp\fR
Use UPnP to map the listening port (default: 1 when listening)
.TP
\fB\-paytxfee=\fR<amt>
Fee per KB to add to transactions you send
.TP
\fB\-server\fR
Accept command line and JSON\-RPC commands
.TP
\fB\-testnet\fR
Use the test network
.TP
\fB\-debug\fR
Output extra debugging information. Implies all other \fB\-debug\fR* options
.TP
\fB\-debugnet\fR
Output extra network debugging information
.TP
\fB\-logtimestamps\fR
Prepend debug output with timestamp
.TP
\fB\-shrinkdebugfile\fR
Shrink debug.log file on client startup (default: 1 when no \fB\-debug\fR)
.TP
\fB\-printtoconsole\fR
Send trace/debug info to console instead of debug.log file
.TP
\fB\-rpcuser=\fR<user>
Username for JSON\-RPC connections
.TP
\fB\-rpcpassword=\fR<pw>
Password for JSON\-RPC connections
.TP
\fB\-rpcport=\fR<port>
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332)
.TP
\fB\-rpcallowip=\fR<ip>
Allow JSON\-RPC connections from specified IP address
.TP
\fB\-rpcthreads=\fR<n>
Set the number of threads to service RPC calls (default: 4)
.TP
\fB\-blocknotify=\fR<cmd>
Execute command when the best block changes (%s in cmd is replaced by block hash)
.TP
\fB\-walletnotify=\fR<cmd>
Execute command when a wallet transaction changes (%s in cmd is replaced by TxID)
.TP
\fB\-alertnotify=\fR<cmd>
Execute command when a relevant alert is received (%s in cmd is replaced by message)
.TP
\fB\-upgradewallet\fR
Upgrade wallet to latest format
.TP
\fB\-keypool=\fR<n>
Set key pool size to <n> (default: 100)
.TP
\fB\-rescan\fR
Rescan the block chain for missing wallet transactions
.TP
\fB\-salvagewallet\fR
Attempt to recover private keys from a corrupt wallet.dat
.TP
\fB\-checkblocks=\fR<n>
How many blocks to check at startup (default: 288, 0 = all)
.TP
\fB\-checklevel=\fR<n>
How thorough the block verification is (0\-4, default: 3)
.TP
\fB\-txindex\fR
Maintain a full transaction index (default: 0)
.TP
\fB\-loadblock=\fR<file>
Imports blocks from external blk000??.dat file
.TP
\fB\-reindex\fR
Rebuild block chain index from current blk000??.dat files
.TP
\fB\-par=\fR<n>
Set the number of script verification threads (1\-16, 0=auto, default: 0)
.SS "Block creation options:"
.TP
\fB\-blockminsize=\fR<n>
Set minimum block size in bytes (default: 0)
.TP
\fB\-blockmaxsize=\fR<n>
Set maximum block size in bytes (default: 250000)
.HP
\fB\-blockprioritysize=\fR<n> Set maximum size of high\-priority/low\-fee transactions in bytes (default: 27000)
.PP
Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH)
.SS "UI options:"
.TP
\fB\-lang=\fR<lang>
Set language, for example "de_DE" (default: system locale)
.TP
\fB\-min\fR
Start minimized
.TP
\fB\-splash\fR
Show splash screen on startup (default: 1)
List options.
.SH "SEE ALSO"
bitcoind(1)
66 changes: 3 additions & 63 deletions contrib/debian/manpages/bitcoin.conf.5
Original file line number Diff line number Diff line change
@@ -1,75 +1,15 @@
.TH BITCOIN.CONF "5" "January 2011" "bitcoin.conf 3.19"
.TH BITCOIN.CONF "5" "February 2016" "bitcoin.conf 0.12"
.SH NAME
bitcoin.conf \- bitcoin configuration file
.SH SYNOPSIS
All command-line options (except for '\-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.
The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. Please refer to bitcoind(1) for a up to date list of valid options.
.TP
The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, bitcoind(1) will look for a file named bitcoin.conf(5) in the bitcoin 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
bitcoin.conf should be located in $HOME/.bitcoin
.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 *bitcoin* network.
.TP
\fBproxy=\fR\fI'127.0.0.1:9050'\fR
Connect via a socks4 proxy.
.TP
\fBaddnode=\fR\fI'10.0.0.2:8333'\fR
Use as many *addnode=* settings as you like to connect to specific peers.
.TP
\fBconnect=\fR\fI'10.0.0.1:8333'\fR
Use as many *connect=* settings as you like to connect ONLY to specific 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 *bitcoin* to accept or not accept JSON-RPC commands.
.TP
\fBrpcuser=\fR\fI'username'\fR
You must set *rpcuser* to secure the JSON-RPC api.
.TP
\fBrpcpassword=\fR\fI'password'\fR
You must set *rpcpassword* to secure the JSON-RPC api.
.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).
.TP
\fBrpcport=\fR\fI'8332'\fR
Listen for RPC connections on this TCP port.
.TP
\fBrpcconnect=\fR\fI'127.0.0.1'\fR
You can use *bitcoin* or *bitcoind(1)* to send commands to *bitcoin*/*bitcoind(1)* running on another host using this option.
.TP
.SH MISCELLANEOUS OPTIONS
.TP
\fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable attempt to generate bitcoins.
.TP
\fB4way=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable use SSE instructions to try to generate bitcoins faster.
.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 bitcoins. 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 bitcoind minimized.
.TP
\fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR]
Enable or disable minimize to the system tray.

.SH "SEE ALSO"
bitcoind(1)
.SH AUTHOR
Expand Down
Loading