Pages:
Author

Topic: Bitcoin Core 0.10.1 has been released (Read 11797 times)

newbie
Activity: 9
Merit: 0
July 09, 2015, 01:35:36 AM
#57
Awesome !!
sr. member
Activity: 378
Merit: 250
July 08, 2015, 04:19:57 AM
#56
hero member
Activity: 710
Merit: 502
July 06, 2015, 01:27:55 PM
#55
Thank you shorena  Smiley
if you say it's normal, i'm cool  Grin
copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
July 05, 2015, 08:15:23 AM
#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"
hero member
Activity: 710
Merit: 502
July 04, 2015, 10:13:10 PM
#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
legendary
Activity: 1862
Merit: 1004
July 04, 2015, 11:23:32 AM
#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.
hero member
Activity: 490
Merit: 500
July 01, 2015, 08:15:44 PM
#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
sr. member
Activity: 392
Merit: 250
July 01, 2015, 02: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
sr. member
Activity: 308
Merit: 250
Invest & Earn: https://cloudthink.io
June 26, 2015, 05: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
newbie
Activity: 1
Merit: 0
June 23, 2015, 05:01:24 PM
#48
Thank you dear Smiley
legendary
Activity: 1274
Merit: 1000
June 19, 2015, 08:44:57 AM
#47
thank you for sharing this information.
your thread helping me so much.
i will try it.

newbie
Activity: 2
Merit: 0
June 18, 2015, 04:29:30 PM
#46
Wish me luck about to try!!
newbie
Activity: 1
Merit: 0
June 12, 2015, 04:03:22 PM
#45
newbie
Activity: 9
Merit: 0
June 11, 2015, 03:55:44 AM
#44
Fabulous! thanks for sharing, nice information.
newbie
Activity: 54
Merit: 0
June 10, 2015, 09:09:12 PM
#43
Yes thanks for sharing hopefully I will like this better.
legendary
Activity: 1372
Merit: 1250
June 10, 2015, 08:12:34 PM
#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?
newbie
Activity: 1
Merit: 0
June 10, 2015, 04:00:48 AM
#41
Great! thanks for sharing such a nice information.
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
June 03, 2015, 11:29:40 PM
#40
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
newbie
Activity: 4
Merit: 0
Could someone explain a bit more about it please, and if you can from the  oldest release, thank you very much.
sr. member
Activity: 263
Merit: 250
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’
Pages:
Jump to: