Pages:
Author

Topic: Bitcoin Core 0.14.2 Released - page 2. (Read 37983 times)

newbie
Activity: 42
Merit: 0
September 09, 2017, 04:41:28 AM
#78
The release statement said one known bug concerns the smart transaction fee slider — the approximate fee Bitcoin-Qt displays when using coin control and smart fee estimation “does not reflect any change in target from the smart fee slider” and presents only an approximate fee.
legendary
Activity: 4326
Merit: 3041
Vile Vixen and Miss Bitcointalk 2021-2023
September 08, 2017, 10:06:45 PM
#77
At the same time I downloaded the bitcoin classic wallet, thinking it would be to use for my Bitcoin Cash side of the current split into two currencies, but upon opening the wallet I saw my bitcoin transactions were in my bitcoin cash wallet as if it was sharing its wallet.dat...and similar to my bitcoin qt wallet the snyc process had seemingly halted at the moment of the fork ie the Aug 1st 14:16.14 2017 block....although it does cross my mind that the bcc in the bcc wallet may be a successful `split`,yet.
Running Bitcoin Cash with the same data directory as an existing Bitcoin Core installation (which it stupidly does by default) will corrupt your Bitcoin Core chainstate and prevent it from syncing. Run "bitcoin-qt -reindex-chainstate" to fix it (this will take several hours, so be patient). If you wish to run both Bitcoin Cash and Bitcoin Core, you must use a separate data directory for each.
newbie
Activity: 12
Merit: 0
September 08, 2017, 05:22:25 PM
#76
Hello,

Upgraded my bitcoin wallet to QT 0.14.2 after the bcc split, but now as it syncs the blockchain it has stuck on Aug 1st 14:16.14 2017 block and has been receiving server messages for about a week now. I can see from the log that it`s doing work but am worried that it may not sync....its been a week now and the `to sync` blocks have risen by a week in the week I have been updating it from `4 weeks` to now `5 weeks behind` sync...

Should I redownload the blockchain afresh or import my keys to blockchain.info wallet?

At the same time I downloaded the bitcoin classic wallet, thinking it would be to use for my Bitcoin Cash side of the current split into two currencies, but upon opening the wallet I saw my bitcoin transactions were in my bitcoin cash wallet as if it was sharing its wallet.dat...and similar to my bitcoin qt wallet the snyc process had seemingly halted at the moment of the fork ie the Aug 1st 14:16.14 2017 block....although it does cross my mind that the bcc in the bcc wallet may be a successful `split`,yet.

Is it that my wallets Qt and Classic just need a really long time to calculate the blocksplit and should be fine in some days do you think or can advise?

Thanks
full member
Activity: 486
Merit: 101
September 04, 2017, 04:38:23 PM
#75
I am sorry, newb question: where do I find the release notes for Bitcoin Core 0.15?
sr. member
Activity: 364
Merit: 440
September 02, 2017, 03:56:18 AM
#74
Thanks i will wait for major update caz its taking hell lot of time to update , 7 days for update dam
BTW, if I have already installed and synced core 0.13.2 what steps I need to do for update core to 0.14.2?
Just run core.exe and start the wizard or I need uninstall 0.13.2 before? As I undestand the previous db remains the same and don't need to sync it again from the scratch, right?
I have the same question - what is the right way to upgrade from 0.13.2 to 0.14.2? Need I uninstall previous Core version or may just run new one? All chain data stay the same or will be downloaded again from the scratch (145gb)? When it will be mandatory to upgrade to new version, I suppose after November hardfork?
Another question - do 0.14.2 have seed phrase (BIP44)?
newbie
Activity: 22
Merit: 0
September 01, 2017, 02:05:16 PM
#73
Hi, one question, which are the minimum system requirements? can we use it in windows 7?
full member
Activity: 138
Merit: 100
September 01, 2017, 11:30:35 AM
#72
Today I open bitcoin core and forgot passphrase,i think soon time I remember her.
newbie
Activity: 56
Merit: 0
September 01, 2017, 11:10:38 AM
#71

Anyone can put anything in the blockchain, it just has to be part of a transaction. So some people made multiple transactions which contain parts of viruses that match virus signatures. These transactions were then included in blocks by miners and thus became a part of the blockchain. When virus scanners scan through the blockchain's data, they will stumble upon these transactions containing the virus signature. But the scanner does not know what a transaction is, nor does it care. It just sees binary data (which is what transactions are), and the binary data matches a virus signature, so it flags the whole file it scanned and quarantines it. Quarantining a file means that it will be removed from where it is and put elsewhere. This will break Bitcoin Core. The solution is to just not have your antivirus scan the blockchain. The blockchain is not executable anyways, so it is not like a virus that was put in the blockchain could be run by any software, unless that software happened to be malware as well.



thank you for your answere achow.

isn't that a way the feds could de-legalize bitcoin?

http://www.righto.com/2014/02/ascii-bernanke-wikileaks-photographs.html
https://github.com/petertodd/python-bitcoinlib/blob/master/examples/publish-text.py
https://bitcoin.stackexchange.com/questions/39347/how-to-store-data-on-the-blockchain
full member
Activity: 420
Merit: 102
September 01, 2017, 12:00:35 AM
#70
Anyone know if they are promoting use of segwit enabled transactions?
staff
Activity: 3374
Merit: 6530
Just writing some code
August 31, 2017, 06:58:51 PM
#69
Quote
Anti-virus: Several people have placed parts of known computer viruses in the Bitcoin block chain. This block chain data can’t infect your computer, but some anti-virus programs quarantine the data anyway, making it more difficult to run Bitcoin Core. This problem mostly affects computers running Windows.
sauce: https://bitcoin.org/en/bitcoin-core/features/requirements  Huh


i searched for more information on this topic but found nothing.
is somebody able to explain why and how exactly this happened?
Anyone can put anything in the blockchain, it just has to be part of a transaction. So some people made multiple transactions which contain parts of viruses that match virus signatures. These transactions were then included in blocks by miners and thus became a part of the blockchain. When virus scanners scan through the blockchain's data, they will stumble upon these transactions containing the virus signature. But the scanner does not know what a transaction is, nor does it care. It just sees binary data (which is what transactions are), and the binary data matches a virus signature, so it flags the whole file it scanned and quarantines it. Quarantining a file means that it will be removed from where it is and put elsewhere. This will break Bitcoin Core. The solution is to just not have your antivirus scan the blockchain. The blockchain is not executable anyways, so it is not like a virus that was put in the blockchain could be run by any software, unless that software happened to be malware as well.
newbie
Activity: 56
Merit: 0
August 31, 2017, 05:25:52 PM
#68


Quote
Anti-virus: Several people have placed parts of known computer viruses in the Bitcoin block chain. This block chain data can’t infect your computer, but some anti-virus programs quarantine the data anyway, making it more difficult to run Bitcoin Core. This problem mostly affects computers running Windows.
sauce: https://bitcoin.org/en/bitcoin-core/features/requirements  Huh


i searched for more information on this topic but found nothing.
is somebody able to explain why and how exactly this happened?


full member
Activity: 138
Merit: 100
August 31, 2017, 09:49:18 AM
#67
I use bitcoin core usually to store small amounts of bitcoins.More amounts keeping in other sites and exchanges.
member
Activity: 63
Merit: 10
August 28, 2017, 09:33:36 PM
#66
I'm just wondering after this new release nothing will happen to current data structure. Anyone can pls clarify
newbie
Activity: 36
Merit: 0
August 28, 2017, 01:34:01 PM
#65
After this update, I lost wallet.dat.
It's good that I had a backup wallet.dat, and I was able to restore my wallet. Use this update neatly.
full member
Activity: 193
Merit: 100
August 27, 2017, 05:00:59 AM
#64
Tell me please, this application is compatible with Windows 7, where can I download it, and what are the minimum system requirements for this application?
newbie
Activity: 19
Merit: 0
August 25, 2017, 08:00:35 PM
#63
I installed but failed as above
http://www.upsieutoc.com/image/NsOTlM
http://www.upsieutoc.com/image/NsOTlM
Please check and help me! i used Win10 64
Thanks
may be this aplication is not compatible wit win 10
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
August 25, 2017, 06:35:04 AM
#62
is segwit really activated now? i see the average fee still very high, are they already saturated the extra room of segwit?
Yes segwit is activated. No, no one is using it yet. That's why it looks like nothing has happened. Only a very small number of actual segwit transactions have been mined to date. Very very few clients currently support it, most exchanges haven't switched to it, most light wallets are only just starting to use segwit addresses and the hardware wallets are only now proudly announcing segwit support.

So yes it won't have any effect on fees till all of that passes and there are a lot more segwit transactions in the network instead of regular transactions.

Segwit was a technology improvement and security fix. It increasing block capacity was a secondary effect dependent on people using it and not primarily the reason it was developed.
legendary
Activity: 3206
Merit: 1069
August 25, 2017, 06:10:06 AM
#61
well not sure what happened the past 12 hours (after segwit went active) but my bitcoin core 14.1 is getting that same message we got earlier when people were using BIP 91 to signal for segwit support.. did something go wrong?  "Warning: unknown block versions being mined! It's possible unknown rules are in effect"

Icon

** update **

i closed and reloaded the qt and now atm the message is gone... hummmm


The message will come back when your client sees more blocks. The problem is stupid pool operators using custom block generation and leaving in the segwit activation bit in their block versions. The proper bitcoin client has stopped using that bit now that segwit has activated, and so that bit has no known meaning any more. Thus the bitcoin core client is correctly saying it's not recognising what that bit is for... and the pools that are advertising don't  even know why they're advertising it any more.

is segwit really activated now? i see the average fee still very high, are they already saturated the extra room of segwit?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
August 25, 2017, 06:08:01 AM
#60
well not sure what happened the past 12 hours (after segwit went active) but my bitcoin core 14.1 is getting that same message we got earlier when people were using BIP 91 to signal for segwit support.. did something go wrong?  "Warning: unknown block versions being mined! It's possible unknown rules are in effect"

Icon

** update **

i closed and reloaded the qt and now atm the message is gone... hummmm


The message will come back when your client sees more blocks. The problem is stupid pool operators using custom block generation and leaving in the segwit activation bit in their block versions. The proper bitcoin client has stopped using that bit now that segwit has activated, and so that bit has no known meaning any more. Thus the bitcoin core client is correctly saying it's not recognising what that bit is for... and the pools that are advertising it don't even know why they're advertising it any more but they haven't gotten off their arses to stop doing it. Then again, these are the same pools that are advertising BU flags still in their coinbase, and BU is another meaningless hostile takeover attempt now relegated to history only.
hero member
Activity: 821
Merit: 503
August 24, 2017, 10:05:50 PM
#59
well not sure what happened the past 12 hours (after segwit went active) but my bitcoin core 14.1 is getting that same message we got earlier when people were using BIP 91 to signal for segwit support.. did something go wrong?  "Warning: unknown block versions being mined! It's possible unknown rules are in effect"

Icon

** update **

i closed and reloaded the qt and now atm the message is gone... hummmm

Pages:
Jump to: