Bitcoin Forum
May 04, 2024, 01:43:56 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 »  All
  Print  
Author Topic: Bitcoin Core 0.11.0 has been released  (Read 21292 times)
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
July 29, 2015, 03:27:58 PM
 #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.

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
1714830236
Hero Member
*
Offline Offline

Posts: 1714830236

View Profile Personal Message (Offline)

Ignore
1714830236
Reply with quote  #2

1714830236
Report to moderator
1714830236
Hero Member
*
Offline Offline

Posts: 1714830236

View Profile Personal Message (Offline)

Ignore
1714830236
Reply with quote  #2

1714830236
Report to moderator
1714830236
Hero Member
*
Offline Offline

Posts: 1714830236

View Profile Personal Message (Offline)

Ignore
1714830236
Reply with quote  #2

1714830236
Report to moderator
Transactions must be included in a block to be properly completed. When you send a transaction, it is broadcast to miners. Miners can then optionally include it in their next blocks. Miners will be more inclined to include your transaction if it has a higher transaction fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714830236
Hero Member
*
Offline Offline

Posts: 1714830236

View Profile Personal Message (Offline)

Ignore
1714830236
Reply with quote  #2

1714830236
Report to moderator
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
July 29, 2015, 09: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


chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
July 29, 2015, 09: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

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
kevin1992
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 30, 2015, 01:02:33 AM
 #44

tested the RC2-RC3 ... a good product  Wink
CoinCidental
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000


Si vis pacem, para bellum


View Profile
July 30, 2015, 05: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
lovenlifelarge
Hero Member
*****
Offline Offline

Activity: 676
Merit: 501



View Profile
July 30, 2015, 12:36:43 PM
 #46

Is there something currently wrong with the new bitcoin 0.11.0 x64 windows wallet??

▄▄▄████████▄▄▄
▄▄███▀▀▀      ▀▀▀███▄▄
▄██▀▀                ▀▀██▄
▄██▀                      ▀██▄
██▀                          ▀██
██▀                            ▀██
██▀    ███████        ███████    ▀██
▄██   ██████████████  ██████████   ██▄
██     ▄▄▄▄▄▄▄▄▄▄▄▄  ▄███████▄▄     ██
██     ▀▀▀▀▀▀▀▀▀▀▀▀  ███████▀▀▀     ██
██         ███████  ███████         ██
██         ▀██████████████▀         ██
▀██         ▀████████████▀         ██▀
██▄         ████████████         ▄██
██▄         ██████████         ▄██
██▄                          ▄██
▀██▄                      ▄██▀
▀██▄▄                ▄▄██▀
▀▀███▄▄▄      ▄▄▄███▀▀
▀▀▀████████▀▀▀
    ███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
    ████████████████████▄
██                ████▄
██                ██████▄
██                ████████▄
██                ██████████▄
██                ████████████
██                ██        ██
██                ████████████
██                ██        ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
July 30, 2015, 12:39:02 PM
 #47

Is there something currently wrong with the new bitcoin 0.11.0 x64 windows wallet??
why do you see something wrong ??

lovenlifelarge
Hero Member
*****
Offline Offline

Activity: 676
Merit: 501



View Profile
July 30, 2015, 01:11:02 PM
 #48

Not indexing the last 40 hours of the blockchain

Error crashing not finding the blckchain

▄▄▄████████▄▄▄
▄▄███▀▀▀      ▀▀▀███▄▄
▄██▀▀                ▀▀██▄
▄██▀                      ▀██▄
██▀                          ▀██
██▀                            ▀██
██▀    ███████        ███████    ▀██
▄██   ██████████████  ██████████   ██▄
██     ▄▄▄▄▄▄▄▄▄▄▄▄  ▄███████▄▄     ██
██     ▀▀▀▀▀▀▀▀▀▀▀▀  ███████▀▀▀     ██
██         ███████  ███████         ██
██         ▀██████████████▀         ██
▀██         ▀████████████▀         ██▀
██▄         ████████████         ▄██
██▄         ██████████         ▄██
██▄                          ▄██
▀██▄                      ▄██▀
▀██▄▄                ▄▄██▀
▀▀███▄▄▄      ▄▄▄███▀▀
▀▀▀████████▀▀▀
    ███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
