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

Conversation

8899kkA
Copy link
Contributor

@8899kkA 8899kkA commented Jan 17, 2022

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.

Copy link
Collaborator

@ConanMishler ConanMishler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See embedded comment.

autobuild/configs/trtt.base.j2 Outdated Show resolved Hide resolved
autobuild/configs/trtt.base.j2 Outdated Show resolved Hide resolved
Copy link
Collaborator

@ConanMishler ConanMishler left a 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...

Copy link
Collaborator

@ConanMishler ConanMishler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See embedded comments.

Comment on lines +1 to +12
server=1
listen=1
rpcuser=
rpcpassword=

rpcallowip=0.0.0.0/0
port=31001
rpcport=31002
txindex=1



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

Comment on lines +1 to +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
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. 😕

Copy link
Collaborator

@walkjivefly walkjivefly left a 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants