-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #246 from madMAx43v3r/testnet12
Testnet12
- Loading branch information
Showing
44 changed files
with
320 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mmx12jn049haarythqzl32ehc9kxrs6u2ueyj0aq3p68nvq22yxs73ksy2ms8l | ||
mmx1mahaygvnkvm85hmzedmzyklwdxcztf2y7snuk3zrqqtseucacyds7gqmeq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mmx1sxpq3lct00h4asdpfyqk4zjjj7zera3zpx5xa4y7h05n9jmenenshq9fdd | ||
mmx1jj8tzd62arxkujefdmrtefhv7ts4q7zj3nu35v7punrv60662emsrn46jc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mmx14qv9cfu25nhp49mfs2tqpe07uvnpu634hkgqvup5klfuehm83vrq5fm0dp | ||
mmx150n2tqzz60d4fau0mqc23ekpv89z4z37gryn6enqqvjpwndmgjfscyz5hq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mmx122hvah9lfj9p0tyey7lqc7usd3h25a7dw6aa5ke7shh7te3sgvrqzdt86y | ||
mmx1gpu8spcn0kwv63ymds8xawfslcwrgh4jsvzr3p64rcq5cf5uf0lszexlms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
mmx14p3r04475n5qjcchuklk0z8qunknjwl7jr93zhv9xzzp0n78hgwsjy39kq | ||
mmx1af3nmx8zefduyqexz8z5v6qz2ks96znd89jxjk0jwtu9sqvvgmzqw7u6xt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"mmx_usd_swap_addr": "mmx1uyyxl7xt8ev0sel7fh756kmqmwze0uzqemuz87560s9w5g23vrxqp4c7vy" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"seed_peers": [ | ||
"37.27.108.34", | ||
"37.27.108.35", | ||
"5.9.57.230" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"token_whitelist": [ | ||
"mmx14tmh82zku65h7wsq0hlt0xayzcjznvu8zgdat92lluwrvx9mfupsqenjla" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
{ | ||
"port": 12342, | ||
"block_time": 10, | ||
"plot_filter": 4, | ||
"min_ksize": 26, | ||
"infuse_delay": 3, | ||
"challenge_delay": 6, | ||
"challenge_interval": 256, | ||
"commit_delay": 24, | ||
"min_vdf_segments": 1000, | ||
"num_vdf_segments": 1500, | ||
"max_vdf_segments": 2048, | ||
"network": "testnet12", | ||
"vdf_reward": 10000, | ||
"min_reward": 500000, | ||
"reward_adjust_div": 50000, | ||
"min_txfee": 20000, | ||
"min_txfee_io": 10000, | ||
"min_txfee_sign": 10000, | ||
"min_txfee_memo": 5000, | ||
"min_txfee_exec": 10000, | ||
"min_txfee_deploy": 20000, | ||
"min_txfee_byte": 100, | ||
"min_txfee_read": 2000, | ||
"min_txfee_read_kbyte": 2000, | ||
"max_block_size": 250000000, | ||
"max_block_cost": 1000000000, | ||
"max_tx_cost": 25000000, | ||
"min_fee_ratio": [1, 2, 3, 5, 10], | ||
"initial_time_diff": 20000, | ||
"initial_space_diff": 10, | ||
"time_diff_constant": 10000, | ||
"space_diff_constant": 10000000000, | ||
"virtual_space_constant": 8108, | ||
"reward_activation": 25000, | ||
"transaction_activation": 100, | ||
"fixed_project_reward": 50000, | ||
"project_ratio": { | ||
"value": 1, | ||
"inverse": 100 | ||
}, | ||
"project_addr": "mmx1cvc060jcsk3ywg36c5sm7zmrgth0ex7wp9s7jxvh4kgjgy2c90ss46rhwp" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../default/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.