Bitcoin Forum
March 29, 2024, 10:17:56 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Compiling the source code of Bitcoin  (Read 742 times)
coder0x15 (OP)
Jr. Member
*
Offline Offline

Activity: 36
Merit: 3


View Profile
August 13, 2017, 06:58:31 PM
Last edit: August 15, 2017, 06:24:38 AM by coder0x15
 #1

Imagine that we have bitcoin source code and a clean operating system.

Obviously, we need only a program that converts the source code into an executable file. We have the source code, we need the executable programm. Let's try to figure this out.

If, in addition to the compiler program, we need some third-party module or the like, then for what purpose?

In this case, the issue of the responsibility of the operating system vendor, kernel bitcoin developers, and third-party developers is required, which are necessary for compiling the executable file.

What do you think?

And if it is possible, so what compiler can do it?
1711707476
Hero Member
*
Offline Offline

Posts: 1711707476

View Profile Personal Message (Offline)

Ignore
1711707476
Reply with quote  #2

1711707476
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711707476
Hero Member
*
Offline Offline

Posts: 1711707476

View Profile Personal Message (Offline)

Ignore
1711707476
Reply with quote  #2

1711707476
Report to moderator
1711707476
Hero Member
*
Offline Offline

Posts: 1711707476

View Profile Personal Message (Offline)

Ignore
1711707476
Reply with quote  #2

1711707476
Report to moderator
btctousd81
Sr. Member
****
Offline Offline

Activity: 434
Merit: 270


View Profile WWW
August 17, 2017, 06:32:44 PM
Merited by ABCbits (1)
 #2

i dont get it.

what are you asking ?

Quote
can we build bitcoind from source ?
yes

Quote
does it needs dependencies ?
yes

Quote
do i need openssl with ecsda curve support ?
yes

Quote
how can i get openssl with ecsda curve support ?
build openssl from source.

Quote
how to build bitcoind on cent-os ?
https://www.ndchost.com/wiki/how-to-install-bitcoin-on-centos-7

aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
August 22, 2017, 10:34:26 AM
 #3

Everything you need to run Bitcoin Core is open source. You can run open source distribution of Linux and read the build documentation in Bitcoin Core's source code to get everything you need to compile it. I am sure that all of it is open source.
It uses GCC compiler (open source), make software (open source), some open source libraries including openssl library,boost,libevent, Berkeley DB and maybe some other open source compiling tools.
Pages: [1]
  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!