Software – ItsManual https://itsmanual.com Owner's manuals for all sorts of products Tue, 04 Apr 2023 05:11:42 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://itsmanual.com/wp-content/uploads/2021/09/favicon.ico Software – ItsManual https://itsmanual.com 32 32 LoLMiner Command Line Manual https://itsmanual.com/software/lolminer-command-line/ Mon, 27 Mar 2023 11:11:51 +0000 https://itsmanual.com/?p=35562 Read More...

]]>
 

lolMiner 0.43

For basic settings like changing pool and user settings and how to select a user profile please refer to the quickstart manual.

This document presents further options when running lolMiner 0.43.

Using settings from Command Line

Every normal option that can be passed to the miner via configuration file can also be passed to the miner by using the command line. The general syntax is if the parameter in configuration file is a pair “KEY” : “VALUE”, then the command line equivalent is given by -KEY=VALUE. For example

./lolMiner -profile=EXAMPLE_MNX -digits=2

will overwrite any “DIGITS” : <some number> entry from config file. Generally the values in command line have higher priority then those from other sources.

For adding connection information use the parameters
-pool=<somePoolAddress>
-port=<thePoolsPort>
-user=<userName.workerName>
and (optionally) -pass=<yourWorkerPassword> (the default is “x”).

Internally this will create a pool list with one entry corresponding to the given data. Giving fail-over pools is currently not supported over command line.

Changing the Mining Devices

The parameter “DEVICES” can be modified in the following way:

“DEVICES” : “AUTO” : Mine will all found AMD & Nvidia GPUs in your rig
“DEVICES” : “AMD” or “DEVICES” : “NVIDIA” : Mine will all GPUs from one of the vendors (only works with official vendor drivers, with 3rd party and opensource drivers this may not work) “DEVICES” : [0,1,3] work with the first, second and 4th device of your rig. You can explicitly control which GPUs to use, but stay within the range 0 to #GPUs-1 and every GPU id may only appear once.

For selecting the devices in command line you can use -device= and then a comma separated list of device numbers or “AUTO”, “AMD” or “NVIDIA”, e.g. -devices=0,1,2.

Mining Equihash 144.5 or 192.7 with Nvidia 3G / 4G cards

The Nvidia driver is very restrict regarding the reported maximal size of the memory allowed in a single buffer. That said often using bigger memory buffers then reported by the driver often do in fact work. Therefore to mine Equihash 144.5 on 3G and 4G cards or to mine 192.7 on 4G cards you have to use the new “DISABLE_MEMCHECK” : 1 (config file) or -disable_memcheck=1 (command line) parameter.

Do not use this for mining 96.5 (MinexCoin) since it also disturbs the work-batch calculation.

Activating the API

The parameter “APIPORT” : <somePortNumer> controls the activation of the lolMiner API. When a port numer > 0 is set the miner will try to open the selected port and the mining rig will be able to accept connections on this port.

When connecting, lolMiner returns current mining statistics in JSON format. For example:

{

“Software”: “lolMiner 0.4”,

“Startup”: “2018-07-22 22:08:37 “,

“Coin”: “MinexCoin (MNX)”, “Algorithm”: “Equihash 96.5”,

“LastUpdate(5s)”: “22:33:46 “,

“LastUpdate(60s)”: “22:32:55 “, “GPU0”: {

“Name”: “AMD Radeon (TM) RX 480 Graphics”, “Speed(5s)”: “13468.8252”,

“Speed(60s)”: “13429.5117”

}, “GPU1”: {

“Name”: “Radeon RX 580 Series”, “Speed(5s)”: “11253.1973”,

“Speed(60s)”: “11262.5537”

}

}

Trouble-Shooting:

If lolMiner is not allowed to open the port there will be a hint “access denied” on startup. The mining process itself is not affected by this, but the API will not work. We recomment trying an other port, best in the 4 digit range.

Modify the Statistics Output

All parameters described in this section can be seen in the EXAMPLE_BTG profile in the shipped user_config.json.

With the parameters “SHORTSTATS” : <number> and “LONGSTATS” : <number> you can modify the two statistic interval length. The number should be an integer and the values will be handled as seconds. Setting one or both values to 0 will deactivate the corresponding statistics print as well in console as in the API.

The parameter “DIGITS” : <number> can be used to fix the sol/s output of a GPU to a fixed number of digits after the decimal delimiter. For example “DIGITS” : 0 will chop of all digits after the decimal delimiter. The default for this parameter is 1.

The parameter “TIMEPRINT”:1 or -timeprint=1 will activate the current daytime to be printed in the command-line console at each statistics output.

The parameter “SHORTACCEPT”:1 or -shotaccept=1 will replace the “submitting share / share accepted” message pair by * symbols at the short statistics interval output. Every star stands for an accepted share.

Chosing new locations for the config file and the kernel directiory

A new config file name can only be chosen by command line parameter -usercfg=<pathToFile>, replacing the ./user_config.json. The path can be absolute or relative to the current execution directory.

The kernels direction can be chosen by the parameter “KERNELSDIR” : “pathToDir” or -kernelsdir= (in command line). Again the path can be relative or absolute, the default is “./kernels”.

Adjusting the Failover Pool Function

By the parameter “CONNECTION_ATTEMPTS” : <someNumber> you can specify how many connection attempts are done before the miner tries to switch to the fail-over pool for the first time.

By the parameter “RECONNECTION_TIMER” : <someNumber> you specify the minutes on how long the miner should stay on a failover pool before attempting to reconnect to the first priority pool. If that is still not reachable, the miner will reconnect to the first available fail-over pool. Setting the number to 0 will deactivate reconnection attempts, unless the end of the list of fail-over pools is reached at some time.

Setting the WorkBatch (MNX, Equihash 96.5 only)

The Equihash 96.5 algorithm uses only few memory, so the GPU can handle multiple instances of this algorithm at once. The parameter “WORKBATCH” : <number or special value> controls how many will be spawned simultaneously. If a number is given this will be applied to all GPUs running the same time. Instead if one of the special values is given each GPU will be adjusted to its own value. The following values are allowed:

“VERYLOW” The miner will use at most 20% of the GPU memory
“LOW” The miner will use at most 40% of the GPU memory
“MEDIUM” The miner will use at most 60% of the GPU memory
“HIGH” The miner will use at most 80% of the GPU memory
“VERYHIGH” The miner will use at most 100% (minus few MByte) of the GPU memory

Note that usually the settings “HIGH” and “VERYHIGH” give the best performance, in particular on AMD hardware. Also note that using “VERYHIGH” is not recommenced when the GPU also does graphical output. This value should only be selected on headless rigs.
The default value is “MEDIUM”.

Note: On Windows the AMD driver requires the same amount of RAM as GPU memory is requested on startup. If your system is suffering from too few RAM or a too small virtual memory the miner may crash or produce 0 sol/s on some cards. To mitigate this increase the fixed space of the temporary virtual memory or use a lower value for “WORKBATCH”.

Running Benchmark Mode

To see what cards are detected by lolMiner you can run it for a small benchmark. In order to do so you can open the command line and change to the lolMiner directiory. Then execute

./lolMiner -benchmark=<coinShortCuT> (Linux) or ./lolMiner.exe -benchmark=<coinShortCuT> (Windows) and the miner will start. If you specified the longStats interval in the default section of the config file this will determine the length of the benchmark run. The coin shortcut can be any of those given in the table in the quick start guide.


]]>
USPS Tracking Plus manual https://itsmanual.com/software/usps-tracking-plus/ Tue, 04 Apr 2023 05:11:42 +0000 https://itsmanual.com/?p=53093 Read More...

]]>
 

New option for USPS Tracking service that extends the length of time you can access the tracking history of a domestic package. (This service was previously named “Premium Tracking™.:)

USPS Tracking Plus™ enables you to extend your access to the tracking history for your package on USPS.com. Currently, access to tracking information for non-signature items is limited to 120 days. Tracking information for signature items is available for 2 years. USPS Tracking Plus™ provides options to extend access to the tracking history for anywhere from an additional 6 months up to 10 years for a small fee.  With USPS Tracking Plus™, in addition to keeping your tracking records online for up to 10 years, you can also request a USPS Tracking Plus™ Statement via email at any time during that period.

Available Retention Timelines for  USPS Tracking Plus  History
Packages without a Signature Packages with a Signature Fee
6 months See Notice 123
1 year
3 years 3 years
5 years 5 years
7 years 7 years
10 years 10 years

By purchasing this service, you will have access to your online tracking history for up to ten years. Along with the extended access, your USPS Tracking Plus™ Statement may be used as:

  • USPS evidence of delivery to resolve disputes and claims
  • Critical evidence of mailing and or delivery / delivery attempt for legal and court proceedings
  • Official authentic source of data that legal and financial sources may accept

Small businesses, law offices, ecommerce marketplace, financial institutions, and pharmaceutical providers can benefit from extended access to tracking data for Proof of Delivery to resolve disputes and claims.

USPS Tracking Plus™ is currently offered for competitive products only:

  • Priority Mail Express® Service
  • Priority Mail® Service
  • First-Class Package® Service
  • Parcel Select® Service
  • Parcel Select Lightweight® Service
  • Adult Signature

Yes, a USPS.com account is required to complete your purchase. If you do not have an account, you will need to create an account to process your order. See USPS.com® Account for more information.

You may purchase USPS Tracking Plus™ from the first day your tracking history is available on USPS.com up until the last day. Depending on the product, the last day may be anywhere between 120 days for non-signature items up to 2 years for signature items.

After you enter an eligible tracking number into the USPS Tracking® website, the “USPS Tracking Plus™ Available” feature will display on your status page above the status bar.

1 Below the status bar, click “USPS Tracking Plus™  ” to expand the section to view your current online tracking history expiration date and your extension options.
2 Select the length of time you would like to extend access for your package by clicking on one of the retention options listed.

Note: Listed prices are up-to-date as of 1/22/2020 and are subject to price change. See Notice 123 for current prices.

3 Click “Select for Purchase” button. After your purchase, your online tracking availability date will update to reflect your NEW expiration date.

  • Note: You can purchase extended history only once and will not have an opportunity to modify your selection at a later date.

Note: Listed prices are up-to-date as of 1/22/2020 and subject to price change. See Notice 123 for current prices.

4 After you select your purchase, you will be directed to the USPS.com online account page to finalize your order. If you do not have an account, you will need to create an account to process your order. See USPS.com® Account for more information.
5 Once you login, your name and email information will be prepopulated. Select “Add to Cart” to proceed with your order. Note: If you currently have any items in your cart, you must complete the purchase or they will be automatically removed from the cart.

Note: Listed prices are up-to-date as of 1/22/2020 and subject to price change. See Notice 123 for current prices.

6 Your shopping cart will display your order summary: Tracking number, Price, Extended period.

Note: Listed prices are up-to-date as of 1/22/2020 and subject to price change. See Notice 123 for current prices.

7 Upon successful completion of your purchase, your USPS Tracking Plus™   statement will be sent to the email address provided. After your purchase, you can request additional USPS Tracking Plus™  Statements on the USPS Tracking web page throughout your extension period.

Note: Listed prices are up-to-date as of 1/22/2020 and subject to price change. See Notice 123 for current prices.

You can purchase USPS Tracking Plus™ for only one package at a time.

All orders are final and are not eligible for a refund.

A statement of tracking, a USPS Tracking Plus™ Statement (see below), will be provided for each purchase via email. After your purchase, you can request additional reports on the USPS Tracking web page throughout your extension period.

Note: If your tracking statement was prepared before the item reached its final destination, the tracking history will continue to refresh and populate status updates as the item travels through the USPS network.

Image of USPS Tracking Plus™ Statement for a Non-Signature Product
Image of  USPS Tracking Plus™ Statement for a Signature Product First Page

USPS Tracking Plus™  service is only available online through the USPS Tracking webpage.

USPS Tracking Plus™ is only available for domestic packages.

When the initial retention period for an item has passed, that item is no longer retrievable on USPS.com and you can no longer purchase USPS Tracking Plus™ .  Please complete your purchase prior to the expiration of your tracking history. After that expiration date, your tracking history is no longer available online and another extension cannot be purchased

Associated Trademarks

Mark ImageRegistration | Serial CompanyTrademark
Application Date
USPS TRACKING+ UNITED STATES POSTAL SERVICE2019-12-03
USPS TRACKING PLUS UNITED STATES POSTAL SERVICE2019-11-27
USPS INFORMED TRACKING UNITED STATES POSTAL SERVICE2019-12-13
USPS INTELLIGENT TRACKING UNITED STATES POSTAL SERVICE2019-12-10
USPS TRACKING UNITED STATES POSTAL SERVICE2012-12-10
USPS TEXT TRACKING UNITED STATES POSTAL SERVICE2014-03-24
USPS SMS TRACKING UNITED STATES POSTAL SERVICE2013-12-23


]]>