█  ██             ██  █
█████             █████
█  ██             ██  █
█████             █████
█  ██             ██  █
███████████████████████
    ████████████████████▄
██                ████▄
██                ██████▄
██                ████████▄
██                ██████████▄
██                ████████████
██                ██        ██
██                ████████████
██                ██        ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
██                          ██
██████████████████████████████
chek2fire
Legendary
*
Offline Offline

Activity: 3416
Merit: 1142


Intergalactic Conciliator


View Profile
August 02, 2015, 01:09:45 AM
 #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?

http://www.bitcoin-gr.org
4411 804B 0181 F444 ADBD 01D4 0664 00E4 37E7 228E
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
August 02, 2015, 10: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

vapourminer
Legendary
*
Offline Offline

Activity: 4326
Merit: 3519


what is this "brake pedal" you speak of?


View Profile
August 03, 2015, 09:14:34 PM
Last edit: August 03, 2015, 09:30:53 PM by vapourminer
 #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.
darkfur93
Member
**
Offline Offline

Activity: 110
Merit: 10



View Profile WWW
August 04, 2015, 07: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: https://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?

BTC: 1GXFRtMFTyw1KVqkpH2DPiZMmxcyr8wSbX
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
August 04, 2015, 06: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.

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

Activity: 4326
Merit: 3519


what is this "brake pedal" you speak of?


View Profile
August 05, 2015, 01:57:46 AM
 #54

true that. I usually figure most problems are malware, outdated drivers, special config myself

but my version works well and a scratch blockchain would take a couple weeks with my crappy internet in thr sticks.. no cable or DSL

the risks outweigh the benefits in this case for me. what I have works so Ill pass.
carlos2015
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 06, 2015, 12:10:06 AM
 #55

tested the RC2-RC3 ... a good product  Wink
robertgoss
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
August 07, 2015, 02:04:58 AM
 #56

if only we can fix this flooding of transactions with upgrades would be really great
CoinCidental
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000


Si vis pacem, para bellum


View Profile
August 07, 2015, 06:19:37 AM
 #57

if only we can fix this flooding of transactions with upgrades would be really great

The flooding of dust has not affected any of my transactions as of yet   I don't think it's as big a panic issue as some people think....
shorena
Copper Member
Legendary
*
Offline Offline

Activity: 1498
Merit: 1499


No I dont escrow anymore.


View Profile WWW
August 07, 2015, 07:42:49 AM
 #58

if only we can fix this flooding of transactions with upgrades would be really great

In a sense its fixed. For you running bitcoin core there are two problems from the spam.

#1 most common is that you will have to pay a higher fee and its complicated to know how high a good fee is. Bitcoin core is the only client I know that has a feature for this for a while. Some other clients new implement similar features so it will be common soon(ish). If the spam pays 20k satoshi per kb bitcoin core will adjust your fee accordingly. The send tab also allows you to set this either to fast (and pay a high fee) or to "normal" and pay a lower fee.

#2 less common is that your client runs out of resources as it is no longer able to handle the high amount of transactions. With 0.11. you can now decide how high a fee should be for your client to recognize the transaction as valid. You also can directly influence how many (in size) free transaction your node will relay.

#3 a somewhat often complaint I see is that one runs out of disk space and my server is currently shut down because its indeed full. 0.11. also offers a solution for this with pruning I just did not find the time to fix the issue yet.

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

Activity: 3528
Merit: 9544


#1 VIP Crypto Casino


View Profile
August 07, 2015, 08:55:13 PM
 #59

I've been having problems with v0.10.2 , it was taking forever to actually open the wallet & sometimes if I hadn't synced for a few days it'd get stuck on a certain 'hours to go' & literally not move. The wallet wouldn't even close sometimes.

I've just upgraded to v0.11.0 & it's absolutely fine, quicker & worked 1st time. Marvellous.

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

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

.
......PLAY......
juankburke
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 08, 2015, 12:44:27 AM
 #60

any major improvement over the transaction spamming so far ?
Pages: « 1 2 [3] 4 5 6 »  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!