Bitcoin Forum
May 14, 2024, 01:31:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Unable To Locate .conf file in Ubuntu  (Read 133 times)
ripplexn8 (OP)
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
March 12, 2018, 09:47:07 PM
 #1

I'm following this tutorial
Code:
https://www.youtube.com/watch?v=mDGxGYvkDEE

I managed to make it this far..



I get that error: To use funcoind, you must set a rpcpassword in the configuration file:
/home/ubuntu/.funcoin/funcoin.conf


So I go and try to locate the funcoin.conf file but I can't locate it:





Any help would be appreciated
1715650263
Hero Member
*
Offline Offline

Posts: 1715650263

View Profile Personal Message (Offline)

Ignore
1715650263
Reply with quote  #2

1715650263
Report to moderator
1715650263
Hero Member
*
Offline Offline

Posts: 1715650263

View Profile Personal Message (Offline)

Ignore
1715650263
Reply with quote  #2

1715650263
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
March 13, 2018, 04:03:44 AM
 #2

Did you not see the part that says: "If the file does not exist, create it with owner-readable-only file permissions"? Huh

Simply create the text file in the ~/.funcoin directory using vi or vim or whatever texteditor you use... save/name it as funcoin.conf... make sure it is all configured as you want, then "chmod" it to have the appropriate permissions.
Code:
chmod u=r ~/.funcoin/funcoin.conf

Note: to be able to modify the file, you'd need to set it as:
Code:
chmod u=rw ~/.funcoin/funcoin.conf

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
ripplexn8 (OP)
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
March 16, 2018, 05:36:07 PM
 #3

Did you not see the part that says: "If the file does not exist, create it with owner-readable-only file permissions"? Huh

Simply create the text file in the ~/.funcoin directory using vi or vim or whatever texteditor you use... save/name it as funcoin.conf... make sure it is all configured as you want, then "chmod" it to have the appropriate permissions.
Code:
chmod u=r ~/.funcoin/funcoin.conf

Note: to be able to modify the file, you'd need to set it as:
Code:
chmod u=rw ~/.funcoin/funcoin.conf

I must've missed that, thanks man!
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!