Bitcoin Forum
May 21, 2024, 08:39:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 [5]  All
  Print  
Author Topic: Bitcoin Core 0.14.2 Released  (Read 37979 times)
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
September 09, 2017, 11:04:19 PM
 #81

did anyone know a trusted torrent link to download the bitcoin blockchain?

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
eb9109
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 10, 2017, 12:54:58 AM
 #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
Foxpup
Legendary
*
Offline Offline

Activity: 4368
Merit: 3045


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
September 10, 2017, 03:54:17 AM
 #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=<location>"

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

Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
eb9109
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
September 10, 2017, 03:12:16 PM
 #84


"bitcoin-qt -datadir=<location>"

<Location> 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
thelastman
Full Member
***
Offline Offline

Activity: 255
Merit: 100

thelastman


View Profile
September 11, 2017, 01:41:56 PM
 #85

i have to update again, that'll take too much time

do just like you already have
sachinunchwal02
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 11, 2017, 06:42:31 PM
 #86

The release is a minor new version, covering “various bugfixes and performance improvements, as well as updated translations”
Islampower
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
September 11, 2017, 07:09:09 PM
 #87

Bitcoin Core version 0.14.2 is now available from:

  <https://bitcoin.org/bin/bitcoin-core-0.14.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/>

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
nibor
Sr. Member
****
Offline Offline

Activity: 438
Merit: 291


View Profile
September 11, 2017, 09: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!
Valnurat
Full Member
***
Offline Offline

Activity: 167
Merit: 100


View Profile
September 13, 2017, 11: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?
Meuh6879
Legendary
*
Offline Offline

Activity: 1512
Merit: 1011



View Profile
September 13, 2017, 05: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.
sappel99
Newbie
*
Offline Offline

Activity: 52
Merit: 0


View Profile
September 14, 2017, 05:59:53 PM
 #91

yes that is very true.

https://bitcoin.org/en/you-need-to-know
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
September 14, 2017, 07: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.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3402
Merit: 6642


Just writing some code


View Profile WWW
September 14, 2017, 08: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://bitcointalk.org/index.php?topic=2176816.0

I chopped off the credits and some PRs to make it fit.

Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
September 14, 2017, 08: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://bitcointalk.org/index.php?topic=2176816.0

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.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
pk4sona
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 15, 2017, 03:06:58 PM
 #95

Is it better to download complete wallet or have an online wallet?
Johj
Member
**
Offline Offline

Activity: 176
Merit: 12


View Profile
September 15, 2017, 03:11:36 PM
 #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
Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
September 15, 2017, 05: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.

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
achow101 (OP)
Staff
Legendary
*
Offline Offline

Activity: 3402
Merit: 6642


Just writing some code


View Profile WWW
September 20, 2017, 08:39:31 PM
 #98

Bitcoin Core 0.15.0.1 has been released: https://bitcointalk.org/index.php?topic=2191238.0

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

Pages: « 1 2 3 4 [5]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!