Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: myapple on December 07, 2017, 01:18:39 AM



Title: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: myapple on December 07, 2017, 01:18:39 AM
Thanks


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: jnano on December 07, 2017, 01:33:16 AM
Core's source code is the first search engine result when you look for the obvious terms:
https://github.com/bitcoin/bitcoin

And after spending there half a minute I got to your second request:
https://github.com/bitcoin/bitcoin/tree/master/doc

I wonder, could one really be able to compile it, yet not be able to find it on the web without assistance? ;)



Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: floaks on December 07, 2017, 08:38:46 AM
Check this topic:
https://bitcointalk.org/index.php?topic=149479.0 (https://bitcointalk.org/index.php?topic=149479.0)


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: myapple on December 18, 2017, 10:11:49 AM
I try to compile wallet according to guide https://bitcointalk.org/index.php?topic=149479.0
I use bitcoin 0.8.6 version I can compile bitcoind but I cannot compile bitcoin-qt
It shows for bitcoin 0.8.6
Mingw32-make -f Makefile.Release
:/deps/boost_1_57_0/boost/type_traits/detail/has_binary_operator.hp:50:parse error at BOOST_JOIN

The target build/to console.moc failed

For 0.8.6 but how can I fix it
I use the other method to compile bitcoind but there is not an interface so not useful


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: achow101 on December 18, 2017, 03:23:58 PM
I use bitcoin 0.8.6 version I can compile bitcoind but I cannot compile bitcoin-qt
It shows for bitcoin 0.8.6
Why are you trying to build Bitcoin 0.8.6? It is super old and outdated.


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: myapple on December 18, 2017, 03:49:33 PM
Is there any instructions for how to compile a new one?especially for qt wallet and Ubuntu version ?


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: kellogsblocks on December 18, 2017, 04:39:58 PM
Have you heard about google?

I took this one first time I compiled myself https://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: ir.hn on December 19, 2017, 05:09:25 AM
Core's source code is the first search engine result when you look for the obvious terms:
https://github.com/bitcoin/bitcoin

And after spending there half a minute I got to your second request:
https://github.com/bitcoin/bitcoin/tree/master/doc

I wonder, could one really be able to compile it, yet not be able to find it on the web without assistance? ;)



I also had trouble finding it, I expected it to be obvious on the wiki but I couldn't find it there


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: myapple on December 19, 2017, 11:36:18 AM
thanks
i mean for Windows wallet
How to compile


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: achow101 on December 26, 2017, 02:45:08 AM
Is there any instructions for how to compile a new one?especially for qt wallet and Ubuntu version ?
Read the documentation provided in the source code. Specifically this file (https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md) and this file (https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md).


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: ir.hn on January 21, 2018, 11:23:26 PM
Is there any instructions for how to compile a new one?especially for qt wallet and Ubuntu version ?
Read the documentation provided in the source code. Specifically this file (https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md) and this file (https://github.com/bitcoin/bitcoin/blob/master/doc/build-windows.md).

Is there a post where there is discussion or help requests on this process?  I followed the guide for windows but am stuck; when I "cd depends" it says depends does not exist.  Where are these files stored when they are downloaded the way outlined in the readme?


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: jnano on January 21, 2018, 11:38:18 PM
What do you mean "depends" doesn't exist? It's a directory under the root:
https://github.com/bitcoin/bitcoin/tree/master/depends


Title: Re: Where is the bitcoin source code and guide to compile the bitcoin wallet
Post by: Anti-Cen on January 22, 2018, 11:53:23 AM
Your stuffed most the time if you trying to work from windows like me and you often won't get
things to compile anyway not that I am saying Microsoft spyware is any good but some of us
are stuck with it.