diff options
| author | Ross Nicoll <[email protected]> | 2018-02-04 19:50:03 +0000 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2018-02-18 18:17:53 +0000 |
| commit | a8baf86ffc0ceab1da9850e59804ee76e242b306 (patch) | |
| tree | 158609fd7b87a92151210d910043013afb866f47 /contrib/linearize/linearize-hashes.py | |
| parent | Update release notes for 1.14 (#1464) (diff) | |
| download | discoin-1.14-alpha-2.tar.xz discoin-1.14-alpha-2.zip | |
Misc updates to match Dogecoin (#1460)v1.14-alpha-2
* Updated linearize for Dogecoin :dog2:
* Update qt forms. :tada: :dog2:
* Replaced occasions of bitcoin to dogecoin in contrib files consistent with previous changes. :tada:
* Changing to the proper ports for Dogecoin.
Diffstat (limited to 'contrib/linearize/linearize-hashes.py')
| -rwxr-xr-x | contrib/linearize/linearize-hashes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/linearize/linearize-hashes.py b/contrib/linearize/linearize-hashes.py index 00a54d082..5616abeb1 100755 --- a/contrib/linearize/linearize-hashes.py +++ b/contrib/linearize/linearize-hashes.py @@ -115,11 +115,11 @@ if __name__ == '__main__': if 'host' not in settings: settings['host'] = '127.0.0.1' if 'port' not in settings: - settings['port'] = 8332 + settings['port'] = 22555 if 'min_height' not in settings: settings['min_height'] = 0 if 'max_height' not in settings: - settings['max_height'] = 313000 + settings['max_height'] = 2000000 if 'rev_hash_bytes' not in settings: settings['rev_hash_bytes'] = 'false' if 'rpcuser' not in settings or 'rpcpassword' not in settings: |