709 Commits (8247636d21605852606beeea4c4b79451cf5d8e1)

Author SHA1 Message Date
Gavin Andresen abb0e8cced
Testing infrastructure: mocktime fixes 9 years ago
Adam Weiss 8550bcfeca
Buffer log messages and explicitly open logs 9 years ago
Wladimir J. van der Laan 8d9719e0ef
Improve proxy initialization 9 years ago
Philip Kaufmann fbbd3cc638
[init] add -blockversion help and extend -upnp help 9 years ago
Pieter Wuille bfa832c7ed
Reduce checkpoints' effect on consensus. 9 years ago
Philip Kaufmann db954a65ac
use const references where appropriate 9 years ago
Jack Grigg f42cde3c30
Remove reference to -reindex-chainstate 7 years ago
Pieter Wuille 5d66d0a11e
Do not ask a UI question from bitcoind 8 years ago
Daira Hopwood 3df7c4c8c0 Address @str4d's comment about the case where -gen is not set. 7 years ago
Jack Grigg b8eb37757b
Require -experimentalmode for wallet encryption 7 years ago
Jack Grigg 1f015f6afa
Add a flag for enabling experimental features 8 years ago
Daira Hopwood 9bba9b37c8 Better error reporting for the !ENABLE_WALLET && ENABLE_MINING case. 7 years ago
Jack Grigg f49bcdf92b
Add -minetolocalwallet flag, enforced on -mineraddress 8 years ago
Daniel Cousens 6550e97224
init: add zmq to debug categories 9 years ago
Daniel Cousens 57c6ef01d9
init: amend ZMQ flag names 9 years ago
João Barbosa 5015d2b27f
Fix ZMQ Notification initialization and shutdown 9 years ago
Jeff Garzik f200002cf3
Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 10 years ago
Simon 43b6753782 Update zrpc vs zrpcunsafe logging in z_sendmany operation 7 years ago
Simon 3307124a2b Add parameter interaction, where zrpcunsafe implies zrpc 7 years ago
Jack Grigg 78ba3472d2
Update help text for mining options 8 years ago
Jack Grigg 8e8b6d701b
Switch miner to P2PKH, add -mineraddress option 8 years ago
Jack Grigg 2cc0a252ad
Add compile flag to disable compilation of mining code 8 years ago
Jack Grigg 207924a1d5
Remove OpenSSL PRNG reseeding 8 years ago
Simon 9064d73bf8 Fixes #1497 ZCA-009 by restricting data exporting to user defined folder. 8 years ago
Simon af02114469 Closes #1097 so zcash-cli now displays license info like zcashd. 8 years ago
Jack Grigg 53e9a6a0e2
Update debug categories 8 years ago
Jack Grigg 0b0a48c881
Suggest ./zcutil/fetch-params.sh as well 8 years ago
Jack Grigg bddf4079fd
Instruct users to run zcash-fetch-params if network params aren't available 8 years ago
Jack Grigg 03f83b9b0d
Write witness caches when writing the best block 8 years ago
Jack Grigg 18f656d2af
Clarify that metrics options are only useful without -daemon and -printtoconsole 8 years ago
lpescher ae31e4563f Update help message to match the #4219 change 9 years ago
Jack Grigg 0076a80a8a
Document metrics screen options 8 years ago
Jack Grigg 57724029da
Only show metrics by default if stdout is a TTY 8 years ago
Jack Grigg 000499ae64
Add getlocalsolps and getnetworksolps RPC calls, show them in getmininginfo 8 years ago
Simon f4404d7b5b Closes #1680, temporary fix for rpc deadlock inherited from upstream. 8 years ago
Sean Bowe 226a6b3248 Initialize after profiling messages are suppressed. 8 years ago
ITH4Coinomia df22af008d Update init.cpp 8 years ago
Jack Grigg d35172fb67
Disable the metrics screen on regtest 8 years ago
Sean Bowe 7662d72bf4 Make more string changes. 8 years ago
Pieter Wuille bf673640e3 Use std::atomic for fRequestShutdown and fReopenDebugLog 8 years ago
Chirag Davé 7a4e0e0932 fReopenDebugLog and fRequestShutdown should be type sig_atomic_t 8 years ago
Sean Bowe 27e3f362f0 Zcash zk-SNARK public parameters for 1.0 "Sprout". 8 years ago
Jack Grigg 4ace963c80
Show important console messages on metrics screen 8 years ago
Jack Grigg a6df7ab567
Add a persistent screen showing basic node metrics 8 years ago
Daira Hopwood f91bbeedb7 Add help for -equihashsolver= option. 8 years ago
Sean Bowe 796c7ee52f Update to `beta2` public parameters, remove `regtest`/`testnet3` parameters 8 years ago
Jack Grigg 1683b1f58b Clear note witness caches on reindex 8 years ago
Simon 008fccfa48 Disable option to allow multiple async rpc workers. 8 years ago
Simon 8d08172d0d Add config option 'rpcasyncthreads' to specify number of async rpc workers. Default is 1. 8 years ago
Simon 805344dcf4 Refactor: replace calls to GetTxid() with GetHash() 8 years ago