Bitcoin Forum
May 09, 2024, 08:34:13 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)
deanlara
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 10, 2015, 08:00:48 AM
 #41

Great! thanks for sharing such a nice information.
1715286853
Hero Member
*
Offline Offline

Posts: 1715286853

View Profile Personal Message (Offline)

Ignore
1715286853
Reply with quote  #2

1715286853
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cellard
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
June 11, 2015, 12:12:34 AM
 #42

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?
ambitlons
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
June 11, 2015, 01:09:12 AM
 #43

Yes thanks for sharing hopefully I will like this better.
abdoel
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
June 11, 2015, 07:55:44 AM
 #44

Fabulous! thanks for sharing, nice information.
vanessa11
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 12, 2015, 08:03:22 PM
 #45

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 Sad
visa-virtual.su
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile WWW
June 18, 2015, 08:29:30 PM
 #46

Wish me luck about to try!!
nekochan05
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000



View Profile
June 19, 2015, 12:44:57 PM
 #47

thank you for sharing this information.
your thread helping me so much.
i will try it.


██████████████████████████████▄▄▄
████████████████████████████▄█████▄
█████████████████▄        ▄███▌ ▐███▄        ▄██
███████████████▐███▄    ▄█████████████▄    ▄███▌
█████████████████████▄ ▀███  █████  ███▀ ▄█████
████████████████▐██████▄ ▀███████████▀ ▄██████▌
█████████████████████████▄ ▀██▌ ▐██▀ ▄████████
█████████████████▐█████████▄ ▀███▀ ▄█████████▌

█████████████████████████████████████████████
Primedice
▀ ▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
Home of the High Rollers
▀ ▀▀ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀.Creators.



▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀ ▀
Most Popular Bitcoin Gambling Site
.of Dicing.
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀ ▀
██████████████████████████████▄▄▄
████████████████████████████▄█████▄
█████████████████▄        ▄███▌ ▐███▄        ▄██
███████████████▐███▄    ▄█████████████▄    ▄███▌
█████████████████████▄ ▀███  █████  ███▀ ▄█████
████████████████▐██████▄ ▀███████████▀ ▄██████▌
█████████████████████████▄ ▀██▌ ▐██▀ ▄████████
█████████████████▐█████████▄ ▀███▀ ▄█████████▌

█████████████████████████████████████████████
Primedice
Prominer99
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 23, 2015, 09:01:24 PM
 #48

Thank you dear Smiley
Anony
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


Invest & Earn: https://cloudthink.io


View Profile
June 26, 2015, 09:43:07 AM
 #49

Thank you dear Smiley
Happy to hear it  Grin
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. Grin Smiley

cloudthink.io   



 



 



 



 



 



Truly Profitable Investment Packages
Custom-Built ASIC Miners ● #1 Self-Sustainable Bitcoin Mining Service in the World ●
coaltin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 01, 2015, 06:43:22 PM
 #50

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 Smiley
jorjito25
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
July 02, 2015, 12:15:44 AM
 #51

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"  Wink
Slark
Legendary
*
Offline Offline

Activity: 1862
Merit: 1004


View Profile
July 04, 2015, 03:23:32 PM
Last edit: July 04, 2015, 03:42:12 PM by Slark
 #52

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.
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
July 05, 2015, 02:13:10 AM
 #53

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

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1520


No I dont escrow anymore.


View Profile WWW
July 05, 2015, 12:15:23 PM
 #54

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"

Im not really here, its just your imagination.
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
July 06, 2015, 05:27:55 PM
 #55

Thank you shorena  Smiley
if you say it's normal, i'm cool  Grin

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
bumm
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
July 08, 2015, 08:19:57 AM
 #56

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 Sad

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....
resoltech
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
July 09, 2015, 05:35:36 AM
 #57

Awesome !!
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!