Skip to content

Commit

Permalink
full-node: Remove '-daemon' param for Windows instrux
Browse files Browse the repository at this point in the history
This resolves bitcoin-dot-org#2268 and will be merged once tests pass.
  • Loading branch information
wbnns committed May 17, 2018
1 parent bca0967 commit 4f17761
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions en/full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 670,7 @@ Windows key (`⊞ Win`) and type "cmd". Choose the option labeled
If you installed Bitcoin Core into the default directory, type the
following at the command prompt:

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

Bitcoin Core daemon should start and print a message that Bitcoin Core is starting.

Expand Down Expand Up @@ -705,7 705,7 @@ Name the file `start_bitcoind.bat`. Then right-click on it and choose
Open in Notepad (or whatever editor you prefer). Copy and paste the
following line into the file.

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

(If you installed Bitcoin Core in a non-default directory, use that
directory path instead.)
Expand Down Expand Up @@ -826,7 826,7 @@ Windows key (`⊞ Win`) and type "cmd". Choose the option labeled
If you installed Bitcoin Core into the default directory, type the
following at the command prompt:

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

Bitcoin Core daemon should start and print a message that Bitcoin Core is starting.

Expand Down Expand Up @@ -861,7 861,7 @@ Name the file `start_bitcoind.bat`. Then right-click on it and choose
Open in Notepad (or whatever editor you prefer). Copy and paste the
following line into the file.

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

(If you installed Bitcoin Core in a non-default directory, use that
directory path instead.)
Expand Down Expand Up @@ -980,7 980,7 @@ Windows key (`⊞ Win`) and type "cmd". Choose the program named "cmd.exe"

If you installed the Bitcoin Core into the default directory, type the following at the command prompt :

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

Bitcoin Core daemon should start.

Expand Down Expand Up @@ -1021,7 1021,7 @@ You can also access this folder by executing the following command after reachin

Right-click on the File Explorer window and choose New → Text file. Name the file `start_bitcoind.bat`. Then right-click on it and choose Open in Notepad (or whatever editor you prefer). Copy and paste the following line into the file.

C:\Program Files\Bitcoin\daemon\bitcoind -daemon
C:\Program Files\Bitcoin\daemon\bitcoind

(If you installed Bitcoin Core in a non-default directory, use that directory path instead.)

Expand Down

0 comments on commit 4f17761

Please sign in to comment.