Содержание
- What a Nonce Error Is & How to Fix It
- What causes a nonce error?
- How to Fix Nonce Error
- 1. Refresh your browser.
- 2. Temporarily deactivate your plugins.
- 3. Revert back to a default theme.
- 4. Replace your WordPress core files.
- Fixing a Nonce Error
- Вы искали: verify failed, please reload and try again (Английский — Русский)
- Компьютерный перевод
- English
- Russian
- Информация
- English
- Russian
- Переводы пользователей
- Английский
- Русский
- Информация
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Английский
- Русский
- Получите качественный перевод благодаря усилиям 4,401,923,520 пользователей
- Ошибка Internet connection error: что делать и как устранить проблему простейшими способами?
- Internet connection error: что делать?
- Восстановление системы
- Проверка на вирусы и вредоносные коды
- Проверка параметров подключения
- Использование специальных утилит восстановления
- Заключение
What a Nonce Error Is & How to Fix It
Published: October 07, 2021
When running a WordPress website, you want to keep it secure so that your forms, content, data, and users are safe from attacks and other malicious activity. One way you can do that is by using nonces.
Nonces are one-time tokens designed to protect forms and URLs from certain types of misuse, like Cross-Site Request Forgery (CSRF). Basically, a nonce is generated for a given user in a given context so that it’s unique to not only the WordPress install and user, but to the action, the object of the action, and the time of the action.
So let’s say a user opens a post to edit in their WordPress dashboard, then decides to delete it. When submitting the request to delete it, WordPress will verify if a previously generated nonce expected for this exact WordPress install, user, purpose, post, and time period was sent along. It will then decide if the user’s request can be safely processed. If it can’t, then it will return an error message.
This error mechanism is designed to prevent repeated, expired, malicious, or otherwise unwanted submissions and requests from being processed on your WordPress website — but it can also prevent real users from submitting forms or completing other actions on your site.
In this post, we’ll take a closer look at what a nonce error is and why it occurs, then walk through the different ways you can fix it.
While a nonce stands for a “number used once,” WordPress nonces can actually be used more than once by the same user — as long as it’s within the nonce’s limited lifetime. After that period of time, the nonce will be considered invalid. In WordPress, the default lifetime of a nonce is one day.
Remember that a nonce will also be considered invalid if the WordPress install, user, action, or object of the action is changed.
If your WordPress website determines that the nonce is invalid and the request cannot be safely processed, it will deliver an error message that looks something like this:
What causes a nonce error?
A nonce error is caused when a user makes a request without having the correct nonce generated by WordPress and given to the user. A user might be trying to complete the following actions:
- publish a new post or page
- upload a plugin
- upload a theme
- upload a video or other media files
- create a user
- delete posts or pages
- create tags and categories
For example, let’s say you implement nonces on your site Then WordPress will add nonce keys to the end of URLs. So a URL to delete a post on your site might look something like:
If a user tries to replace the user ID with another value, such as “user=4”, or the action ID with another, or log in and out, then the nonce will be invalid and attempting to visit that link will result in a nonce error.
In this hypothetical, the issue could be that the user is actually a hacker attempting to gain access to your website or content. Or the user could be completely legitimate and the problem could be with one of your plugins, themes, or WordPress files.
Below we’ll discuss possible causes of the nonce error in more depth and walk through different ways to fix it.
How to Fix Nonce Error
- Refresh your browser.
- Temporarily deactivate your plugins.
- Revert back to a default theme.
- Replace your WordPress core files.
1. Refresh your browser.
This might sound too easy. But as with most errors, you need to make sure that whatever issue you’re having isn’t a temporary glitch. So refresh your browser and try repeating the action that causes the nonce error.
If you still get that “Are you sure you want to do this?» message, then move onto the next step.
2. Temporarily deactivate your plugins.
Certain WordPress plugins might be causing the nonce error on your site if they aren’t properly coded with nonce capabilities.
If you recently uploaded a new plugin and you or your users are just seeing the nonce error upload failed, try deactivating that plugin.
If that doesn’t resolve the error, then try deactivating your plugins one-by-one. If the nonce error goes away after deactivating a plugin, then you can reach out to the plugin developer to troubleshoot, or find an alternative to use on your site.
If the nonce error doesn’t go away, then go ahead and re-activate your plugins and try the next step.
3. Revert back to a default theme.
Your theme is another culprit that could be causing the nonce error on your site. Try switching back to a default theme and then re-submitting the request that caused the nonce error. If it doesn’t occur, then it could have been your previous theme that was causing the issue. In that case, you can stick with the default theme or try another alternative.
If the nonce error doesn’t go away, then go ahead and re-install your theme and try the next step.
4. Replace your WordPress core files.
If the steps above haven’t resolved the issue, then you’ll need to replace your WordPress core files. It’s possible these files have been improperly modified by a plugin or theme, which is causing the nonce error.
To replace your WordPress core files with clean, unmodified ones, follow the steps below.
- Backup your website manually or with a plugin first.
- Download WordPress and unzip it on your device.
- Log in to your site via an FTP client.
- In the main wordpress folder, delete wp-config-sample.php and the wp-content folder. If you don’t delete these files, they’ll overwrite your current site data.
- Use your FTP client to place the new WordPress core files on your hosting server and replace the current files.
Fixing a Nonce Error
Nonce errors are frustrating for you and your users. By following the steps above, you’ll hopefully resolve the issue with minimal impact to your WordPress website or UX.
Источник
Вы искали: verify failed, please reload and try again (Английский — Русский)
Компьютерный перевод
Обучается переводу с помощью примеров, переведенных людьми.
English
Russian
Информация
English
verify failed, please reload and try again
Russian
Переводы пользователей
Добавлены профессиональными переводчиками и компаниями и на основе веб-страниц и открытых баз переводов.
Английский
Русский
Информация
Английский
download failed, please try again
Русский
Последнее обновление: 2022-07-16
Частота использования: 1
Качество:
Источник: Анонимно
Английский
failed please try again later
Русский
Неудача, повторите попытку позже
Последнее обновление: 2022-11-10
Частота использования: 1
Качество:
Источник: Анонимно
Английский
authentication failed. please try again.
Русский
Ошибка аутентификации. Попробуйте снова.
Последнее обновление: 2011-10-23
Частота использования: 1
Качество:
Источник: Анонимно
Английский
decoding failed. please try again:
Русский
Ошибка расшифровки. Попробуйте снова:
Последнее обновление: 2011-10-23
Частота использования: 1
Качество:
Источник: Анонимно
Английский
download failed, please try again, error
Русский
download failed, please try again. error
Последнее обновление: 2022-07-16
Частота использования: 1
Качество:
Источник: Анонимно
Английский
download failed, please try again the later
Русский
le téléchargement a échoué, veuillez réessayer plus tard
Последнее обновление: 2022-04-04
Частота использования: 5
Качество:
Источник: Анонимно
Английский
please update and try again»
Русский
please update and try again»
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Предупреждение: Содержит скрытое HTML-форматирование
Английский
the download has failed, please try again later.
Русский
Не удалось загрузить. Пожалуйста, повторите попытку позже.
Последнее обновление: 2016-03-15
Частота использования: 2
Качество:
Источник: Анонимно
Английский
Русский
Последнее обновление: 2018-02-21
Частота использования: 3
Качество:
Источник: Анонимно
Английский
Русский
струкцией и попробуйте снова.
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Английский
please check your internet connection and try again
Русский
проверьте подключение к Интернету и повторите попытку
Последнее обновление: 2014-01-06
Частота использования: 1
Качество:
Источник: Анонимно
Английский
please change your search criteria and try again.
Русский
Пожалуйста, измените критерии поиска
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Английский
please close all my browser windows and try again
Русский
попробуйте еще раз
Последнее обновление: 2015-09-15
Частота использования: 1
Качество:
Источник: Анонимно
Английский
please choose tao (track at once) and try again
Русский
Попробуйте ещё раз в режиме tao (дорожка за раз)
Последнее обновление: 2011-10-23
Частота использования: 1
Качество:
Источник: Анонимно
Английский
get up and try again!»
Русский
get up and try again!»
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Предупреждение: Содержит скрытое HTML-форматирование
Английский
nothing was found. please reset the filters and try again.
Русский
Ничего не было найдено.
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Английский
please change the debugger property to default debugging and try again
Русский
Измените отладку на отладку по умолчанию и попробуйте снова
Последнее обновление: 2020-11-06
Частота использования: 1
Качество:
Источник: Анонимно
Английский
nothing. hang up and try again
Русский
Повесить и набрать (зд.: выбрать) снова.
Последнее обновление: 2020-11-06
Частота использования: 1
Качество:
Источник: Анонимно
Предупреждение: Содержит скрытое HTML-форматирование
Английский
check your connection and try again.
Русский
check your connection and try again.
Последнее обновление: 2018-02-21
Частота использования: 1
Качество:
Источник: Анонимно
Английский
check your interne connection and try again
Русский
проверьте свое междоменное соединение и повторите попытку
Последнее обновление: 2018-03-28
Частота использования: 29
Качество:
Источник: Анонимно
Получите качественный перевод благодаря усилиям
4,401,923,520 пользователей
Сейчас пользователи ищут:
MyMemory — крупнейшая в мире память переводов. Она была создана на основе систем памяти переводов Европейского Союза, Организации Объединенных Наций и ведущих специализированных многоязычных сайтов из разных отраслей.
Мы относимся к Translated, так что, если вам нужны услуги профессионального перевода, посетите наш основной сайт.
Источник
Ошибка Internet connection error: что делать и как устранить проблему простейшими способами?
Встретить ситуацию с пропаданием связи, когда нарушается интернет-соединение, можно достаточно часто. Отключение чаще всего происходит не по вине пользователя. Что делать, если пишет «Internet connection error» (имеется в виду предупреждение, содержащееся в системном сообщении), мы сейчас и посмотрим. Более того, попробуем разобрать основные причины возникновения таких ситуаций и обратим внимание на возможные методы их устранения.
Internet connection error: что делать?
Итак, если рассматривать основные причины отключения интернета, чаще всего в их числе приоритетное место занимает проникновение на компьютер вирусов, исполняемых апплетов, называемых Malware и Adware, а также неправильная настройка самого подключения.
Сейчас будем исходить из того, что с оплатой услуг провайдера все в порядке, а сетевое оборудование работает без сбоев. Хотя, в общем-то, в некоторых случаях при постоянном появлении сообщения об отсутствии подключения может потребоваться повторная инсталляция драйверов сетевых устройств или установка корректных параметров маршрутизатора, например роутера при наличии сетевых подключений.
Восстановление системы
Если сбой произошел ни с того ни с сего, раньше все работало как часы, а сейчас на экране появилось сообщение Internet connection error, что делать, будет понятно, если обратить внимание именно на время возникновения такой ситуации.
Действительно, мало ли какие настройки «слетели». Самым простым способом устранения проблемы станет обычный откат системы до контрольной точки, но она во временном промежутке может быть более ранней, чем время появления сбоя.
Проверка на вирусы и вредоносные коды
Теперь посмотрим, как поступить, если первый способ ничего не дал, и система снова выдает предупреждение Internet connection error. Что делать? В обязательном порядке проверить систему на вирусы, используя какую-нибудь портативную версию программы (ведь инсталлированный антивирус уже мог пропустить угрозу).
В качестве пакета можно взять KVRT, в наилучшей степени зарекомендовавший себя в области портативных приложений. К тому же и со штатным антивирусом конфликты полностью исключаются.
Но и такие утилиты могут не определять потенциально нежелательное ПО, заменяющее оригинальный файл HOSTS или вносящее в него собственные записи. В этом случае потребуется использовать утилиты вроде Adware Cleaner или что-то похожее.
Проверка параметров подключения
Если потенциальных или существующих угроз не обнаружено, можно проверить настройки самого подключения. Допустим, система снова выдает предупреждение вроде Internet connection error. Что делать теперь?
Необходимо зайти в свойства подключения и проверить настройки протокола TCP/IP. Желательно (что применяется в большинстве случаев) использовать автоматическое получение адресов IP и DNS-сервера. Иногда стоит обратить внимание на задействование прокси. Если провайдер не поддерживает предоставление таких услуг, прокси-сервер необходимо отключить (снять галочку на соответствующем поле). В крайнем случае нужно ввести правильные значения для всех задействованных полей (их предоставляет провайдер при подключении пользовательского компьютера к интернету или системный администратор в случае с сетевыми терминалами).
Использование специальных утилит восстановления
Кроме всего вышесказанного, если пользователь не хочет или не может заниматься устранением проблемы самостоятельно, могут помочь специальные программы восстановления интернет-подключения и всего, что с этим связано.
Одной из самых простых и интересных автоматизированных утилит является программа Complete Internet Repair. По большому счету пользователю нужно всего лишь запустить процесс сканирования на наличие проблем, после чего активировать их исправление. В обоих процессах участие юзера сведено к минимуму.
Заключение
Естественно, это далеко не все причины, которые могут повлиять на отключение интернета. Скажем так: здесь были рассмотрены наиболее часто возникающие штатные и нештатные ситуации. Но, как уже можно заметить, способы устранения проблемы в большинстве случаев достаточно просты и могут быть выполнены юзером любого уровня подготовки.
Источник
When running a WordPress website, you want to keep it secure so that your forms, content, data, and users are safe from attacks and other malicious activity. One way you can do that is by using nonces.
Nonces are one-time tokens designed to protect forms and URLs from certain types of misuse, like Cross-Site Request Forgery (CSRF). Basically, a nonce is generated for a given user in a given context so that it’s unique to not only the WordPress install and user, but to the action, the object of the action, and the time of the action.
So let’s say a user opens a post to edit in their WordPress dashboard, then decides to delete it. When submitting the request to delete it, WordPress will verify if a previously generated nonce expected for this exact WordPress install, user, purpose, post, and time period was sent along. It will then decide if the user’s request can be safely processed. If it can’t, then it will return an error message.
This error mechanism is designed to prevent repeated, expired, malicious, or otherwise unwanted submissions and requests from being processed on your WordPress website — but it can also prevent real users from submitting forms or completing other actions on your site.
In this post, we’ll take a closer look at what a nonce error is and why it occurs, then walk through the different ways you can fix it.
While a nonce stands for a “number used once,” WordPress nonces can actually be used more than once by the same user — as long as it’s within the nonce’s limited lifetime. After that period of time, the nonce will be considered invalid. In WordPress, the default lifetime of a nonce is one day.
Remember that a nonce will also be considered invalid if the WordPress install, user, action, or object of the action is changed.
If your WordPress website determines that the nonce is invalid and the request cannot be safely processed, it will deliver an error message that looks something like this:
Image Source
What causes a nonce error?
A nonce error is caused when a user makes a request without having the correct nonce generated by WordPress and given to the user. A user might be trying to complete the following actions:
- publish a new post or page
- upload a plugin
- upload a theme
- upload a video or other media files
- create a user
- delete posts or pages
- create tags and categories
For example, let’s say you implement nonces on your site Then WordPress will add nonce keys to the end of URLs. So a URL to delete a post on your site might look something like:
http://example.com/wp-admin/users.php?user=2&action=delete&_wpnonce=b192fc4204
If a user tries to replace the user ID with another value, such as “user=4”, or the action ID with another, or log in and out, then the nonce will be invalid and attempting to visit that link will result in a nonce error.
In this hypothetical, the issue could be that the user is actually a hacker attempting to gain access to your website or content. Or the user could be completely legitimate and the problem could be with one of your plugins, themes, or WordPress files.
Below we’ll discuss possible causes of the nonce error in more depth and walk through different ways to fix it.
- Refresh your browser.
- Temporarily deactivate your plugins.
- Revert back to a default theme.
- Replace your WordPress core files.
1. Refresh your browser.
This might sound too easy. But as with most errors, you need to make sure that whatever issue you’re having isn’t a temporary glitch. So refresh your browser and try repeating the action that causes the nonce error.
If you still get that “Are you sure you want to do this?» message, then move onto the next step.
2. Temporarily deactivate your plugins.
Certain WordPress plugins might be causing the nonce error on your site if they aren’t properly coded with nonce capabilities.
If you recently uploaded a new plugin and you or your users are just seeing the nonce error upload failed, try deactivating that plugin.
If that doesn’t resolve the error, then try deactivating your plugins one-by-one. If the nonce error goes away after deactivating a plugin, then you can reach out to the plugin developer to troubleshoot, or find an alternative to use on your site.
If the nonce error doesn’t go away, then go ahead and re-activate your plugins and try the next step.
3. Revert back to a default theme.
Your theme is another culprit that could be causing the nonce error on your site. Try switching back to a default theme and then re-submitting the request that caused the nonce error. If it doesn’t occur, then it could have been your previous theme that was causing the issue. In that case, you can stick with the default theme or try another alternative.
If the nonce error doesn’t go away, then go ahead and re-install your theme and try the next step.
4. Replace your WordPress core files.
If the steps above haven’t resolved the issue, then you’ll need to replace your WordPress core files. It’s possible these files have been improperly modified by a plugin or theme, which is causing the nonce error.
To replace your WordPress core files with clean, unmodified ones, follow the steps below.
- Backup your website manually or with a plugin first.
- Download WordPress and unzip it on your device.
- Log in to your site via an FTP client.
- In the main wordpress folder, delete wp-config-sample.php and the wp-content folder. If you don’t delete these files, they’ll overwrite your current site data.
- Use your FTP client to place the new WordPress core files on your hosting server and replace the current files.
Fixing a Nonce Error
Nonce errors are frustrating for you and your users. By following the steps above, you’ll hopefully resolve the issue with minimal impact to your WordPress website or UX.
I’m running into same issue, it can be reproduced in http://127.0.0.1:43110/tcmtest.bit
- click page1
- click page2.
- click back twice
I’m using target=»_top»
Forbidden
Wrapper nonce error. Please reload the page.
Please report it if you think this an error.
Details:
{
«GATEWAY_INTERFACE»: «CGI/1.1»,
«HTTP_ACCEPT»: «text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8″,
«HTTP_ACCEPT_ENCODING»: «gzip, deflate, br»,
«HTTP_ACCEPT_LANGUAGE»: «zh-CN,zh;q=0.8,en-US;q=0.6,en;q=0.4»,
«HTTP_CONNECTION»: «keep-alive»,
«HTTP_HOST»: «127.0.0.1:43110»,
«HTTP_REFERER»: «http://127.0.0.1:43110/tcmtest.bit/page1.html»,
«HTTP_UPGRADE_INSECURE_REQUESTS»: «1»,
«HTTP_USER_AGENT»: «Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36»,
«PATH_INFO»: «/tcmtest.bit/page1.html»,
«QUERY_STRING»: «wrapper_nonce=be6e3ce3439d904f6b747c8b322de8399ed60cbd700846dcb486879e759f3c0f»,
«REMOTE_ADDR»: «127.0.0.1»,
«REMOTE_PORT»: «56615»,
«REQUEST_METHOD»: «GET»,
«SCRIPT_NAME»: «»,
«SERVER_NAME»: «xxxxxxxxxxx»,
«SERVER_PORT»: «43110»,
«SERVER_PROTOCOL»: «HTTP/1.1»,
«SERVER_SOFTWARE»: «gevent/1.2 Python/2.7»,
«arguments»: {
«action»: «main»,
«batch»: false,
«bind»: null,
«bit_resolver»: «1Name2NXVi1RDPDgf5617UoW7xA6YrhM9F»,
«coffeescript_compiler»: null,
«config_file»: «zeronet.conf»,
«connected_limit»: 8,
«data_dir»: «data»,
«db_mode»: «speed»,
«debug»: false,
«debug_gevent»: false,
«debug_socket»: false,
«disable_db»: false,
«disable_encryption»: false,
«disable_sslcompression»: true,
«disable_udp»: false,
«end»: true,
«file_size_limit»: 10,
«fileserver_ip»: «*»,
«fileserver_port»: 15441,
«fix_float_decimals»: false,
«homepage»: «1HeLLo4uzjaLetFx6NH3PMwFP3qbRbTf3D»,
«ip_external»: null,
«ip_local»: [
«127.0.0.1»
],
«keep_ssl_cert»: false,
«language»: «zh-tw»,
«log_dir»: «log»,
«max_files_opened»: 2048,
«msgpack_purepython»: true,
«open_browser»: null,
«optional_limit»: «10%»,
«proxy»: null,
«silent»: false,
«size_limit»: 10,
«stack_size»: null,
«stream_downloads»: false,
«tor»: «enable»,
«tor_controller»: «127.0.0.1:9051»,
«tor_hs_limit»: 10,
«tor_proxy»: «127.0.0.1:9050»,
«trackers»: [
«zero://boot3rdez4rzn36x.onion:15441»,
«zero://boot.zeronet.io#f36ca555bee6ba216b14d10f38c16f7769ff064e0e37d887603548cc2e64191d:15441»,
«udp://tracker.coppersurfer.tk:6969»,
«udp://tracker.leechers-paradise.org:6969»,
«udp://9.rarbg.com:2710»,
«http://tracker.opentrackr.org:1337/announce»,
«http://explodie.org:6969/announce»,
«http://tracker1.wasabii.com.tw:6969/announce»
],
«trackers_file»: false,
«ui_host»: null,
«ui_ip»: «0.0.0.0»,
«ui_port»: 43110,
«ui_restrict»: false,
«updatesite»: «1UPDatEDxnvHDo7TXvq6AEBARfNkyfxsp»,
«use_openssl»: true,
«use_tempfiles»: false,
«verbose»: false,
«workers»: 5
},
«plugins»: [
«AnnounceZero»,
«CryptMessage»,
«FilePack»,
«MergerSite»,
«Mute»,
«Newsfeed»,
«OptionalManager»,
«PeerDb»,
«Sidebar»,
«Stats»,
«TranslateSite»,
«Trayicon»,
«Zeroname»
],
«version_gevent»: «1.2.2»,
«version_python»: «2.7.13 (default, Dec 31 2016, 23:24:31) n[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)]»,
«version_zeronet»: «0.5.6 r2128»,
«wsgi.url_scheme»: «http»
На основании Вашего запроса эти примеры могут содержать грубую лексику.
На основании Вашего запроса эти примеры могут содержать разговорную лексику.
пожалуйста, перезагрузите
пожалуйста, обновите
If you cannot read them, please reload the page.
Если вы не можете их прочитать, перезагрузите страницу.
If you do not receive your chips within two hours, please reload the game and check your balance.
Если вы не получили фишки по истечении двухчасового срока, пожалуйста, перезагрузите игру и проверьте ваш игровой баланс.
After that please reload the page.
If this message remains for more than 30 seconds, please reload this page.
Если видите это сообщение дольше 10 секунд — перезагрузите страницу.
If the ‘Internship’ form does not load below please reload the page or try another browser.
Если у Вас не получается открыть форму, пожалуйста, перезагрузите страницу либо попробуйте использовать другой браузер.
If you are still seeing it, please reload your Gmail page.
If you prefer playing from your smartphone, please reload online page using your mobile device to see the list of the Australian mobile casinos and get the access to the best aus slots Australia has on the market today.
Если вы хотите играть со своего мобильного телефона, перезагрузите эту страницу в браузере мобильного устройства, чтобы увидеть список австралийских мобильных казино и получить доступ к лучшим игровым автоматам Австралии.
Please reload this page to view the 200+ new activity items that have been created.
Пожалуйста, перезагрузите эту страницу, чтобы просмотреть 200+ новой деятельности элементы, которые были созданы.
Please reload this page in a few days.
Please reload the browser’s page and try again or contact contact our customer care at.
Пожалуйста, обновите страницу браузера и повторите попытку ещё раз или свяжитесь со службой поддержки клиентов по адресу.
Please reload the page if you want to send a message again.
This video is not available, Please reload page or come back later.
Please reload the medium and press’ok ‘
Disk successfully erased. Please reload the disk.
Компакт- диск очищен. Вставьте новый диск.
Please reload the CAPTCHA. eight — 3 =
Please reload the CAPTCHA. two× = 10
Please reload the CAPTCHA. eight× = 40
Please reload the CAPTCHA. — = seven
Please reload the CAPTCHA. four× 2 =
Please reload the CAPTCHA. five — 5 =
Результатов: 23. Точных совпадений: 23. Затраченное время: 123 мс
Documents
Корпоративные решения
Спряжение
Синонимы
Корректор
Справка и о нас
Индекс слова: 1-300, 301-600, 601-900
Индекс выражения: 1-400, 401-800, 801-1200
Индекс фразы: 1-400, 401-800, 801-1200
Зарегистрируйтесь или войдите, чтобы отвечать
15 сообщений в этой теме
timoxa2t
Зарегистрирован:
16-10-2013, 17:19
Сообщений: 0
как избавится от ошибки GPUO: invalid nonce — HW error?
thilim
Зарегистрирован:
19-09-2013, 16:39
Сообщений: 0
timoxa2t,Интенсивность убавь!
timoxa2t
Зарегистрирован:
16-10-2013, 17:19
Сообщений: 0
Пользователь не найден
timoxa2t,кликни мышъю по окну майнера,затем жамкай G,затем I,ставь интенсивность и жамкай Enter,затем любую клавишу!
Сообщение отредактировано: 16-10-2013, 20:52
NWPro
Зарегистрирован:
21-02-2016, 00:22
Сообщений: 127
timoxa2t, что прописано в start.bat ?
unrealbrony
Зарегистрирован:
20-09-2013, 14:16
Сообщений: 0
Видео MSI 7850 1GD5, на интенсивности выше 12 скорость растёт, но начинают сыпаться HW ошибки. На интенсивности 12 их нет, скорость 226Kh/s.
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe —scrypt -o stratum+tcp://pool-33.ltcraft.ru:3340 -u unrealbrony_1 -p x —intensity 12 —worksize 256 —thread-concurrency 4096 -v 1 —shaders 1024 —gpu-threads 1 -g 1 —gpu-engine 850 —gpu-memclock 1200
Что исправить?
Ах, да, на частоте выше 850 полосы на мониторе бегают, хотя заводская 900.
Сообщение отредактировано: 11-01-2014, 18:36
osmolik2202
Зарегистрирован:
28-10-2013, 01:14
Сообщений: 0
unrealbrony,поставь так —thread-concurrency 8192, если оперативы хватит то должно работать норм
Deem
Зарегистрирован:
26-09-2013, 21:01
Сообщений: 0
У меня 7850 при —intensity больше 11 не хотела работать, я пробовал —thread-concurrency 8192 и —thread-concurrency 8193 — в последнем случае она заработала —intensity 15.
unrealbrony
Зарегистрирован:
20-09-2013, 14:16
Сообщений: 0
Оперативы 4Гб. Оба значение не помогли, при интенсивности выше 12 сыпятся ошибки.
Кстати, сточка —gpu-fan 50 корректна? Всё-равно приходится вручную 50% оборотов ставить в майнере.
Сообщение отредактировано: 11-01-2014, 19:08
varxan
Зарегистрирован:
26-08-2013, 22:48
Сообщений: 0
7870 msi седня прикупил 240 хешей интенсивность болше 12 не ставитца хв ерор сипит батник дайте хорошый две 7850 тоже мси по 330 давят без проблем