Skip to content

Commit

Permalink
Update networks.py
Browse files Browse the repository at this point in the history
updated kimocoin parameters
  • Loading branch information
jacob019 committed Jun 12, 2014
1 parent 6d28ec4 commit a5bb144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions p2pool/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@
kimocoin=math.Object(
PARENT=networks.nets['kimocoin'],
SHARE_PERIOD=10, # seconds
CHAIN_LENGTH=24*60*60//30, # shares
REAL_CHAIN_LENGTH=24*60*60//30, # shares
CHAIN_LENGTH=24*60*60//10, # shares
REAL_CHAIN_LENGTH=24*60*60//10, # shares
TARGET_LOOKBEHIND=200, # shares
SPREAD=15, # blocks
SPREAD=30, # blocks
IDENTIFIER='f8d4d7035c692d35'.decode('hex'),
PREFIX='de83d31b55d8fd0e'.decode('hex'),
P2P_PORT=2890,
Expand Down

0 comments on commit a5bb144

Please sign in to comment.