Author

Topic: [KRB] Карбованець - Карбованец - page 254. (Read 449684 times)

member
Activity: 88
Merit: 10

P.S.
CPU
2 intel xeon e5-2670
выдает
685 H\s

если 2 * Xeon e5-2670, то советую активизировать 20 потоков. потоки: 0, 1, 3, 5, 7, 9, 11, 13, 14, 15, 16, 17, 19, 21, 23, 25, 27, 29, 30, 31
при 20 потоках скорость падает до 620 H/s

настроено 16 потоков (по числу физ.ядер)

P.S.
теперь нужно найти оптимальный майнер для GPU NVIDIA и AMD
hero member
Activity: 1526
Merit: 532
Everything will be fine
итоги тестирования cpu майнеров
gui кошелек 1.1.5 = 480-550 H/s
cryptonote-easy-miner_v0.0.3 = 420-430 H/s
cpuminer-multi v1.3.1 = 450-460 H/s
xmr-stak-cpu v1.2.0-1.4.1 = 685 H/s
Хорошие тесты. Нужно и себе затестить чтото.
member
Activity: 88
Merit: 10
итоги тестирования cpu майнеров
gui кошелек 1.1.5 = 480-550 H/s
cryptonote-easy-miner_v0.0.3 = 420-430 H/s
cpuminer-multi v1.3.1 = 450-460 H/s
xmr-stak-cpu v1.2.0-1.4.1 = 685 H/s

P.S. загрузка CPU
57%
newbie
Activity: 43
Merit: 0

P.S.
CPU
2 intel xeon e5-2670
выдает
685 H\s

если 2 * Xeon e5-2670, то советую активизировать 20 потоков. потоки: 0, 1, 3, 5, 7, 9, 11, 13, 14, 15, 16, 17, 19, 21, 23, 25, 27, 29, 30, 31
newbie
Activity: 43
Merit: 0
"[2017-05-09 13:03:25] : Invalid config file. Missing value "cpu_threads_conf".
Press any key to exit."

краще так http://dropmefiles.com/XRcra

в тебе нема слеша після "* A filled out configuration should look like this:" повинно
Code:
* A filled out configuration should look like this:
*/


а то не може прочитати її.)

спасибо, запустилось.

P.S.
CPU
2 intel xeon e5-2670
выдает
685 H\s
гммм Ксеон? я думав що i7 6950x)
member
Activity: 88
Merit: 10
"[2017-05-09 13:03:25] : Invalid config file. Missing value "cpu_threads_conf".
Press any key to exit."

краще так http://dropmefiles.com/XRcra

в тебе нема слеша після "* A filled out configuration should look like this:" повинно
Code:
* A filled out configuration should look like this:
*/


а то не може прочитати її.)

спасибо, запустилось.

P.S.
CPU
2 intel xeon e5-2670
выдает
685 H\s
newbie
Activity: 7
Merit: 0
Пока мы имеем 1 новый аккаунт предлагающий добавить налог разработчику. Слишком неубедительно.
Была тут похожая монета с премайном без отчетности  и нашим кошельком. Хотел бы ошибиться, но после серьезных продаж на Криптопии что-то затихли разработчики.

Вы же разработчик карбо, сами себе не доверяете, или вы намекаете что кто-то подумает что я это ваш второй аккаунт ? )
Жаль нет системы голосования основываясь на количестве монет которые держат участник сети.

Поделитесь информацией, какие ресурсы нужны чтобы поднять пул, cpu, ram.
Есть документация как поднять пул под карбо ?
newbie
Activity: 43
Merit: 0
"[2017-05-09 13:03:25] : Invalid config file. Missing value "cpu_threads_conf".
Press any key to exit."

краще так http://dropmefiles.com/XRcra

в тебе нема слеша після "* A filled out configuration should look like this:" повинно
Code:
* A filled out configuration should look like this:
*/


а то не може прочитати її.)
member
Activity: 88
Merit: 10

 можешь дать фотоскрин конфига?
вот полный конфиг

/*
 * Thread configuration for each thread. Make sure it matches the number above.
 * low_power_mode - This mode will double the cache usage, and double the single thread performance. It will
 *                  consume much less power (as less cores are working), but will max out at around 80-85% of
 *                  the maximum performance.
 *
 * no_prefetch -    Some sytems can gain up to extra 5% here, but sometimes it will have no difference or make
 *                  things slower.
 *
 * affine_to_cpu -  This can be either false (no affinity), or the CPU core number. Note that on hyperthreading
 *                  systems it is better to assign threads to physical cores. On Windows this usually means selecting
 *                  even or odd numbered cpu numbers. For Linux it will be usually the lower CPU numbers, so for a 4
 *                  physical core CPU you should select cpu numbers 0-3.
 *
 * On the first run the miner will look at your system and suggest a basic configuration that will work,
 * you can try to tweak it from there to get the best performance.
 *
 * A filled out configuration should look like this:
 "cpu_threads_conf" :
[
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 1 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 9 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 11 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 13 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 15 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 17 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 19 },
],
/*
 * LARGE PAGE SUPPORT
 * Lare pages need a properly set up OS. It can be difficult if you are not used to systems administation,
 * but the performace results are worth the trouble - you will get around 20% boost. Slow memory mode is
 * meant as a backup, you won't get stellar results there. If you are running into trouble, especially
 * on Windows, please read the common issues in the README.
 *
 * By default we will try to allocate large pages. This means you need to "Run As Administrator" on Windows.
 * You need to edit your system's group policies to enable locking large pages. Here are the steps from MSDN
 *
 * 1. On the Start menu, click Run. In the Open box, type gpedit.msc.
 * 2. On the Local Group Policy Editor console, expand Computer Configuration, and then expand Windows Settings.
 * 3. Expand Security Settings, and then expand Local Policies.
 * 4. Select the User Rights Assignment folder.
 * 5. The policies will be displayed in the details pane.
 * 6. In the pane, double-click Lock pages in memory.
 * 7. In the Local Security Setting – Lock pages in memory dialog box, click Add User or Group.
 * 8. In the Select Users, Service Accounts, or Groups dialog box, add an account that you will run the miner on
 * 9. Reboot for change to take effect.
 *
 * Windows also tends to fragment memory a lot. If you are running on a system with 4-8GB of RAM you might need
 * to switch off all the auto-start applications and reboot to have a large enough chunk of contiguous memory.
 *
 * On Linux you will need to configure large page support "sudo sysctl -w vm.nr_hugepages=128" and increase your
 * ulimit -l. To do do this you need to add following lines to /etc/security/limits.conf - "* soft memlock 262144"
 * and "* hard memlock 262144". You can also do it Windows-style and simply run-as-root, but this is NOT
 * recommended for security reasons.
 *
 * Memory locking means that the kernel can't swap out the page to disk - something that is unlikey to happen on a
 * command line system that isn't starved of memory. I haven't observed any difference on a CLI Linux system between
 * locked and unlocked memory. If that is your setup see option "no_mlck".
 */

/*
 * use_slow_memory defines our behaviour with regards to large pages. There are three possible options here:
 * always  - Don't even try to use large pages. Always use slow memory.
 * warn    - We will try to use large pages, but fall back to slow memory if that fails.
 * no_mlck - This option is only relevant on Linux, where we can use large pages without locking memory.
 *           It will never use slow memory, but it won't attempt to mlock
 * never   - If we fail to allocate large pages we will print an error and exit.
 */
"use_slow_memory" : "warn",

/*
 * NiceHash mode
 * nicehash_nonce - Limit the noce to 3 bytes as required by nicehash. This cuts all the safety margins, and
 *                  if a block isn't found within 30 minutes then you might run into nonce collisions. Number
 *                  of threads in this mode is hard-limited to 32.
 */
"nicehash_nonce" : false,

/*
 * TLS Settings
 * If you need real security, make sure tls_secure_algo is enabled (otherwise MITM attack can downgrade encryption
 * to trivially breakable stuff like DES and MD5), and verify the server's fingerprint through a trusted channel.
 *
 * use_tls         - This option will make us connect using Transport Layer Security.
 * tls_secure_algo - Use only secure algorithms. This will make us quit with an error if we can't negotiate a secure algo.
 * tls_fingerprint - Server's SHA256 fingerprint. If this string is non-empty then we will check the server's cert against it.
 */
"use_tls" : false,
"tls_secure_algo" : true,
"tls_fingerprint" : "",

/*
 * pool_address     - Pool address should be in the form "pool.supportxmr.com:3333". Only stratum pools are supported.
 * wallet_address - Your wallet, or pool login.
 * pool_password  - Can be empty in most cases or "x".
 */
"pool_address" : "pool.supportxmr.com:3333",
"wallet_address" : "",
"pool_password" : "",

/*
 * Network timeouts.
 * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make
 * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for
 * nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable -
 * long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the
 * server usually takes to process our calls.
 *
 * call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection.
 * retry_time   - How long should we wait before another connection attempt.
 *                Both values are in seconds.
 * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners
 *                don't mine while the connection is lost, so your computer's power usage goes down to idle.
 */
"call_timeout" : 10,
"retry_time" : 10,
"giveup_limit" : 0,

/*
 * Output control.
 * Since most people are used to miners printing all the time, that's what we do by default too. This is suboptimal
 * really, since you cannot see errors under pages and pages of text and performance stats. Given that we have internal
 * performance monitors, there is very little reason to spew out pages of text instead of concise reports.
 * Press 'h' (hashrate), 'r' (results) or 'c' (connection) to print reports.
 *
 * verbose_level - 0 - Don't print anything.
 *                 1 - Print intro, connection event, disconnect event
 *                 2 - All of level 1, and new job (block) event if the difficulty is different from the last job
 *                 3 - All of level 1, and new job (block) event in all cases, result submission event.
 *                 4 - All of level 3, and automatic hashrate report printing
 */
"verbose_level" : 3,

/*
 * Automatic hashrate report
 *
 * h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4.
 *                This option has no effect if verbose_level is not 4.
 */
"h_print_time" : 60,

/*
 * Output file
 *
 * output_file  - This option will log all output to a file.
 *
 */
"output_file" : "",

/*
 * Built-in web server
 * I like checking my hashrate on my phone. Don't you?
 * Keep in mind that you will need to set up port forwarding on your router if you want to access it from
 * outside of your home network. Ports lower than 1024 on Linux systems will require root.
 *
 * httpd_port - Port we should listen on. Default, 0, will switch off the server.
 */
"httpd_port" : 0,

/*
 * prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose?
 *               This setting will only be needed in 2020's. No need to worry about it now.
 */
"prefer_ipv4" : true,
newbie
Activity: 43
Merit: 0
Ну для вас ведь есть прекрасная закладка Майнинг в кошельке если не можете осилить специалированные майнеры.

вибачте, але ужасно не ефективна хреновина Wink
newbie
Activity: 43
Merit: 0


для тебя, поменяй только кошелок и пул.

Code:
"cpu_threads_conf" :
[
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 1 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 9 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 11 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 13 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 15 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 17 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 19 },
],

"use_slow_memory" : "warn",

"nicehash_nonce" : false,

"use_tls" : false,
"tls_secure_algo" : true,
"tls_fingerprint" : "",

"pool_address" : "krb.crypto-coins.club:6666",
"wallet_address" : "Kg2TmShzr2EJoj647w8Q4qB68pPHSpkEoUtAWNZW9e3ghNZ1hyA3r6ASWBsj5GeJubJS1dFsyk6nHiBFNvUMhuyZHsEkGxz",
"pool_password" : "x",

"call_timeout" : 10,
"retry_time" : 10,
"giveup_limit" : 0,

"verbose_level" : 3,

"h_print_time" : 60,

"output_file" : "",

"httpd_port" : 0,

"prefer_ipv4" : true,
[2017-05-09 13:03:25] : Invalid config file. Missing value "cpu_threads_conf".
Press any key to exit.
[/quote]

 можешь дать фотоскрин конфига?
legendary
Activity: 1750
Merit: 1101
karbo.io
Ну для вас ведь есть прекрасная закладка Майнинг в кошельке если не можете осилить специалированные майнеры.
member
Activity: 88
Merit: 10


для тебя, поменяй только кошелок и пул.

Code:
"cpu_threads_conf" :
[
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 1 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 3 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 5 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 7 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 9 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 11 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 13 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 15 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 17 },
       { "low_power_mode" : false, "no_prefetch" : false, "affine_to_cpu" : 19 },
],

"use_slow_memory" : "warn",

"nicehash_nonce" : false,

"use_tls" : false,
"tls_secure_algo" : true,
"tls_fingerprint" : "",

"pool_address" : "krb.crypto-coins.club:6666",
"wallet_address" : "Kg2TmShzr2EJoj647w8Q4qB68pPHSpkEoUtAWNZW9e3ghNZ1hyA3r6ASWBsj5GeJubJS1dFsyk6nHiBFNvUMhuyZHsEkGxz",
"pool_password" : "x",

"call_timeout" : 10,
"retry_time" : 10,
"giveup_limit" : 0,

"verbose_level" : 3,

"h_print_time" : 60,

"output_file" : "",

"httpd_port" : 0,

"prefer_ipv4" : true,
[/quote]
[2017-05-09 13:03:25] : Invalid config file. Missing value "cpu_threads_conf".
Press any key to exit.
newbie
Activity: 43
Merit: 0
minerd -a cryptonight -o stratum+tcp://pool2.democats.org:45570 -u
 WW7iYFYvyU7hcv34CRigUxSAXCbYD52oyNrb18DeYsYe1ui2c2pJ1ZiaSYDRubp7BvbCHo9dCW6oSJA CNeceTjogFpGwWW9.адрес 10000 -p x  ?
В Вольф майнере ставил и 15000 и 10000 - тупо всё идёт в таймаут, хотя в обычном режиме и 20000 обычно подходит а иногда и таймаут.
В Вольф майнере точно так можно ставить? На русском прописывать "адрес" ?


 О Господи)))))))) ну ладн
Code:
minerd -a cryptonight -o stratum+tcp://pool2.democats.org:45570 -u
 WW7iYFYvyU7hcv34CRigUxSAXCbYD52oyNrb18DeYsYe1ui2c2pJ1ZiaSYDRubp7BvbCHo9dCW6oSJACNeceTjogFpGwWW9.10000 -p x

от так)
legendary
Activity: 1750
Merit: 1101
karbo.io
minerd -a cryptonight -o stratum+tcp://pool2.democats.org:45570 -u
 WW7iYFYvyU7hcv34CRigUxSAXCbYD52oyNrb18DeYsYe1ui2c2pJ1ZiaSYDRubp7BvbCHo9dCW6oSJA CNeceTjogFpGwWW9.адрес 10000 -p x  ?
В Вольф майнере ставил и 15000 и 10000 - тупо всё идёт в таймаут, хотя в обычном режиме и 20000 обычно подходит а иногда и таймаут.
В Вольф майнере точно так можно ставить? На русском прописывать "адрес" ?
не, ну это 100% троллинг  Grin


Пока мы имеем 1 новый аккаунт предлагающий добавить налог разработчику. Слишком неубедительно.
Была тут похожая монета с премайном без отчетности  и нашим кошельком. Хотел бы ошибиться, но после серьезных продаж на Криптопии что-то затихли разработчики.
newbie
Activity: 43
Merit: 0
minerd -a cryptonight -o stratum+tcp://pool2.democats.org:45570 -u
 WW7iYFYvyU7hcv34CRigUxSAXCbYD52oyNrb18DeYsYe1ui2c2pJ1ZiaSYDRubp7BvbCHo9dCW6oSJA CNeceTjogFpGwWW9.адрес 10000 -p x  ?
В Вольф майнере ставил и 15000 и 10000 - тупо всё идёт в таймаут, хотя в обычном режиме и 20000 обычно подходит а иногда и таймаут.
В Вольф майнере точно так можно ставить? На русском прописывать "адрес" ?

на чем? CPU или GPU&
sr. member
Activity: 269
Merit: 250
minerd -a cryptonight -o stratum+tcp://pool2.democats.org:45570 -u
 WW7iYFYvyU7hcv34CRigUxSAXCbYD52oyNrb18DeYsYe1ui2c2pJ1ZiaSYDRubp7BvbCHo9dCW6oSJA CNeceTjogFpGwWW9.адрес 10000 -p x  ?
В Вольф майнере ставил и 15000 и 10000 - тупо всё идёт в таймаут, хотя в обычном режиме и 20000 обычно подходит а иногда и таймаут.
В Вольф майнере точно так можно ставить? На русском прописывать "адрес" ?
newbie
Activity: 7
Merit: 0
Мне почему-то кажется, что принудительное отчисление в фонд разработки - идея очень неплохая...,но  введение лишит Карб бОльшей части приверженцев. Хотя, если вынести вопрос на голосование, в лучших традициях демократии  Wink - почему бы и нет...

+ за голосование.

Думаю, что это очень плохая идея. Найдутся недовольные люди. А так же это может спугнуть новых приверженцев Карбо. У нас есть офф пул, вот там и можно ставить десять процентов. И то, для этого в GUI кошельке необходимо, что бы было предупреждение о десяти процентах. И соответственно чтобы можно было выбрать другой пул без грабительских процентов.

Недовольные будут всегда, вот меня не устраивает что нет отчислений разработчику от награды нового блока.
Как по мне, подобные отчисления дают возможность ускорить развитие монеты.

Все остальные пулы тоже могут добавить отчисления в фонд разработки. Почему донейтов нет? В фонд сейчас донейтят от силы 2-3 пула.

А достаточно счеса поступает средств хотя бы для финансирования разработки ?
Какая сейчас команда разработчиков у монеты, или все держится на одном aiwe ?

Если Карбо стартовал без премайна то прикручивать сейчас принудительные отчисления в фонд разработки мне кажется плохая идея. Кто хочет чтобы его карбованцы что-нибудь стоили может пару крб. отстегнуть на развитие и сам приложить усилие хотя бы рассказав о нем знакомым, увеличив тем самым сеть и ее стоимость.

Планируется же ребрендинг, переименование karbowanec в karbo ?
Будет обновлен сайт, будет дорожная карта развития, новый кошелек ?
Будет обновлена\новая тема на bitcointalk.org ?
Если делать какие либо существенные изменения, то когда как не сейчас ?
hero member
Activity: 952
Merit: 504
Подскажите пожалуйста. Есть к примеру комп и Вольф майнер на нём выдаёт 200 h/s . Но сложность прыгает. И на сложности больше чем 20000 часто не находит ничего и переходит на меньшую сложность. Вопрос в том, как в батнике Вольф майнера выставить конкретную сложность. Что нужно прописать и какую оптимально сложность выставить при 200 h/s ? 5000 или 10000 или ещё чуть больше? Или подскажите на примере другого майнера. Кстати у них скорость получше чем в стареньком Вольфе? Или практически везде одинаково?
Интересуют только cpu майнеры. А то много компов майнит Вольфом, и скорость вроди приличная, а профит ну уж совсем маленький. GUI кошели и то намного лучше майнят.


после адресса кошелка сразу точка и значение, адрес.10000. Но идеальная сложность это хешрейт*90=нужная_сложность. для тебя 200*90=18000.
Идеальная сложность это когда после фиксации онной, ТаймАуты не сыпет. Поэтому нужно тюнинговать, подбирая оптимальное значение. И кстати ручная сложность прибавляет профита так как майнер не теряет время на постоянную согласовку сложности с пулом.
newbie
Activity: 43
Merit: 0
Подскажите пожалуйста. Есть к примеру комп и Вольф майнер на нём выдаёт 200 h/s . Но сложность прыгает. И на сложности больше чем 20000 часто не находит ничего и переходит на меньшую сложность. Вопрос в том, как в батнике Вольф майнера выставить конкретную сложность. Что нужно прописать и какую оптимально сложность выставить при 200 h/s ? 5000 или 10000 или ещё чуть больше? Или подскажите на примере другого майнера. Кстати у них скорость получше чем в стареньком Вольфе? Или практически везде одинаково?
Интересуют только cpu майнеры. А то много компов майнит Вольфом, и скорость вроди приличная, а профит ну уж совсем маленький. GUI кошели и то намного лучше майнят.


после адресса кошелка сразу точка и значение, адрес.10000. Но идеальная сложность это хешрейт*90=нужная_сложность. для тебя 200*90=18000.
Jump to: