Adding Trittium (TRTT) and XCurrency (XC) to the Blocknet Docker deployment platform#159
Adding Trittium (TRTT) and XCurrency (XC) to the Blocknet Docker deployment platform#1598899kkA wants to merge 10 commits intoblocknetdx:masterfrom
Conversation
ConanMishler
left a comment
There was a problem hiding this comment.
See embedded comment.
ConanMishler
left a comment
There was a problem hiding this comment.
Ok, now I see the update to trtt.base.j2. That might have been my bad for not seeing it before...
ConanMishler
left a comment
There was a problem hiding this comment.
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.
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 No newline at end of file |
There was a problem hiding this comment.
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. 😕
walkjivefly
left a comment
There was a problem hiding this comment.
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.