Skip to content

Commit

Permalink
SUBSIDY_FUNC change for Casinocoin
Browse files Browse the repository at this point in the history
Takes affect at block 575000.
  • Loading branch information
CartmanSPC authored and CartmanSPC committed Jul 21, 2014
1 parent d16c135 commit da937f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/bitcoin/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def check_genesis_block(bitcoind, genesis_block_hash):
'casinocoinaddress' in (yield bitcoind.rpc_help()) and
not (yield bitcoind.rpc_getinfo())['testnet']
)),
SUBSIDY_FUNC=lambda height: 50*100000000 >> (height + 1)//3153600,
SUBSIDY_FUNC=lambda height: 10*100000000,
POW_FUNC=lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data)),
BLOCK_PERIOD=30, # s targetspacing
SYMBOL='CSC',
Expand Down

0 comments on commit da937f7

Please sign in to comment.