[ANN] TeamRedMiner 0.7.17 - Nimiq/Kawpow/Ethash/Cryptonight and More - Mining - CryptoTalk.Org Jump to content
cryptoteh4

[ANN] TeamRedMiner 0.7.17 - Nimiq/Kawpow/Ethash/Cryptonight and More

Recommended Posts

teamredminer v0.7.17

 

This is an optimized miner for AMD GPUs created by todxx and kerney666.

 

Downloads:
teamredminer-v0.7.17-win.zip
teamredminer-v0.7.17-linux.tgz

 

TeamRed releases:
https://github.com/todxx-software/teamredminer/releases

 

TRM discord server: https://discord.gg/RGykKqB

 

Below is a list of mining operating systems and management software that have built-in support for teamredminer:

 

 

This miner supports a range of algorithms.  Please see the list below for details.  The miner is configured via command line only, please run with the --help option to print a short help message for how to use the command line options.

 

GPUs supported and tested:

 

  • Navi - RX 5700(XT)/5600(XT)/5500(XT) for supported algos in the table below.
  • Vega - RX Vega 64/56, Vega FE, Radeon VII (Vega 2)
  • Polaris - RX 580/480/570/470/560/460/550

 

The miner reports GPU hash rates every 30 seconds.  These are the full GPU hash rates before dev fee deduction (your pool hashrate will be slightly lower).
The miner includes a read-only api based on the sgminer-5.5 API.  Both the json and text formats are supported.  For more details, we refer to the sgminer api documentation.
For reporting bugs and/or for features requests, please open an issue on this project's github issue tracker.
For example command lines please see the batch/shell scripts in the miner download packages.Miner command line options:


          Team Red Miner version 0.7.14
Usage: teamredminer [OPTIONS]
Options:
  -a, --algo=ALGORITHM      Selects the mining algorithm.  Currently available:
                              ethash            (eth, etc, etp, others)
                              kawpow            (ravencoin)
                              lyra2z     
                              phi2              (lux, argoneum)
                              lyra2rev3         (vtc)
                              x16r              (rvn original)
                              x16rv2            (rvn)
                              x16s              (pgn, xsh)
                              x16rt             (veil, gin)
                              mtp               (zcoin)
                              cuckatoo31_grin   (grin)
                              cuckarood29_grin  (grin)
                              cnv8       
                              cnr               (monero)
                              cnv8_half         (stellite, masari)
                              cnv8_dbl          (x-cash)
                              cnv8_rwz          (graft)
                              cnv8_trtl         (old turtlecoin, loki)
                              cnv8_upx2         (uplexa)
                              cn_heavy          (classic CN heavy)
                              cn_haven          (haven)
                              cn_saber          (bittube)
                              cn_conceal        (conceal)
                              trtl_chukwa       (turtlecoin)
                              nimiq             (nimiq)

  -h, --help                Display this help message and exit.
      --debug               Enables debug log output.
      --disable_colors      Disables console output colors.
      --force_colors        Forces console color output even if the terminal does not seem to support them.
      --api_listen=IP:PORT  Enables the api. IP:PORT is optional. If present, the IP:PORT combo decides
                              the interface(s) and port to listen to. Default is 127.0.0.1:4028. For
                              external access, use e.g. 0.0.0.0:4028. It's also valid to only specify the
                              port, e.g. 4029.
      --log_file(=FILENAME) Enables logging of miner output into the file specified by FILENAME.  If no filename
                              is provided, the miner will log to trm_<algo>_<yyyymmdd_hhmmss>.log in the current
                              working directory.  If the log file already exists, the miner will append.
  -l, --log_interval=SEC    Set the time interval in seconds for averaging and printing GPU hashrates.
                              SEC sets the interval in seconds, and must be > 0.
      --short_stats         Disables the full gpu state output in each hashrate output, like it was before 0.7.10.
      --dev_location=LOC    Selects a specific location for the dev fee connection. Only use this if you see
                              continuous dev fee connection issues reported by the miner. The connection
                              management normally works well in all locations. Available options are:
                              world     - Anywhere in the world except for mainland China.
                              cn        - Mainland China.
                              non-gcp   - Countries with blocked access to Google Services (e.g. Iran, Cuba).
      --enable_compute      (Windows only) Enables compute mode and disables crossfire on necessary gpus.
      --long_timestamps     Enables microsec timestamps in the logs instead of seconds only.
      --restart_gpus        (Windows only) Restarts all configured gpus before mining, i.e. disable+enable PCI device.
      --uac                 (Windows only) Enable privilege escalation when the miner runs tasks like restarting gpus.
                              You can always avoid this by running the miner directly as Administrator.  This will
                              trigger the standard Windows escalation prompt, so you have to be available to click 'Yes'.
                              If this is not enabled, tasks that require Administrator privileges will fail when the
                              miner is running under a basic user account.

Pool config options:
  -o, --url=URL             Sets the pool URL.  Currently stratum+tcp and stratum+ssl URLs are supported.
                              Each additional time this option is specified will start a new pool config.
                              Per-pool options (such as -u, -p) will need to be explicitly specified
                              again for each new pool.  (See the example start_multipool.sh/bat file)
                              The multi-pool strategy for the miner is set with the --pool_strategy option.
  -u, --user=USERNAME       Sets the username for pool authorization.
  -p, --pass=PASSWORD       Sets the password for pool authorization.
      --pool_force_ensub    Forces an extranonce subscribe request for supported pools unknown to the miner.
      --pool_no_ensub       Prevent miner from sending extranonce subscribe request to the pool.
      --pool_broken_rpc     Tells the miner to only allow a single outstanding rpc request on the pool
                              connection.  This is a work-around for pools that violate the json rpc
                              specification regarding rpc IDs.
      --pool_debug          Logs all pool traffic.

Global pool options:
      --pool_connect_TO=SEC Set the time-out for attempting to connect to a pool. SEC is the time to wait in
                              seconds. Default is 10.
      --pool_rpc_TO=SEC     Set how long the miner will wait for an unanswered RPC to the pool.  After this
                              time, the miner will reconnect to the pool.  SEC is the time to wait in seconds.
                              Default is 60.
      --pool_max_rejects=N  If a pool rejects N shares in a row, the pool connection is reset. This is to prevent
                              against pools that invalidates mining sessions without disconnecting the user.
                              Default value is 5.
      --pool_strategy=STRAT Sets the strategy for selecting pools when running with multiple pools.  The available
                              values are: priority, load_balance, and quota.  The default is priority.
                              priority: The miner will use pools in the order they are listed, only moving on
                                to the next pool if the previous cannot establish a connection.
                              load_balance: The miner will evenly balance the hashrate across all currently
                                connected pools.
                              quota: The miner will evenly balance the total hashes completed across
                                all pools.  If a pool disconnects and later reconnects, the miner will move
                                hashrate to the pool until the total hashes for each pool is balanced.
      --no_ntime_roll       Prevents the miner from rolling ntime in the block header, only using the value
                              provided by the pool. This needs to be enabled for some pools when mining x16rt.

GPU options:
      --platform=INDEX      Sets the index of the OpenCL platform to use. If not specified, platform will
                              be auto-detected. Linux with multiple platforms is only supported using no
                              --platform arg but instead adding --bus_reorder.
  -d, --devices=DEVLIST     Sets gpu devices to use from detected list. DEVLIST should be a comma-
                              separated list of device indices, e.g. -d 0,1,2,4.  If not specified, all
                              devices on the platform(s) will be used.  NOTE: by default the devices are ordered
                              by pcie bus ordering. Use --list_devices to show indices.
      --init_style=1/2/3    Specified the init style (1 is default):
                              1: One gpu at the time, complete all before mining.
                              2: Three gpus at the time, complete all before mining.
                              3: All gpus in parallel, start mining immediately.
      --pcie_fmt=FORMAT     Sets print format for pcie bus numbers.  The accepted values for FORMAT are
                              either 'hex' or 'dec'.  The default is dec for windows and hex for linux.
      --bus_reorder         Reorders the detected or specified devices after their pcie bus id.  If no
                              platform is specified, devices will be collected from all detected AMD OpenCL
                              platforms.  Note: As of version v0.7.0 this is the default behavior.
      --opencl_order        Orders the detected or specified devices in the order OpenCL presents them.
      --list_devices        Lists the available devices for the detected or specified platform and exits
                              immediately.  Bus reordering will be implemented in the displayed order.

Watchdog options:
      --no_gpu_monitor      Disables the ADL (Windows) or sysfs (Linux) GPU monitor for temperature and
                              fan speed.
      --temp_limit=TEMP     Sets the temperature at which the miner will stop GPUs that are too hot.
                              Default is 85C.
      --temp_resume=TEMP    Sets the temperature below which the miner will resume GPUs that were previously
                              stopped due to temperature exceeding limit.  Default is 60C.
      --watchdog_script(=X) Configures the gpu watchdog to shut down the miner and run the specified platform
                              and exits immediately. The default script is watchdog.bat/watchdog.sh in the
                              current directory, but a different script can be provided as an optional argument,
                              potentially with a absolute or relative path as well.
      --watchdog_test       Tests the configured watchdog script by triggering the same action as a dead gpu
                              after ~20 secs of mining.
      --watchdog_disabled   Forces the watchdog to not execute. Can be used to disable the watchdog in mining os
                              that always run with the watchdog enabled.

Ethash options:
      --eth_config=CONFIG   Manual ethash configuration for the miner.  CONFIG must be in the form [M][L].
                              The [M] value selects the mode which can be either 'A' or 'B'.
                              The 'B' mode uses additional memory and will only work on 8+GB cards.
                              The [L] value selects the intensity and it's range will depend on the GPU architecture.
                              Both values are optional, but if [L] is specified, [M] must also be specified.
                              Example configs: --eth_config=A
                                               --eth_config=B750
                              CONFIG can also be a comma separated list of config values where each is
                              applied to each GPU. For example: --eth_config=A,B750,,A288
                              Any gpu that does not have a specific config in the list will use the first
                              config in the list.
      --eth_aggr_mode       Enables automatic use of the 'B' mode for all Polaris 8GB cards, unless they have a
                              different config provided by the --eth_config argument.  This is the same thing as
                              manually setting all Polaris 8GB gpus in the rig to 'B' mode using --eth_config.
                              For most gpus, this adds 0.1-0.2 MH/s of hashrate.  NOTE: 20-25% of rigs becomes less
                              stable in this mode which is the reason it isn't the default mode.  If you experience
                              dead gpus, you should remove this argument and run the gpus in the 'A' mode.  Moreover,
                              this option will stop working when the DAG approaches 4GB.
      --eth_stratum_mode=MODE Sets a fixed stratum mode for ethash pools.  By default the miner will attempt
                              to automatically determine the type of stratum the pool supports and use that mode.
                              This automatic detection can be overriden by specifying this option.  The MODE can be
                              set to one of the following options: stratum, nicehash, ethproxy.
      --eth_worker          Set the worker id that will be sent to pool.  This only applies to pools with ethproxy
                              stratum mode.
      --eth_epoch           Tests a specific ethash epoch. NOTE: you still need to provide a pool as if you were mining,
                              but no shares will be submitted. Simulated mining only.
      --eth_alloc_epoch=N   Allocates enough memory for the given epoch from the start.  The miner will try to allocate more
                              if it needs to later during mining.  It's recommended for rigs with one or more 4GB cards to test
                              and set this to the max possible value to avoid reallocations at epoch switches.  Optimal Linux
                              rigs should be able to handle epoch 380, Windows rigs a little less (373-374).
      --eth_4g_alloc_adjust=X,Y,...  On Windows, the allocation balance is very delicate for 4GB gpus being able to reach their
                              maximum possible DAG epoch.  The miner uses a strategy that has worked fine for our test gpus,
                              but other setups can benefit from tweaking this number.  The valid range is [-128,+128].  Zero means
                              no adjustment.  You provide either a single value that is used for all 4GB gpus in the rig, or a
                              comma-separated list with values for all gpus, including non-4GB Polaris gpus.  Values for non-4GB
                              gpus are ignored.
      --eth_4g_max_alloc=X,Y,...  This argument allows mining on 4GB gpus after they no longer can store the full DAG in vram.
                              You pass either the max epoch to allocate memory for, or the raw nr of MB to allocate.  You can
                              provide a single value that applies to all 4GB gpus in the rig, or use a comma-separated list for
                              specifying different values per gpu.  Values for non-4GB gpus are ignored.
      --eth_dag_slowdown=N  Slows down the DAG generation.  Pass a single digit 0-9. 0 means no slowdown (<= 0.7.9 behavior),
                              1 means minimal slowdown, 9 means max.  Default value: 4 for a slight slowdown.
      --eth_no_stagger      Disables the staggering of gpus when building a new DAG.  The default behavior is to stagger
                              GPUs so they don't all enter the DAG build process at exactly the same time.
      --eth_no_ramp_up      Disables the ramping up of intensity for each gpu.
      --eth_direct_abort    Uses a different mechanism to abort ongoing gpu jobs.  Recommended for Vegas in ROCm environments
                              to minimize stale shares.  Will apply to Vega and Polaris gpus in the rig only.
      --eth_dag_alloc_patch Some motherboards with outdated bios can see hw errs typically on the first or last gpu in the system.
                              Use this argument to force a patched dag allocation strategy that most often solves the issue.
                              Upgrading your bios often solves the issue as well.
      --eth_hashwatch(=M,M) Defines a min/max watchdog hashrate in MH/s expected when gpus are hashing.  If a GPU falls outside
                              of this range for too long it will be considered faulty and the watchdog will be triggered.  The
                              default min/max values are 2 MH/s and 150 MH/s.  To activate with default values, use
                              --eth_hashwatch.  To set your own values, use e.g. --eth_hashwatch=1.25,60.  The same range is used
                              for all gpus in the rig.  A negative value for one side disables it, e.g. use --eth_hashwatch=-1,1000
                              to handle gpu resets that result in huge fake hashrates but no minimum check.

Progpow options:
      --prog_config=CONFIG  Manual progpow configuration for the miner.  CONFIG must be in the form [M][L].
                              The [M] value selects the mode which can be either 'A' or 'B'.
                              The 'B' mode typically results in better performance but is only available for
                              Vega on linux and Navi (linux or windows).
                              The [L] value selects the intensity and it's range will depend on the GPU architecture.
                              Both values are optional, but if [L] is specified, [M] must also be specified.
                              Example configs: --prog_config=A
                                               --prog_config=B750
                              CONFIG can also be a comma separated list of config values where each is
                              applied to each GPU. For example: --prog_config=A,B750,,A288
                              Any gpu that does not have a specific config in the list will use the first.
      --prog_height=VALUE   Sets a fixed block height for progpow algorithms for benchmarking purposes.
                              Note that using this option needs a pool connection but will not submit shares.
      --prog_strict         Forces miner to always generate strictly accurate kernels.  By default the miner will
                              generate relaxed kernels that use less computation power but can result in
                              occasional invalid shares.
      --prog_dag_slowdown=N  Slows down the DAG generation.  Pass a single digit 0-9.  0 means no slowdown (<= 0.7.9 behavior),
                              1 means minimal slowdown, 9 means max.  Default value: 4 for a slight slowdown.
      --prog_no_stagger      Disables the staggering of gpus when building a new DAG.  The default behavior is to stagger
                              GPUs so they don't all enter the DAG build process at exactly the same time.
      --prog_no_ramp_up      Disables the ramping up of intensity for each gpu.

Cryptonight options:
      --rig_id              Set the rig identifier that will be sent to the pool. This is only used for
                              cryptonight pools.
      --cn_config=CONFIG    Manual cryptonight configuration for the miner.  CONFIG must be in the form
                              [P][I0][M][I1][:xyz], where [P] is an optional prefix and [:xyz] is an
                              optional suffix.  For [P], only the value of 'L' is supported for low-end
                              GPUs like Lexa/Baffin.  [I0] and [I1] are the thread intensity values normally
                              ranging from 1 to 16, but larger values are possible for 16GB gpus.  [M] is the
                              mode which can be either '.', -', '+' or '*'.  Mode '.' means that the miner
                              should choose or scan for the best mode.  Mode '*' both a good default more and
                              _should_ be used if you mine on a Vega 56/64 with modded mem timings.  The
                              exceptions to this rule are small pad variants (cnv8_trtl and cnv8_upx2), they
                              should still use '+'. For Polaris gpus, only the '-' and '+' modes are available.
                             
                              NOTE: in TRM 0.5.0 auto-tuning functionality was added, making manual configuration
                              of the CN config modes unnecessary except for rare corner cases.  For more info,
                              see the tuning docs and how-to documents bundled with the release.
                             
                              Example configs: --cn_config=15*15:AAA
                                               --cn_config=14-14
                                               --cn_config=L4+3
                              CONFIG can also be a comma separated list of config values where each is
                              applied to each GPU. For example: --cn_config=8-8,16+14:CBB,15*15,14-14
                              Any gpu that does not have a specific config in the list will use the first
                              config in the list.
      --no_cpu_check        Disables cpu verification of found shares before they are submitted to the pool.
                              Note: only CN algos currently supports cpu verification.
      --no_lean             Disables the CN lean mode where ramp up threads slowly on start or restart after
                              network issues or gpu temp throttling.
      --no_interleave=DEVS  Lists gpu devices where CN thread interleave logic should be not be used.
                              The argument is a comma-separated list of devices like for the -d option.
                              Use this argument if some device(s) get a worse hashrate together with a lot
                              of interleave adjust log messages.
      --alloc_patch=DEVS    Lists gpu devices that loses hashrate between TRM v0.4.5 and later versions. With this
                              argument a simpler mem allocation strategy is used, and the old (higher) hashrate should
                              be restored. Auto-tuning mode can still be used.
      --auto_tune=MODE      Enable the auto-tune mode upon startup. Only available for CN variants. MODE must
                              be either NONE, QUICK or SCAN. The QUICK mode checks a few known good configurations
                              and completes within 1 min. The SCAN mode will check all possible combos and will
                              run for 20-30 mins. Setting MODE to NONE disable the auto-tune feature. The default
                              mode is QUICK.
      --auto_tune_runs(=N)  Executes multiple runs for the auto tune, each time decreasing the unit of pads used -1
                              in one of the threads (15+15 -> 15+14 -> 14+14 -> 14+13 -> ...). You can specify the
                              explicit nr of runs or let the miner choose a default value per gpu type (typically 3-4).
      --auto_tune_exit      If present, the miner will exit after completing the auto-tuning process. This is helpful
                              when you want to scan for optimal settings and then use the resulting command line arg
                              printed by the miner.
      --allow_large_alloc   If present, and when the driver indicates there is enough GPU vram available, the miner
                              will be more aggressive with the initial memory allocation. In practice, this option
                              means that Vega GPUs under Linux will start the auto-tuning process at 16*15 rather
                              than 16*14 or 15*15.

