Skip to content

Commit

Permalink
Removed advanced-example.json
Browse files Browse the repository at this point in the history
Removed comments from daemons-example.json, default-example.json and pool.json so they can be validated.
  • Loading branch information
bonesoul committed Oct 2, 2014
1 parent 00dee96 commit 4effc4e
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 456 deletions.
5 changes: 1 addition & 4 deletions src/CoiniumServ/CoiniumServ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -733,10 +733,7 @@
<None Include="config\pools\default-example.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="config\pools\advanced-example.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="config\pools\example.json">
<None Include="config\pools\pool.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
Expand Down
18 changes: 2 additions & 16 deletions src/CoiniumServ/config/daemons-example.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,8 @@
{
# payment daemons configuration
# here you can add extra payment daemons so that auto-exchange module can pay in a specific coin even if you don't run a pool for it.

# -------------------------------
# Payment Daemon RPC Connection
# -------------------------------

# enabled: Is the connection enabled?
# coin: name of the coin configuration file that should exist in config/coins/.
# host: ip/hostname of coin-daemon.
# port: the port coin daemon is listening on.
# username: username for rpc connection.
# password: password for rpc connection.

"daemons": [
{
"enabled": false,
"coin": "litecoin.json",
"enabled": false,
"coin": "litecoin.json",
"daemon": {
"host": "127.0.0.1",
"port": 9333,
Expand Down
217 changes: 0 additions & 217 deletions src/CoiniumServ/config/pools/advanced-example.json

This file was deleted.

0 comments on commit 4effc4e

Please sign in to comment.