А что это вообще за батник mint появился в последних версиях ? В FAQ обновлений смотрю нет. Где почитать подробно с разъяснениями ?
Подробнее выглядит так:
Берешь файл nxt-default.properties, делаешь его копию под именем nxt.properties
Теперь тебя интересует раздел MINT получившегося файла
#### MINT ####
# Address of the NXT server to which the mint worker submits its transactions (default: localhost).
nxt.mint.serverAddress=
# Use Https when connecting to the server. Note that mint worker accepts any SSL certificate as
# valid, without checking hostname or certificate authority, therefore this will not protect
# you against a man-in-the-middle attack when submitting mint transactions.
nxt.mint.useHttps=false
# Specify a mintable currency code.
nxt.mint.currencyCode=
КОД_ВАЛЮТЫ_КОТОРУЮ_СОБИРАЕШСЯ_МИНТИТЬ# Secret phrase for the minting account, this secret phrase is sent to the host specified by
# nxt.mint.serverAddress therefore do not specify secret phrase of an account with lots of funds.
nxt.mint.secretPhrase=
ТВОЯ_СЕКРЕТНАЯ_ФРАЗА (!!! безопасно использовать только с последней версией NRS)# Number of units to mint per transaction
# The minting difficulty grows linearly with the number of units per mint.
nxt.mint.unitsPerMint=1
# The initial nonce used for minting
# Set to 0 to start with a random nonce.
nxt.mint.initialNonce=0
# Number of concurrency threads used for minting
# Set to 0 allocate one thread per processor core.
nxt.mint.threadPoolSize=0
КОЛИЧЕСТВО_ЯДЕР_КОТОРЫЕ_БУДУТ_МИНТИТЬ# When set to false mint transactions are not submitted when a hash is solved.
# Set this value to true to perform actual minting.
nxt.mint.isSubmitted=false
# When set to false the mint worker will resume operation even in case a mint transaction
# has returned an error response
nxt.mint.stopOnError=false
Запускаешь mint.bat - минтиш