Bitcoin Forum
April 25, 2024, 05:36:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is it worth it learning bitcoind?  (Read 739 times)
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1250


View Profile
November 20, 2017, 08:29:45 PM
 #1

To what capacity is it beneficial to use the command console for everything? if I learned bitcoind, would I be lowering the surface attack enough that it is worth the hassle of not using a GUI?

I see a lot of advanced users using bitcoind saying that using the GUI has too many risks for them. They usually use CentOS, Arch, Gentoo or other complicated Linux distro so they are advanced programmers. Is it worth getting up to that level, or is it safe to stay with the regular GUI usage for usual hodling and transaction making?
1714066590
Hero Member
*
Offline Offline

Posts: 1714066590

View Profile Personal Message (Offline)

Ignore
1714066590
Reply with quote  #2

1714066590
Report to moderator
1714066590
Hero Member
*
Offline Offline

Posts: 1714066590

View Profile Personal Message (Offline)

Ignore
1714066590
Reply with quote  #2

1714066590
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714066590
Hero Member
*
Offline Offline

Posts: 1714066590

View Profile Personal Message (Offline)

Ignore
1714066590
Reply with quote  #2

1714066590
Report to moderator
coinpimp321
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
November 21, 2017, 04:05:55 AM
 #2

i mean its not hard to poke around with a few commands. you will certainly start to understand how bitcoin works. and the further down the rabbit hole you go the more you will see how the machinery works
ezhui
Member
**
Offline Offline

Activity: 238
Merit: 10


View Profile
November 21, 2017, 05:13:11 AM
 #3

I am not a advanced user, but I agree the risk is lower using bitcoind than working with GUI wallet.

You can avoid trojan 100% percent if you download the bitcoind source code from its official github repository and compile it to binary executable following with some simple instructions. It could cost you some time for the first time to build up if you have no IT background, but it's all worth to do so comparing the underlying risk of randomly downloading a 3rd party wallet software.

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord   ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
dragon fire
Member
**
Offline Offline

Activity: 151
Merit: 10


View Profile
November 21, 2017, 07:26:12 AM
 #4

To what capacity is it beneficial to use the command console for everything? if I learned bitcoind, would I be lowering the surface attack enough that it is worth the hassle of not using a GUI?

I see a lot of advanced users using bitcoind saying that using the GUI has too many risks for them. They usually use CentOS, Arch, Gentoo or other complicated Linux distro so they are advanced programmers. Is it worth getting up to that level, or is it safe to stay with the regular GUI usage for usual hodling and transaction making?
feasible or not how we react to it. however, many people assume that learning to know bitcoin is feasible and strongly recommended
it is better to study bitcoin for the future this bitcoin will be used when purchasing in malls or at different stores.
feasible or not how we react to it. however, many people assume that learning to know bitcoin is feasible and strongly recommended
Wind_FURY
Legendary
*
Offline Offline

Activity: 2898
Merit: 1822



View Profile
November 21, 2017, 08:23:18 AM
 #5

Knowlege will be its own reward. If you are technically inclined with that stuff, and have the motivation to learn, then why not? Deeper learning in something you love is always good.

Maybe you should open a thread about and let us follow your progress. We can learn from you while you are learning. Wink

██████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
██████████████████████
.SHUFFLE.COM..███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
█████████████████████
████████████████████
██████████████████████
████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
██████████████████████
██████████████████████
██████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
███████████████████████
.
...Next Generation Crypto Casino...
Snub
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
November 21, 2017, 08:26:50 AM
 #6

It is definitely worth to learn how bitcoin works... like all cryptocurrency work.
For me as for a programmer it was a very profitable experience
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1250


View Profile
November 21, 2017, 03:06:34 PM
 #7

I am not a advanced user, but I agree the risk is lower using bitcoind than working with GUI wallet.

You can avoid trojan 100% percent if you download the bitcoind source code from its official github repository and compile it to binary executable following with some simple instructions. It could cost you some time for the first time to build up if you have no IT background, but it's all worth to do so comparing the underlying risk of randomly downloading a 3rd party wallet software.

But if you download the source code for bitcoin-qt and compile it yourself, you would also be avoiding any trojan horses built in on the executables... which I already do, so that's not the point.

