achow101 (OP)
Staff
Legendary
Offline
Activity: 3556
Merit: 6891
Just writing some code
|
|
July 12, 2017, 09:27:25 PM |
|
Sorry mate, i think i didn't do it right, cause i checked the SHA256 of the file through the terminal on linux using the sha256sum command and the result didnt' match the sha256sum.asc file, Could someone explain how to verify sha256 and PGP signatures ?, (i think it would be an important contribution for the newbies like me even if it is offtopic)
There are instructions for verifying the release signatures here: https://bitcointalk.org/index.php?topic=1588906.0
|
|
|
|
Ruderalis
Newbie
Offline
Activity: 23
Merit: 0
|
|
July 13, 2017, 08:01:16 AM |
|
Sorry mate, i think i didn't do it right, cause i checked the SHA256 of the file through the terminal on linux using the sha256sum command and the result didnt' match the sha256sum.asc file, Could someone explain how to verify sha256 and PGP signatures ?, (i think it would be an important contribution for the newbies like me even if it is offtopic)
There are instructions for verifying the release signatures here: https://bitcointalk.org/index.php?topic=1588906.0Thanks a lot !
|
|
|
|
naska21
|
|
July 14, 2017, 10:03:58 AM |
|
Downloaded it from the official site. The checksum was valid but when I checked the exe with virustotal it signaled Win32.Trojan.WisdomEyes.16070401.9500.9939 / Why is that?
|
|
|
|
achow101 (OP)
Staff
Legendary
Offline
Activity: 3556
Merit: 6891
Just writing some code
|
|
July 14, 2017, 04:18:51 PM |
|
Downloaded it from the official site. The checksum was valid but when I checked the exe with virustotal it signaled Win32.Trojan.WisdomEyes.16070401.9500.9939 / Why is that?
I have already answered that question. Read the thread. The SHA256 of the file on virustotal matches that in the SHA256SUMS.asc file, so the download is legitimate. The executable is fine and safe. The detections on virustotal are false positives. Bitcoin Core is often flagged as a virus because it looks for a wallet.dat file (so usually considered a coin stealer) and it contains mining logic (so also considered a bitcoin miner). These are true, but are also integral to Bitcoin Core functioning properly; it is the software the makes the wallet.dat file that many viruses try to steal. It also contains logic for mining blocks, but this is only for testnet and regtest networks now. If you have verified that the sha256 of the file matches the sha256 in SHA256SUMS.asc and you have verified the PGP signature in SHA256SUMS.asc, then the file is safe and not a virus.
|
|
|
|
dadach
|
|
July 14, 2017, 09:05:53 PM |
|
for some reason when i try to install bitcoin core, it gives me c++ error runtime . is there a way to completely uninstall core, then reinstall?
|
To DA Moon!!! donations accepted >.< 38nvHaNqF5nv4ifhUyq9CChnBmRs2DSv4r
|
|
|
Meuh6879
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
July 14, 2017, 09:48:17 PM |
|
You have a dead RAM or HDD. or ... it's the antivirus that it corrupt the job of Bitcoin Core. so, uninstall first ... the antivirus. Bitcoin Core don't crash since 0.9.1
|
|
|
|
dadach
|
|
July 15, 2017, 03:08:20 PM |
|
nah, old install was not unistalled properly and now the new one picks up some config of the old one, and crashes...
|
To DA Moon!!! donations accepted >.< 38nvHaNqF5nv4ifhUyq9CChnBmRs2DSv4r
|
|
|
Perlover
|
|
July 17, 2017, 05:15:51 PM |
|
If you want to compile v0.14.2 with enforced UASF, you can do easy by this make file: https://github.com/Perlover/bitcoin-uasf-makefileThis make doesn't ask root privilegies (only for creation "bitcoin" user in OS) It compiles many things from original sources under local user (libtools, pkg-config, autotools, gcc compiler 7.1 and so on...) Many linux OSes have old versions and easy way for compiling is not possible or requests compiling and installing under "root" that can affects to other already working software. This make file was written for CentOS 6.x but was successfuly tested under Ubuntu. I think it works under mane Unix systems.
|
|
|
|
Zammo
|
|
July 17, 2017, 10:38:53 PM |
|
My client is displaying this message Warning: Unknown block versions being mined! It's possible unknown rules are in effect Can this cause any problems? Will an update be released that will recognise the new block versions?
|
|
|
|
achow101 (OP)
Staff
Legendary
Offline
Activity: 3556
Merit: 6891
Just writing some code
|
|
July 17, 2017, 10:57:58 PM |
|
My client is displaying this message Warning: Unknown block versions being mined! It's possible unknown rules are in effect Can this cause any problems? Will an update be released that will recognise the new block versions? See https://bitcointalk.org/index.php?topic=2027513.msg20199029#msg20199029
|
|
|
|
Cryptiko
Newbie
Offline
Activity: 37
Merit: 0
|
|
July 22, 2017, 06:02:59 PM |
|
So will this software work after August 1st (no matter what the particular outcome ends up being). Don't want to be running a bad wallet or anything, that would really bite!
|
|
|
|
seyola89
|
|
July 23, 2017, 11:29:36 PM |
|
Hi guys. I'm new here. My first post. So is bitcoin core like bitcoin classic ?? Just as we have ethereum classic and ethereum ??
|
|
|
|
achow101 (OP)
Staff
Legendary
Offline
Activity: 3556
Merit: 6891
Just writing some code
|
|
July 24, 2017, 01:29:51 AM |
|
So is bitcoin core like bitcoin classic ??
No, please don't call Bitcoin Core that. There is a software called Bitcoin Classic which is based on Core. If there is a fork, don't call the fork that runs Bitcoin Core "Bitcoin Classic". You will confuse the hell out of most people. Just as we have ethereum classic and ethereum ??
There is no guarantee that there will be a fork. There currently is no fork. If there were a fork, Bitcoin Core would likely still be "Bitcoin". Right now, that analogy is completely wrong and you should stop thinking of it. Bitcoin Core is just a software, not the name of a coin.
|
|
|
|
Cryptiko
Newbie
Offline
Activity: 37
Merit: 0
|
|
July 24, 2017, 01:56:33 PM |
|
The SHA256 of the file on virustotal matches that in the SHA256SUMS.asc file, so the download is legitimate. The executable is fine and safe. The detections on virustotal are false positives. Bitcoin Core is often flagged as a virus because it looks for a wallet.dat file (so usually considered a coin stealer) and it contains mining logic (so also considered a bitcoin miner). These are true, but are also integral to Bitcoin Core functioning properly; it is the software the makes the wallet.dat file that many viruses try to steal. It also contains logic for mining blocks, but this is only for testnet and regtest networks now. If you have verified that the sha256 of the file matches the sha256 in SHA256SUMS.asc and you have verified the PGP signature in SHA256SUMS.asc, then the file is safe and not a virus. Sorry mate, i think i didn't do it right, cause i checked the SHA256 of the file through the terminal on linux using the sha256sum command and the result didnt' match the sha256sum.asc file, Could someone explain how to verify sha256 and PGP signatures ?, (i think it would be an important contribution for the newbies like me even if it is offtopic) So is the conclusion that it is a safe download, or is there still some doubt about that?
|
|
|
|
seyola89
|
|
July 26, 2017, 08:19:37 PM |
|
So is bitcoin core like bitcoin classic ??
No, please don't call Bitcoin Core that. There is a software called Bitcoin Classic which is based on Core. If there is a fork, don't call the fork that runs Bitcoin Core "Bitcoin Classic". You will confuse the hell out of most people. Just as we have ethereum classic and ethereum ??
There is no guarantee that there will be a fork. There currently is no fork. If there were a fork, Bitcoin Core would likely still be "Bitcoin". Right now, that analogy is completely wrong and you should stop thinking of it. Bitcoin Core is just a software, not the name of a coin. Hi thanks for the education..I'm really learning here
|
|
|
|
seyola89
|
|
July 26, 2017, 08:26:11 PM |
|
Bitcoin Core is just a software, not the name of a coin.
I want to ask what is then the real essence of the bitcoin Core software ?
|
|
|
|
KorJax
Member
Offline
Activity: 62
Merit: 10
|
|
August 04, 2017, 01:23:40 PM |
|
Guys, need I update my current Bitcoin Core version 0.13.1 to 0.14.2 or need to wait further updates?
|
|
|
|
farhansadik
Member
Offline
Activity: 112
Merit: 10
|
|
August 04, 2017, 06:49:03 PM |
|
What is Better for a Developer Bitcoin Core or other hard fork proposals? Any suggestion?
|
|
|
|
achow101 (OP)
Staff
Legendary
Offline
Activity: 3556
Merit: 6891
Just writing some code
|
|
August 04, 2017, 06:59:55 PM |
|
Guys, need I update my current Bitcoin Core version 0.13.1 to 0.14.2 or need to wait further updates?
You don't need to upgrade, but upgrading is recommended as there are many bug fixes, features, and optimizations made between each major release.
|
|
|
|
KorJax
Member
Offline
Activity: 62
Merit: 10
|
|
August 07, 2017, 10:20:57 AM |
|
Guys, need I update my current Bitcoin Core version 0.13.1 to 0.14.2 or need to wait further updates?
You don't need to upgrade, but upgrading is recommended as there are many bug fixes, features, and optimizations made between each major release. Thanks a lot for your support, will wait next major update
|
|
|
|
|