1
I want to create a bitcoin wallet executable file in Ubuntu with all its dependencies. So when use that file from some other system it will work perfectly.
How I make a portable version of Bitcoin for Ubuntu?
1
I want to create a bitcoin wallet executable file in Ubuntu with all its dependencies. So when use that file from some other system it will work perfectly.
How I make a portable version of Bitcoin for Ubuntu?
Do you mean a portable installation of the Bitcoin wallet, so that it can be used from e.g. a usb stick? – Murch – 2015-03-26T11:16:10.817
No, I want to create a wallet through release process from my source code, so I can use that executable file on other system. – User041188 – 2015-03-26T11:21:06.293
1What other system? Windows? Another computer with linux? Please be more specific. – Murch – 2015-03-26T11:21:48.110
Yes, Another Computer is also a linux, same executable run on one linux, two linux machine, and so on. I don't want to make all dependencies installed and compile source code again and again on other computer. the same executable file [which i was build earlier] do all the task. – User041188 – 2015-03-26T11:26:59.337
I believe that one would call this a "portable installation" ;) – Murch – 2015-03-26T11:38:21.650
OK, So how I can achieve that... – User041188 – 2015-03-26T11:52:17.440
Docker is a server-side tool to distribute static, self-contained, portable, applications https://github.com/kylemanna/docker-bitcoind
– Mikko Ohtamaa – 2015-03-27T23:08:02.363@MikkoOhtamaa Given the tags, I think the asker is looking for one that works on bitcoin-qt too. – Nick ODell – 2015-03-28T00:15:35.850