Monday, 31 December 2018

Crypto Mom’s Crusade: Inside the SEC, Hester Peirce Is Putting Up a Fight

Having worked over a decade in government before becoming a commissioner to the U.S. Securities and Exchange Commission (SEC), Hester Peirce is a regulator well-versed in matters of both rulemaking and securities law.

from CoinDesk http://bit.ly/2ApkBH8

Sunday, 30 December 2018

2018 Was the Reality Check. 2019 Starts the Crypto Comeback

Micah Winkelspecht is CEO and founder of Gem, a crypto portfolio app company based in Los Angeles, The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  If 2017 was the year of irrational exuberance, 2018 became the year of reality checks when the market sputtered and crashed. I predict that this year will […]

from CoinDesk http://bit.ly/2BPce7v

The End of the First Crypto Decade

Massimo Morini is a veteran in investment banks and financial institutions including the World Bank. Some of his research on blockchain was reported here and here. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  The end of 2018 is not the end of a year. It is the end of a decade, a decade that changed the world […]

from CoinDesk http://bit.ly/2BNieOb

Saturday, 29 December 2018

Where the Future of Crypto Payments Is Being Built

Leah Callon-Butler is the co-founder of Intimate.io, a token project aiming to bring payments, privacy and reputation to the adult industry. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  “The stars have aligned,” he said, the room hanging on his every word. “In the same way that the industrial revolution created the […]

from CoinDesk http://bit.ly/2AkNrbo

Friday, 28 December 2018

The True Crypto Alternative to Government Money

Evan Kuo is the co-founder of Ampleforth (formerly Fragments), a startup developing advanced technological solutions for the stablecoin market, and the former founder of on-demand delivery startup Pythagoras Pizza. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  “I don’t believe we shall ever have a good money again before we take the […]

from CoinDesk http://bit.ly/2BKcbdm

Thursday, 27 December 2018

Building With the Enemy: It’s the Crypto Network That Makes Us Strong

Ian Simpson is chairman of communications at the Crypto Valley Association, an organization that supports the Swiss blockchain sector. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  “Grin and bear it,” they say. And in the current crypto market conditions, many people, on all sides, are “bearing” it, most without any grin […]

from CoinDesk http://bit.ly/2SpzIr9

The Cost of Not Engaging Regulators

Zachary Fallon and James Blakemore are securities law attorneys who lead Ketsal Consulting, a strategic advisory firm focused on blockchain compliance. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  If the top cryptocurrency story of 2018 was the arrival of winter, a close and inextricably intertwined second was regulatory oversight. The regulators are in […]

from CoinDesk http://bit.ly/2Ri9iKu

12 Markets Crypto Can Actually Improve

Kyle Samani is a Managing Partner at Multicoin Capital, a thesis-driven cryptofund that invests in tokens reshaping entire sectors of the global economy. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  Over the last 20 years, a lot of companies have built large online marketplaces to connect buyers and sellers. Amazon, eBay, […]

from CoinDesk http://bit.ly/2RiynVC

Wednesday, 26 December 2018

Tuesday, 25 December 2018

Layoffs Underway Amid Business Adjustments, Bitcoin Miner Bitmain Confirms

Months after it filed an application to go public on the Hong Kong Stock Exchange, Beijing-based cryptocurrency mining giant Bitmain is undergoing a series of business changes that extend even to its China offices, the company confirmed Tuesday. “There has been some adjustment to our staff this year as we continue to build a long-term, […]

from CoinDesk http://bit.ly/2ELyG4C

Why A Cooling Crypto Market Will Bring the Change We Need

Sheila Warren is head of blockchain and distributed ledger technology at the World Economic Forum. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  After about a year of market upheaval, a few things seem clear: blockchain technology is still best-suited to core use cases involving needs like censorship resistance, and a lot […]

from CoinDesk http://bit.ly/2QS4IDm

Bitcoin Core 0.17.1

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.17.1 is now available from:

https://bitcoincore.org/bin/bitcoin-core-0.17.1/

This is a new minor version release, with 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/

How to Upgrade

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).

If your node has a txindex, the txindex db will be migrated the first time you run 0.17.0 or newer, which may take up to a few hours. Your node will not be functional until this migration completes.

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. Upgrading directly from 0.7.x and earlier without redownloading the blockchain is not supported. However, as usual, old wallet versions are still supported.

Downgrading warning

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.

Compatibility

