Skip to content

Commit

Permalink
Changed specs for Casinocoin
Browse files Browse the repository at this point in the history
Lowered SHARE_PERIOD from 15 to 5 and TARGET_LOOKBEHIND from 200 to 60 added bigiron.homelinux.com to BOOTSTRAP_ADDRS.
Worked with gururise and Rav3nPL on the new settings.
  • Loading branch information
CartmanSPC committed Dec 23, 2013
1 parent c51add0 commit 384632e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions p2pool/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@

casinocoin=math.Object(
PARENT=networks.nets['casinocoin'],
SHARE_PERIOD=15, # seconds target spacing
NEW_SHARE_PERIOD=15, # seconds
CHAIN_LENGTH=24*60*60//15, # shares
SHARE_PERIOD=5, # seconds target spacing
NEW_SHARE_PERIOD=5, # seconds
CHAIN_LENGTH=3*60*60//15, # shares
REAL_CHAIN_LENGTH=3*60*60//15, # shares
TARGET_LOOKBEHIND=200, # shares coinbase maturity
TARGET_LOOKBEHIND=60, # shares coinbase maturity
SPREAD=60, # blocks
NEW_SPREAD=60, # blocks
IDENTIFIER='7696C5EF0B281C0E'.decode('hex'),
PREFIX='4C2E2CD651764B73'.decode('hex'),
IDENTIFIER='7696C5EF0B281C2F'.decode('hex'),
PREFIX='4C2E2CD651764B9F'.decode('hex'),
P2P_PORT=23640,
MIN_TARGET=0,
MAX_TARGET=2**256//2**20 - 1,
Expand Down

0 comments on commit 384632e

Please sign in to comment.