-
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
base: master
Are you sure you want to change the base?
Conversation
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.
See embedded comment.
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.
Ok, now I see the update to trtt.base.j2
. That might have been my bad for not seeing it before...
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.
See embedded comments.
server=1 | ||
listen=1 | ||
rpcuser= | ||
rpcpassword= | ||
|
||
rpcallowip=0.0.0.0/0 | ||
port=31001 | ||
rpcport=31002 | ||
txindex=1 | ||
|
||
|
||
|
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. 😕
[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 |
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 xbridge-confs/trittium--v4.0.2.1.conf
file is being added. manifest-latest.json
doesn't ever reference this config file. 😕
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.
Currently supported (by Trittium) versions are v4.0.2.0, v4.0.2.1 and v4.0.2.2. We should have wallet|xbridge confs named ...v4.0.2.0.conf
and use those for all 3 versions.
Trittium is a new addition. Trading has been testet in both directions. Failed trades were also tested and no problems were found.
XCurrency was already updated to the current version in the manifest files. I had to add the deamon_stem attribute as configuration files and binaries are not the same.
I had begun adding Denarius, but It would not compile... I will take a look at that later.