XTE and XTCASH documentation

XTE and XTCASH documentation

  • Getting Started
  • About
  • FAQ
  • Guides
  • For Developers

›Wallets

Mining

  • Mining Intro
  • Mining Pools
  • Mining with XMRig
  • Solo Mining
  • Mining with a SBC
  • Optimizing Mining on a RPi
  • Mining with Termux
  • Mining with Crypto Miner (iOS)

Wallets

  • Wallet Intro
  • Making a Paper Wallet
  • Using Interface Wallet
  • Using traaittEnterprise XTE Wallet
  • Using cmdedition
  • Using Checkpoints to Sync Faster
  • Using a Remote Node
  • Recovering your Wallet

Misc

  • Using Currency Service

Config

  • application config
Edit

Using a Remote Node

Using Remote Nodes

In case you don't want to download the blockchain and verify it everytime, you can instead use a Remote Node to quickly sync the blockchain.

Enterprise Wallet

Note: By default, traaittEnterprise connects to a reliable remote node over SSL, so this step should be unnecessary unless you wish to connect to a particular remote node.

  1. Open your wallet
  2. Click on the settings icon in the top right
  3. In the text box below, enter the URL and Port of the node you wish to connect to
  4. Click "Connect"
  • You may also click "Find node..." which will select a random node

xte remote node

cmdedition

  1. Open up a command prompt window and navigate to the folder that contains cmdedition.
  2. Use the following command to start cmdedition

Windows:

cmdedition.exe --remote-daemon host:port

Mac and Linux

./cmdedition --remote-daemon host:port

Replace host:port with values from one of the public remote daemons available below.

You can now follow your normal process to access your wallet.

For example-

cmdedition.exe --remote-daemon us-east.trrxitte.com:443

Making a Script to Do it Automatically

Note: This only works on Windows, and for cmdedition

  1. Open NotePad/a text editor of your choice and type the following lines inside:
@echo off
cmdedition.exe --remote-daemon host:port
pause
  1. Replace host:port with the values from a node in the given links below.
  2. Save the filename as start.bat and save the file as All files.
  3. Double click on the file to start the daemon.

Known remote daemons

XTE

https://interface.traaitt.com [active only]
https://github.com/TRRXITTE/traaittnetworkserver

XTCASH

https://interface.traaittcash.com [active only]
https://github.com/TRRXITTE/traaittCASHnetworkserver

Last updated on 4.7.2024
← Using Checkpoints to Sync FasterRecovering your Wallet →
  • Enterprise Wallet
  • cmdedition
    • Windows:
    • Mac and Linux
    • Making a Script to Do it Automatically
  • Known remote daemons
XTE and XTCASH documentation
Docs
Getting StartedAboutGuidesDeveloper Resources
Community
Generalx.com
More
GitHubStar
Copyright © 2024 TRRXITTE Int., incorporate
Docs released under the MIT License
cryptocurrencies released under the GNU General Public V3 License