from CoinDesk https://ift.tt/2xOcMcN
Blockchains Don't Have to Be Perfect, They Just Have to Be Better
from CoinDesk https://ift.tt/2xOcMcN
September 30, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 30, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 30, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 30, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 29, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 29, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 29, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in Bitcoin Core / with No comments /
Bitcoin Core installation binaries can be downloaded from bitcoincore.org and the source-code is available from the Bitcoin Core source repository.
Bitcoin Core version 0.15.2 is now available from:
https://bitcoincore.org/bin/bitcoin-core-0.15.2/
This is a new minor version release, including various bugfixes and performance improvements, as well as updated translations.
Please report bugs using the issue tracker at GitHub:
https://github.com/bitcoin/bitcoin/issues
To receive security and update notifications, please subscribe to:
https://bitcoincore.org/en/list/announcements/join/
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).
The first time you run version 0.15.0 or higher, your chainstate database will be converted to a new format, which will take anywhere from a few minutes to half an hour, depending on the speed of your machine.
The file format of fee_estimates.dat
changed in version 0.15.0. Hence, a downgrade from version 0.15 or upgrade to version 0.15 will cause all fee estimates to be discarded.
Note that the block database format also changed in version 0.8.0 and there is no automatic upgrade code from before version 0.8 to version 0.15.0. Upgrading directly from 0.7.x and earlier without redownloading the blockchain is not supported. However, as usual, old wallet versions are still supported.
The chainstate database for this release is not compatible with previous releases, so if you run 0.15 and then decide to switch back to any older version, you will need to run the old release with the -reindex-chainstate
option to rebuild the chainstate data structures in the old format.
If your node has pruning enabled, this will entail re-downloading and processing the entire blockchain.
Bitcoin Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them.
A denial-of-service vulnerability exploitable by miners has been discovered in Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of the vulnerable versions to 0.15.2 or 0.16.3 as soon as possible.
9bb1a16
depends: Fix Qt build with XCode 9.2(fanquake)93b9a61
depends: Fix Qt build with XCode 9.3(fanquake)9fd3e00
depends: Update Qt download url (fanquake)cb7ef31
Make boost::multi_index comparators const (sdaftuar)7af2457
contrib/init: Update openrc-run filename (Luke Dashjr)7026845
Fix uninitialized URI in batch RPC requests (Russell Yanofsky)3f1db56
Wrap dumpwallet warning and note scripts aren’t dumped (MeshCollider)42ea47d
Add wallet backup text to import, add and dumpwallet RPCs (MeshCollider)6372a75
[Wallet] always show help-line of wallet encryption calls (Jonas Schnelli)3a6cdd4
Add test for multiwallet batch RPC calls (Russell Yanofsky)1c8c7f8
Add missing batch rpc calls to python coverage logs (Russell Yanofsky)1036c43
Add missing multiwallet rpc calls to python coverage logs (Russell Yanofsky)305f768
Limit AuthServiceProxyWrapper.__getattr__ wrapping (Russell Yanofsky)2eea279
Make AuthServiceProxy._batch method usable (Russell Yanofsky)Thanks to everyone who directly contributed to this release:
And to those that reported security issues:
September 28, 2018 / in Bitcoin Core / with No comments /
Bitcoin Core installation binaries can be downloaded from bitcoincore.org and the source-code is available from the Bitcoin Core source repository.
Bitcoin Core version 0.14.3 is now available from:
https://bitcoin.org/bin/bitcoin-core-0.14.3/
This is a new minor version release, including various bugfixes and performance improvements.
Please report bugs using the issue tracker at github:
https://github.com/bitcoin/bitcoin/issues
To receive security and update notifications, please subscribe to:
https://bitcoincore.org/en/list/announcements/join/
Bitcoin Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.8+, and Windows Vista and later.
Microsoft ended support for Windows XP on April 8th, 2014, No attempt is made to prevent installing or running the software on Windows XP, you can still do so at your own risk but be aware that there are known instabilities and issues. Please do not report issues about Windows XP to the issue tracker.
Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them.
Denial-of-Service vulnerability CVE-2018-17144 ——————————-
A denial-of-service vulnerability exploitable by miners has been discovered in Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of the vulnerable versions to 0.14.3, 0.15.2 or 0.16.3 as soon as possible.
Since 0.14.0 the approximate transaction fee shown in Bitcoin-Qt when using coin control and smart fee estimation does not reflect any change in target from the smart fee slider. It will only present an approximate fee calculated using the default target. The fee calculated using the correct target is still applied to the transaction and shown in the final send confirmation dialog.
Detailed release notes follow. This overview includes changes that affect behavior, not code moves, refactors and string updates. For convenience in locating the code changes and accompanying discussion, both the pull request and git merge commit are mentioned.
87a21d5
Fix: make CCoinsViewDbCursor::Seek work for missing keys (Pieter Wuille, Gregory Maxwell)3612219
contrib/init/bitcoind.openrcconf: Don’t disable wallet by default (Luke Dashjr)e23cef0
Fix some empty vector references (Pieter Wuille)d28d583
PrioritiseTransaction updates the mempool tx counter (Suhas Daftuar)e207342
Fix CCheckQueue IsIdle (potential) race condition and remove dangerous constructors. (Jeremy Rubin)7abe7bb
Give fallback fee a reasonable indent (Luke Dashjr)3e4d7bf
Qt/Send: Figure a decent warning colour from theme (Luke Dashjr)e207342
Show more significant warning if we fall back to the default fee (Jonas Schnelli)28b8b8b
Securely erase potentially sensitive keys/values (tjps)ff13f59
Make sure pindex is non-null before possibly referencing in LogPrintf call. (Karl-Johan Alm)Thanks to everyone who directly contributed to this release:
And to those that reported security issues:
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 28, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 27, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 26, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 25, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 24, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 23, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 23, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 23, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 22, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 21, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in Bitcoin Core, Bitcoin feeds / with No comments /
CVE-2018-17144, a fix for which was released on September 18th in Bitcoin Core versions 0.16.3 and 0.17.0rc4, includes both a Denial of Service component and a critical inflation vulnerability. It was originally reported to several developers working on Bitcoin Core, as well as projects supporting other cryptocurrencies, including ABC and Unlimited on September 17th as a Denial of Service bug only, however we quickly determined that the issue was also an inflation vulnerability with the same root cause and fix.
In order to encourage rapid upgrades, the decision was made to immediately patch and disclose the less serious Denial of Service vulnerability, concurrently with reaching out to miners, businesses, and other affected systems while delaying publication of the full issue to give times for systems to upgrade. On September 20th a post in a public forum reported the full impact and although it was quickly retracted the claim was further circulated.
At this time we believe over half of the Bitcoin hashrate has upgraded to patched nodes. We are unaware of any attempts to exploit this vulnerability.
However, it still remains critical that affected users upgrade and apply the latest patches to ensure no possibility of large reorganizations, mining of invalid blocks, or acceptance of invalid transactions occurs.
In Bitcoin Core 0.14, an optimization was added (Bitcoin Core PR #9049) which avoided a costly check during initial pre-relay block validation that multiple inputs within a single transaction did not spend the same input twice which was added in 2012 (PR #443). While the UTXO-updating logic has sufficient knowledge to check that such a condition is not violated in 0.14 it only did so in a sanity check assertion and not with full error handling (it did, however, fully handle this case twice in prior to 0.8).
Thus, in Bitcoin Core 0.14.X, any attempts to double-spend a transaction output within a single transaction inside of a block will result in an assertion failure and a crash, as was originally reported.
In Bitcoin Core 0.15, as a part of a larger redesign to simplify unspent transaction output tracking and correct a resource exhaustion attack the assertion was changed subtly. Instead of asserting that the output being marked spent was previously unspent, it only asserts that it exists.
Thus, in Bitcoin Core 0.15.X, 0.16.0, 0.16.1, and 0.16.2, any attempts to double-spend a transaction output within a single transaction inside of a block where the output being spent was created in the same block, the same assertion failure will occur (as exists in the test case which was included in the 0.16.3 patch). However, if the output being double-spent was created in a previous block, an entry will still remain in the CCoin map with the DIRTY flag set and having been marked as spent, resulting in no such assertion. This could allow a miner to inflate the supply of Bitcoin as they would be then able to claim the value being spent twice.
Timeline for September 17, 2018: (all times UTC)
September 18, 2018:
September 19, 2018:
September 20, 2018:
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 20, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 19, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in Bitcoin Core / with No comments /
Bitcoin Core installation binaries can be downloaded from bitcoincore.org and the source-code is available from the Bitcoin Core source repository.
Bitcoin Core version 0.16.3 is now available from:
https://bitcoincore.org/bin/bitcoin-core-0.16.3/
This is a new minor version release, with various bugfixes as well as updated translations.
Please report bugs using the issue tracker at GitHub:
https://github.com/bitcoin/bitcoin/issues
To receive security and update notifications, please subscribe to:
https://bitcoincore.org/en/list/announcements/join/
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).
The first time you run version 0.15.0 or newer, your chainstate database will be converted to a new format, which will take anywhere from a few minutes to half an hour, depending on the speed of your machine.
Note that the block database format also changed in version 0.8.0 and there is no automatic upgrade code from before version 0.8 to version 0.15.0 or higher. Upgrading directly from 0.7.x and earlier without re-downloading the blockchain is not supported. However, as usual, old wallet versions are still supported.
Wallets created in 0.16 and later are not compatible with versions prior to 0.16 and will not work if you try to use newly created wallets in older versions. Existing wallets that were created with older versions are not affected by this.
Bitcoin Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.8+, and Windows Vista and later. Windows XP is not supported.
Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them.
A denial-of-service vulnerability exploitable by miners has been discovered in Bitcoin Core versions 0.14.0 up to 0.16.2. It is recommended to upgrade any of the vulnerable versions to 0.16.3 as soon as possible.
Thanks to everyone who directly contributed to this release:
And to those that reported security issues:
As well as everyone that helped translating on Transifex.
September 18, 2018 / in Bitcoin Core, Bitcoin feeds / with No comments /
Bitcoin Core version 0.16.3 is now available for download with a fix for a denial-of-service vulnerability introduced in Bitcoin Core 0.14.0 and affecting all subsequent versions though to 0.16.2. We highly recommend users of all affected versions immediately upgrade to 0.16.3.
Security issue CVE-2018-17144: it was discovered that older versions of Bitcoin Core will crash if they try to process a block containing a transaction that attempts to spend the same input twice. Such blocks are invalid, so they can only be created by a miner willing to sacrifice their allowed income for creating a block of at least 12.5 BTC (about $80,000 USD as of this writing). This release eliminates the crash, allowing the software to quietly reject such invalid blocks.
For a complete list of changes, please see the release notes. If have any questions, please stop by our IRC chatroom and we’ll do our best to help you.
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with 1 comment /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 18, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with 1 comment /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 17, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 16, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 16, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 16, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 15, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 15, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with 1 comment /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 14, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 13, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 12, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 11, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 10, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 09, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 09, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 09, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 09, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 08, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 08, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 07, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 06, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 05, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 04, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 03, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 02, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 02, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 02, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 01, 2018 / in CoinDesk, Coins Feeds / with No comments /
September 01, 2018 / in CoinDesk, Coins Feeds / with No comments /