Pages:
Author

Topic: Bitcoin Core 0.14.2 Released (Read 37979 times)

staff
Activity: 3374
Merit: 6530
Just writing some code
September 20, 2017, 04:39:31 PM
#98
Bitcoin Core 0.15.0.1 has been released: https://bitcointalksearch.org/topic/bitcoin-core-01501-released-2191238

For technical support for Bitcoin Core 0.14.2 (or any other version of Bitcoin Core), please make a thread in the technical support section: https://bitcointalk.org/index.php?board=4.0
legendary
Activity: 2674
Merit: 2965
Terminated.
September 15, 2017, 01:22:53 PM
#97
Is it better to download complete wallet or have an online wallet?
You should avoid using an online wallet unless you want some trouble. Side note: This is not the place to discuss and not even ask that question. Read through some stickied threads (see Begginers & Help section), as well as use Google to find answers to trivial questions.

Again, this should be locked already.
member
Activity: 176
Merit: 12
September 15, 2017, 11:11:36 AM
#96
It's great to see Bitcoin continuing forward. So many seem to be blinded by prices as they completely forget the importance of the underlying tech!  Smiley
newbie
Activity: 2
Merit: 0
September 15, 2017, 11:06:58 AM
#95
Is it better to download complete wallet or have an online wallet?
legendary
Activity: 2674
Merit: 2965
Terminated.
September 14, 2017, 04:28:31 PM
#94
0.15.0 is finally released: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.15.0.md.

I tried posting the release notes, but that resulted in failure due to the character limit. Theymos needs to make a manual exception.
https://bitcointalksearch.org/topic/bitcoin-core-0150-released-2176816

I chopped off the credits and some PRs to make it fit.
I tried chopping off some parts of it, but wasn't sure whether theymos would find it acceptable in the way that I served it. Therefore, I just avoided it this time. Anyhow, I'll watch the thread in case that someone needs support. You might want to lock this one now.
staff
Activity: 3374
Merit: 6530
Just writing some code
September 14, 2017, 04:25:45 PM
#93
0.15.0 is finally released: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.15.0.md.

I tried posting the release notes, but that resulted in failure due to the character limit. Theymos needs to make a manual exception.
https://bitcointalksearch.org/topic/bitcoin-core-0150-released-2176816

I chopped off the credits and some PRs to make it fit.
legendary
Activity: 2674
Merit: 2965
Terminated.
September 14, 2017, 03:31:14 PM
#92
0.15.0 is finally released: https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.15.0.md.

I tried posting the release notes, but that resulted in failure due to the character limit. Theymos needs to make a manual exception.
newbie
Activity: 52
Merit: 0
September 14, 2017, 01:59:53 PM
#91
legendary
Activity: 1512
Merit: 1011
September 13, 2017, 01:55:47 PM
#90
Yes and No.

Yes if you want COLD STORAGE for 3 years ... no if you want to spend in the next month.
full member
Activity: 167
Merit: 100
September 13, 2017, 07:36:57 AM
#89
Small question and it might be lame, sorry for my lame knowledge.

If I want to buy bitcoin, should I then install this Bitcoin Core?
sr. member
Activity: 438
Merit: 291
September 11, 2017, 05:19:36 PM
#88
did anyone know a trusted torrent link to download the bitcoin blockchain?

As long as you download the BLOCKS and not the ChainState (UTXO) does not need to be trusted. Client will check all vs POW on startup - although even this takes a good few hours!
full member
Activity: 168
Merit: 100
September 11, 2017, 03:09:09 PM
#87
Bitcoin Core version 0.14.2 is now available from:

 

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:

 

To receive security and update notifications, please subscribe to:

 

