Bitcoin Forum
May 05, 2024, 08:41:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: Bitcoin Core 0.10.1 has been released  (Read 11797 times)
HostFat (OP)
Staff
Legendary
*
Offline Offline

Activity: 4214
Merit: 1203


I support freedom of choice


View Profile WWW
April 27, 2015, 01:53:28 PM
 #1

Bitcoin Core version 0.10.1 is now available from:

https://bitcoin.org/bin/bitcoin-core-0.10.1/

This is a new minor version release, bringing bug fixes and translation
updates. It is recommended to upgrade to this version.

Please report bugs using the issue tracker at github:

https://github.com/bitcoin/bitcoin/issues

Upgrading and downgrading
=========================

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

Downgrade warning
------------------

Because release 0.10.0 and later makes use of headers-first synchronization and
parallel block download (see further), the block files and databases are not
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:

* Blocks will be stored on disk out of order (in the order they are
received, really), which makes it incompatible with some tools or
other programs. Reindexing using earlier versions will also not work
anymore as a result of this.

* The block index database will now hold headers for which no block is
stored on disk, which earlier versions won't support.

If you want to be able to downgrade smoothly, make a backup of your entire data
directory. Without this your node will need start syncing (or importing from
bootstrap.dat) anew afterwards. It is possible that the data from a completely
synchronised 0.10 node may be usable in older versions as-is, but this is not
supported and may break as soon as the older version attempts to reindex.

This does not affect wallet forward or backward compatibility.

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

This is a minor release and hence there are no notable changes.
For the notable changes in 0.10, refer to the release notes for the
0.10.0 release at https://github.com/bitcoin/bitcoin/blob/v0.10.0/doc/release-notes.md

0.10.1 Change log
=================

Detailed release notes follow. This overview includes changes that affect external
behavior, not code moves, refactors or string updates.

RPC:
- `7f502be` fix crash: createmultisig and addmultisigaddress
- `eae305f` Fix missing lock in submitblock

Block (database) and transaction handling:
- `1d2cdd2` Fix InvalidateBlock to add chainActive.Tip to setBlockIndexCandidates
- `c91c660` fix InvalidateBlock to repopulate setBlockIndexCandidates
- `002c8a2` fix possible block db breakage during re-index
- `a1f425b` Add (optional) consistency check for the block chain data structures
- `1c62e84` Keep mempool consistent during block-reorgs
- `57d1f46` Fix CheckBlockIndex for reindex
- `bac6fca` Set nSequenceId when a block is fully linked

P2P protocol and network code:
- `78f64ef` don't trickle for whitelisted nodes
- `ca301bf` Reduce fingerprinting through timestamps in 'addr' messages.
- `200f293` Ignore getaddr messages on Outbound connections.
- `d5d8998` Limit message sizes before transfer
- `aeb9279` Better fingerprinting protection for non-main-chain getdatas.
- `cf0218f` Make addrman's bucket placement deterministic (countermeasure 1 against eclipse attacks, see http://cs-people.bu.edu/heilman/eclipse/)
- `0c6f334` Always use a 50% chance to choose between tried and new entries (countermeasure 2 against eclipse attacks)
- `214154e` Do not bias outgoing connections towards fresh addresses (countermeasure 2 against eclipse attacks)
- `aa587d4` Scale up addrman (countermeasure 6 against eclipse attacks)
- `139cd81` Cap nAttempts penalty at 8 and switch to pow instead of a division loop

Validation:
- `d148f62` Acquire CCheckQueue's lock to avoid race condition

Build system:
- `8752b5c` 0.10 fix for crashes on OSX 10.6

Wallet:
- N/A

GUI:
- `2c08406` some mac specifiy cleanup (memory handling, unnecessary code)
- `81145a6` fix OSX dock icon window reopening
- `786cf72` fix a issue where "command line options"-action overwrite "Preference"-action (on OSX)

Tests:
- `1117378` add RPC test for InvalidateBlock

Miscellaneous:
- `c9e022b` Initialization: set Boost path locale in main thread
- `23126a0` Sanitize command strings before logging them.
- `323de27` Initialization: setup environment before starting QT tests
- `7494e09` Initialization: setup environment before starting tests
- `df45564` Initialization: set fallback locale as environment variable

Credits
=======

Thanks to everyone who directly contributed to this release:

- Alex Morcos
- Cory Fields
- dexX7
- fsb4000
- Gavin Andresen
- Gregory Maxwell
- Ivan Pustogarov
- Jonas Schnelli
- Matt Corallo
- mrbandrews
- Pieter Wuille
- Ruben de Vries
- Suhas Daftuar
- Wladimir J. van der Laan

And all those who contributed additional code review and/or security research:
- 21E14
- Alison Kendler
- Aviv Zohar
- Ethan Heilman
- Evil-Knievel
- fanquake
- Jeff Garzik
- Jonas Nick
- Luke Dashjr
- Patrick Strateman
- Philip Kaufmann
- Sergio Demian Lerner
- Sharon Goldberg

As well as everyone that helped translating on Transifex - https://www.transifex.com/projects/p/bitcoin/

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714941696
Hero Member
*
Offline Offline

Posts: 1714941696

View Profile Personal Message (Offline)

Ignore
1714941696
Reply with quote  #2

1714941696
Report to moderator
1714941696
Hero Member
*
Offline Offline

Posts: 1714941696

View Profile Personal Message (Offline)

Ignore
1714941696
Reply with quote  #2

1714941696
Report to moderator
1714941696
Hero Member
*
Offline Offline

