Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjusted localhost address in the app.config
  • Loading branch information
skirdey committed Apr 13, 2014
commit 0079b0ac98a5f69b7163a098e4a43beb394a90d9
4 changes: 2 additions & 2 deletions ConsoleClient/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<appSettings>

<!-- BitcoinLib settings start -->
<add key="DaemonUrl" value="http://localhost.:8332" />
<add key="TestNetDaemonUrl" value="http://localhost.:18332" />
<add key="DaemonUrl" value="http://localhost:8332" />
<add key="TestNetDaemonUrl" value="http://localhost:18332" />
<add key="UseTestNet" value="false" />
<add key="WalletPassword" value="MyWalletPassword" />
<add key="ExtractMyPrivateKeys" value="false" />
Expand Down