<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Bitcoin Wiki  - Recent changes [en]</title>
		<link>https://en.bitcoin.it/wiki/Special:RecentChanges</link>
		<description>Track the most recent changes to the wiki in this feed.</description>
		<language>en</language>
		<generator>MediaWiki 1.43.9</generator>
		<lastBuildDate>Fri, 28 Aug 2026 08:04:49 GMT</lastBuildDate>
		<item>
			<title>Dust</title>
			<link>https://en.bitcoin.it/w/index.php?title=Dust&amp;diff=71131&amp;oldid=0</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Dust&amp;diff=71131&amp;oldid=0</guid>
			<description>&lt;p&gt;Create page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Dust&amp;#039;&amp;#039;&amp;#039; is an output whose value is so small that spending it would cost more in fees than the output is worth, at a reference [[fee rate]]. Colloquially the word is also used for any tiny UTXO. In node software the term is a precise mempool policy: transactions that create spendable dust outputs are not relayed or mined by default.&lt;br /&gt;
&lt;br /&gt;
Dust limits are policy, not consensus. A miner may include a sub-dust output in a block, and the output remains spendable if a later transaction pays the fee.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
Every output occupies space in the UTXO set until it is spent. Outputs that are uneconomical to spend tend to remain there, imposing a cost on every full node. Early Bitcoin Core versions treated very small outputs as non-standard. The current definition, introduced with a dedicated &amp;lt;code&amp;gt;-dustrelayfee&amp;lt;/code&amp;gt; setting, compares the output&amp;#039;s value to the fee that would be required to create it and later spend it at that rate.&lt;br /&gt;
&lt;br /&gt;
Dust is also a privacy and wallet-UX problem. [[Dusting attack]]s send tiny amounts to many addresses in the hope that a later spend will link those addresses. Wallets may hide or freeze dust so that automatic coin selection does not sweep it.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
Bitcoin Core&amp;#039;s &amp;lt;code&amp;gt;GetDustThreshold&amp;lt;/code&amp;gt; estimates the serialized size of the output plus a typical input that would spend it. For witness programs the input size is counted with the SegWit weight discount. That size is multiplied by the dust relay fee rate. If the output value is below the resulting amount, the output is dust.&lt;br /&gt;
&lt;br /&gt;
The default dust relay fee rate is 3,000 sat/kvB (3 sat/vB). At that rate the usual thresholds are:&lt;br /&gt;
&lt;br /&gt;
* 546 satoshis for a [[P2PKH]] output (34-byte output plus a ~148-byte input)&lt;br /&gt;
* 294 satoshis for a [[P2WPKH]] output&lt;br /&gt;
* 330 satoshis for a [[P2WSH]] or [[P2TR]] output, using a conservative spend-size estimate (Taproot key-path spends are smaller, but the threshold was not lowered further)&lt;br /&gt;
&lt;br /&gt;
Unspendable outputs, such as &amp;lt;code&amp;gt;OP_RETURN&amp;lt;/code&amp;gt;, have a dust threshold of zero because they never enter the UTXO set as spendable coins.&lt;br /&gt;
&lt;br /&gt;
The dust relay fee is independent of the node&amp;#039;s minimum relay [[fee rate]]. Changing &amp;lt;code&amp;gt;-minrelaytxfee&amp;lt;/code&amp;gt; does not by itself change dust thresholds. Operators may set &amp;lt;code&amp;gt;-dustrelayfee&amp;lt;/code&amp;gt;, but a transaction still has to satisfy the policies of the peers it must cross.&lt;br /&gt;
&lt;br /&gt;
Wallets apply a related idea when creating [[change address]]es. If a prospective change output would be uneconomical at a discard fee rate (often tied to a long-horizon fee estimate, bounded below by the dust rate), the wallet may add that remainder to the miner fee instead of creating the output.&lt;br /&gt;
&lt;br /&gt;
A later policy relaxation, ephemeral dust, allows a single dust output in limited cases when a child transaction in the same package spends it immediately, so the dust never sits in the UTXO set.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
[[Bitcoin Core]] enforces dust as standardness in mempool admission and relay. Other full nodes that follow Bitcoin Core policy do the same. Wallet software uses the same numbers when deciding whether a change output is worth creating. Lightning funding and some contract protocols have their own dust-like floors for outputs that must be spendable on chain under time pressure.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Fee rate]]&lt;br /&gt;
* [[Mempool]]&lt;br /&gt;
* [[Change address]]&lt;br /&gt;
* [[Dusting attack]]&lt;br /&gt;
* [[Coin control]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/bitcoin/bitcoin/blob/master/src/policy/policy.cpp GetDustThreshold in Bitcoin Core]&lt;br /&gt;
* [https://bitcoin.stackexchange.com/questions/10986/what-is-meant-by-bitcoin-dust Stack Exchange: What is meant by Bitcoin dust?]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</description>
			<pubDate>Thu, 27 Aug 2026 19:05:18 GMT</pubDate>
			<dc:creator>NotATether</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Dust</comments>
		</item>
		<item>
			<title>Ark</title>
			<link>https://en.bitcoin.it/w/index.php?title=Ark&amp;diff=71130&amp;oldid=0</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Ark&amp;diff=71130&amp;oldid=0</guid>
			<description>&lt;p&gt;create page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Ark&amp;#039;&amp;#039;&amp;#039; is a Bitcoin layer-2 protocol in which users hold virtual transaction outputs (VTXOs). A VTXO is backed by a shared on-chain UTXO and by a path of pre-signed transactions that lets the holder create an on-chain output without further interaction. Users transfer VTXOs off-chain with the cooperation of an Ark server (sometimes called an Ark service provider, or ASP). Payments do not require a pre-existing bilateral channel. The original design was posted to the bitcoin-dev mailing list by Burak. The protocol has been revised substantially since that post.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
The [[Lightning Network]] moves bitcoin off-chain by locking a 2-of-2 output between two peers and updating a commitment transaction. Receiving Lightning payments requires inbound channel capacity. A new wallet therefore depends on a counterparty or a [[Lightning service provider]] to open a channel. Ark uses a different liquidity model. Several users share one large on-chain UTXO through a tree of off-chain transactions. A user who can spend a leaf of that tree owns the corresponding VTXO and can either exit on-chain or obtain a replacement leaf in a later tree.&lt;br /&gt;
&lt;br /&gt;
The protocol is intended to work with currently active Bitcoin consensus rules. Covenant-less Ark (sometimes called clArk) uses pre-signed transactions as a pseudo-covenant and can operate on Bitcoin without new opcodes. Proposed [[Covenant]] opcodes such as [[CHECKTEMPLATEVERIFY]] would let the tree be committed without interactive pre-signing, but they are not required.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
An Ark round is organized by the server. In current Bark, rounds are used to refresh VTXOs, not to pay other users. Users who wish to refresh register an intent. The server funds a round transaction whose output anchors a tree of pre-signed transactions. In covenant-less implementations, cooperative spend paths in the tree are represented using [[MuSig2]] aggregate keys, and the relevant participants jointly pre-sign the tree. Root and branch cooperative paths are n-of-n arrangements among the users who share that node plus the server. Leaf cooperative paths are 2-of-2 between one user and the server. Each user receives the pre-signed transactions along the path from the round output to that user&amp;#039;s leaf, which is what a unilateral exit needs.&lt;br /&gt;
&lt;br /&gt;
A refresh exchanges a user&amp;#039;s old VTXO for a new refresh VTXO belonging to the same user. The user signs a forfeit transaction that would pay the old leaf to the server. The server fronts the on-chain liquidity for the new tree and later reclaims the forfeited value when the old tree expires.&lt;br /&gt;
&lt;br /&gt;
In the classic connector-based construction, refresh atomicity is enforced by making the forfeit transaction spend a connector output created by the new round transaction. This prevents the server from exercising the forfeit unless the replacement round exists on-chain. Some newer implementations use different mechanisms. Bark&amp;#039;s hArk design, introduced in version 0.1.0-beta.6 in January 2026, uses hash locks for refreshes and retains connectors primarily for on-chain payments and offboarding. Under hArk, the server generates a preimage for each new VTXO. Both the new VTXO and the forfeit are hash-locked on that preimage, so the server cannot claim the old leaf without revealing the secret that unlocks the new one.&lt;br /&gt;
&lt;br /&gt;
Ordinary user-to-user Ark payments are out-of-round (OOR, also called arkoor). They do not wait for the next round. The server co-signs a transfer of an existing VTXO to the receiver, producing a spend VTXO that extends the sender&amp;#039;s leaf. Safety of a spend VTXO depends on the sender and server not colluding to double-spend. Refreshing the received VTXO in a later round replaces it with a refresh VTXO and removes that collusion assumption.&lt;br /&gt;
&lt;br /&gt;
VTXOs expire. Once a VTXO reaches its expiry height, the server gains a unilateral path to reclaim the backing funds. The user may still be able to spend or exit a non-forfeited VTXO, but can no longer rely on exclusive control of the backing output, so wallets must refresh or exit before expiry. A valid, non-forfeited refresh VTXO can be exited unilaterally before expiry, at the cost of on-chain fees and delay. Delegated refreshes used by some mobile wallets have a weaker trust model and are not the same as a standard interactive refresh.&lt;br /&gt;
&lt;br /&gt;
Before expiry, a standard refresh VTXO remains self-custodial. An honest user can unilaterally exit without server cooperation, and the server cannot take the user&amp;#039;s funds unless the user has previously authorized a conflicting spend or forfeit. After expiry the server has a competing sweep path, so that exclusive guarantee no longer holds. The server is a liveness and liquidity provider. It is also a trust assumption for spend VTXOs that have not yet been refreshed.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
Bark is an open-source Ark client and server. No consensus change in [[Bitcoin Core]] is required. Bark publishes Signet instructions. A 2026 paper on off-chain transaction batching describes a mainnet implementation. The protocol is still evolving, and readers should not infer a mature public network from the existence of that implementation.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Lightning Network]]&lt;br /&gt;
* [[Lightning service provider]]&lt;br /&gt;
* [[CHECKTEMPLATEVERIFY]]&lt;br /&gt;
* [[MuSig2]]&lt;br /&gt;
* [[Covenant]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://ark-protocol.org/ Ark protocol overview]&lt;br /&gt;
* [https://ark-protocol.org/intro/connectors/index.html Connectors]&lt;br /&gt;
* [https://second.tech/docs/learn/forfeits Bark forfeits, hash locks, and connectors]&lt;br /&gt;
* [https://second.tech/docs/learn/vtxo Bark VTXOs]&lt;br /&gt;
* [https://second.tech/docs/learn/rounds Bark rounds]&lt;br /&gt;
* [https://codeberg.org/ark-bitcoin/bark Bark implementation]&lt;br /&gt;
* [https://arxiv.org/abs/2605.20952 Ark: Offchain Transaction Batching in Bitcoin]&lt;br /&gt;
&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</description>
			<pubDate>Thu, 27 Aug 2026 12:54:51 GMT</pubDate>
			<dc:creator>NotATether</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Ark</comments>
		</item>
		<item>
			<title>Silent Payments</title>
			<link>https://en.bitcoin.it/w/index.php?title=Silent_Payments&amp;diff=71129&amp;oldid=0</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Silent_Payments&amp;diff=71129&amp;oldid=0</guid>
			<description>&lt;p&gt;create page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Silent Payments&amp;#039;&amp;#039;&amp;#039; ([https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki BIP 352]) is a protocol for static Bitcoin payment addresses. A receiver publishes one address. Each payment is sent to a unique [[Taproot]] output that an outside observer cannot link to that address. The protocol does not require interaction between sender and receiver, and it does not create an on-chain notification output.&lt;br /&gt;
&lt;br /&gt;
A Silent Payments address is a [[Bech32m]] string. On mainnet it begins with &amp;lt;code&amp;gt;sp1q&amp;lt;/code&amp;gt;. On test networks it begins with &amp;lt;code&amp;gt;tsp1q&amp;lt;/code&amp;gt;. A typical mainnet address is 117 characters and encodes two public keys: a scan key and a spend key. The scan private key may be kept on an online device. The spend private key may be kept offline. The outputs created by the protocol are ordinary [[BIP341]] taproot outputs. The resulting transactions are not distinguishable on-chain as Silent Payments.&lt;br /&gt;
&lt;br /&gt;
== Background ==&lt;br /&gt;
&lt;br /&gt;
Using a new address for every payment avoids address reuse, which is an important [[privacy]] practice. Distributing a fresh address for each payment requires interaction. Publishing an [[xpub]] or reusing a single output script lets observers cluster incoming payments.&lt;br /&gt;
&lt;br /&gt;
Earlier static-address designs used an on-chain notification so the receiver could find the payment. Notifications add cost, make the payment easier to fingerprint, and can allow the receiver to link multiple payments from the same sender.&lt;br /&gt;
&lt;br /&gt;
Silent Payments derive a one-time taproot output from the sender&amp;#039;s inputs and the receiver&amp;#039;s published keys, so no notification output is required. The receiver (or a server the receiver trusts) must scan eligible transactions to detect payments. Scanning is practical for a full node. Light-client scanning is more expensive and is described as an area of research in BIP 352.&lt;br /&gt;
&lt;br /&gt;
== How it works ==&lt;br /&gt;
&lt;br /&gt;
The receiver publishes a pair of public keys &amp;lt;code&amp;gt;(B&amp;lt;sub&amp;gt;scan&amp;lt;/sub&amp;gt;, B&amp;lt;sub&amp;gt;spend&amp;lt;/sub&amp;gt;)&amp;lt;/code&amp;gt;. The sender sums the private keys of the inputs used for shared-secret derivation, performs ECDH with &amp;lt;code&amp;gt;B&amp;lt;sub&amp;gt;scan&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt;, and includes a hash of the lexicographically smallest outpoint so that reusing the same input script does not produce the same destination. The resulting tweak is added to &amp;lt;code&amp;gt;B&amp;lt;sub&amp;gt;spend&amp;lt;/sub&amp;gt;&amp;lt;/code&amp;gt; and encoded as a taproot output. Additional outputs to the same receiver increment a counter &amp;lt;code&amp;gt;k&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The receiver recomputes the tweak using the scan private key and the summed input public keys, then checks whether the derived taproot key appears among the transaction outputs. After the first match, the receiver continues incrementing &amp;lt;code&amp;gt;k&amp;lt;/code&amp;gt; until a derived key is not present.&lt;br /&gt;
&lt;br /&gt;
Inputs that contribute to the shared secret are [[P2TR]], [[P2WPKH]], P2SH-P2WPKH, and compressed [[P2PKH]]. Inputs with several public keys, such as multisig, are excluded because a collaborator could change keys after the Silent Payment output was derived. Transactions that spend SegWit version &amp;amp;gt; 1 are not scanned, so a later version of the protocol can introduce new rules without scanning the same transaction twice.&lt;br /&gt;
&lt;br /&gt;
BIP 352 states that collaborative transactions (including some CoinJoin and MuSig/FROST constructions) are possible but not recommended, because there is no formal security proof unless all input keys belong to the same entity.&lt;br /&gt;
&lt;br /&gt;
Optional labels tweak the spend key so the receiver can distinguish sources of payment. Label &amp;lt;code&amp;gt;m = 0&amp;lt;/code&amp;gt; is reserved for change. Multiple labeled addresses that share a scan key are visibly related, so labels are not a method of maintaining separate identities.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
&lt;br /&gt;
Sending to a Silent Payments address and receiving to one are separate features. Receiving requires a scanner.&lt;br /&gt;
&lt;br /&gt;
As of August 2026:&lt;br /&gt;
&lt;br /&gt;
* [[Bitcoin Core]] does not include Silent Payments in a released wallet. A silentpayments module is present in libsecp256k1. Wallet work is tracked in [https://github.com/bitcoin/bitcoin/issues/28536 bitcoin/bitcoin#28536].&lt;br /&gt;
* Cake Wallet can send and receive (v4.18.0, May 2024). Scanning is performed on the device.&lt;br /&gt;
* Sparrow can send (v2.3.0, October 2025) and receive (v2.5.0, May 2026). Receiving typically uses a Silent Payments-capable Electrum server such as Frigate.&lt;br /&gt;
* Electrum does not have in-tree support. Pull request [https://github.com/spesmilo/electrum/pull/9900 #9900] was declined in favor of an external plugin. A send-only plugin exists.&lt;br /&gt;
&lt;br /&gt;
Hardware signing support depends on the device. Related PSBT fields are specified in BIP 375.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Privacy]]&lt;br /&gt;
* [[Taproot]]&lt;br /&gt;
* [[Bech32]]&lt;br /&gt;
* [[PayJoin]]&lt;br /&gt;
* [[CoinJoin]]&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/bitcoin/bips/blob/master/bip-0352.mediawiki BIP 352 (version 1.1.1, April 2026)]&lt;br /&gt;
* [https://github.com/bitcoin/bips/blob/master/bip-0352/send_and_receive_test_vectors.json Test vectors]&lt;br /&gt;
* [https://github.com/bitcoin/bitcoin/issues/28536 Bitcoin Core tracking issue]&lt;br /&gt;
&lt;br /&gt;
[[Category:Privacy]]&lt;br /&gt;
[[Category:Technical]]&lt;/div&gt;</description>
			<pubDate>Thu, 27 Aug 2026 12:36:19 GMT</pubDate>
			<dc:creator>NotATether</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Silent_Payments</comments>
		</item>
		<item>
			<title>Comparison of mining pools</title>
			<link>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=71128&amp;oldid=71125</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=71128&amp;oldid=71125</guid>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Operational Pools&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:32, 27 August 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l60&quot;&gt;Line 60:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 60:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[OCEAN]]         || {{flag|us|label=1}}|| Small || No  || TIDES                  || {{SharedFees}}   ||    ||     0%    || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[OCEAN]]         || {{flag|us|label=1}}|| Small || No  || TIDES                  || {{SharedFees}}   ||    ||     0%    || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2011-04-27 || Dynamic  || || [http://ocean.xyz link]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2011-04-27 || Dynamic  || || [http://ocean.xyz link]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|-&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| [[NexusPool]] || {{flag|us|label=1}} || Small || No || Solo || None (100% to finder) || 0% || 0% || {{Yes}} || {{No}} || 2026-06 || Solo || [http://bitcointalk.org/index.php?topic=5591448 link] || [https://nexuspool.io/ link]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key db_bitcoin_en:diff:1.41:old-71125:rev-71128:php=table --&gt;
&lt;/table&gt;</description>
			<pubDate>Thu, 27 Aug 2026 12:32:59 GMT</pubDate>
			<dc:creator>Johnyto16</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Comparison_of_mining_pools</comments>
		</item>
		<item>
			<title>CurrencyFair</title>
			<link>https://en.bitcoin.it/w/index.php?title=CurrencyFair&amp;diff=71127&amp;oldid=66510</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=CurrencyFair&amp;diff=71127&amp;oldid=66510</guid>
			<description>&lt;p&gt;add ngn&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:36, 25 August 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l78&quot;&gt;Line 78:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 78:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| Country name || Currency || Symbol || Notes / Alternate&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| Country name || Currency || Symbol || Notes / Alternate&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|-&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| Nigeria || Nigerian naira || NGN ||&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| South Africa (ZAF) || South African rand || ZAR ||  &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| South Africa (ZAF) || South African rand || ZAR ||  &lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key db_bitcoin_en:diff:1.41:old-66510:rev-71127:php=table --&gt;
&lt;/table&gt;</description>
			<pubDate>Tue, 25 Aug 2026 12:36:58 GMT</pubDate>
			<dc:creator>NotATether</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:CurrencyFair</comments>
		</item>
		<item>
			<title>User talk:Justina1995</title>
			<link>https://en.bitcoin.it/w/index.php?title=User_talk:Justina1995&amp;diff=71126&amp;oldid=0</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=User_talk:Justina1995&amp;diff=71126&amp;oldid=0</guid>
			<description>&lt;p&gt;currencyfair edit&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== CurrencyFair edit ==&lt;br /&gt;
&lt;br /&gt;
Hi, your proposed edit for [[CurrencyFair]] would overwrite the table heading, so I rejected the edit and performed the modification myself.&lt;br /&gt;
&lt;br /&gt;
--[[User:NotATether|NotATether]] ([[User talk:NotATether|talk]]) 12:34, 25 August 2026 (UTC)&lt;/div&gt;</description>
			<pubDate>Tue, 25 Aug 2026 12:34:15 GMT</pubDate>
			<dc:creator>NotATether</dc:creator>
			<comments>https://en.bitcoin.it/wiki/User_talk:Justina1995</comments>
		</item>
		<item>
			<title>Comparison of mining pools</title>
			<link>https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=71125&amp;oldid=71086</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Comparison_of_mining_pools&amp;diff=71125&amp;oldid=71086</guid>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Operational Pools&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:29, 25 August 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l47&quot;&gt;Line 47:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 47:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[P2Pool]]          || Global (p2p)          ||   Small || Merged mining can be done on a &amp;quot;solo mining&amp;quot; basis &amp;lt;ref name=&amp;quot;solomm&amp;quot;/&amp;gt; || PPLNS  || {{SharedFees}}   ||      ||      | 0% || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[P2Pool]]          || Global (p2p)          ||   Small || Merged mining can be done on a &amp;quot;solo mining&amp;quot; basis &amp;lt;ref name=&amp;quot;solomm&amp;quot;/&amp;gt; || PPLNS  || {{SharedFees}}   ||      ||      | 0% || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2011-06-17 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=18313  link] ||&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2011-06-17 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt; || [http://bitcointalk.org/?topic=18313  link] ||&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|-&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|-&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| [[Poolin]]          || Global                ||   Medium ||[[NMC]] VCASH || FPPS  || {{SharedFees}}   ||    2.5% ||      0% || {{Yes}} || {{Yes}}&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| 2017-10-01 || Dynamic || [https://bitcointalk.org/index.php?topic=5169994.0  link] ||  [https://poolin.com/  link]&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[SBICrypto Pool]]          || Global                ||   Medium || No       || FPPS  || {{SharedFees}}   ||    0% ||      0% || {{Yes}} || {{Yes}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[SBICrypto Pool]]          || Global                ||   Medium || No       || FPPS  || {{SharedFees}}   ||    0% ||      0% || {{Yes}} || {{Yes}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2020-11-03 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic ||                                             ||  [https://sbicrypto.com/  link]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2020-11-03 || User&amp;lt;ref name=&amp;quot;changeable&amp;quot;/&amp;gt;/Dynamic ||                                             ||  [https://sbicrypto.com/  link]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Slush Pool]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Slush &lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;Pool|Braiins &lt;/ins&gt;Pool]]&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&amp;lt;ref&amp;gt;In 2022 Braiins renamed Slush Pool to Braiins Pool. [https://braiins.com/blog/hashing-history-the-story-of-braiins Braiins]&amp;lt;/ref&amp;gt;&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|                        Global               || Medium || [[NMC]] || Score                   || {{SharedFees}}   ||      ||      2% || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|                        Global               || Medium || [[NMC]] || Score                   || {{SharedFees}}   ||      ||      2% || {{Yes}} || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2010-11-27 || User&amp;lt;ref name=&quot;changeable&quot;/&amp;gt; || [http://bitcointalk.org/?topic=1976   link] || [https://&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;slushpool&lt;/del&gt;.com/ link]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2010-11-27 || User&amp;lt;ref name=&quot;changeable&quot;/&amp;gt; || [http://bitcointalk.org/?topic=1976   link] || [https://&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;pool.braiins&lt;/ins&gt;.com/ link]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Luxor]]       || {{flag|us|label=1}}||    Medium || No || FPPS &amp;amp; PPS                     || {{SharedFees}} || 2% ||      0% ||  {{Yes}} ||&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Luxor]]       || {{flag|us|label=1}}||    Medium || No || FPPS &amp;amp; PPS                     || {{SharedFees}} || 2% ||      0% ||  {{Yes}} ||&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l126&quot;&gt;Line 126:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 122:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Multipool]]          || {{flag|us}}{{flag|eu}}      ||   Small || [[NMC]] || Score                     || {{SharedFees}}     ||      ||      1.5% ||     {{Yes}}     || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[Multipool]]          || {{flag|us}}{{flag|eu}}      ||   Small || [[NMC]] || Score                     || {{SharedFees}}     ||      ||      1.5% ||     {{Yes}}     || {{No}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0  link] || [https://www.multipool.us/ link]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| 2012-03-15 || User                       || [https://bitcointalk.org/index.php?topic=311067.0  link] || [https://www.multipool.us/ link]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;|-&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| [[Poolin]]&amp;lt;ref&amp;gt;Ceased all mining operations July 10, 2026; filed for Chapter 11 bankruptcy July 22, 2026. [https://www.coindesk.com/markets/2026/07/24/poolin-was-bitcoin-s-biggest-mining-pool-and-now-it-s-filing-for-bankruptcy CoinDesk]&amp;lt;/ref&amp;gt;          || Global                ||   Medium ||[[NMC]] VCASH || FPPS  || {{SharedFees}}   ||    2.5% ||      0% || {{Yes}} || {{Yes}}&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-deleted&quot;&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;| 2017-10-01 || Dynamic || [https://bitcointalk.org/index.php?topic=5169994.0  link] ||  [https://poolin.com/  link]&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[ZenPool.org]]       || {{flag|us|label=1}}||    Large || ZenCash      || PPLNS                     || {{SharedFees}} || 1% ||      0% ||  {{Yes}} ||&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;| [[ZenPool.org]]       || {{flag|us|label=1}}||    Large || ZenCash      || PPLNS                     || {{SharedFees}} || 1% ||      0% ||  {{Yes}} ||&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l131&quot;&gt;Line 131:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 130:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|-&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;|}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== SPV Mining / Old Bitcoin Core ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== SPV Mining / Old Bitcoin Core ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key db_bitcoin_en:diff:1.41:old-71086:rev-71125:php=table --&gt;
&lt;/table&gt;</description>
			<pubDate>Tue, 25 Aug 2026 12:29:47 GMT</pubDate>
			<dc:creator>Johnyto16</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Comparison_of_mining_pools</comments>
		</item>
		<item>
			<title>Full node</title>
			<link>https://en.bitcoin.it/w/index.php?title=Full_node&amp;diff=71124&amp;oldid=70933</link>
			<guid isPermaLink="false">https://en.bitcoin.it/w/index.php?title=Full_node&amp;diff=71124&amp;oldid=70933</guid>
			<description>&lt;p&gt;Removing mention of knots as another Bitcoin implementation as it is soon to no longer be maintained.&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:29, 25 August 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l1&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Any computer that connects to the Bitcoin [[network]] is called a &#039;&#039;&#039;node&#039;&#039;&#039;. Nodes that fully verify all of the rules of Bitcoin are called &#039;&#039;&#039;full nodes&#039;&#039;&#039;. The most popular software implementation of full nodes is called [[Bitcoin Core]], its latest release can be found [https://github.com/bitcoin&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;/bitcoin/releases on the github page]. Another less popular software implementation of full nodes is called [[Bitcoin Knots]], its latest release can be found [https://github.com/bitcoinknots&lt;/del&gt;/bitcoin/releases on the github page].&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Any computer that connects to the Bitcoin [[network]] is called a &#039;&#039;&#039;node&#039;&#039;&#039;. Nodes that fully verify all of the rules of Bitcoin are called &#039;&#039;&#039;full nodes&#039;&#039;&#039;. The most popular software implementation of full nodes is called [[Bitcoin Core]], its latest release can be found [https://github.com/bitcoin/bitcoin/releases on the github page].&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[File:BitcoinCore-node.jpg|thumb|upright=1|The main window of Bitcoin Core]]&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;[[File:BitcoinCore-node.jpg|thumb|upright=1|The main window of Bitcoin Core]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;

&lt;!-- diff cache key db_bitcoin_en:diff:1.41:old-70933:rev-71124:php=table --&gt;
&lt;/table&gt;</description>
			<pubDate>Tue, 25 Aug 2026 12:29:20 GMT</pubDate>
			<dc:creator>Fiach</dc:creator>
			<comments>https://en.bitcoin.it/wiki/Talk:Full_node</comments>
		</item>
</channel></rss>