Posts: 1714941696

View Profile Personal Message (Offline)

Ignore
1714941696
Reply with quote  #2

1714941696
Report to moderator
manselr
Legendary
*
Offline Offline

Activity: 868
Merit: 1004


View Profile
April 27, 2015, 02:10:52 PM
 #2

Is it recommended to delete your blockchain and download a fresh one even if it works just ok with your current one? It would be pretty annoying since it's very slow to download the whole thing, but even then, im pretty paranoid and i want a correctly working blockchain.
basementdweller
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
April 27, 2015, 02:48:52 PM
 #3

Great! I didn't upgrade to 0.10.0, but after no serious problems reported with 0.10.0 and these fixes I now feel the urge to do it. Smiley

Is it recommended to delete your blockchain and download a fresh one even if it works just ok with your current one? It would be pretty annoying since it's very slow to download the whole thing, but even then, im pretty paranoid and i want a correctly working blockchain.

I don't think so. Why should you? What I understand is that blockchain issues should only be expected when downgrading.
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 27, 2015, 05:14:57 PM
 #4

Great, hopefully this version will fix the problem where my Core closes randomly with no error and nothing shown in the logs.
Supercrypt
Legendary
*
Offline Offline

Activity: 1554
Merit: 1054



View Profile
April 28, 2015, 04:30:59 AM
 #5

when i have downloaded this new version it started reindexing whole blockchain, it there any option to stop reindexing
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
April 28, 2015, 08:46:09 AM
 #6

when i have downloaded this new version it started reindexing whole blockchain, it there any option to stop reindexing

If its reindexing its because it needs to rebuild the index from the block files in order to work properly. You can stop it by closing the client, but you wont be able to use it without it finishing first.

btw: I did not have any problem when updating.

Im not really here, its just your imagination.
unamis76
Legendary
*
Offline Offline

Activity: 1512
Merit: 1005


View Profile
April 28, 2015, 10:03:24 AM
 #7

So apparently this was a bug indeed: https://bitcointalk.org/index.php?topic=944369.0 Smiley Glad it was fixed
BitcoinINV
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
April 29, 2015, 06:01:21 AM
 #8

awsome, i think its better now , bugs are fixed, liked the wroked done keep it up Cool Cool

Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 29, 2015, 06:58:02 AM
 #9

nothing changed on my side, 0.1 was wokring flawless, i think that some bugs are not only client related, in the sense that they come out with a bad os configuration/corrupted os
Mikestang
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
April 29, 2015, 08:17:58 AM
 #10

Great, hopefully this version will fix the problem where my Core closes randomly with no error and nothing shown in the logs.

Nah it probably won't.

You were right, had 0.10.1 close itself silently on me today.
M95
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
April 29, 2015, 02:44:43 PM
 #11

I haven't noticed much difference from the update though  Angry
zip420
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile WWW
May 01, 2015, 09:09:30 AM
 #12

Awesome, will have to upgrade soon  Wink
EarthcoinThinker
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
May 01, 2015, 08:44:36 PM
 #13

 Roll Eyes am still sync it on my networks waiting how does it works Grin
PremiumCodeX
Hero Member
*****
Offline Offline

Activity: 1204
Merit: 531


Metaverse 👾 Cyberweapons


View Profile
May 02, 2015, 03:28:04 PM
 #14

You may upgrade since the users I have discussed it with reported no serious problems and I neither experienced such thing. If the previous version works well at you, why would you not upgrade? And if the previous version was bugged at you, the new one may solve your problems. Anyway, enjoy and feel free to write a feedback how the process went! It was just fine at me.

[TUTORIAL] How to steal $350 000?
Best OS for recovering stolen BTCs.
Visit our FREE Bitcointalk thread.
knight22
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


--------------->¿?


View Profile
May 03, 2015, 05:34:48 AM
 #15

Upgrading  Smiley

TurdHurdur
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
May 04, 2015, 04:15:51 AM
 #16

Having a build issue on Debian Squeeze-LTS:

Code:
CXX    libbitcoin_util_a-util.o
util.cpp: In function ‘void ShrinkDebugFile()’:
util.cpp:636: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
util.cpp: In function ‘void SetupEnvironment()’:
util.cpp:728: error: ‘imbue’ is not a member of ‘boost::filesystem::path’
make[2]: *** [libbitcoin_util_a-util.o] Error 1
make[2]: Leaving directory `/usr/local/src/bitcoin-core-0.10.1/bitcoin-0.10.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/bitcoin-core-0.10.1/bitcoin-0.10.1/src'
make: *** [all-recursive] Error 1
Jsynnthegr8
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 05, 2015, 09:21:25 PM
 #17

Wish me luck about to try!! Cheesy will update
AngelLox
Sr. Member
****
Offline Offline

Activity: 466
Merit: 250



View Profile
May 08, 2015, 08:51:38 PM
 #18

Hi, i'm new around here, i was wondering if using wallets that don't require downloading the whole blockchain (multibit) is less safe than Bitcoin Core.
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
May 08, 2015, 09:17:20 PM
 #19

Hi, i'm new around here, i was wondering if using wallets that don't require downloading the whole blockchain (multibit) is less safe than Bitcoin Core.

No. SPV clients that allow you control over your private keys (like Multibit or Electrum) are for all general purposes as safe as a full node.

Im not really here, its just your imagination.
BTC_Superman
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 10, 2015, 07:16:25 AM
 #20

updating, give feedback later. Hope, all bugs issue are solved.
Pages: [1] 2 3 »  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!