Skip to content
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
wants to merge 10 commits into
base: master
Choose a base branch
from
1 change: 0 additions & 1 deletion autobuild/configs/d.base.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"wallet_conf": "denarius--v3.3.9.9.conf",
"GetNewKeySupported": false
}

}
}
}
34 changes: 34 additions & 0 deletions autobuild/configs/trtt.base.j2
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
}
}
}
}
17 changes: 17 additions & 0 deletions manifest-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2052,6 +2052,22 @@
"xbridge_conf": "systest--v4.3.0.conf",
"wallet_conf": "systest--v4.3.0.conf"
},
{
"blockchain": "Trittium",
"ticker": "TRTT",
"ver_id": "trittium--v4.0.2.2",
"ver_name": "Trittium",
"conf_name": "trittium.conf",
"dir_name_linux": "trittium",
"dir_name_mac": "Trittium",
"dir_name_win": "Trittium",
"repo_url": "https://github.com/Trittium/trittium",
"versions": [
"v4.0.2.2"
],
"xbridge_conf": "trittium--v4.0.2.2.conf",
"wallet_conf": "trittium--v4.0.2.2.conf"
},
{
"blockchain": "Terracoin",
"ticker": "TRC",
Expand Down Expand Up @@ -2239,6 +2255,7 @@
"ver_id": "xcurrency--v3.0.05",
"ver_name": "XCurrency",
"conf_name": "xcurrency.conf",
"daemon_stem": "xc3",
"dir_name_linux": "xc3",
"dir_name_mac": "XC3",
"dir_name_win": "XC3",
Expand Down
12 changes: 12 additions & 0 deletions wallet-confs/trittium--v4.0.2.1.conf
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



Comment on lines +1 to +12
Copy link
Collaborator

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. 😕

12 changes: 12 additions & 0 deletions wallet-confs/trittium--v4.0.2.2.conf
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



2 changes: 2 additions & 0 deletions wallet-confs/xcurrency--v3.0.05.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ server=1
listen=1
rpcuser=
rpcpassword=

rpcallowip=0.0.0.0/0
port=14333
rpcport=14332
txindex=1



21 changes: 21 additions & 0 deletions xbridge-confs/trittium--v4.0.2.1.conf
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
Copy link
Collaborator

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 xbridge-confs/trittium--v4.0.2.1.conf file is being added. manifest-latest.json doesn't ever reference this config file. 😕

21 changes: 21 additions & 0 deletions xbridge-confs/trittium--v4.0.2.2.conf
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