Post
Topic
Board Bitcoin Technical Support
Re: How to compile a static binary bitcoind in Ubuntu
by
tugvarish
on 07/04/2014, 13:16:04 UTC
The size difference is probably, because you did not strip your binary.

To build static try to put 'STATIC=all' at the end of your make line. (without quotes)

Also, did you 'make clean' in between retries?