Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.
Open

V2 #1

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion p2pool/bitcoin/networks/defcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'defcoin.conf')

P2P_PORT = 1337
P2P_PREFIX = 'fbc0b6db'.decode('hex')
P2P_PREFIX = '7bc6d2db'.decode('hex')
RPC_PORT = 1335
RPC_CHECK = defer.inlineCallbacks(lambda bitcoind: defer.returnValue(
(yield helper.check_block_header(bitcoind, '192047379f33ffd2bbbab3d53b9c4b9e9b72e48f888eadb3dcf57de95a6038ad')) and # genesis block
Expand Down
13 changes: 6 additions & 7 deletions p2pool/networks/defcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@
VERSION_WARNING = lambda v: None
BLOCK_MAX_SIZE = 4000000
BLOCK_MAX_WEIGHT = 4000000
ANNOUNCE_CHANNEL = '#p2pool-dfc' #irc plugin?
IDENTIFIER = 'b032d5a8c6923410'.decode('hex')
BOOTSTRAP_ADDRS = []
BOOTSTRAP_ADDRS = '157.245.252.251 104.156.229.155'.split(' ')
ANNOUNCE_CHANNEL = '#p2pool-dfc'
IDENTIFIER = 'b032d5a8c6723410'.decode('hex')
PREFIX = '1389c1ad3ef0b9b5'.decode('hex')

#PERSIST = True # SET THIS TO FALSE UNTIL THE SHARE CHAIN IS BOOTSTRAPPED
PERSIST = False

PERSIST = False # SET THIS TO FALSE UNTIL THE SHARE CHAIN IS BOOTSTRAPPED
SOFTFORKS_REQUIRED = set(['bip65', 'csv', 'segwit'])
SEGWIT_ACTIVATION_VERSION = 15
NEW_MINIMUM_PROTOCOL_VERSION = 3301
NEW_MINIMUM_PROTOCOL_VERSION = 3301