Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: HostFat on April 27, 2015, 01:53:28 PM



Title: Bitcoin Core 0.10.1 has been released
Post by: HostFat on April 27, 2015, 01:53:28 PM
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/


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: manselr on April 27, 2015, 02:10:52 PM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: basementdweller on April 27, 2015, 02:48:52 PM
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. :)

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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Mikestang on April 27, 2015, 05:14:57 PM
Great, hopefully this version will fix the problem where my Core closes randomly with no error and nothing shown in the logs.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Supercrypt on April 28, 2015, 04:30:59 AM
when i have downloaded this new version it started reindexing whole blockchain, it there any option to stop reindexing


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: shorena on April 28, 2015, 08:46:09 AM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: unamis76 on April 28, 2015, 10:03:24 AM
So apparently this was a bug indeed: https://bitcointalk.org/index.php?topic=944369.0 :) Glad it was fixed


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: BitcoinINV on April 29, 2015, 06:01:21 AM
awsome, i think its better now , bugs are fixed, liked the wroked done keep it up 8) 8)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Amph on April 29, 2015, 06:58:02 AM
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


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Mikestang on April 29, 2015, 08:17:58 AM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: M95 on April 29, 2015, 02:44:43 PM
I haven't noticed much difference from the update though  >:(


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: zip420 on May 01, 2015, 09:09:30 AM
Awesome, will have to upgrade soon  ;)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: EarthcoinThinker on May 01, 2015, 08:44:36 PM
 ::) am still sync it on my networks waiting how does it works ;D


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: PremiumCodeX on May 02, 2015, 03:28:04 PM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: knight22 on May 03, 2015, 05:34:48 AM
Upgrading  :)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: TurdHurdur on May 04, 2015, 04:15:51 AM
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


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Jsynnthegr8 on May 05, 2015, 09:21:25 PM
Wish me luck about to try!! :D will update


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: AngelLox on May 08, 2015, 08:51:38 PM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: shorena on May 08, 2015, 09:17:20 PM
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.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: BTC_Superman on May 10, 2015, 07:16:25 AM
updating, give feedback later. Hope, all bugs issue are solved.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: dave1974 on May 11, 2015, 06:46:58 AM
I don't know why but BC 0.10.1 is slower than BC 0.10.0 on my computer ....

Maybe I will downgrade ..


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Mikestang on May 11, 2015, 05:46:49 PM
I keep receiving "fatal errors" and the log shows db corruption.  I uninstalled 0.10.1 this morning, deleted the blockchain, reinstalled, and am now re-indexing.  Hopefully that clears it up.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: JayCrypto on May 14, 2015, 01:37:53 PM
I don't know why but BC 0.10.1 is slower than BC 0.10.0 on my computer ....

Maybe I will downgrade ..

The same for me, i'm going to downgrade this evening!


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: rmorris1965 on May 17, 2015, 06:14:59 AM
Join the downgrade party!!  ;D


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Meuh6879 on May 17, 2015, 12:15:34 PM
v10.2 rc1 is ready for the beta user ...  ;)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Amph on May 18, 2015, 07:25:59 AM
even with this version, there is still the problem of the synching hanging there sometimes for too much time, is this just a node releated issue? or something wrong with the client?


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Grand_Voyageur on May 18, 2015, 07:12:02 PM
Updated Today. So far all went smooth...I really hope all bugs had been solved.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Meuh6879 on May 19, 2015, 08:51:22 PM
https://bitcoin.org/bin/bitcoin-core-0.10.2/

bitcoin core v0.10.2 FiNAL is here (without beta indicator  :D )
now, it's serious !  ;D

http://media.tumblr.com/0bdbb5dcbc234e280b94476f7cd90f7e/tumblr_inline_mi8pklhQLN1qz4rgp.gif


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Mikestang on May 19, 2015, 09:07:46 PM
So far with v.10 and v.10.1 I've had to resync the entire blockchain.  I bet with v.10.2 I'll be doing it yet again...  ::)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Meuh6879 on May 20, 2015, 05:37:24 PM
i'm directly go from 0.9.1 to 0.10.2 without any problem or resync. (yes, i read my debug.log).


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: bandana on May 21, 2015, 11:04:10 AM
wow ! its good to know that bitcoin core has an ugrade too.
further upgrading will lead to a beautiful life. bitcoin is wonderful. its a great way to help people, to earn  income etc..
people should use it more and more.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: BigCat45 on May 21, 2015, 11:09:28 AM
i'm directly go from 0.9.1 to 0.10.2 without any problem or resync. (yes, i read my debug.log).
Same here


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: RomZ on May 21, 2015, 04:06:23 PM
If i'm upgrading from v0.9.3 upto 0.10.2 will i have to re-download the whole blockchain again?


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Meuh6879 on May 21, 2015, 09:47:07 PM
No.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: nikhil123 on May 25, 2015, 04:54:29 PM
very nice information comes
that new version release


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: tognellacom on May 26, 2015, 08:02:00 AM
Dear All

How Long does it taks to downlaod the whole blockchain. My sync is running since 5 days.

Kind regards Patrick


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: RomZ on May 26, 2015, 04:44:37 PM
No.

Excellent :) All upgraded without any issues, with all the hoo haa in this thread i wasnt sure what to expect :)

Dear All

