Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
54228448
Commit
54228448
authored
May 29, 2019
by
mdj33
Committed by
vipwzw
May 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust ticket block to 1s
parent
fbab756f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
docker-compose.sh
build/docker-compose.sh
+3
-0
chain33.toml
chain33.toml
+2
-2
No files found.
build/docker-compose.sh
View file @
54228448
...
@@ -78,6 +78,9 @@ function base_init() {
...
@@ -78,6 +78,9 @@ function base_init() {
sed
-i
$sedfix
's/^Title.*/Title="local"/g'
chain33.toml
sed
-i
$sedfix
's/^Title.*/Title="local"/g'
chain33.toml
sed
-i
$sedfix
's/^TestNet=.*/TestNet=true/g'
chain33.toml
sed
-i
$sedfix
's/^TestNet=.*/TestNet=true/g'
chain33.toml
sed
-i
$sedfix
's/^powLimitBits=.*/powLimitBits="0x1f2fffff"/g'
chain33.toml
sed
-i
$sedfix
's/^targetTimePerBlock=.*/targetTimePerBlock=1/g'
chain33.toml
# p2p
# p2p
sed
-i
$sedfix
's/^seeds=.*/seeds=["chain33:13802","chain32:13802","chain31:13802"]/g'
chain33.toml
sed
-i
$sedfix
's/^seeds=.*/seeds=["chain33:13802","chain32:13802","chain31:13802"]/g'
chain33.toml
#sed -i $sedfix 's/^enable=.*/enable=true/g' chain33.toml
#sed -i $sedfix 's/^enable=.*/enable=true/g' chain33.toml
...
...
chain33.toml
View file @
54228448
...
@@ -92,7 +92,7 @@ fundKeyAddr = "1BQXS6TxaYYG5mADaWij4AxhZZUTpw95a5"
...
@@ -92,7 +92,7 @@ fundKeyAddr = "1BQXS6TxaYYG5mADaWij4AxhZZUTpw95a5"
coinReward
=
18
coinReward
=
18
coinDevFund
=
12
coinDevFund
=
12
ticketPrice
=
10000
ticketPrice
=
10000
powLimitBits
=
"0x1f00ffff"
powLimitBits
=
"0x1f00ffff"
retargetAdjustmentFactor
=
4
retargetAdjustmentFactor
=
4
futureBlockTime
=
16
futureBlockTime
=
16
ticketFrozenTime
=
5
#5s only for test
ticketFrozenTime
=
5
#5s only for test
...
@@ -100,7 +100,7 @@ ticketWithdrawTime = 10 #10s only for test
...
@@ -100,7 +100,7 @@ ticketWithdrawTime = 10 #10s only for test
ticketMinerWaitTime
=
2
#2s only for test
ticketMinerWaitTime
=
2
#2s only for test
maxTxNumber
=
1600
#160
maxTxNumber
=
1600
#160
targetTimespan
=
2304
targetTimespan
=
2304
targetTimePerBlock
=
16
targetTimePerBlock
=
16
[mver.consensus.ForkChainParamV1]
[mver.consensus.ForkChainParamV1]
futureBlockTime
=
15
futureBlockTime
=
15
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment