Bitcoin Forum
May 09, 2024, 11:15:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Trash  (Read 733 times)
SomaSom (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 26, 2017, 09:58:32 AM
Last edit: September 28, 2022, 08:16:19 AM by SomaSom
 #1

Trash
In order to get the maximum amount of activity points possible, you just need to post once per day on average. Skipping days is OK as long as you maintain the average.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715253348
Hero Member
*
Offline Offline

Posts: 1715253348

View Profile Personal Message (Offline)

Ignore
1715253348
Reply with quote  #2

1715253348
Report to moderator
1715253348
Hero Member
*
Offline Offline

Posts: 1715253348

View Profile Personal Message (Offline)

Ignore
1715253348
Reply with quote  #2

1715253348
Report to moderator
1715253348
Hero Member
*
Offline Offline

Posts: 1715253348

View Profile Personal Message (Offline)

Ignore
1715253348
Reply with quote  #2

1715253348
Report to moderator
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
March 26, 2017, 10:24:13 PM
 #2

HEy guys!
My "best" friend Ubuntu 14 says bitcond is not installed type to install: apt-get install bitcond
I typed.
Succesful installed.
I try open whit this command in terminal/SHH: bitcond -deamon
But Ubuntu say bitcoind is not installed type to install: apt-get install bitcond
WTF??
I did not know what the matter?
Please help me guys!

Could you paste a copy of the debug.log to see if there's anything in there?
You may also want to check if there is an executable in the daemon folder called bitcoind and if that gets deleted then it may bean operating system problem (or an antivirus problem - in the slim chance there is an antivirus installed on it). Maybe also try running "bitcoind --help" and see if it is just a command problem?
--Python.Core.Developer--
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
March 29, 2017, 07:00:24 AM
 #3

HEy guys!
My "best" friend Ubuntu 14 says bitcond is not installed type to install: apt-get install bitcond
I typed.
Succesful installed.
I try open whit this command in terminal/SHH: bitcond -deamon
But Ubuntu say bitcoind is not installed type to install: apt-get install bitcond
WTF??
I did not know what the matter?
Please help me guys!

I think I may know your problem it is bitcoind not bitcond. Perhaps you are writing it as bitcond in your terminal. Try writing bitcoind.
Also the deamon spelling is wrong it is daemon not deamon

If that is not the problem and you are typing it correctly in the terminal you might be running the GUI and the daemon at the same time using the same configaration directory.

If you are not doing that also then look the steps below. I followed it and it worked perfectly fine.

Note : Follow exactly the steps. Do not do step 2 before step 1

Step 1: Add the bitcoin ppa repository to your system.

sudo apt-add-respository ppa:bitcoin/bitcoin

Step 2 : Update your packages.

sudo apt update

Step 3 : Install the bitcoind core daemon

sudo apt install bitcoind

Step 4 : Run the daemon

bitcoind -daemon

You should recieve a message that bitcon server has started successfully.

To interact with the bitcoin core you will have to use the command : bitcoin-cli

To stop the bitcoin core daemon type : bitcoin-cli stop

A complete list of commands is avaliable her : https://bitcoin.org/en/developer-reference#rpc-quick-reference

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!