Bitcoin Forum

Other => Beginners & Help => Topic started by: usmanov123 on May 16, 2018, 03:28:39 PM



Title: How to run a wallet
Post by: usmanov123 on May 16, 2018, 03:28:39 PM
I've been reading notsofast's article  about security. He said the safest way to run an altcoin wallet is to compile an open source code. Any guides how to do it? Is it called to run a client from a command line?


Title: Re: How to run a wallet
Post by: AdolfinWolf on May 16, 2018, 03:42:10 PM
I've been reading notsofast's article  about security. He said the safest way to run an altcoin wallet is to compile an open source code. Any guides how to do it? Is it called to run a client from a command line?

You can compile a wallet in ubuntu/linux pretty easily. It gets a little bit more interesting in windows though.

Simply google something along the lines of "Compiling bitcoin core from source {operating system X}".

https://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/

If you're on windows you'll probably want to use something like MinGW

You're probably looking for something like this, https://bitcoin.stackexchange.com/questions/587/how-do-i-build-bitcoin-source-in-windows-7


Title: Re: How to run a wallet
Post by: bitperson on May 16, 2018, 03:42:46 PM
I've been reading notsofast's article  about security. He said the safest way to run an altcoin wallet is to compile an open source code. Any guides how to do it? Is it called to run a client from a command line?
Not exactly. Compiling means turning the source code (the written commands) into machine readable code that a computer can run efficiently. It does involve typing a number of commands at your shell prompt, but you only compile a program once, after which you can run it any way you want. Compiling your own software is considered safer than running binaries compiled by others because the latter are more difficult to examine for back doors and other malicious features.


Title: Re: How to run a wallet
Post by: butka on May 16, 2018, 07:07:39 PM
He said the safest way to run an altcoin wallet is to compile an open source code. Any guides how to do it?

Even if you downloaded the source code, there's no guarantee that the code hasn't been tampered with. So, you would also have to verify the signature of the code. Especially given the countless altcoin wallets out there, you never know what to expect. Also pay special attention to the URL where you are downloading the wallet software from.