Skip to content

Commit

Permalink
"1000000 - 50"
Browse files Browse the repository at this point in the history
  • Loading branch information
raYConnection committed Sep 6, 2022
1 parent 4ac85a2 commit fed1f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2pool/bitcoin/networks/cyberyen.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(yield helper.check_block_header(bitcoind, '34458c96bb547193fa90b2f2599056684b0083d8a2996f2025943eb545031d29')) and
(yield bitcoind.rpc_getblockchaininfo())['chain'] == 'main'
))
SUBSIDY_FUNC = lambda height: 1000000*100000000 >> (height + 1)//840000
SUBSIDY_FUNC = lambda height: 50*100000000 >> (height + 1)//840000
POW_FUNC = lambda data: pack.IntType(256).unpack(__import__('ltc_scrypt').getPoWHash(data))
BLOCK_PERIOD = 150 # s
SYMBOL = 'CY'
Expand Down

0 comments on commit fed1f3e

Please sign in to comment.