Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: datguys on March 11, 2014, 09:08:53 PM



Title: how to view edit bitcoin.conf
Post by: datguys on March 11, 2014, 09:08:53 PM
how do i edit or create or view bitcoin.conf. I'm using it on my server and im using SSH


Title: Re: how to view edit bitcoin.conf
Post by: grue on March 11, 2014, 10:06:06 PM
vim
nano
sed


Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 11, 2014, 10:12:14 PM
huuuh


Title: Re: how to view edit bitcoin.conf
Post by: Tomatocage on March 11, 2014, 10:16:27 PM
It's just a text file, so whatever text editing options are available to you should do the trick.


Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 11, 2014, 10:22:32 PM
It's just a text file, so whatever text editing options are available to you should do the trick.

im not using ubuntu desktop. im using ubuntu server and ssh :/


Title: Re: how to view edit bitcoin.conf
Post by: grue on March 12, 2014, 12:49:35 AM
huuuh
those are terminal commands


Title: Re: how to view edit bitcoin.conf
Post by: zvs on March 12, 2014, 01:10:07 AM
It's just a text file, so whatever text editing options are available to you should do the trick.

im not using ubuntu desktop. im using ubuntu server and ssh :/

i think you should stick with windows servers


Title: Re: how to view edit bitcoin.conf
Post by: spin on March 12, 2014, 12:37:44 PM
My command line skills are limited but it's something like:
Code:
nano ~/.bitcoin/bitcoin.conf

This will open the file for editing or create it and open it for editing if it doesn't exist.  This will happen in your terminal window (not GUI). Change the path if your bitcoin data is elsewhere.



Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 12, 2014, 03:20:13 PM
My command line skills are limited but it's something like:
Code:
nano ~/.bitcoin/bitcoin.conf

This will open the file for editing or create it and open it for editing if it doesn't exist.  This will happen in your terminal window (not GUI). Change the path if your bitcoin data is elsewhere.




Sorry im a newb at this. I dont know how to find my bitcoin directory.


Title: Re: how to view edit bitcoin.conf
Post by: Simon8x on March 12, 2014, 03:45:37 PM
My command line skills are limited but it's something like:
Code:
nano ~/.bitcoin/bitcoin.conf

This will open the file for editing or create it and open it for editing if it doesn't exist.  This will happen in your terminal window (not GUI). Change the path if your bitcoin data is elsewhere.




Sorry im a newb at this. I dont know how to find my bitcoin directory.

FYI: https://en.bitcoin.it/wiki/Data_directory


Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 12, 2014, 04:21:02 PM
My command line skills are limited but it's something like:
Code:
nano ~/.bitcoin/bitcoin.conf

This will open the file for editing or create it and open it for editing if it doesn't exist.  This will happen in your terminal window (not GUI). Change the path if your bitcoin data is elsewhere.






Sorry im a newb at this. I dont know how to find my bitcoin directory.

FYI: https://en.bitcoin.it/wiki/Data_directory

thsnks but i get:



Quote
-bash: /root/.bitcoin/bitcoin.conf: Permission denied


nothing going right for me lol


Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 12, 2014, 04:26:16 PM
nvm done, needed install nano *facepalm*


Title: Re: how to view edit bitcoin.conf
Post by: datguys on March 12, 2014, 04:31:01 PM
all set up guys yay :) thnks for help


Title: Re: how to view edit bitcoin.conf
Post by: OnkelPaul on March 12, 2014, 04:34:56 PM
Sorry im a newb at this. I dont know how to find my bitcoin directory.

Serious advice: stay away from bitcoins, servers connected to the internet, and computers in general.  :o
The "I don't know shit but I want to do it anyway" attitude will most likely cost you dearly.
If you want to use a linux server for anything remotely valuable you absolutely need to know what you're doing. If you don't know it already, now is the right time to start learning - read tutorials on using commandline tools such as nano or vim, learn how to reduce the services on a computer to the absolute minimum needed for it to work, learn how to harden ssh access etc.

BTW, using graphical tools with a server on the internet isn't that hard if your desktop machine also runs linux. Call ssh with the '-X' parameter and then you can use graphical programs such as gedit or kate. Performance is quite a bit slower than when you use them locally, but still bearable.

Onkel Paul