Skip to content

Commit

Permalink
block explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
pembo210 committed Feb 16, 2016
1 parent 22ca222 commit fe5e56d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions p2pool/bitcoin/networks/numberseven.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
BLOCK_PERIOD = 150 # s
SYMBOL = 'N7'
CONF_FILE_FUNC = lambda: os.path.join(os.path.join(os.environ['APPDATA'], 'Number7') if platform.system() == 'Windows' else os.path.expanduser('~/Library/Application Support/number7/') if platform.system() == 'Darwin' else os.path.expanduser('~/.number7'), 'number7.conf')
BLOCK_EXPLORER_URL_PREFIX = 'http://explorer.litecoin.net/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://explorer.litecoin.net/address/'
TX_EXPLORER_URL_PREFIX = 'http://explorer.litecoin.net/tx/'
BLOCK_EXPLORER_URL_PREFIX = 'http://moonblocks.com:7000/block/'
ADDRESS_EXPLORER_URL_PREFIX = 'http://moonblocks.com:7000/address/'
TX_EXPLORER_URL_PREFIX = 'http://moonblocks.com:7000/tx/'
SANE_TARGET_RANGE = (2**256//1000000000 - 1, 2**256//1000 - 1)
DUMB_SCRYPT_DIFF = 2**16
DUST_THRESHOLD = 0.03e8

0 comments on commit fe5e56d

Please sign in to comment.