MTP options:
      --allow_all_devices   Some algos can't be mined on e.g. 4GB gpus. Those gpus will be disabled automatically
                              by the miner. This argument overrides this logic and allows mining on all specified
                              or detected devices.

X16* options:
      --hash_order=VALUE    Sets a fixed hash order for algorithms like x16r for benchmarking purposes.
                              Note that using this option needs a pool connection but will not submit shares.
                              The standard benchmark hash order for x16r is --hash_order=0123456789abcdef.
Nimiq options:
      --nimiq_worker=VALUE  Sets the worker/device name for nimiq to pass to the pool(s).
      --nimiq_no_proxy      Disables the automatic Nimiq proxy executed as a separate process. This means that the
                              host and port passed to the miner must be pointing to a proxy.
      --nimiq_proxy=VALUE   Overrides the default path to the Nimiq proxy. The default is trm_nimiq_proxy-win.exe.
                              and trm_nimiq_proxy-linux in the current miner director.
      --nimiq_port=VALUE    Overrides the default local port (4444) used for the Nimiq proxy. This can be used if your
                              system is already using port 4444 for some other tcp/ip service.

 

Changes in v0.7.17

 

Release notes:
- BETA: Added fan control, see --help section or USAGE.txt. Enable with --fan_control.
- Fixed deadlock bug that could happen when using multiple pools with the failover strategy.
- Added option for not sending stale shares (see --no_stale_submit).
- Added watchdog check for early gpu init hangs.
- Added example watchdog scripts for win/linux.

 

Changes in v0.7.16c

 

BETA RELEASE - small fixes for Turtlecoin's new algo chukwa2.

 

Release notes:
- Chukwa2: fixed kernels loading for Radeon VII gpus.
- Chukwa2: fixed mem footprint for 2GB gpus.

 

Changes in v0.7.16b

 

BETA RELEASE - adds Turtlecoin's new algo chukwa2. Not tested as rigorously as other versions. Only use for the Turtlecoin fork.
NOTE: Navi gpus are NOT supported on chukwa2 for now. Support will be added if there's sufficient interest.

 

Release notes:
- Added algo trtl_chukwa2 for the Turtlecoin fork on 2020-10-22.

 

Changes in v0.7.15

 

Small bugfix release.

 

Release notes:
- Ethash: fixed bug for ZIL (epoch 0) mining on 4GB gpus (bug appeared in 0.7.14).
- Ethash: reverted to v0.7.10 kernels for stability purposes except for ROCm-based rigs.
 

