Skip links

Welcome to the full auto mode of THA which will help you set up the full automatic mode on your THA wallet.

Welcome to the full auto mode of THA which will help you set up the full automatic mode on your THA wallet.

  1. Create a Folder: Create a folder near the root of your PC, e.g., C:/autotha/.

  2. Copy Wallet Files: Go to your RECEIVE wallet folder and copy the entire wallet folder to /autotha/.

  3. Download Latest Wallet: Download the latest version of the wallet here and copy the 4 files into your /autotha/ folder.

  4. Create Shortcut: Create a shortcut for RECEIVE as you did for the mining wallet. Right-click on THA-QT

  5. create a shortcut, and add --datadir=C:/autotha/ (replace with your new folder path) in the shortcut properties.

  6. Test Wallet: Test your wallet by double-clicking on your shortcut. Enable the RPC option in settings and restart it. Ensure your antivirus is okay and add exceptions for THA CLI or THA QT if necessary.

  7. Download and Set Up Script: Download the script here and copy the file to the C:/autotha/ folder. Create a .yaml file with the following content:

    yaml

     
    commands:
    daemon_cli: './tha-cli.exe'
    data_dir: 'C:/YOUR_THA_DATA_DIR'
    logging:
    level: 'info'

    Alternatively, download and modify the file here. Ensure the data_dir is the RECEIVE folder, not the one containing autotha.

  8. Run Commands: Copy the C:/autotha/ path for later use. Open a command prompt as an administrator, navigate to the autotha folder using cd and paste the path. Run the following commands:

    go-tha-utxos.exe addresses collect --count 250 --file addresses.json

    If it doesn’t work, check antivirus settings and paths.

  9. Create UTXOs: In the admin CMD, run:

    go-tha-utxos.exe utxos create --file addresses.json --interval 5 --fee 0.001

    Wait 5 minutes and check for THA utilization.

  10. Fund Wallet: Purchase some THA or wait for the next mined block.

  11. Activate Mining: Activate mining on the wallet. Keep the old folder as a backup.

Russian Translation

Добро пожаловать в полноавтоматический режим THA, который поможет вам настроить полностью автоматический режим на вашем кошельке THA.

  1. Создание папки:
    Создайте папку недалеко от корня вашего ПК, например, C:/autotha/.

  2. Копирование файлов кошелька:
    Перейдите в папку вашего кошелька RECEIVE и скопируйте всю папку кошелька в /autotha/.

  3. Скачать последнюю версию кошелька:
    Скачайте последнюю версию кошелька здесь и скопируйте 4 файла в папку /autotha/.

  4. Создание ярлыка:
    Создайте ярлык для RECEIVE, как вы делали для кошелька майнинга. Щелкните правой кнопкой мыши на THA-QT, создайте ярлык и добавьте --datadir=C:/autotha/ (замените на путь к вашей новой папке) в свойства ярлыка.

  5. Тестирование кошелька:
    Проверьте работу кошелька, дважды щелкнув на ярлык. Включите опцию RPC в настройках и перезапустите его. Убедитесь, что ваш антивирус в порядке, и при необходимости добавьте исключения для THA CLI или THA QT.

  6. Скачивание и настройка скрипта:
    Скачайте скрипт здесь и скопируйте файл в папку C:/autotha/. Создайте .yaml файл со следующим содержимым:

    yaml

    commands:
    daemon_cli: './tha-cli.exe'
    data_dir: 'C:/YOUR_THA_DATA_DIR'
    logging:
    level: 'info'

    Или скачайте и измените файл здесь. Убедитесь, что data_dir — это папка RECEIVE, а не та, которая содержит autotha.

  7. Запуск команд:
    Скопируйте путь C:/autotha/ для последующего использования. Откройте командную строку от имени администратора, перейдите в папку autotha с помощью cd и вставьте путь. Выполните следующие команды:

     

    go-tha-utxos.exe addresses collect --count 250 --file addresses.json

    Если не работает, проверьте настройки антивируса и пути.

  8. Создание UTXO:
    Введите в CMD админа:

    go-tha-utxos.exe utxos create --file addresses.json --interval 5 --fee 0.001

    Подождите 5 минут и проверьте использование THA.

  9. Финансирование кошелька:
    Купите немного THA или дождитесь следующего добытого блока.

  10. Активация майнинга:
    Активируйте майнинг на кошельке. Сохраните старую папку как резервную копию.

Chinese Translation

欢迎使用THA全自动模式,这将帮助您在您的THA钱包上设置全自动模式。

  1. 创建文件夹:
    在PC的根目录附近创建一个文件夹,例如C:/autotha/

  2. 复制钱包文件:
    进入您的RECEIVE钱包文件夹并将整个钱包文件夹复制到/autotha/

  3. 下载最新钱包:
    这里下载最新版本的钱包,并将4个文件复制到/autotha/文件夹中。

  4. 创建快捷方式:
    为RECEIVE创建快捷方式,就像您为挖矿钱包所做的那样。右键单击THA-QT,创建快捷方式,并在快捷方式属性中添加--datadir=C:/autotha/(替换为新文件夹路径)。

  5. 测试钱包:
    通过双击快捷方式测试您的钱包。在设置中启用RPC选项并重新启动。确保您的防病毒软件正常工作,并在必要时为THA CLITHA QT添加例外。

  6. 下载并设置脚本:
    这里下载脚本,并将文件复制到C:/autotha/文件夹中。创建一个.yaml文件,内容如下:

    yaml

    commands:
    daemon_cli: './tha-cli.exe'
    data_dir: 'C:/YOUR_THA_DATA_DIR'
    logging:
    level: 'info'

    或者从这里下载并修改文件。确保data_dir是RECEIVE文件夹,而不是包含autotha的文件夹。

  7. 运行命令:
    复制C:/autotha/路径以供以后使用。以管理员身份打开命令提示符,使用cd导航到autotha文件夹并粘贴路径。运行以下命令:

    go-tha-utxos.exe addresses collect --count 250 --file addresses.json

    如果不工作,请检查防病毒设置和路径。

  8. 创建UTXO:
    在管理员CMD中运行:

    go-tha-utxos.exe utxos create --file addresses.json --interval 5 --fee 0.001

    等待5分钟并检查THA利用情况。

  9. 为钱包提供资金:
    购买一些THA或等待下一个挖出的区块。

  10. 激活挖矿:
    激活钱包上的挖矿功能。保留旧文件夹作为备份。

Leave a comment

🍪 This website uses cookies to improve your web experience.