-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding fees & external configuration files.
- Loading branch information
Cryptotron
committed
Apr 9, 2013
1 parent
95de8a1
commit 657e375
Showing
3 changed files
with
100 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
http_port : 80, // http interface port | ||
daemon_poll_freq : 5000, // how often to poll daemon for status updates | ||
http_poll_freq : 2000, // how often should http client poll server for status updates | ||
|
||
daemon : { | ||
host: '127.0.0.1', | ||
port: 20332, | ||
user: 'testnet', | ||
pass: 'q1w2e3r4' | ||
}, | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters