Pages:
Author

Topic: Bitcoin Core 0.11.0 has been released - page 4. (Read 21292 times)

copper member
Activity: 1498
Merit: 1499
No I dont escrow anymore.
August 04, 2015, 02:34:03 PM
#53
i like to see these new versions flowing out like the water

well, only if they are good. I see lots of "it sucks" "have to reindex, re download"  etc on this version.

I dont really feel like doing things that suck.

as my current version 0.10.2 works I havent updated yet.

Probably because everyone else does not post that they have no problems. Those that I see that constantly have to reindex seem to have hardware problems or otherwise issues with their OS. You can hardly blame QT for that. I run 0.11. without issues.
member
Activity: 110
Merit: 10
August 04, 2015, 03:08:33 AM
#52
I'm using Linux Mint 17.2 64-Bit
When using the official 0.11.0 binaries the file size is 30.2 MB (Double the size than earlier versions)
It's using QT-5 when past versions where using QT-4.

First picture is the official client running on my system and the second picture is a build I compiled myself configured to run QT-4.

Official build: http://i.imgur.com/IKKtpmr.png
My build: https://i.imgur.com/RCYG8mq.png

Is this caused by my system missing required dependencies to run QT-5 or bugs in the official build?
legendary
Activity: 4326
Merit: 3519
what is this "brake pedal" you speak of?
August 03, 2015, 05:14:34 PM
#51
i like to see these new versions flowing out like the water

well, only if they are good. I see lots of "it sucks" "have to reindex, re download"  etc on this version.

I dont really feel like doing things that suck.

as my current version 0.10.2 works I havent updated yet.
hero member
Activity: 686
Merit: 500
FUN > ROI
August 02, 2015, 06:26:34 AM
#50
Should probably hit up bitcoin-dev, but:

Somebody on reddit mentioned that 0.11.0 requires OS X 10.7 or above.  The last release notes bullet item about dropping support for an OS X version was back in 0.9.0 mentioning that support was dropped for anything below OS X 10.6.



Speaking of release notes, the github repo does not have release notes for 0.11.0; https://github.com/bitcoin/bitcoin/tree/master/doc/release-notes
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
August 01, 2015, 09:09:45 PM
#49
i have try to add to start bitcoind in every boot in crontab -e with this adds

@reboot bitcoind -daemon

or

@reboot /usr/bin/bitcoind -daemon

both of them are not working and in every reboot i have to start manual bitcoind
Any idea how can i auto the bitcoind start in every bott or reboot?
hero member
Activity: 676
Merit: 501
July 30, 2015, 09:11:02 AM
#48
Not indexing the last 40 hours of the blockchain

Error crashing not finding the blckchain
legendary
Activity: 1274
Merit: 1006
Trainman
July 30, 2015, 08:39:02 AM
#47
Is there something currently wrong with the new bitcoin 0.11.0 x64 windows wallet??
why do you see something wrong ??
hero member
Activity: 676
Merit: 501
July 30, 2015, 08:36:43 AM
#46
Is there something currently wrong with the new bitcoin 0.11.0 x64 windows wallet??
legendary
Activity: 1316
Merit: 1000
Si vis pacem, para bellum
July 30, 2015, 01:10:41 AM
#45
Mine is fucked, it keeps crashing with a reindex the block chain error

I'm going to have to delete the lot and start again from scratch
newbie
Activity: 1
Merit: 0
July 29, 2015, 09:02:33 PM
#44
tested the RC2-RC3 ... a good product  Wink
legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
July 29, 2015, 04:05:45 PM
#43
i like to see these new versions flowing out like the water
legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
July 29, 2015, 05:19:29 PM
#43
I want a shell script which check whether bitcoind is running or not and to relaunch it. Is there a way to do this? I have a home 24/7 node and sometimes it crash( power off etc) and i like to relaunch it.

its possible you can set a bash script to run every time when pc is booting up and start the bitcoind also you can set a cronjob to check e.g every hour if bitcoind run if run ok if not run start it check the example below

if ps ax | grep -v grep | grep bitcoind > /dev/null

then
exit #bitcoind already running

else
#start the bitcoind
/home/username/pathtobitcoind/bitcoind
fi



thx i have done it with this bash script

#!/bin/bash

Quote
while true; do
  sleep 5
  if [ ! "$(pidof bitcoind)" ]; then
    bitcoind maxconnections=50
  fi
done
legendary
Activity: 1274
Merit: 1006
Trainman
July 29, 2015, 05:11:36 PM
#42
I want a shell script which check whether bitcoind is running or not and to relaunch it. Is there a way to do this? I have a home 24/7 node and sometimes it crash( power off etc) and i like to relaunch it.

its possible you can set a bash script to run every time when pc is booting up and start the bitcoind also you can set a cronjob to check e.g every hour if bitcoind run if run ok if not run start it check the example below

if ps ax | grep -v grep | grep bitcoind > /dev/null

then
exit #bitcoind already running

else
#start the bitcoind
/home/username/pathtobitcoind/bitcoind
fi

legendary
Activity: 3416
Merit: 1142
Ιntergalactic Conciliator
July 29, 2015, 11:27:58 AM
#41
I want a shell script which check whether bitcoind is running or not and to relaunch it. Is there a way to do this? I have a home 24/7 node and sometimes it crash( power off etc) and i like to relaunch it.
hero member
Activity: 504
Merit: 500
July 29, 2015, 09:51:02 AM
#40
will this fix the spammy transactions we've been having in the network?
legendary
Activity: 1358
Merit: 1000
https://gliph.me/hUF
July 28, 2015, 04:52:54 AM
#39
The v0.11.0 bitcoin-qt binary for 64bit Linux is 30.2 MB.
Bitcoin Core version v0.10.2 (64-bit) bitcoin-qt binary for Linux is only 13.3 MB.

Why is there such a huge file size difference?

I will not upgrade until someone explains the file size difference. Did the developer leave debug symbols in or what? This is just fishy.

I second this.

Probably better off asking on github or the Development section on here.
sr. member
Activity: 392
Merit: 251
July 26, 2015, 10:03:40 PM
#38
The v0.11.0 bitcoin-qt binary for 64bit Linux is 30.2 MB.
Bitcoin Core version v0.10.2 (64-bit) bitcoin-qt binary for Linux is only 13.3 MB.

Why is there such a huge file size difference?

I will not upgrade until someone explains the file size difference. Did the developer leave debug symbols in or what? This is just fishy.

I second this.
legendary
Activity: 2674
Merit: 2965
Terminated.
July 26, 2015, 04:26:54 PM
#37
Does prunning only help with hard disk space usage?
Are there any more benefits?
That's the only real benefit. It was introduced mainly because people started complaining that the blockchain is becoming too big.
However, it currently has some limitations so you should read the changelog before deciding.
member
Activity: 88
Merit: 10
July 26, 2015, 04:11:14 PM
#36
Does prunning only help with hard disk space usage?
Are there any more benefits?
legendary
Activity: 2114
Merit: 1011
July 26, 2015, 10:31:29 AM
#35
The v0.11.0 bitcoin-qt binary for 64bit Linux is 30.2 MB.
Bitcoin Core version v0.10.2 (64-bit) bitcoin-qt binary for Linux is only 13.3 MB.

Why is there such a huge file size difference?

I will not upgrade until someone explains the file size difference. Did the developer leave debug symbols in or what? This is just fishy.
Pages:
Jump to: