Author

Topic: Problema xmrig y BCN (Read 113 times)

member
Activity: 212
Merit: 24
May 04, 2018, 12:21:51 PM
#2
Buenos dias, soy nuevo en el foro y tengo una duda enorme, he empezado a hacer pruebas y a meterme en este mundillo del la mineria, quise empezar con el minado de bcn por medio del cpu (core i7 de 7ma generacion), abri mi wallet e hice la prueba por 11hs (unas 673 operaciones durante el lapso de tiempo), el problema es que cuando fui a ver mi wallet, no tenia ni un bcn, el wallet que utilizo es un wallet version web creado desde la pagina oficial de bytecoin.
para mas informacion utilice el pool de bytecoinparty.

La verdad no es dificil la configuracion del xmrig, pero me extraña que en 11 horas no halla tenido ningun resultado.

le pongo los parametros del config correspondiente al xmrig;

{
    "algo": "cryptonight",  // cryptonight (default) or cryptonight-lite
    "av": 0,                // algorithm variation, 0 auto select
    "background": false,    // true to run the miner in the background
    "colors": true,         // false to disable colored output    
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": null,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 5,      // donate level, mininum 1%
    "log-file": null,       // log all output to a file, example: "c:/some/path/xmrig.log"
    "max-cpu-usage": 75,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option.  
    "print-time": 60,       // print hashrate report every N seconds
    "retries": 5,           // number of times to retry before switch to backup server
    "retry-pause": 5,       // time to pause between retries
    "safe": false,          // true to safe adjust threads and av settings for current CPU
    "threads": null,        // number of miner threads
    "pools": [
        {
            "url": "pool.bytecoin.party:3333", // URL of mining server
            "user": "27CKJfadht7j743ZBohACsQqMVAUaUXuke1fNCezqRpKfLJf5dmANoy6uA2bGtZ3uT5fJHP6UXW",           // username for mining server
            "pass": "x",                     // password for mining server
            "keepalive": true,               // send keepalived for prevent timeout (need pool support)
            "nicehash": false,               // enable nicehash/xmrig-proxy support
            "variant": -1                    // algorithm PoW variant
        }
    ],
    "api": {
        "port": 0,                             // port for the miner API https://github.com/xmrig/xmrig/wiki/API
        "access-token": null,                  // access token for API
        "worker-id": null                      // custom worker-id for API
    }
}


De antemano muchas gracias por su ayuda, saludos!!!!



Imagino que tienes acceso a la pool para observar lo que tienes minado y monitorear tu MINERO, en principio cuando minas no entran directamente a tu wallet porque tienes que llegar a un mínimo, segundo lo que minas queda en un balance sin confirmar hasta que sea realmente acreditado a tu balance, y es en ese momento que se lleva a la wallet si tienes el mínimo necesario. No te desanimes pero con equipos PC tarda algo porque la cantidad de Hash procesados no son tan altas como con tarjetas gráficas o ASICs. Exito
newbie
Activity: 1
Merit: 0
May 02, 2018, 10:52:30 AM
#1
Buenos dias, soy nuevo en el foro y tengo una duda enorme, he empezado a hacer pruebas y a meterme en este mundillo del la mineria, quise empezar con el minado de bcn por medio del cpu (core i7 de 7ma generacion), abri mi wallet e hice la prueba por 11hs (unas 673 operaciones durante el lapso de tiempo), el problema es que cuando fui a ver mi wallet, no tenia ni un bcn, el wallet que utilizo es un wallet version web creado desde la pagina oficial de bytecoin.
para mas informacion utilice el pool de bytecoinparty.

La verdad no es dificil la configuracion del xmrig, pero me extraña que en 11 horas no halla tenido ningun resultado.

le pongo los parametros del config correspondiente al xmrig;

{
    "algo": "cryptonight",  // cryptonight (default) or cryptonight-lite
    "av": 0,                // algorithm variation, 0 auto select
    "background": false,    // true to run the miner in the background
    "colors": true,         // false to disable colored output   
    "cpu-affinity": null,   // set process affinity to CPU core(s), mask "0x3" for cores 0 and 1
    "cpu-priority": null,   // set process priority (0 idle, 2 normal to 5 highest)
    "donate-level": 5,      // donate level, mininum 1%
    "log-file": null,       // log all output to a file, example: "c:/some/path/xmrig.log"
    "max-cpu-usage": 75,    // maximum CPU usage for automatic mode, usually limiting factor is CPU cache not this option. 
    "print-time": 60,       // print hashrate report every N seconds
    "retries": 5,           // number of times to retry before switch to backup server
    "retry-pause": 5,       // time to pause between retries
    "safe": false,          // true to safe adjust threads and av settings for current CPU
    "threads": null,        // number of miner threads
    "pools": [
        {
            "url": "pool.bytecoin.party:3333", // URL of mining server
            "user": "27CKJfadht7j743ZBohACsQqMVAUaUXuke1fNCezqRpKfLJf5dmANoy6uA2bGtZ3uT5fJHP6UXW",           // username for mining server
            "pass": "x",                     // password for mining server
            "keepalive": true,               // send keepalived for prevent timeout (need pool support)
            "nicehash": false,               // enable nicehash/xmrig-proxy support
            "variant": -1                    // algorithm PoW variant
        }
    ],
    "api": {
        "port": 0,                             // port for the miner API https://github.com/xmrig/xmrig/wiki/API
        "access-token": null,                  // access token for API
        "worker-id": null                      // custom worker-id for API
    }
}


De antemano muchas gracias por su ayuda, saludos!!!!

Jump to: