-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Trittium (TRTT) and XCurrency (XC) to the Blocknet Docker deployment platform #159
Open
8899kkA
wants to merge
10
commits into
blocknetdx:master
Choose a base branch
from
8899kkA:bump-XC-D-TRTT
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
49a8604
Add TRTT
8899kkA bec8d06
Updated Denarius
8899kkA e12a991
Added daemon_stem for XCurrency because binary is called different fr…
8899kkA 7c668ee
Undid denarius updates
8899kkA 6d429dd
Undid denarius updates
8899kkA 8693893
Undid denarius updates
8899kkA 8f9ac8c
corrected version in trtt.base.j2
8899kkA 82b06b9
Upgrading to new Trittium wallet 4.0.2.2
8899kkA c7740a5
Upgrading to new Trittium wallet 4.0.2.2
8899kkA ac3ff4b
Upgrading to new Trittium wallet 4.0.2.2
8899kkA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,6 @@ | |
"wallet_conf": "denarius--v3.3.9.9.conf", | ||
"GetNewKeySupported": false | ||
} | ||
|
||
} | ||
} | ||
} |
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,34 @@ | ||
{ | ||
"TRTT": { | ||
"Title": "Trittium", | ||
"Address": "", | ||
"Ip": "127.0.0.1", | ||
"rpcPort": "{{ rpcPort|default(31002)}}", | ||
"p2pPort": "{{ p2pPort|default(31001)}}", | ||
"Username": "{{ rpcusername }}", | ||
"Password": "{{ rpcpassword }}", | ||
"AddressPrefix": "65", | ||
"ScriptPrefix": "19", | ||
"SecretPrefix": "239", | ||
"COIN": "100000000", | ||
"MinimumAmount": "0", | ||
"DustAmount": "0", | ||
"CreateTxMethod": "BTC", | ||
"GetNewKeySupported": "true", | ||
"ImportWithNoScanSupported": "true", | ||
"MinTxFee": "0", | ||
"BlockTime": "60", | ||
"TxVersion": "1", | ||
"FeePerByte": "25", | ||
"Confirmations": "0", | ||
"versions": { | ||
"v4.0.2.2": { | ||
"legacy": false, | ||
"deprecatedrpc": false, | ||
"xbridge_conf": "trittium--v4.0.2.2.conf", | ||
"wallet_conf": "trittium--v4.0.2.2.conf", | ||
"GetNewKeySupported": false | ||
} | ||
} | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
server=1 | ||
listen=1 | ||
rpcuser= | ||
rpcpassword= | ||
|
||
rpcallowip=0.0.0.0/0 | ||
port=31001 | ||
rpcport=31002 | ||
txindex=1 | ||
|
||
|
||
|
||
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,12 @@ | ||
server=1 | ||
listen=1 | ||
rpcuser= | ||
rpcpassword= | ||
|
||
rpcallowip=0.0.0.0/0 | ||
port=31001 | ||
rpcport=31002 | ||
txindex=1 | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -2,9 +2,11 @@ server=1 | |
listen=1 | ||
rpcuser= | ||
rpcpassword= | ||
|
||
rpcallowip=0.0.0.0/0 | ||
port=14333 | ||
rpcport=14332 | ||
txindex=1 | ||
|
||
|
||
|
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,21 @@ | ||
[TRTT] | ||
Title=Trittium | ||
Address= | ||
Ip=127.0.0.1 | ||
Port=31002 | ||
Username= | ||
Password= | ||
AddressPrefix=65 | ||
ScriptPrefix=19 | ||
SecretPrefix=239 | ||
COIN=100000000 | ||
MinimumAmount=0 | ||
TxVersion=1 | ||
DustAmount=0 | ||
CreateTxMethod=BTC | ||
GetNewKeySupported=true | ||
ImportWithNoScanSupported=true | ||
MinTxFee=0 | ||
BlockTime=60 | ||
FeePerByte=25 | ||
Confirmations=0 | ||
Comment on lines
+1
to
+21
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm not sure why this |
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,21 @@ | ||
[TRTT] | ||
Title=Trittium | ||
Address= | ||
Ip=127.0.0.1 | ||
Port=31002 | ||
Username= | ||
Password= | ||
AddressPrefix=65 | ||
ScriptPrefix=19 | ||
SecretPrefix=239 | ||
COIN=100000000 | ||
MinimumAmount=0 | ||
TxVersion=1 | ||
DustAmount=0 | ||
CreateTxMethod=BTC | ||
GetNewKeySupported=true | ||
ImportWithNoScanSupported=true | ||
MinTxFee=0 | ||
BlockTime=60 | ||
FeePerByte=25 | ||
Confirmations=0 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure why this
wallet-confs/trittium--v4.0.2.1.conf
file is being added.manifest-latest.json
doesn't ever reference this config file. 😕