Bitcoin Core is extensively tested on multiple operating systems using the Linux kernel, macOS 10.10+, and Windows 7 and newer (Windows XP is not supported).

Bitcoin Core should also work on most other Unix-like systems but is not frequently tested on them.

From 0.17.0 onwards macOS <10.10 is no longer supported. 0.17.0 is built using Qt 5.9.x, which doesn’t support versions of macOS older than 10.10.

Notable changes

listtransactions label support

The listtransactions RPC account parameter which was deprecated in 0.17.0 and renamed to dummy has been un-deprecated and renamed again to label.

When bitcoin is configured with the -deprecatedrpc=accounts setting, specifying a label/account/dummy argument will return both outgoing and incoming transactions. Without the -deprecatedrpc=accounts setting, it will only return incoming transactions (because it used to be possible to create transactions spending from specific accounts, but this is no longer possible with labels).

When -deprecatedrpc=accounts is set, it’s possible to pass the empty string “” to list transactions that don’t have any label. Without -deprecatedrpc=accounts, passing the empty string is an error because returning only non-labeled transactions is not generally useful behavior and can cause confusion.

0.17.1 change log

P2P protocol and network code

  • #14685 9406502 Fix a deserialization overflow edge case (kazcw)
  • #14728 b901578 Fix uninitialized read when stringifying an addrLocal (kazcw)

Wallet

  • #14441 5150acc Restore ability to list incoming transactions by label (jnewbery)
  • #13546 91fa15a Fix use of uninitialized value bnb_used in CWallet::CreateTransaction(…) (practicalswift)
  • #14310 bb90695 Ensure wallet is unlocked before signing (gustavonalle)
  • #14690 5782fdc Throw error if CPubKey is invalid during PSBT keypath serialization (instagibbs)
  • #14852 2528443 backport: [tests] Add wallet_balance.py (MarcoFalke)
  • #14196 3362a95 psbt: always drop the unnecessary utxo and convert non-witness utxo to witness when necessary (achow101)
  • #14588 70ee1f8 Refactor PSBT signing logic to enforce invariant and fix signing bug (gwillen)
  • #14424 89a9a9d Stop requiring imported pubkey to sign non-PKH schemes (sipa, MeshCollider)

RPC and other APIs

  • #14417 fb9ad04 Fix listreceivedbyaddress not taking address as a string (etscrivner)
  • #14596 de5e48a Bugfix: RPC: Add address_type named param for createmultisig (luke-jr)
  • #14618 9666dba Make HTTP RPC debug logging more informative (practicalswift)
  • #14197 7bee414 [psbt] Convert non-witness UTXOs to witness if witness sig created (achow101)
  • #14377 a3fe125 Check that a separator is found for psbt inputs, outputs, and global map (achow101)
  • #14356 7a590d8 Fix converttopsbt permitsigdata arg, add basic test (instagibbs)
  • #14453 75b5d8c Fix wallet unload during walletpassphrase timeout (promag)

GUI

  • #14403 0242b5a Revert “Force TLS1.0+ for SSL connections” (real-or-random)
  • #14593 df5131b Explicitly disable “Dark Mode” appearance on macOS (fanquake)

Build system

  • #14647 7edebed Remove illegal spacing in darwin.mk (ch4ot1c)
  • #14698 ec71f06 Add bitcoin-tx.exe into Windows installer (ken2812221)

Tests and QA

  • #13965 29899ec Fix extended functional tests fail (ken2812221)
  • #14011 9461f98 Disable wallet and address book Qt tests on macOS minimal platform (ryanofsky)
  • #14180 86fadee Run all tests even if wallet is not compiled (MarcoFalke)
  • #14122 8bc1bad Test rpc_help.py failed: Check whether ZMQ is enabled or not (Kvaciral)
  • #14101 96dc936 Use named args in validation acceptance tests (MarcoFalke)
  • #14020 24d796a Add tests for RPC help (promag)
  • #14052 7ff32a6 Add some actual witness in rpc_rawtransaction (MarcoFalke)
  • #14215 b72fbab Use correct python index slices in example test (sdaftuar)
  • #14024 06544fa Add TestNode::assert_debug_log (MarcoFalke)
  • #14658 60f7a97 Add test to ensure node can generate all rpc help texts at runtime (MarcoFalke)
  • #14632 96f15e8 Fix a comment (fridokus)
  • #14700 f9db08e Avoid race in p2p_invalid_block by waiting for the block request (MarcoFalke)
  • #14845 67225e2 Add wallet_balance.py (jnewbery)

Documentation

Credits

Thanks to everyone who directly contributed to this release:

  • Andrew Chow
  • Chun Kuan Lee
  • David A. Harding
  • Eric Scrivner
  • fanquake
  • fridokus
  • Glenn Willen
  • Gregory Sanders
  • gustavonalle
  • John Newbery
  • Jon Layton
  • Jonas Schnelli
  • João Barbosa
  • Kaz Wesley
  • Kvaciral
  • Luke Dashjr
  • MarcoFalke
  • MeshCollider
  • Pieter Wuille
  • practicalswift
  • Russell Yanofsky
  • Sjors Provoost
  • Suhas Daftuar
  • Tim Ruffing
  • Walter
  • Wladimir J. van der Laan

As well as everyone that helped translating on Transifex.



from Bitcoin Core http://bit.ly/2EO2luG

Bitcoin Core 0.17.1 Released

Bitcoin Core version 0.17.1 is now available for download containing several bug fixes and minor improvements. 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.



from Bitcoin Core http://bit.ly/2EQHDuv

Monday, 24 December 2018

Backed By Volume, Bitcoin’s Eyes $4.4K Price Target

The price of bitcoin is back above $4,000, and is eyeing a move upwards. The world’s largest cryptocurrency by market capitalization had been trapped within a symmetrical triangle, suppressing its range between $3,788 and $4,153 over a period of four days, that is, until it broke out above $4,200 at 12:40 UTC today. At press […]

from CoinDesk http://bit.ly/2EJTR89

Sunday, 23 December 2018

Why Traders Say Volume Is Crypto Price Indicator of Choice

When it comes to analyzing markets, developing your own trading style can be the difference between a successful trade or financial pain. Traders utilize a variety of indicators in order to add layers of confirmation to their bias in order to get the most accurate results. But what if you could only choose one indicator to […]

from CoinDesk http://bit.ly/2EGhzkC

Saturday, 22 December 2018

Friday, 21 December 2018

Thursday, 20 December 2018

Bitcoin’s Tick Problem (Getting Screwed on Crypto Exchanges)

Dan Cawrey is the CEO of Pactum Capital, a financial services firm focused on managing risk with cryptocurrency derivatives. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  Published writers say it. Powerful businesspeople say it. Elite athletes say it. Investors with a track record of smart decision-making say it; “Consistency is the […]

from CoinDesk https://ift.tt/2UYPc74

Wednesday, 19 December 2018

Tuesday, 18 December 2018

Monday, 17 December 2018

Sunday, 16 December 2018

Saturday, 15 December 2018

Friday, 14 December 2018

When There’s Blood in the Street (Why It’s Not Quite Time to Be Long Crypto)

Timothy Enneking is the founder and the primary principal of Digital Capital Management, LLC (DCM). ——————- Two members of the Rothschild family are credited, perhaps incorrectly, with the (in)famous quote regarding investing: “When there is blood in the street” (James (mid-19th century) and Nathan (after the battle of Waterloo)). The family has been one of […]

from CoinDesk https://ift.tt/2Lgzkbu

Thursday, 13 December 2018

Violent Delights Lead to Violent Ends: Rebuilding After the Crypto Crash

Dovey Wan is a founding partner of Primitive Ventures, a global venture investment firm with a focus on blockchain. You can follow her on Twitter at @doveywan.  The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  While emerging assets are always turbulent, 2018 has been an especially violent year for the crypto markets. Many […]

from CoinDesk https://ift.tt/2GskIHx

Wednesday, 12 December 2018

Crypto 2018 Was a Tale Told By An Idiot – But It Doesn’t Have to Signify Nothing

James Greaves is the co-founder of Glyph, an identity service built for the blockchain era. The following is an exclusive contribution to CoinDesk’s 2018 Year in Review.  I’m completely out of crypto and I’ve been selling my bitcoin and ether all year. Does that disgust you? Disappoint you? If you just met me, I’m guessing […]

from CoinDesk https://ift.tt/2zV3zQY

Tuesday, 11 December 2018

Monday, 10 December 2018

Sunday, 9 December 2018

Saturday, 8 December 2018

Friday, 7 December 2018

Thursday, 6 December 2018

Wednesday, 5 December 2018

Tuesday, 4 December 2018

Monday, 3 December 2018

Sunday, 2 December 2018

Saturday, 1 December 2018