how to reduce the size of "multichaind"

+2 votes
asked Jan 13, 2017 by Shehreyar Rashid

1 Answer

+1 vote
Do you mean the executable file? If so I'm surprised you want to do this, because it's already very small. But you are of course welcome to compile it with any settings you want to try: https://github.com/MultiChain/multichain
answered Jan 13, 2017 by MultiChain
Dear when i compiled it the size becomes around 100+ MB.Now i want to deploy it on router with my added code.so how can i minimize its size
You probably need to strip the debug symbols - our own build process does this using the 'strip' command.
...