Bitcoin Forum
May 03, 2024, 09:36:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Bitcoin is not really open source. Why not?  (Read 2815 times)
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 01:33:59 PM
 #1

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I use Bitcoin Core for Windows found through the link at https://bitcoin.org/en/download. The name of the current version file that I download is "bitcoin-0.13.1-win64-setup.exe." The download screen says that the size of the file is 12.5 MB (megabytes). The Windows (zip) of the same program says it is 22.6 MB. I use the smaller of these two.

While I really don't know what the difference is between these downloads, the smaller of the two installed to my "Program Files" directory in my computer, at 41 MB. (The whole blockchain is well over 100 GB (gigabytes).)

Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

What do all these lines of code do? What do they do to your computer? How do they work with your Internet connection, and what is really being sent over the Internet when you have Bitcoin running? Is there really anybody who knows the whole thing?

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it. The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer. And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
1714772190
Hero Member
*
Offline Offline

Posts: 1714772190

View Profile Personal Message (Offline)

Ignore
1714772190
Reply with quote  #2

1714772190
Report to moderator
1714772190
Hero Member
*
Offline Offline

Posts: 1714772190

View Profile Personal Message (Offline)

Ignore
1714772190
Reply with quote  #2

1714772190
Report to moderator
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4615



View Profile
December 06, 2016, 01:53:53 PM
Last edit: December 06, 2016, 03:35:04 PM by DannyHamilton
 #2

EDIT:  I've really got to learn to stop responding to trolls.

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I don't think you understand what the words "open source" mean.

- snip -
Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

I think it's on the order of hundreds of thousands.

What do all these lines of code do?

They run the bitcoin protocol.

What do they do to your computer?

Display stuff on your screen. Accept input from your keyboard and mouse. Interact with your network interface to find peers and share information. validate transactions and blocks. Generate private keys. Encrypt your wallet.  Basically, all the things necessary to implement the bitcoin protocol AND operate as a bitcoin wallet.

How do they work with your Internet connection,

Through well established protocols such as TCP/IP and UDP.

and what is really being sent over the Internet when you have Bitcoin running?

Transactions, blocks, version messages, basic protocol comuications.

Is there really anybody who knows the whole thing?

Yes.

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it.

It is open to anyone and everyone that WANTS to take the time to learn it.  It is a voluntary system and nobody is FORCED to understand it if they don't want to.

The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer.

Complete nonsense.

And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Any programmer that wants to understand it, has the opportunity to do so.  It isn't very complicated at all.
franky1
Legendary
*
Offline Offline

Activity: 4214
Merit: 4461



View Profile
December 06, 2016, 02:11:15 PM
 #3

OP is having issues with:
updated documentation that actually explain it properly
code lacking comments.
signposting to the best source of code, comments, documentation.

though it is open source, the organisation of HOW its open is missing.
back in my day nearly every line of code had comments to explain what it does.
back in my day nearly every line of code had namespaces/variables with WORDS that explained what it does not just characters

there are many modules that do have comments and variables with understandable names. but there are some without.

EG https://github.com/bitcoin/bitcoin/blob/master/src/secp256k1/src/ecdsa_impl.h (grabbed randomly)
if you see a module assign variables 'b1' 'rs' 'rr' 's1' 'u1' 'u2' 'sn' 'pr' without commenting what they do. it helps no one.

yes with a couple re reads and running it through your mind in what used to be called 'pseudocode' you get the gist of it eventually. but its still badly organised

the funnier part is that many core devs get very snobby if forum posts are not wrote in 100% white paper approved level of English grammar, even when knowing forums are just for common/social communication where only 10% of the planet deem English to be their first language. but their own code lacks the basic coding etiquette

I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 02:18:17 PM
 #4

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I don't think you understand what the words "open source" mean.

- snip -
Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

I think it's on the order of hundreds of thousands.

What do all these lines of code do?

They run the bitcoin protocol.

What do they do to your computer?

Display stuff on your screen. Accept input from your keyboard and mouse. Interact with your network interface to find peers and share information. validate transactions and blocks. Generate private keys. Encrypt your wallet.  Basically, all the things necessary to implement the bitcoin protocol AND operate as a bitcoin wallet.

How do they work with your Internet connection,

Through well established protocols such as TCP/IP and UDP.

and what is really being sent over the Internet when you have Bitcoin running?

Transactions, blocks, version messages, basic protocol comuications.

Is there really anybody who knows the whole thing?

Yes.

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it.

It is open to anyone and everyone that WANTS to take the time to learn it.  It is a voluntary system and nobody is FORCED to understand it if they don't want to.

The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer.

Complete nonsense.

And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Any programmer that wants to understand it, has the opportunity to do so.  It isn't very complicated at all.


Ah! You, then, are one of the very few who understand the full extent of Qt programming in Bitcoin? All right! We have a winner. One person in thousands (hundreds 0f thousands) who understands Bitcoin programming. So, it is open source to you. I think that if you look at the full meaning of "open source," you will find that open source really says that it has to be available for understanding by anyone. Bitcoin source code is available for understanding only by a relatively few programmers.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 02:19:54 PM
 #5

OP is having issues with:
updated documentation that actually explain it properly
code lacking comments.
signposting to the best source of code, comments, documentation.

though it is open source, the organisation of HOW its open is missing.
back in my day nearly every line of code had comments to explain what it does.
back in my day nearly every line of code had namespaces/variables with WORDS that explained what it does not just characters

there are many modules that do have comments and variables with understandable names. but there are some without.

EG https://github.com/bitcoin/bitcoin/blob/master/src/secp256k1/src/ecdsa_impl.h
if you see a module assign variables 'b1' 'rs' 'rr' 's1' 'u1' 'u2' 'sn' 'pr' without commenting what they do. it helps no one.

yes with a couple re reads and running it through your mind in what used to be called 'pseudocode' you get the gist of it eventually. but its still badly organised

the funnier part is that many core devs get very snobby if forum posts are not wrote in 100% white paper approved level of English grammar, even when knowing forums are just for common/social communication where only 10% of the planet deem English to be their first language. but their own code lacks the basic coding etiquette

Thank you. This is much closer to the explanation that I was looking for.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
NeuroticFish
Legendary
*
Offline Offline

Activity: 3654
Merit: 6372


Looking for campaign manager? Contact icopress!


View Profile
December 06, 2016, 02:22:54 PM
 #6

Open source means that anybody can access the whole source code. And this IS possible.
Documentation would be nice, documented lines would be great, a good programming style (including well chosen variable and function names) would be super, but you cannot really ask for this; quite a lot of production code lacks one or more of these points, quite a lot of open source projects lack one or more of these points.

Imho OP has a confusion on this matter. Open source doesn't mean teaching/learning code.

Yes, it would be nice to have that, but I don't think that it's Bitcoin Dev team's "job" to do that. It could be an idea for a side project/website though...

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
franky1
Legendary
*
Offline Offline

Activity: 4214
Merit: 4461



View Profile
December 06, 2016, 02:38:11 PM
 #7

Open source means that anybody can access the whole source code. And this IS possible.
Documentation would be nice, documented lines would be great, a good programming style (including well chosen variable and function names) would be super, but you cannot really ask for this; quite a lot of production code lacks one or more of these points, quite a lot of open source projects lack one or more of these points.

Imho OP has a confusion on this matter. Open source doesn't mean teaching/learning code.

Yes, it would be nice to have that, but I don't think that it's Bitcoin Dev team's "job" to do that. It could be an idea for a side project/website though...

the dictionary definition of open source is that the code is not locked away in some vault that only available to authorised people.
BUT
the concept and context of bitcoins openness is that anyone should be able to get involved. which can actually be hindered by the ettiquete some devs have. especially if its required that their code should be peer reviewed.

this is how bugs happen. by not clearly laying out the code. people gloss over the code and just think. 'this guy looks like he knows what he is doing lets just let the code fly' and not actually reading line by line and running scenarios.

its already happened a couple times even after being so called 'peer reviewed'

I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 02:56:05 PM
 #8

When you have code that is not open source, it is still "open source" to the person or company who made it. If it was a company, a person might be able to get a job there, learn the "passwords" for accessing the code, and make it open source to himself.

A layman might download a simple program that will give him an open-source look at some, general programming. Or he might be able to figure out how to access and view the code in a simple text program. But it is still useless for him. It tells him nothing (except if their are instruction line built right into the code, as franky1 said). He still needs to learn programming to figure out what the program is doing.

The point is, the average person hears the term "open source." He doesn't realize that this term isn't as useful to him as it is suggested to be. Why? Because he still doesn't know what is going on in the program. Very few people really know, even though it is open source.

A programmer might be able to figure this stuff out. But even a programmer might not find hidden things that are going on in a multiple hundred thousand line program, without some in-depth study of the program. "Open source" just might be a term that some programmers use to allay the suspicions and fears of other programmers (and, of course, lay people), while they stick some code in that does a bunch of other things that nobody else knows, and that most people would not want if they knew it.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
deisik
Legendary
*
Offline Offline

Activity: 3444
Merit: 1280


English ⬄ Russian Translation Services


View Profile WWW
December 06, 2016, 03:00:04 PM
 #9

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I use Bitcoin Core for Windows found through the link at https://bitcoin.org/en/download. The name of the current version file that I download is "bitcoin-0.13.1-win64-setup.exe." The download screen says that the size of the file is 12.5 MB (megabytes). The Windows (zip) of the same program says it is 22.6 MB. I use the smaller of these two.

While I really don't know what the difference is between these downloads, the smaller of the two installed to my "Program Files" directory in my computer, at 41 MB. (The whole blockchain is well over 100 GB (gigabytes).)

Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

What do all these lines of code do? What do they do to your computer? How do they work with your Internet connection, and what is really being sent over the Internet when you have Bitcoin running? Is there really anybody who knows the whole thing?

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it. The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer. And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Since you refer to a Windows executable, your download is a precompiled binary which most certainly includes a few libraries not available in Windows by default. Even if you have full understanding of the Bitcoin protocol and the development tools (including a programming language) with which this specific implementation of Bitcoin was built, you will still be using third party as well as operating system libraries and kernel calls (e.g. network stack calls), and you can't possibly know what exactly all these are doing to your computer, especially if you are using Windows...

In this way, your point is essentially moot (whatever you wanted to say)

Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
December 06, 2016, 03:11:41 PM
 #10

You have a bad approach in talking about what you have in mind. You have some good points here and there but at the same time you are wrong about lots of other things for example Ubuntu Kernel is also Open source or the same with Firefox and all the things you say are true about millions of people who are using these.

Open source means anyone can go to the source code: https://github.com/bitcoin/bitcoin looks at it and report publicly if he/she finds any shenanigans and also anyone can use the code to build their own code:
https://github.com/spesmilo/electrum
https://github.com/keepkey/multibit
https://github.com/etotheipi/BitcoinArmory
https://github.com/blockchain (blockchain.info)
....

What end users can do is either learn a programming language and read the code themselves or trust hundreds of others who are doing it.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 03:14:03 PM
 #11

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I use Bitcoin Core for Windows found through the link at https://bitcoin.org/en/download. The name of the current version file that I download is "bitcoin-0.13.1-win64-setup.exe." The download screen says that the size of the file is 12.5 MB (megabytes). The Windows (zip) of the same program says it is 22.6 MB. I use the smaller of these two.

While I really don't know what the difference is between these downloads, the smaller of the two installed to my "Program Files" directory in my computer, at 41 MB. (The whole blockchain is well over 100 GB (gigabytes).)

Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

What do all these lines of code do? What do they do to your computer? How do they work with your Internet connection, and what is really being sent over the Internet when you have Bitcoin running? Is there really anybody who knows the whole thing?

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it. The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer. And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Since you refer to a Windows executable, your download is a precompiled binary which most certainly includes a few libraries not available in Windows by default. Even if you have full understanding of the Bitcoin protocol and the development tools (including a programming language) with which this specific implementation of Bitcoin was built, you will still be using third party as well as operating system libraries and kernel calls (e.g. network stack calls), and you can't possibly know what exactly all these are doing to your computer, especially if you are using Windows...

In this way, your point is essentially moot (whatever you wanted to say)

The part that is NOT moot is the fact that people need to realize this... that they are trusting all kinds of programmers all over the place, especially Microsoft.

The whole money system has slowly grown into an Internet thing, all run by computers and programming that isn't understood by anybody except the tiniest handful of programmers. The open source aspect of Bitcoin is little different, but not much.

How big is Windows 10 on the computer. Gigabytes. And much of it is NOT open source.

Probably a lot of people would be scared to no end if they realized what their computers are doing behind the scenes. The term "open-source" simply quells their fears, even though little open source programming is really understood by anyone, relatively.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 03:18:15 PM
 #12

You have a bad approach in talking about what you have in mind. You have some good points here and there but at the same time you are wrong about lots of other things for example Ubuntu Kernel is also Open source or the same with Firefox and all the things you say are true about millions of people who are using these.

Open source means anyone can go to the source code: https://github.com/bitcoin/bitcoin looks at it and report publicly if he/she finds any shenanigans and also anyone can use the code to build their own code:
https://github.com/spesmilo/electrum
https://github.com/keepkey/multibit
https://github.com/etotheipi/BitcoinArmory
https://github.com/blockchain (blockchain.info)
....

What end users can do is either learn a programming language and read the code themselves or trust hundreds of others who are doing it.

I feel soooo comfortable now that I realize that there are public programmers who have examined the whole Bitcoin Core programming in great detail, and would certainly broadcast it all over the Internet if they found anything wrong with it. I'm simply relieved.

To the general public, open source means nothing. All it does is make them feel comfortable, so that if there is a malicious programmer, he can attack them easier by saying that his program is open source.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
bitbollo
Legendary
*
Offline Offline

Activity: 3248
Merit: 3478


Nec Recisa Recedit


View Profile
December 06, 2016, 03:26:51 PM
 #13

[from wikipedia] Open source as a development model promotes universal access via an open-source or free license to a product's design or blueprint, and universal redistribution of that design or blueprint, including subsequent improvements to it by anyone. [end]

So you can see what's there is behind the code itself, this is way it's "open source".
Even [from wikipedia]  The open-source model is a more decentralized model of production, in contrast with more centralized models of development such as those typically used in commercial software companies.[1] Scientists view the open-source model as a case of open collaboration [end]

It's normal not all people could understand "the code" by itself, but this not means is not an open source code.
About malicious programmer there are some proposal that need to be validated before submitted:
https://en.bitcoin.it/wiki/Bitcoin_Improvement_Proposals
Some proposal cannot be adopted: https://en.bitcoin.it/wiki/Prohibited_changes

Probably with these BIP the protocol is safe, and only an hardfork (and another COINS not actual bitcoin) could help malicious programmer.

███████████████████████████
███████▄████████████▄██████
████████▄████████▄████████
███▀█████▀▄███▄▀█████▀███
█████▀█▀▄██▀▀▀██▄▀█▀█████
███████▄███████████▄███████
███████████████████████████
███████▀███████████▀███████
████▄██▄▀██▄▄▄██▀▄██▄████
████▄████▄▀███▀▄████▄████
██▄███▀▀█▀██████▀█▀███▄███
██▀█▀████████████████▀█▀███
███████████████████████████
.
.Duelbits.
..........UNLEASH..........
THE ULTIMATE
GAMING EXPERIENCE
DUELBITS
FANTASY
SPORTS
████▄▄█████▄▄
░▄████
███████████▄
▐███
███████████████▄
███
████████████████
███
████████████████▌
███
██████████████████
████████████████▀▀▀
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
.
▬▬
VS
▬▬
████▄▄▄█████▄▄▄
░▄████████████████▄
▐██████████████████▄
████████████████████
████████████████████▌
█████████████████████
███████████████████
███████████████▌
███████████████▌
████████████████
████████████████
████████████████
████▀▀███████▀▀
/// PLAY FOR  FREE  ///
WIN FOR REAL
..PLAY NOW..
Kprawn
Legendary
*
Offline Offline

Activity: 1904
Merit: 1073


View Profile
December 06, 2016, 03:32:27 PM
 #14

Well take "Windows" as a example... all the code is proprietary and not shared with the public, so you cannot call that Open Source. In my view all

the code is viewable and everyone with a sound programming knowledge, would have a clue what is written there. Enough people have more or less

an idea, what is inside the code, to verify that it does not contain any nasty surprises.  Grin .... People were quick to identify malicious code in Bitcoin

XT, when it revealed some "backdoors"  Wink

THE FIRST DECENTRALIZED & PLAYER-OWNED CASINO
.EARNBET..EARN BITCOIN: DIVIDENDS
FOR-LIFETIME & MUCH MORE.
. BET WITH: BTCETHEOSLTCBCHWAXXRPBNB
.JOIN US: GITLABTWITTERTELEGRAM
deisik
Legendary
*
Offline Offline

Activity: 3444
Merit: 1280


English ⬄ Russian Translation Services


View Profile WWW
December 06, 2016, 03:33:23 PM
 #15

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I use Bitcoin Core for Windows found through the link at https://bitcoin.org/en/download. The name of the current version file that I download is "bitcoin-0.13.1-win64-setup.exe." The download screen says that the size of the file is 12.5 MB (megabytes). The Windows (zip) of the same program says it is 22.6 MB. I use the smaller of these two.

While I really don't know what the difference is between these downloads, the smaller of the two installed to my "Program Files" directory in my computer, at 41 MB. (The whole blockchain is well over 100 GB (gigabytes).)

Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

What do all these lines of code do? What do they do to your computer? How do they work with your Internet connection, and what is really being sent over the Internet when you have Bitcoin running? Is there really anybody who knows the whole thing?

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it. The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer. And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Since you refer to a Windows executable, your download is a precompiled binary which most certainly includes a few libraries not available in Windows by default. Even if you have full understanding of the Bitcoin protocol and the development tools (including a programming language) with which this specific implementation of Bitcoin was built, you will still be using third party as well as operating system libraries and kernel calls (e.g. network stack calls), and you can't possibly know what exactly all these are doing to your computer, especially if you are using Windows...

In this way, your point is essentially moot (whatever you wanted to say)

The part that is NOT moot is the fact that people need to realize this... that they are trusting all kinds of programmers all over the place, especially Microsoft

Yes, but it has been known for decades already

Even in totally open-sourced systems like Linux or FreeBSD you have no other option but to trust other people and their knowledge, since it is simply impossible to first understand and then check all types of software used in a modern computer. In fact, even if you have a full source code tree of some program or utility and understand every line of it (or developed it yourself), you can't be 100% sure that it will do exactly what you think it should (and I'm not talking about bugs)

BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 03:34:18 PM
 #16

Well take "Windows" as a example... all the code is proprietary and not shared with the public, so you cannot call that Open Source. In my view all

the code is viewable and everyone with a sound programming knowledge, would have a clue what is written there. Enough people have more or less

an idea, what is inside the code, to verify that it does not contain any nasty surprises.  Grin .... People were quick to identify malicious code in Bitcoin

XT, when it revealed some "backdoors"  Wink

Thank you. Good point.    Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
BADecker (OP)
Legendary
*
Offline Offline

Activity: 3780
Merit: 1372


