Skip to content

Commit 582db4f

Browse files
Merge pull request #2 from BTHPOS/dev
Made parameter changes for mainnet release.
2 parents df3148c + 7d850f4 commit 582db4f

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.DS_Store

0 Bytes
Binary file not shown.

electrumbth.icns

846 KB
Binary file not shown.

lib/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ class BithereumMainnet(BithereumBase):
8787
CHECKPOINTS = read_json('checkpoints.json', [])
8888

8989
PREMINE_SIZE = 10000
90-
BTH_HEIGHT = 1
90+
BTH_HEIGHT = 555555
9191

9292
LWMA_HEIGHT = 1
9393

94-
EQUIHASH_FORK_HEIGHT = 1
94+
EQUIHASH_FORK_HEIGHT = 555555
9595

9696
POW_LIMIT = 0x0007ffffffff0000000000000000000000000000000000000000000000000000
9797
POW_LIMIT_START = 0x0000000fffff0000000000000000000000000000000000000000000000000000

lib/servers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"electrum-us.bithereum.network": {
2+
"node1-electrumx.bithereum.network": {
33
"pruning": "-",
44
"s": "50002",
55
"version": "1.2"

lib/servers_testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"electrum-us.bithereum.network": {
2+
"node1-testnet-electrumx.bithereum.network": {
33
"pruning": "-",
44
"s": "50002",
55
"version": "1.2"

0 commit comments

Comments
 (0)