Skip to content

Conversation

@hypercoin-project
Copy link
Owner

No description provided.

thrasher- and others added 30 commits February 5, 2015 15:01
This is the first step in making the high priority transaction area
available to more people.  Future versions of Litecoin will eventually
reduce this to 1KB per tx to match Bitcoin 0.8.6+.
Otherwise the old client may fail to receive an alert saying they need to upgrade.
Otherwise it spams the log with "ProcessMessage(version, 106 bytes) FAILED" for no good reason.
…put smaller than DUST_THRESHOLD

Litecoin's current minimum relay tx fee is 0.001 LTC per 1000 bytes, which is also the DUST_THRESHOLD.
By default mininput is set to DUST_THRESHOLD / 100 which is currently 0.00001 LTC.

Historically this patch allowed wallets to perform without delay after the dust spam attack during November 2011.

Your wallet and transaction creation will ignore and hide values below this threshold.
You can override the default by passing in -mininput on startup.
If you wish to unhide previous transactions in your wallet you must also -rescan.

Rebased from 2db4314 for Litecoin Core 0.10
20150126: removed setmininput RPC command as nobody has good reason to use it.
losh11 and others added 30 commits December 21, 2015 21:53
Added LitecoinNode Bootstrap.dat direct-links
build: fix newer boost build with c++11
Author: maiiz <maiiz@users.noreply.github.com>
Github-Issue: litecoin-project#247
Rebased-From: 94a34a5

Conflicts:
	src/coins.cpp
Thanks to Viacoin for this patch.
Function is stl; std::equal just makes more sense.
Cherry-picked from bitcoin/e2a30bc9a9f7d2969e52632f8e8942a4e72f4ba6
credit gavin andresen
Thanks to Sergio Lerner for identifying this issue and suggesting this kind of solution.
Based on an earlier patch by Peter Todd, though the rules here are different
(P2SH scripts should not have a CLEANSTACK check before the P2SH evaluation).
Optimize and Cleanup CScript::FindAndDelete
Litecoin: Reset testnet (now testnet4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.