Edited by cryptoteh4

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


  • Recently Browsing   0 members

    No registered users viewing this page.

  • Topics

  • Сообщения

    • Новый GameFi-токен в экосистеме TON — Kitsune          • Переходите в Telegram-бот: @KitsuneTreasury_bot• Подключайте TON-кошелёк• И выполняйте интересные квесты, чтобы заработать токены $KITSUNEНа Fair Launch выделено 35% токенов — это очень много, поэтому награда может быть достойной.Проект Kitsune разрабатывается в коллаборации с платформой для запуска блокчейн-игр Realis, имеющей более чем 6-летний опыт разработки игр и пять успешных игр с 5 млн.Токены $KITSUNE будут интегрированы в игры, выпущенные в формате Mini apps TON.   Ссылка на сайт проекта: https://ton.org.sale
    • Сегодня исполняется 14 лет с дня опубликования легендарного биткоин-оффера от Ласло ХейницаНа форуме Bitcoin Talk он предложил 10 000 BTC тому, кто доставит ему пару пицц (и, как позже станет известно, получил их, что и перерастет впоследствии в День Пиццы или Pizza Day)                                 Сегодня его биткоины стоили бы $670 млн
    • PABLOCASH - это простота и удобство для наших клиентов.  С нами вы не будете тратить свое время.Скорость это про нас.   Контакты:Онлайн чат на сайтеE-mail: info@pablocash.ioWeb: https://PABLOCASH.iO
    • Elevate your dating game with the top site for hassle-free connections. Harmony of intimacy, uninhibitedness with mutual consent Real-life Girls Unsurpassed casual Dating
    • Добрый день, уважаемые пользователи форума! Принимаем заявки на пополнение Тинькофф Cash-in по выгодным курсам.     Контакты: -Сайт: star-change.io-Telegram (через кнопку на сайте)-Почта: info@star-change.io
    • Forex and Cryptocurrency Forecast for 20 – 24 May 2024 EUR/USD: Weak Inflation = Weak USD     The American currency suffered two significant blows last week. Although these were not knockdowns, let alone knockouts, these minor shocks pushed the DXY Dollar Index down from 105.26 to 104.20 points, and EUR/USD up from 1.0766 to 1.0895.   The first blow came on Tuesday, 14 May, from Federal Reserve Chairman Jerome Powell. Surprisingly, after his comments, the dollar should have strengthened, but instead, it faltered. Powell stated that the regulator's monetary policy is currently tight enough to eventually reduce inflation. However, he also mentioned that the Fed is not confident that inflation is rapidly decreasing and that it may take more time to reach the target level of 2.0%. One could conclude from this that the regulator is not planning to either raise or lower the interest rate.   The dollar's weakening at this moment is even more peculiar because Powell's comments were made against the backdrop of strong data on the US Producer Price Index (PPI), indicating industrial inflation growth. In April, this indicator increased by +0.5% on a monthly basis after falling by -0.1% in March (forecast +0.3%). The core index, excluding food and energy, showed growth from 2.1% to 2.4% (y/y).   We can only explain the dollar's decline in this situation with one reason. Market participants were possibly expecting that the Fed Chairman would at least hint that if inflation rises, they need to consider another rate hike. But since he did not say this, disappointment ensued.   What happened the next day seemed 100% logical. The report from the US Bureau of Labor Statistics (BLS) on Wednesday, 15 May, showed that the US Consumer Price Index (CPI) fell from 0.4% to 0.3% (m/m) against a forecast of 0.4%. On an annual basis, inflation also dropped from 3.5% to 3.4%. Retail sales showed an even stronger decline, from 0.6% to 0.0% on a monthly basis (forecast 0.4%). These data indicated that although inflation in the country is resisting in some areas, it is generally declining.   As a result, talks about a possible Fed rate cut this year resurfaced. "These are the first weaker CPI data that the central bank [US] needs to lower rates this year," said Jason Pride, Glenmede's Director of Investment Strategy and Analysis. The likelihood that the rate will remain unchanged until the end of 2024 fell from 35% to 25%, according to the CME's FedWatch Tool. As a result, the DXY continued to fall, and the EUR/USD pair rose. Stock markets rallied, with the S&P 500 and Nasdaq reaching record levels. There were 43 new 52-week highs and no new lows in the S&P 500, while the Nasdaq had 153 highs and 25 lows.   The dollar's weakening was halted by comments from Fed representatives at the end of the week. Minneapolis Federal Reserve Bank (FRB) President Neel Kashkari stated that he is not confident that the current "tight monetary policy is having a dominant effect on inflation, so interest rates need to be maintained." New York FRB President John Williams said that one positive inflation report is not enough to neutralize the negative impact of the previous two, so it's not yet time to expect the Fed to start lowering rates soon.   As for the common European currency, Reuters writes that it is resisting a fall to parity with the dollar (1:1) due to a favourable economic backdrop and the monetary measures of the European Central Bank (ECB). The six-month low for EUR/USD was recorded on 16 April at 1.0600, against the backdrop of the Eurozone's fragile economy and in sharp contrast with the stable US economy. But gradually, business activity in Europe began to recover, and according to the April report, it grew even faster than on the other side of the Atlantic. This contributed to the positive dynamics of the euro. Reuters experts noted that the gap between economic indicators in Europe and the US is narrowing, providing some support to the euro.   EUR/USD closed the week at 1.0868. As for the analysts' forecast for the near future, as of the evening of 17 May, the majority (65%) expect the dollar to strengthen, 20% foresee further weakening, and the remaining 15% took a neutral stance. All trend indicators and oscillators on D1 are 100% coloured green, with a quarter of them signalling that the pair is overbought. The nearest support for the pair is located in the zones of 1.0815-1.0835, then 1.0710-1.0725, 1.0665-1.0680, 1.0600-1.0620, 1.0560, 1.0495-1.0515, 1.0450, 1.0375, 1.0255, 1.0130, 1.0000. Resistance zones are found at 1.0880-1.0915, 1.0965-1.0980, 1.1015, 1.1050, and 1.1100-1.1140.   The schedule of the most important events for next week is as follows. On Tuesday, 21 May, US Treasury Secretary Janet Yellen is scheduled to speak. On Wednesday, 22 May, the publication of the minutes from the last FOMC (Federal Open Market Committee) meeting of the US Fed is of particular interest. The next day, as usual, we will learn about the number of initial jobless claims in the US, as well as receive preliminary data on business activity (PPI) in Germany, the Eurozone, and the United States. At the very end of the workweek, on Friday, 24 May, we will learn the GDP data of Germany for Q1 2024.   CRYPTOCURRENCIES: Weak USD = Strong BTC   "A week of reflection and uncertainty": this is how we described the previous review. On Wednesday, 15 May, this uncertainty was resolved in favour of the crypto market. As often happens, the reason for this was the Fed's monetary policy. The released inflation data in the US influenced market expectations regarding a rate cut. As a result, the American currency weakened, the DXY index went down, and investors' risk appetites increased. Stock indices reached historical highs, with the daily gain for BTC/USD exceeding 8%. ETH/USD also rose by 4.5%. However, this is not yet the long-awaited Bull Rally, and it is quite possible that once the situation with the dollar calms down, the growth of bitcoin and leading altcoins will cease. At least, this is the scenario many crypto market specialists predict.   According to Capriole Investment founder Charles Edwards, bitcoin is in a "deathly boring" stage. He believes that the current consolidation period may last from one to six months, during which the quotes will remain in a low-volatility range. This will continue until traders lose patience.   Sentiment will be most negative just before the end of the flat period, Edwards believes. "When you get tired of the sideways movement, common symptoms will include thoughts that the halving is already priced in and the bull market is over. […] Your symptoms and shorts will peak just before the mega-rally," predicts the head of Capriole Investment.   Galaxy Digital head Mike Novogratz also spoke about the consolidation of the crypto market, whose growth dried up three months after the launch of spot BTC-ETFs. In his opinion, until new circumstances or events lead to growth, the first cryptocurrency will trade in the range of $55,000 to $75,000.   Analyst Rekt Capital expressed a similar point of view. He believes that the threat of a bitcoin price drop after the halving has already passed. Drawing an analogy with the situation six years ago, he suggested that on 01 May, BTC hit a bottom around $56,000, and now calm will likely prevail until autumn, with the asset remaining in the accumulation zone. According to Rekt Capital's forecast, the exponential growth phase will begin in the autumn, during which the coin's value will reach new heights.   Bitfinex crypto exchange experts are somewhat more optimistic. They believe that the current lull may last only until the beginning of summer, and in Q3–Q4, growth will return. But everything depends on the actions of the US Fed. Bitfinex notes that the decline of the US currency from a six-month peak after the May meeting of the regulator and a weak employment report became a turning point in the trend. Now, the reduction in inflationary pressure in the US has been added. As a result, the weakening of the US currency could stimulate a rally in digital assets.   Where will this rally lead in the medium and long term? There are many answers to this question. Some predict the complete collapse and oblivion of bitcoin, while others insist on a price of $1 million per coin. Recently, Jack Dorsey, co-founder of Twitter (now X) and head of Block, joined the "millionaires' club" after CMCC Crest co-founder Willy Woo. He also expects bitcoin to surpass the $1 million mark by 2030, after which it will continue to grow, challenging traditional fiat currencies. The entrepreneur noted that a very interesting aspect of digital gold is the nature of its ecosystem and how it stimulates collective efforts to improve the network. "Aside from the founding story, the most amazing thing about bitcoin is that everyone [...] who makes any effort to improve it makes the whole ecosystem better, which drives the price up. This is an incredible movement. [...] It has taught me a lot," he explained.   Businessman, writer, and founder of Edelman Financial Services Ric Edelman believes that traditional international investors will do everything possible to diversify their portfolios. And if they all invest at least 1% of their funds in the first cryptocurrency, the bitcoin market volume will reach an unprecedented $7.4 trillion, and the asset price will soar to $420,000. The growth of the market capitalization will be facilitated by spot BTC-ETFs. According to Edelman, they cover a much broader investor base than traditional assets. "In addition, crypto ETFs are incredibly cheap. They are 20-25% cheaper than assets on Coinbase or other crypto exchanges. Plus, they are held in brokerage accounts. Bitcoin ETFs allow for traditional investment strategies such as rebalancing and dollar-cost averaging. There are also tax advantages," Edelman lists the advantages of such funds. "I am confident that bitcoin and ethereum ETFs will have a significant impact on the market in the long run," he stated.   However, this last assertion can be disputed. While BTC-ETFs are a reality, the situation with ETH-ETFs is not so simple. Many expected the SEC (Securities and Exchange Commission) to approve applications for the launch of ethereum funds in May. But this has not happened yet. Moreover, Bloomberg analyst Eric Balchunas and securities lawyer Scott Johnson believe that the chances of approving spot ETH-ETFs are almost zero. In their opinion, the SEC is now considering the possibility of rejecting these funds' launch based on the fact that the applications were submitted with violations, as the fund shares are securities, not exchange-traded commodities. The question of choosing between bitcoin and ethereum confronts many investors. The roles of these two cryptocurrencies differ, and this can significantly affect their profitability. Bitcoin is increasingly seen as digital gold, providing stability during times of economic uncertainty. This concept is supported by the observed post-halving volatility decrease, which was even lower than that of many companies in the S&P 500 index (Fidelity data).   Ethereum continues to push the boundaries of what is possible through technological innovations, including the recent Dencun update aimed at reducing fees and increasing scalability. However, these changes have once again made the network inflationary, nullifying the deflationary trend established after The Merge in 2022. As a result, ETH's volatility remains higher than BTC's.   According to ChatGPT, the artificial intelligence from OpenAI, the choice between these assets largely depends on individual investment strategy and risk tolerance. Bitcoin is generally better suited for investors seeking a relatively safe store of value and those new to cryptocurrencies. In contrast, Ethereum is better for those who believe in the future of blockchain technology. The main altcoin potentially offers higher rewards but also higher risks.   Investor and Eight founder Michaël van de Poppe has already made his choice. He admitted to selling all his bitcoins to buy altcoins. Van de Poppe believes that many of them are undervalued. And as soon as ETH prices start to rise, other alternative tokens will also go up. The expert believes that the altcoins he has chosen are likely to start growing earlier and faster than the market leader, allowing for greater profit than from investments in digital gold.   At the time of writing this review, the evening of Friday, 17 May, BTC/USD is trading at $66,835, and ETH/USD at $3,095. The total market capitalization of the crypto market is $2.42 trillion ($2.24 trillion a week ago). The Crypto Fear & Greed Index has risen from 66 to 74 points but remains in the Greed zone. NordFX Analytical Group   Notice: These materials are not investment recommendations or guidelines for working in financial markets and are intended for informational purposes only. Trading in financial markets is risky and can result in a complete loss of deposited funds.   #eurusd #gbpusd #usdjpy #btcusd #ethusd #ltcusd #xrpusd #forex #forex_example #signals #cryptocurrencies #bitcoin #stock_market   https://nordfx.com/ 
    • Добрый день уважаемые форумчане!   Дуров заявил об успехе Notcoin. Что это значит для криптовалют в Telegram   "В четверг, 16 мая, крупнейшие криптобиржи, включая Binance, OKX и Bybit, провели листинг токена NOT игры Notcoin. Игра существует в виде приложения внутри мессенджера Telegram и с момента запуска в январе собрала более 35 млн игроков, которые конвертировали игровые монеты в токены. На старте торгов цена токена доходила до $0,37, но уже несколько минут спустя зафиксировалась на $0,01. По данным на 17 мая 20:00 мск, NOT торгуется по $0,007 в паре со стейблкоином USDT на бирже Binance при капитализации более $700 млн"   Хотели бы увидеть на нашем сервисе направление с монетой NOT?
    • Оптовые закупки прокси?Предлагаем выгодные условия для крупных заказов. Прокси для всех – от стартапов до крупных корпораций!🥰 Сайт🙂 Телеграм❤️ Вконтакте 🤧 Поддержка 🤩Твой промокод CRYPTO_LAB
    • Уважаемые, пользователи! Мы работаем ежедневно с 10:00 до 22:00 (МСК) Напоминаем Вам, что мы обрабатываем такие запросы как: Крипта - Наличные RUB в любом городе по лучшему курсу, на данный момент на сайте отображены города Казань и Новосибирск, в скоро времени добавим больше направлений, где вы сможете получить наличные за крипту.   С уважением, обмен-сервис Finansovich exchange.
    • 18.05.2024 Тарифы Kingex 👑   Покупка криптовалюты / Buying cryptocurrency:   BTC/ETH  +1.4% (Мы доплачиваем) USDT  +1.4% (Мы доплачиваем)   ^^SALE^^ от 50k    + 1.6%    Продажа криптовалюты / Selling cryptocurrency:   BTC/ETH  +3.4%  USDT   +3.4%    Оператор: @Kingex Сайт: Kingex.io Курс на протяжении дня может меняться! ------------------------ Будьте ОСТОРОЖНЫ, появились фейки! Наш телеграм: @Kingex
×
×
  • Create New...