vsys-host / shkeeper.io

SHKeeper is a self-hosted and open-source cryptocurrency gateway payment processor. It's integrate with popular CMS, any e-commerce, your own code or product
https://shkeeper.io/
GNU General Public License v3.0
268 stars 70 forks source link

how to use tron nile testnet? #63

Closed kanggadin closed 1 month ago

kanggadin commented 1 month ago

I want to test a TRON wallet using the TRON Nile Testnet. In the values.yaml file, I have set:

#

TRON

# tron_fullnode: enabled: false

url:

url: https://nile.trongrid.io

trx: enabled: true usdt: enabled: true usdc: enabled: true

However, it is not syncing. Is there a way to use the testnet without TronLink?

yukonet commented 1 month ago

Hello,

The correct config for testnet and https://nile.trongrid.io/ external fullnode will be:


#
# TRON
#
tron_fullnode:
  enabled: false
  mainnet: false
  url: https://nile.trongrid.io/
trx:
  enabled: true
usdt:
  enabled: true
usdc:
  enabled: true
kanggadin commented 1 month ago

Thank you for your response.

We give you respect for providing a great solution. :)