I was asking of any particular exploits that could have an impact on the GUI software compared to bitcoind which I presume since it's simpler, it's less exploitable, but it has the added risk of you entering the wrong command and sending your coins to the wrong place or who knows. Commands have a lot of power and are not forgiving if you make mistakes. A GUI will prompt you and everything is clearer.
User365
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


physics, mathematics and engineering


View Profile
November 21, 2017, 04:20:29 PM
 #8

To what capacity is it beneficial to use the command console for everything? if I learned bitcoind, would I be lowering the surface attack enough that it is worth the hassle of not using a GUI?

I see a lot of advanced users using bitcoind saying that using the GUI has too many risks for them. They usually use CentOS, Arch, Gentoo or other complicated Linux distro so they are advanced programmers. Is it worth getting up to that level, or is it safe to stay with the regular GUI usage for usual hodling and transaction making?

If security is your concern, you might want to check out TailsOS.

Very nice Linux which supports electrum by default, is a live boot system, so malware shouldn't be persistent if it gets on your system. Your electrum file, which is hopefully encrypted, will be in a encrypted partition provided by Tails for persistent data.

If security is not your primary concern, but you just like geeky stuff and technology, I think it´s not a bad idea to look into it.

[could be your ad]
Nanot
Member
**
Offline Offline

Activity: 266
Merit: 10


View Profile
November 22, 2017, 02:15:29 AM
 #9

To what capacity is it beneficial to use the command console for everything? if I learned bitcoind, would I be lowering the surface attack enough that it is worth the hassle of not using a GUI?

I see a lot of advanced users using bitcoind saying that using the GUI has too many risks for them. They usually use CentOS, Arch, Gentoo or other complicated Linux distro so they are advanced programmers. Is it worth getting up to that level, or is it safe to stay with the regular GUI usage for usual hodling and transaction making?
It is worth it in learning bitcoin because it gives more investments and money in term of electronic currency. It is worth it because you can invest your money and double its price so that it may promotes your success and progressive life.

▰▰▰▰ me token ▰▰▰▰
▰▰ WHITEPAPER ▰▰▰▰   The Social Commerce Revolution  ▰▰▰▰ ANN THREAD ▰▰
 ▰▰ WEB SITE  ▰▰ REDDIT  ▰▰ TELEGRAM  ▰▰ FACEBOOK   ▰▰ LINKEDIN  ▰▰
K210
Hero Member
*****
Offline Offline

Activity: 1568
Merit: 507


View Profile
November 23, 2017, 12:40:28 PM
 #10

Learning bitcoind will allow you to develop pretty much any piece of bitcoin software so yes it is worth it
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1250


View Profile
November 24, 2017, 04:59:22 PM
 #11

To what capacity is it beneficial to use the command console for everything? if I learned bitcoind, would I be lowering the surface attack enough that it is worth the hassle of not using a GUI?

I see a lot of advanced users using bitcoind saying that using the GUI has too many risks for them. They usually use CentOS, Arch, Gentoo or other complicated Linux distro so they are advanced programmers. Is it worth getting up to that level, or is it safe to stay with the regular GUI usage for usual hodling and transaction making?

If security is your concern, you might want to check out TailsOS.

Very nice Linux which supports electrum by default, is a live boot system, so malware shouldn't be persistent if it gets on your system. Your electrum file, which is hopefully encrypted, will be in a encrypted partition provided by Tails for persistent data.

If security is not your primary concern, but you just like geeky stuff and technology, I think it´s not a bad idea to look into it.

Yeah I used Tails in the past a couple of times, only because I heard it was the best thing to create a paperwallet, when I was still testing out the idea of paperwallets before I discarded it.

I don't really like Electrum for either cold storage of online transactions. Im trying to learn how to set up Core as a node online to broadcast transactions and in another computer set another Core as a cold storage wallet to sign transactions. If I can manage to do this efficiently I will use this setup, if not I guess I will need to use Armory for the cold storage.

I will not use Tails tho, just any regular Linux distro will do (Xubuntu is pretty cool, or maybe Lubuntu if my old laptop is too slow to deal with it).
Snub
Hero Member
*****
Offline Offline

Activity: 812
Merit: 500



View Profile
November 24, 2017, 08:18:21 PM
 #12

its definitely safe to use GUI, but you always have to make sure that you don't click on strange links)
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!