pryds
2b410c2fe1
Typo, and a few "Bitcoin" -> "Bitcoin Core"
...
Github-Pull: #4619
10 years ago
Wladimir J. van der Laan
c3029052b7
Merge pull request #4566
...
0a0878d
doc: Add new DNSseed policy (Gregory Maxwell)
10 years ago
Gregory Maxwell
0a0878d43a
doc: Add new DNSseed policy
10 years ago
Wladimir J. van der Laan
e1eb741e34
doc: Modernize steps to be followed after release
...
Remove old references to sourceforge, add what actually should be done
and provide some more details.
10 years ago
Pieter Wuille
1d2a1d4bbc
Merge pull request #4536
...
b33bd7a
Implement "getchaintips" RPC command to monitor blockchain forks. (Daniel Kraft)
10 years ago
Daniel Kraft
b33bd7a3be
Implement "getchaintips" RPC command to monitor blockchain forks.
...
Port over https://github.com/chronokings/huntercoin/pull/19 from
Huntercoin: This implements a new RPC command "getchaintips" that can be
used to find all currently active chain heads. This is similar to the
-printblocktree startup option, but it can be used without restarting
just via the RPC interface on a running daemon.
10 years ago
Wladimir J. van der Laan
a60120e951
Add built-in seeds for .onion
...
This makes it possible for a node with `-onlynet=tor` to bootstrap
itself.
It also adds the base infrastructure for adding IPv6 seed nodes.
Also represent IPv4 fixed seed addresses in 16-byte format.
10 years ago
Wladimir J. van der Laan
6278bd57c6
Merge pull request #4602
...
6fd59ee
script.h: set_vch() should shift a >32 bit value (Jeff Garzik)
10 years ago
Wladimir J. van der Laan
b4c61f878c
Merge pull request #4610
...
bdba2dd
qt: Remove an obscure option no-one cares about (Wladimir J. van der Laan)
10 years ago
Jeff Garzik
1045452fa5
Merge branch 'whyextern' of git://github.com/jtimon/bitcoin into merge-whyextern
10 years ago
jtimon
f5745fa52a
Declare SignatureHash() in script.h
10 years ago
Jeff Garzik
de89257fc5
Merge branch 'merge-rawtx2' into merge-rawtx3
10 years ago
Philip Kaufmann
2b600992e8
add license header to core_io.h, core_read/_write.cpp
10 years ago
Philip Kaufmann
1b73d36b2c
fix compilation error in core_io.h
...
- error: 'vector' in namespace 'std' does not name a type
- add <vector> include in core_io.h
- remove <vector> includes from core_read.cpp and core_write.cpp
10 years ago
Philip Kaufmann
283a3b88b6
small ordering cleanup of init help message
10 years ago
Wladimir J. van der Laan
9fcb410195
qt: Remove '0 BTC' placeholder from translation
10 years ago
Cory Fields
6548cc9f90
test: don't let the port number exceed the legal range
10 years ago
Cory Fields
a67eef1723
test: redirect comparison tool output to stdout
...
Otherwise travis thinks the build has stalled.
10 years ago
Wladimir J. van der Laan
c0e9548b63
qt: more watchonly -> watch-only
10 years ago
Wladimir J. van der Laan
bd26fee10b
qt: Update some messages after suggestions by translators
...
- *cannot* is more common, thus preferred to *can not*
- Use *Watch-only* instead of *Watchonly* as one word
10 years ago
Wladimir J. van der Laan
8b4616bab3
qt: Change transifex slug to new resource for 0.10.x
...
Make sure that translations are pulled from the 0.10.x resource
https://www.transifex.com/projects/p/bitcoin/resource/qt-translation-010x/
Closes #4006 .
10 years ago
Wladimir J. van der Laan
84c5f77deb
English translation update
...
This is needed to add version 0.10.x on Transifex so that translation
can start.
10 years ago
Wladimir J. van der Laan
b7bba43a14
Merge pull request #4560
...
d2d9dc0
script tests: add tests for CHECKMULTISIG limits (Otto Allmendinger)
89101c6
script test: test case for 5-byte bools (Otto Allmendinger)
4cac5db
script tests: value with trailing 0x00 is true (Otto Allmendinger)
833ff16
script tests: values that overflow to 0 are true (Otto Allmendinger)
0072d98
script tests: BOOLAND, BOOLOR decode to integer (Otto Allmendinger)
ed02282
additional test for OP_SIZE in script_valid.json (Otto Allmendinger)
10 years ago
Wladimir J. van der Laan
2870014f3a
Merge pull request #4568
...
9c34731
CBloomFilter::clear() method (Tom Harding)
10 years ago
Wladimir J. van der Laan
bdba2dd000
qt: Remove an obscure option no-one cares about
...
Remove the "Display addresses" setting checkbox. It doesn't do what
the tooltip says, and seems kind of pointless in any case.
Fixes #4580 .
10 years ago
Jeff Garzik
c7614f16d6
univalue: remove unused methods getArray, getObject
10 years ago
Jeff Garzik
a715a643bc
Merge branch 'rawtx' into merge-rawtx
10 years ago
Pieter Wuille
e8cb5c30b0
Merge pull request #4497
...
714a3e6
Only keep setBlockIndexValid entries that are possible improvements (Pieter Wuille)
10 years ago
Doug
bd0aa10519
Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution.
10 years ago
Wladimir J. van der Laan
075cf49e59
Add GetNetworkName function
...
Returns the network name for an Network enum.
10 years ago
Wladimir J. van der Laan
c91a9471be
Add IsReachable(net) function
...
Allows other parts of the program to query for reachable
status of a network. Similar to IsLimited(net).
10 years ago
Wladimir J. van der Laan
60dc8e4208
Allow -onlynet=onion to be used
...
Just an alias for onlynet=tor, but matches the new name
of the proxy option -onion= better.
10 years ago
Wladimir J. van der Laan
1de2992e07
Merge pull request #4104
...
68aa01e
Fixes error (Ian Carroll)
10 years ago
Wladimir J. van der Laan
efec4ec6c5
Merge pull request #4593
...
d70bc52
Rework block processing benchmark code (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
51cb546886
Merge pull request #4577
...
0c3e101
Added systemd .service file in order to help distributions integrate bitcoind. (Aitor Pazos)
10 years ago
jtimon
f0c2915f66
Simplify and rename CheckWork to ProcessBlockFound
10 years ago
Alex Morcos
e59441f086
Process fee estimate file into temporary vector first to let sanity checking complete.
10 years ago
Jeff Garzik
b45e782071
Merge branch '2014_07_remove_pyminer' of git://github.com/laanwj/bitcoin into merge-pyminer
10 years ago
Aitor Pazos
0c3e101966
Added systemd .service file in order to help distributions integrate bitcoind.
10 years ago
Jeff Garzik
6b5ee2e092
Update openssl.org URL to include https://
...
Suggested by whitj00. Fixes #4595
10 years ago
Wladimir J. van der Laan
4ad23d2110
Merge pull request #4559
...
2e7009d
Avoid querying DNS seeds, if we have open connections. (Jeff Garzik)
10 years ago
Jeff Garzik
6fd59ee897
script.h: set_vch() should shift a >32 bit value
...
Source: http://www.viva64.com/en/b/0268/
10 years ago
Jeff Garzik
cbe39a3852
Add "bitcoin-tx" command line utility and supporting modules.
...
This is a simple utility that provides command line manipulation of
a hex-encoded TX. The utility takes a hex string on the command line
as input, performs zero or more mutations, and outputs a hex string
to standard output.
This utility is also an intentional exercise of the "bitcoin library"
concept. It is designed to require minimal libraries, and works
entirely without need for any RPC or P2P communication.
See "bitcoin-tx --help" for command and options summary.
10 years ago
Jeff Garzik
3ce7e669e3
bitcoin-cli, rpcrawtransaction: harmonize "{" styling
10 years ago
Cory Fields
2a5840096f
core_read's ParseScript(): minor cleanups
...
- use .empty() rather than .size() == 0
- use a const_iterator rather than BOOST_FOREACH
- validate iterators before creating a string from them
10 years ago
Jeff Garzik
b2aeaa7939
Move ParseScript() helper, becoming accessible outside src/test/
10 years ago
Jeff Garzik
ae775b5b31
Consolidate CTransaction hex encode/decode into core_io.h, core_{read,write}.cpp
10 years ago
Jeff Garzik
2e7009d67b
Avoid querying DNS seeds, if we have open connections.
...
The goal is to increase independence and privacy.
10 years ago
Wladimir J. van der Laan
403c1bf0fb
contrib: remove getwork-based pyminer
...
As the `getwork` API doesn't exist anymore, currently this script is useless.
It would be nice to have a `getblocktemplate`-based Python example of a
miner, but there is no point in keeping this one around except to
confuse people.
10 years ago
Wladimir J. van der Laan
2920322871
Remove hopelessly outdated build-msw.md
...
Anyone building bitcoind/-qt on windows is welcome to contribute
a new one. The current information in this document is outdated,
or otherwise mostly worthless.
10 years ago