How Long does it taks to downlaod the whole blockchain. My sync is running since 5 days.

Kind regards Patrick

How fast are you downloading it? its about 47GB...


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: overc on May 27, 2015, 01:40:16 AM
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

Did you fix that?
I have the same problem on CentOS 6 with 0.10.2:
util.cpp:729: error: ‘imbue’ is not a member of ‘boost::filesystem::path’


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: magaiver007 on May 29, 2015, 08:20:58 PM
Could someone explain a bit more about it please, and if you can from the  oldest release, thank you very much.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Newar on June 04, 2015, 03:29:40 AM
Could someone explain a bit more about it please, and if you can from the  oldest release, thank you very much.

https://en.bitcoin.it/wiki/Bitcoin_Core
https://bitcoin.org/en/version-history


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: deanlara on June 10, 2015, 08:00:48 AM
Great! thanks for sharing such a nice information.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: cellard on June 11, 2015, 12:12:34 AM
Hi, my performance is still extremely poor. I've got a good laptop (i5, 4GB Ram) and it takes ages to load the wallet, then more to sync. It sometimes gets stuck and doesn't download any new block even if I got like 10 peers, so I have to restart it. the .exe is whitelisted on my AV/Firewall.
What can I do to improve performance?


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: ambitlons on June 11, 2015, 01:09:12 AM
Yes thanks for sharing hopefully I will like this better.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: abdoel on June 11, 2015, 07:55:44 AM
Fabulous! thanks for sharing, nice information.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: vanessa11 on June 12, 2015, 08:03:22 PM
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/


IF I only new how bitcoin works :(


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: visa-virtual.su on June 18, 2015, 08:29:30 PM
Wish me luck about to try!!


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: nekochan05 on June 19, 2015, 12:44:57 PM
thank you for sharing this information.
your thread helping me so much.
i will try it.



Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Prominer99 on June 23, 2015, 09:01:24 PM
Thank you dear :)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Anony on June 26, 2015, 09:43:07 AM
Thank you dear :)
Happy to hear it  ;D
As per my study :
In previous version Blocks will be stored on disk out of order (in the order they are received, really), which makes it incompatible with some tools.
where as in new version block use headers-first synchronization method.The block index database will now hold headers for which no block is stored on disk. ;D :)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: coaltin on July 01, 2015, 06:43:22 PM
bitcoin world has been moving so fast that bitcoin core is in subversion under 1 - 0.10.1 but blockchain 2.0 is taking shape :)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: jorjito25 on July 02, 2015, 12:15:44 AM
Do you think there ever will be a Bitcoin Core 1.0? I think it might go as long as "Bitcoin Core 1.0 beta"  ;)


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: Slark on July 04, 2015, 03:23:32 PM
I was using old version of Bitcoin Core, today I wanted to update it to ver. 0.10.2. I downloaded installer and copied files to my old BitcoinCore folder to replace them, but now I am stuck on "block verification x%" even though I have blockchain updated. Is this normal?

Edit: Apparently this procedure was meant to check existing blockchain, not download it from the scratch. It last for couple minutes and everything is fine as far as I can tell.


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: induktor on July 05, 2015, 02:13:10 AM
Hello, since the earlier today fork event, and the scary warning i got on the core wallet, i decide to update.

I was using 0.8.6, uninstalled, installed the win64 bit version 0.10.2 with the installer, and the weird thing is that it didn't reindex anything.
only did a very fast check that probably take like 30 seconds, and start updating blocks.

How can I know if its ok?.

it seems fully updated to me but if there is a way to check it would be great.

I am runing it on a big ass server with 15K sas drives and xeon processors so a reindex probably will not take much on this machine, but at least i was expecting, i don't know, 5 minutes, but not 30 seconds


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: shorena on July 05, 2015, 12:15:23 PM
Hello, since the earlier today fork event, and the scary warning i got on the core wallet, i decide to update.

I was using 0.8.6, uninstalled, installed the win64 bit version 0.10.2 with the installer, and the weird thing is that it didn't reindex anything.
only did a very fast check that probably take like 30 seconds, and start updating blocks.

How can I know if its ok?.

Thats somewhat expected. The new software is still using the exact same data in a very similar way. There is no reason to rebuild the database or redownload the blockchain.

it seems fully updated to me but if there is a way to check it would be great.

I am runing it on a big ass server with 15K sas drives and xeon processors so a reindex probably will not take much on this machine, but at least i was expecting, i don't know, 5 minutes, but not 30 seconds

It was probably just catching up on the missing blocks. You can do a manual reindex if that calms you down. Launch as normal but add -reindex.

E.g. Linux:

bitcoin-cli -reindex from terminal

Windows:

Win + R (for run dialog)
enter c:\Program Files\Bitcoin\bitcoin-qt.exe -reindex
"ok"


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: induktor on July 06, 2015, 05:27:55 PM
Thank you shorena  :)
if you say it's normal, i'm cool  ;D


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: bumm on July 08, 2015, 08:19:57 AM
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/


IF I only new how bitcoin works :(

bitcoin is a payment system through which you can transact funds without any intermediary.... you can search and lean more about it on google.... there are many ways to earn and spend bitcoin..... it is very versatile in nature all though....


Title: Re: Bitcoin Core 0.10.1 has been released
Post by: resoltech on July 09, 2015, 05:35:36 AM
Awesome !!