Compatibility
==============

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](https://www.microsoft.com/en-us/WindowsForBusiness/end-of-xp-support),
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.

Notable changes
===============

miniupnp CVE-2017-8798
----------------------------

Bundled miniupnpc was updated to 2.0.20170509. This fixes an integer signedness error
(present in MiniUPnPc v1.4.20101221 through v2.0) that allows remote attackers
(within the LAN) to cause a denial of service or possibly have unspecified
other impact.

This only affects users that have explicitly enabled UPnP through the GUI
setting or through the `-upnp` option, as since the last UPnP vulnerability
(in Bitcoin Core 0.10.3) it has been disabled by default.

If you use this option, it is recommended to upgrade to this version as soon as
possible.

Known Bugs
==========

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.

0.14.2 Change log
=================

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.

### RPC and other APIs
- #10410 `321419b` Fix importwallet edge case rescan bug (ryanofsky)

### P2P protocol and network code
- #10424 `37a8fc5` Populate services in GetLocalAddress (morcos)
- #10441 `9e3ad50` Only enforce expected services for half of outgoing connections (theuni)

### Build system
- #10414 `ffb0c4b` miniupnpc 2.0.20170509 (fanquake)
- #10228 `ae479bc` Regenerate bitcoin-config.h as necessary (theuni)

### Miscellaneous
- #10245 `44a17f2` Minor fix in build documentation for FreeBSD 11 (shigeya)
- #10215 `0aee4a1` Check interruptNet during dnsseed lookups (TheBlueMatt)

### GUI
- #10231 `1e936d7` Reduce a significant cs_main lock freeze (jonasschnelli)

### Wallet
- #10294 `1847642` Unset change position when there is no change (instagibbs)

Credits
=======

Thanks to everyone who directly contributed to this release:

- Alex Morcos
- Cory Fields
- fanquake
- Gregory Sanders
- Jonas Schnelli
- Matt Corallo
- Russell Yanofsky
- Shigeya Suzuki
- Wladimir J. van der Laan

As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).



for all traders or investors  Smiley

The war of declarations between the whales returned  Angry  Embarrassed
Link to first comment
Where the 2 Segwayet support was announced by f2pool
It is one of the largest Chinese minerals
For information this update on Bitquin is very modern
It was approved in May and today the statements began to stop him
This can affect the price of the betquin and push the people to metabolize cash or etherium
Circulate cautiously
Not a call for sale but caution is required  Shocked  Smiley
newbie
Activity: 42
Merit: 0
September 11, 2017, 02:42:31 PM
#86
The release is a minor new version, covering “various bugfixes and performance improvements, as well as updated translations”
full member
Activity: 255
Merit: 100
thelastman
September 11, 2017, 09:41:56 AM
#85
i have to update again, that'll take too much time
newbie
Activity: 12
Merit: 0
September 10, 2017, 11:12:16 AM
#84

"bitcoin-qt -datadir="

must be a directory that already exists (though it may be empty), and since you must use this option every time you run it, it may be helpful to add it to a shortcut (or batch file, if that's the way you want to do it).

Thanks for the help and advice Foxpup, I will do this after 14.2 syncs...


....it will create a bcc wallet dat with a new bcc address and then I will have to split my bcc from my btc...I have read several guides but again any advice would be really helpful.....?

Thanks Again
legendary
Activity: 4326
Merit: 3041
Vile Vixen and Miss Bitcointalk 2021-2023
September 09, 2017, 11:54:17 PM
#83
May I ask how to make my bitcoin cash wallet create a seperate/new blockchain in a directory I choose the location of when I next open it?
"bitcoin-qt -datadir="

must be a directory that already exists (though it may be empty), and since you must use this option every time you run it, it may be helpful to add it to a shortcut (or batch file, if that's the way you want to do it).
newbie
Activity: 12
Merit: 0
September 09, 2017, 08:54:58 PM
#82
....you must use a separate data directory for each.

Thanks FOXPUP, reindexing now(I made a .bat with the command inside it in the dir of the Qt wallet 14.2)

May I ask how to make my bitcoin cash wallet create a seperate/new blockchain in a directory I choose the location of when I next open it? As you point out it assumes control of your existing blockchain yet needs differing configs for the split to succeed...

Thanks
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
September 09, 2017, 07:04:19 PM
#81
did anyone know a trusted torrent link to download the bitcoin blockchain?
full member
Activity: 138
Merit: 100
September 09, 2017, 10:29:02 AM
#80
Bitcoin core v 0.14.2 seeing more beauty then other older versions.
newbie
Activity: 34
Merit: 0
September 09, 2017, 08:00:25 AM
#79
It does not seem like there will be another network fork..what do you guys think
Pages:
Jump to: