Author

Topic: Why need bitcoin source compiling? (Read 148 times)

member
Activity: 351
Merit: 37
January 26, 2018, 01:53:14 PM
#4
compiled sources runs faster
staff
Activity: 3458
Merit: 6793
Just writing some code
January 26, 2018, 10:51:39 AM
#3
Bitcoin Core is written in C++ which is a compiled language. Thus it needs to be compiled in order to be run. Compiled languages are used because they give more control over memory management and are more efficient and optimized/optimizable than scripting languages which do not need compiling.
legendary
Activity: 3584
Merit: 5243
https://merel.mobi => buy facemasks with BTC/LTC
January 26, 2018, 05:29:38 AM
#2
Correct me if I know wrong.

I know the reason like this,

If some programmer want to revise the bitcoin source and after done, for test, he need to compile revised source to make new running file, -qt.exe

Is this right?

Thanks.

Not only for a test... It's also possible an individual doesn't trust the person who compiled the binaries. In this case, the individual can pull bitcoin's source from github, effectively vet the sourcecode completely, then compile his own binaries, not for testing purposed, but for real live production usage.
As a matter of fact, i usually compile the binaries myself....
jr. member
Activity: 413
Merit: 5
January 26, 2018, 05:27:04 AM
#1
Correct me if I know wrong.

I know the reason like this,

If some programmer want to revise the bitcoin source and after done, for test, he need to compile revised source to make new running file, -qt.exe

Is this right?

Thanks.
Jump to: