| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
recreated seeds by selecting peers across 20+ nodes that:
1. Keep up with updates, in this case run 1.14.3 or higher
2. Have NODE_NETWORK set
3. Are not known scanning clients
4. Are connectable
5. Are stable - I ordered nodes by time they have been connected to
one of my nodes
resulting set is 120 good nodes for mainnet and 20 good nodes for
testnet, serialized into chainparamsseeds.h using the contrib/
scripts.
|
| | |
|
| |\
| |
| | |
rpc: add feefilter to peers from getpeerinfo
|
| | |
| |
| |
| |
| |
| | |
Exposes information about the feefilter the peer sets to us, so
that we can make better informed decisions when a transaction
does not get relayed.
|
| |\ \
| |/
|/| |
qt: translate all user-exposed strings
|
| | | |
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Adding startup logic where -paytxfee if lower than default, mintxfee is overridden
|
| | |/
| |
| |
| | |
-mintxfee is also lowered.
|
| |/ |
|
| |\
| |
| | |
Use CAmount for amounts
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use CAmount rather than unsigned int for amounts for consistency
with other fee rate amounts.
This does change the type from unsigned int to unsigned int64, and
while it is unlikely anyone would need a dust limit higher than
unsigned int, again this ensures the theoretical maximum is in line
with other rates.
|
| |\ \
| |/
|/| |
Reduce getheaders spam by serializing getheader requests per peer
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Introduces a counter for getheader requests that have been sent to
a peer but are pending response, reducing the number of parallel
requests a node pushes out to its peers when needing to sync large
amounts of headers. All getheader requests are serialized during
initial sync, except when a non-connecting header is received,
allowing the node to resolve issues with peers sending faulty
blocks using the DoS mechanism, and when we get an inv for a block
that we do not know, because it's possible we're only connected to
legacy nodes that do not implement header announcement properly.
|
| | | |
|
| | |
| |
| |
| | |
Co-authored-by: Ross Nicoll <[email protected]>
|
| | |
| |
| |
| |
| | |
Fix a rare crash bug where no best chain can be activated, and therefore when trying
to find the height of the best chain via the last block triggers a null pointer dereference.
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Moves the break in ActivateBestChain() when a node is being shut
down from the beginning of the loop block to the end, allowing
pindexNewTip to be populated with chainActive.Tip() rather than
its initial NULL value. Solves issues when shutting down nodes
while inside the ActivateBestChain loop.
|
| | | |
|
| | | |
|
| |\ \
| | |
| | | |
Fixing indonesian (id_ID) translation
|
| | | | |
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Fix RPC port documentation in RPC help
|
| | | |/
| |/|
| | | |
Changed RPC port from 8332 (BTC) to 22555 (Dogecoin)
|
| | | |
| | |
| | |
| | |
| | | |
seed initialization was commented out on mainnet
and testnet.
|
| |\ \ \
| |/ /
|/| | |
[QT] Add tips section
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Add more tips
Allow QT translations
Fix tips
|
| |\ \ \
| | | |
| | | | |
Rewrite subsidy limit tests (1.14)
|
| | | |/
| |/| |
|
| |\ \ \
| |/ /
|/| | |
Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
fix runtime for dogecoin on Alpine Linux (musl libc)
|
| | | | | |
|
| | |/ / |
|
| | | | |
|
| |\ \ \
| |_|/
|/| | |
[vulnerability] Disconnect stalling peers after timeout of header sync
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | | |
[QT] Add a form dialog for adding peers
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed tabIndex and width in debugwindow.ui
Added Qt UI files for each dialog
Added Qt UI files
Added separate thread for peer dialogs to run RPC commands
Fixed tabIndex
Remove unneeded includes
Fixed error
Replaced RPCExecutor with g_connman
Replaced RPCExecutor with g_connman
Added two input fields for peer address and port
Remove peerThread
Validate IP addresses
Remove Peer now uses selected IP address in peerWidget
Interpret RPC response
Remove redundant include
Use a regular expression to validate IPs
Disconnect node if it has been discovered
Use port based on current chain
Change peerAddress -> peerPort
Allowed DNS names to be entered
Update src/qt/peerdialog.cpp
Co-authored-by: Ross Nicoll <[email protected]>
Fix typo
Co-authored-by: Ross Nicoll <[email protected]>
Use LookupHost to check address
Co-authored-by: Ross Nicoll <[email protected]>
Fix syntax typo
|
| | |/
|/|
| |
| | |
See GH #2240.
|
| | |
| |
| | |
For Brazilian Portuguese, I believe that an easy interpretation would be a percentage and not dust!
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
This roughly reverts the work done here that disabled auxpow generation in regtest: https://github.com/dogecoin/dogecoin/pull/1431/files\#diff-ccc24453c13307f815879738d3bf00eec351417537fbf10dde1468180cacd2f1R127-R137
This is a pretty severe functionality change since auxpow is critical to Dogecoin and wallet integrators need to be able to parse the extra data in auxpow blocks.
For future wallet integrators: Dogecoin follows similar schemes as Namecoin for the merged mining support and the spec is here: https://en.bitcoin.it/wiki/Merged_mining_specification
pr review: GetHash -> GetPoWHash
|
| |\ \
| | |
| | | |
Qt: Show only useful estimates on sync screen
|