View Profile
December 06, 2016, 03:36:06 PM
 #17

Bitcoin is not open source because only a relatively small cross section of Bitcoin users understand the programming.

I use Bitcoin Core for Windows found through the link at https://bitcoin.org/en/download. The name of the current version file that I download is "bitcoin-0.13.1-win64-setup.exe." The download screen says that the size of the file is 12.5 MB (megabytes). The Windows (zip) of the same program says it is 22.6 MB. I use the smaller of these two.

While I really don't know what the difference is between these downloads, the smaller of the two installed to my "Program Files" directory in my computer, at 41 MB. (The whole blockchain is well over 100 GB (gigabytes).)

Do you know how many lines of code you could write to fill 41 MB of computer hard drive memory? Thousands!

What do all these lines of code do? What do they do to your computer? How do they work with your Internet connection, and what is really being sent over the Internet when you have Bitcoin running? Is there really anybody who knows the whole thing?

The point is, Bitcoin is not really open source, because it is not open to the vast majority of minds that use it. The average person could understand the whole Encyclopedia Britannica easier than he could understand what goes on with the Bitcoin programming in his computer. And probably fewer than 99% of programmers understand it, to say nothing of lay people.

Since you refer to a Windows executable, your download is a precompiled binary which most certainly includes a few libraries not available in Windows by default. Even if you have full understanding of the Bitcoin protocol and the development tools (including a programming language) with which this specific implementation of Bitcoin was built, you will still be using third party as well as operating system libraries and kernel calls (e.g. network stack calls), and you can't possibly know what exactly all these are doing to your computer, especially if you are using Windows...

In this way, your point is essentially moot (whatever you wanted to say)

The part that is NOT moot is the fact that people need to realize this... that they are trusting all kinds of programmers all over the place, especially Microsoft

Yes, but it has been known for decades already

Even in totally open-sourced systems like Linux or FreeBSD you have no other option but to trust other people and their knowledge, since it is simply impossible to first understand and then check all types of software used in a modern computer. In fact, even if you have a full source code tree of some program or utility and understand every line of it or developed it yourself, you can't be 100% sure that it will do exactly what you think it should

All that this says is that these programs, although called open source, are not really as open as the public might think that they are.

Cool

BUDESONIDE essentially cures Covid symptoms in one day to one week >>> https://budesonideworks.com/.
Hydroxychloroquine is being used against Covid with great success >>> https://altcensored.com/watch?v=otRN0X6F81c.
Masks are stupid. Watch the first 5 minutes >>> https://www.bitchute.com/video/rlWESmrijl8Q/.
Don't be afraid to donate Bitcoin. Thank you. >>> 1JDJotyxZLFF8akGCxHeqMkD4YrrTmEAwz
Coding Enthusiast
Legendary
*
Offline Offline

Activity: 1039
Merit: 2783


Bitcoin and C♯ Enthusiast


View Profile WWW
December 06, 2016, 03:49:21 PM
 #18


To the general public, open source means nothing. All it does is make them feel comfortable, so that if there is a malicious programmer, he can attack them easier by saying that his program is open source.

Now you are going off-topic. You are comparing bitcoin (see the image I added) with a random malicious programmer's source code. Again you are using a correct fact to make a wrong conclusion.

Yes it is possible that a malicious programmer makes a code and fools people by only saying it is open source. I have already found 3 and reported them to GitHub and they were removed.

But what you say about malicious code is not possible about bitcoin that many are using and checking each commit's changes.

If any developer could post the results of this page: https://github.com/bitcoin/bitcoin/graphs/traffic I think it could answer many of your questions.

Any programmer that wants to understand it, has the opportunity to do so.  It isn't very complicated at all.

I (as a novice programmer) just want to confirm that this IS possible, not easy because of many custom variables and other complications but going through the documentation and code it is possible.

Projects List+Suggestion box
Donate: 1Q9s or bc1q
|
|
|
FinderOuter(0.19.1)Ann-git
Denovo(0.7.0)Ann-git
Bitcoin.Net(0.26.0)Ann-git
|
|
|
BitcoinTransactionTool(0.11.0)Ann-git
WatchOnlyBitcoinWallet(3.2.1)Ann-git
SharpPusher(0.12.0)Ann-git
franky1
Legendary
*
Offline Offline

Activity: 4214
Merit: 4461



View Profile
December 06, 2016, 03:53:21 PM
 #19

What end users can do is either learn a programming language and read the code themselves or trust hundreds of others who are doing it.

many do know programming languages. but if the code uses undescribed variables or just randomly selected characters as variables, where no comments describe what the function does.. it is a headache

there is a major difference between quickly reading code to see if it has any "kill commands" and reading it line by line to see what the code does.
it took many people alot of time to read line for line and translate it in their head into 'pseudocode' and then work out what a function does by simulating it. which all can be solved by some basic etiquette. most of the people that actually bother reading it line by line and do simulations are those that then make their own implementations that run better. due to the boysclub of core being close minded to outside criticism.

the issues arise when one coder does stuff that 'works' but does so in a fancy way which could have been done in other ways. though passing a review test, the peers are not simulating it to think of other ways it can be written. they just put their thumbs up and move on. 'trusting' the dev that wrote it.

there have been many times we have seen bitcoin toyed around with later purely because one function passed a review, but later finding out if a function was wrote differently it would work better.

just because 90 spell checkers put their thumbs up, doesnt mean the code is perfect. doesnt mean all 90 spell checkers have run simulations or thought of different strategies. most of they time they quickly browse the code doesnt have 'kill commands' and then "TRUST!!!!" the dev that wrote it knows what he is doing, thus resulting in a fake positive peer review

its why there are all the core fanboys throwing out doomsdays. they dont run real simlations or actually read code, they just read summaries and other peoples opinions and trust.. trust of one person who trusts another who trusts another even when all 3 have not read a line of code. makes things go wrong.

take a notable name in the forum.. Lauda.. he doesnt know C++ yet has been very vocal of his trust of core code and core devs. and people then trust him. all because the code is not laid out.

take the way devs implemented the tx fee.. not only subverting coded methods of 'priority' which would have alleviated the war, but also using 'averages' which dont make the fee's drop reactively when demand is low. but actually keeps fee's up. even when one block is low demand.
EG take a 25 block average.. imagine first 24 are 0.0001 and the 25th is 0.0025 then look at the 'average' after that.. even if demand was near 0 and no one was pushing the fee up.... the "average" itself pushes up


so although the tx fee passes 'peer review' its sloppily coded in a way that is not reactive to low demand. or cares about using code logic to show real priority. all its doing is pushing/maintaining a high price even when demand is low.

it requires pools to avoid using the 'average' and to accept cheap tx's just to break the cycle that the 'average' fee war game is playing.

I DO NOT TRADE OR ACT AS ESCROW ON THIS FORUM EVER.
Please do your own research & respect what is written here as both opinion & information gleaned from experience. many people replying with insults but no on-topic content substance, automatically are 'facepalmed' and yawned at
QuestionAuthority
Legendary
*
Offline Offline

Activity: 2156
Merit: 1393


You lead and I'll watch you walk away.


View Profile
December 06, 2016, 03:59:16 PM
 #20

Just because you don't understand it doesn't mean no one understands it. You can even compile it yourself on a shit windowz computer after looking at the code if you want to install 7z, perl, python and MinGW. I've been downloading and compiling my own client since it was on sourceforge. The only thing I disagree with about the current release is the retirement of the alert key. I can still see possible uses for it. Privileged users shouldn't be able to send messages on a decentralized system, bla bla, bullshit. There's always going to be "privileged" people responsible for code and telling dumbasses like BADecker there's a problem.

The problem really is that you don't want to learn anything BADecker. It's the same reason you still think the earth is flat.

Pages: [1] 2 3 4 »  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!