Author

Topic: How to run a wallet (Read 132 times)

full member
Activity: 434
Merit: 246
May 16, 2018, 03:07:39 PM
#4
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. 
full member
Activity: 210
Merit: 119
May 16, 2018, 11:42:46 AM
#3
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.
legendary
Activity: 1946
Merit: 1427
May 16, 2018, 11:42:10 AM
#2
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
full member
Activity: 434
Merit: 102
Chikuntv
May 16, 2018, 11:28:39 AM
#1
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?
Jump to: