Thread multiplier for p2 что это
Перейти к содержимому

Thread multiplier for p2 что это

  • автор:

Multi-threaded pipelined Chia k32 plotter

This is a new implementation of a chia plotter which is designed as a processing pipeline, similar to how GPUs work, only the “cores” are normal software CPU threads. As a result this plotter is able to fully max out any storage device’s bandwidth, simply by increasing the number of “cores”, ie. threads.

Dowload last release v0.1.6-chives

Join Chives Pool — Chives coin (XCC) pool with NFT plots support

Usage

Your donation will help me build new versions:
XCH: xch1vhfnguq36yya0kzc0a0wr9yyj5cm2cefsukcu45jef3x3zpjpa7qc888nm
BTC: 17w2HvVdHnkACZnATMqZov5LJkx2EFUFdz
ETH: 0x0dd101c83341e0c43cc95514ca731092b14dea8b
LTC: LViokiXWfyjD4M9LErhGmdt3uzDvmVo3pC
DOGE: DRqJFr9ityNoL7v6oSnsZq2mh3VJBZm8pY

Build based on madMAx43v3r source code, check his github.
He is a legend!

Support or Contact

chia-plotter is maintained by stotiks. This page was generated by GitHub Pages.

MadMax-Plotter — Command line

and you would like your computer to do continuous plotting, then you need to do the following:

You need one batch (.bat) file (1 by plots, so if you would like to do multiple plots at the same time, then you would require multiple batch files, too.).

It is recommended to put this batch file or files to the same folder as MadMax plotter (chia_plot.exe) resides.

You can make two types of plots:

    old PLOT:

:loop chia_plot.exe -r NUMBER_OF_CPU_THREADS -p POOL_KEY_GOES_HERE -f FARMER_KEY_GOES_HERE -t DRIVE:\TEMPORARY_DIRECTORY -d DRIVE:\FINAL_LOCATION_OF_THE_PLOT del /s /f /q DRIVE:\TEMPORARY_DIRECTORY*.tmp goto loop

    NFT Plot:

:loop chia_plot.exe -r NUMBER_OF_CPU_THREADS -f FARMER_KEY_GOES_HERE -c CONTRACT_ADDRESS_GOES_HERE -t DRIVE:\TEMPORARY_DIRECTORY -d DRIVE:\FINAL_LOCATION_OF_THE_PLOT del /s /f /q DRIVE:\TEMPORARY_DIRECTORY*.tmp goto loop

IMPORTANT:

  • If possible, then please do not use folder names with spaces and special/Unicode/etc. characters in their names, because the plotter would not work.
  • You should monitor the free space on your disk(s), because the plotting is continuous, thanks to the batch file(s).
  • If you would like to use the -n command line switch, then please delete the lines with «:loop» and «goto loop».
  • Sometimes the plotter did not delete the .tmp files from my temporary directory, this is the reason I put the del command in the script.

Some extra help about the command line switches:

  • -n, —count arg — Number of plots to create (default = 1, -1 = infinite)
  • -r, —threads arg — Number of CPU threads, please keep in mind, that Windows also requires some threads! (default = 4)
  • -t, —tmpdir arg — Temporary directory (recommended to use a directory on the SSD) minimum required free space:

In case if you don’t know your Farmer and Pool keys, then HERE is the help for finding them.

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

What is -K doing? #833

I’ve seen in the update we now have:
-K, —rmulti2 arg Thread multiplier for P2 (default = 1)

What does this do exactly? I’m wondering whether it would benefit me to use it but I’m not sure how. I have 2x E5-2640v3 processors giving total 16C/32T and I’m running -r 32 without trouble, making plots in 45min

Beta Was this translation helpful? Give feedback.

1 You must be logged in to vote

Replies: 2 comments

You should try -r16 -K 2 and report back

Beta Was this translation helpful? Give feedback.

2 You must be logged in to vote

-K multiplies the -r value for phase 2. Phase 2 seems to have the fastest time when -r = logical cores, but phase 3 (dominant for time) is fastest with -r = physical cores. -K 2 allows both phase 2 and 3 to operate at their fastest -r settings simultaneously. It’s not a huge gain, but it shaved an extra minute off of my previously fastest settings.

[Feedback (For a Confirmed Thread)] Multipliers

This is based off this thread: http://hypixel.net/threads/coin-mastery-unfair-not-because-we-bought-it.153238/
Please Note: Hypixel has replied that they are working on it. This is a suggestion for it.

Do not continue discussion on the other thread, and please read all of the posts on it. This thread is a suggestion for the confirmed suggestion. And please, read the entire thread so you can be educated. Including hypixel’s post (last post of thread).

Since this has been confirmed.

When you get 25 levels:

MVP+ — Already at x5.

When you get 50 levels:

They are trying to implement this but comply with EULA. I have found a solution.

When you earn a level you earn a "Mastery Token" Each coin mastery upgrade costs 25 Mastery Tokens. (They must be bought in order)

Yes, if you have levels you would get 1 token per level.

This is merely a suggestion for an idea that has been confirmed that they are working on it. If you comment a single thing on the other thread or how this is unfair or any post other than about the suggestion itself and how it can improve (not how you don’t like it) I will request your post to be deleted, thank you.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *