主題: [比特幣Bitcoin] Bitcoin-Qt 錢包軟體 新版本 0.8.6 (2013/12/09) 作者: 苦勞礦工 於 2013 十二月 15, 上午 01:42 [比特幣Bitcoin] Bitcoin-Qt 錢包軟體 新版本 0.8.6 (2013/12/09)
下載網址: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/ --------------- Bitcoin-Qt version 0.8.6 is now available from: http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/ This is a maintenance release to fix a critical bug; we urge all users to upgrade. Please report bugs using the issue tracker at github: https://github.com/bitcoin/bitcoin/issues How to Upgrade -------------- If you are running an older version, shut it down. Wait until it has completely shut down (which might take a few minutes for older versions), then run the installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux). If you are upgrading from version 0.7.2 or earlier, the first time you run 0.8.6 your blockchain files will be re-indexed, which will take anywhere from 30 minutes to several hours, depending on the speed of your machine. 0.8.6 Release notes =================== - Default block size increase for miners. (see https://gist.github.com/gavinandresen/7670433#086-accept-into-block) - Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying (see https://gist.github.com/gavinandresen/7670433#086-relaying) - Lower maximum size for free transaction creation (see https://gist.github.com/gavinandresen/7670433#086-wallet) - OSX block chain database corruption fixes - Update leveldb to 1.13 - Use fcntl with `F_FULLSYNC` instead of fsync on OSX - Use native Darwin memory barriers - Replace use of mmap in leveldb for improved reliability (only on OSX) - Fix nodes forwarding transactions with empty vins and getting banned - Network code performance and robustness improvements - Additional debug.log logging for diagnosis of network problems, log timestamps by default - Fix Bitcoin-Qt startup crash when clicking dock icon on OSX - Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact() - Fix rare GUI crash on send - Various small GUI, documentation and build fixes Warning ------- - There have been frequent reports of users running out of virtual memory on 32-bit systems during the initial sync. Hence it is recommended to use a 64-bit executable if possible. A 64-bit executable for Windows is planned for 0.9. 主題: [比特幣Bitcoin] Bitcoin-Qt 錢包軟體 0.8.6參數 作者: 苦勞礦工 於 2014 三月 09, 下午 05:12 [比特幣Bitcoin] Bitcoin-Qt 錢包軟體 0.8.6參數
Options: -? This help message -conf=<file> Specify configuration file (default: bitcoin.conf) -pid=<file> Specify pid file (default: bitcoind.pid) -gen Generate coins (default: 0) -datadir=<dir> Specify data directory -dbcache=<n> Set database cache size in megabytes (default: 25) -timeout=<n> Specify connection timeout in milliseconds (default: 5000) -proxy=<ip:port> Connect through socks proxy -socks=<n> Select the version of socks proxy to use (4-5, default: 5) -tor=<ip:port> Use proxy to reach tor hidden services (default: same as -proxy) -dns Allow DNS lookups for -addnode, -seednode and -connect -port=<port> Listen for connections on <port> (default: 8333 or testnet: 18333) -maxconnections=<n> Maintain at most <n> connections to peers (default: 125) -addnode=<ip> Add a node to connect to and attempt to keep the connection open -connect=<ip> Connect only to the specified node(s) -seednode=<ip> Connect to a node to retrieve peer addresses, and disconnect -externalip=<ip> Specify your own public address -onlynet=<net> Only connect to nodes in network <net> (IPv4, IPv6 or Tor) -discover Discover own IP address (default: 1 when listening and no -externalip) -checkpoints Only accept block chain matching built-in checkpoints (default: 1) -listen Accept connections from outside (default: 1 if no -proxy or -connect) -bind=<addr> Bind to given address and always listen on it. Use [host]:port notation for IPv6 -dnsseed Find peers using DNS lookup (default: 1 unless -connect) -banscore=<n> Threshold for disconnecting misbehaving peers (default: 100) -bantime=<n> Number of seconds to keep misbehaving peers from reconnecting (default: 86400) -maxreceivebuffer=<n> Maximum per-connection receive buffer, <n>*1000 bytes (default: 5000) -maxsendbuffer=<n> Maximum per-connection send buffer, <n>*1000 bytes (default: 1000) -upnp Use UPnP to map the listening port (default: 1 when listening) -paytxfee=<amt> Fee per KB to add to transactions you send -server Accept command line and JSON-RPC commands -testnet Use the test network -debug Output extra debugging information. Implies all other -debug* options -debugnet Output extra network debugging information -logtimestamps Prepend debug output with timestamp (default: 1) -shrinkdebugfile Shrink debug.log file on client startup (default: 1 when no -debug) -printtoconsole Send trace/debug info to console instead of debug.log file -printtodebugger Send trace/debug info to debugger -rpcuser=<user> Username for JSON-RPC connections -rpcpassword=<pw> Password for JSON-RPC connections -rpcport=<port> Listen for JSON-RPC connections on <port> (default: 8332 or testnet: 18332) -rpcallowip=<ip> Allow JSON-RPC connections from specified IP address -rpcthreads=<n> Set the number of threads to service RPC calls (default: 4) -blocknotify=<cmd> Execute command when the best block changes (%s in cmd is replaced by block hash) -walletnotify=<cmd> Execute command when a wallet transaction changes (%s in cmd is replaced by TxID) -alertnotify=<cmd> Execute command when a relevant alert is received (%s in cmd is replaced by message) -upgradewallet Upgrade wallet to latest format -keypool=<n> Set key pool size to <n> (default: 100) -rescan Rescan the block chain for missing wallet transactions -salvagewallet Attempt to recover private keys from a corrupt wallet.dat -checkblocks=<n> How many blocks to check at startup (default: 288, 0 = all) -checklevel=<n> How thorough the block verification is (0-4, default: 3) -txindex Maintain a full transaction index (default: 0) -loadblock=<file> Imports blocks from external blk000??.dat file -reindex Rebuild block chain index from current blk000??.dat files -par=<n> Set the number of script verification threads (up to 16, 0 = auto, <0 = leave that many cores free, default: 0) Block creation options: -blockminsize=<n> Set minimum block size in bytes (default: 0) -blockmaxsize=<n> Set maximum block size in bytes (default: 250000) -blockprioritysize=<n> Set maximum size of high-priority/low-fee transactions in bytes (default: 27000) SSL options: (see the Bitcoin Wiki for SSL setup instructions) -rpcssl Use OpenSSL (https) for JSON-RPC connections -rpcsslcertificatechainfile=<file.cert> Server certificate file (default: server.cert) -rpcsslprivatekeyfile=<file.pem> Server private key (default: server.pem) -rpcsslciphers=<ciphers> Acceptable ciphers (default: TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH) UI options: -lang=<lang> Set language, for example "de_DE" (default: system locale) -min Start minimized -splash Show splash screen on startup (default: 1) |