Bitcoin Forum
May 02, 2024, 12:57:22 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Idena is the first Proof-of-Person Blockchain on: March 09, 2020, 02:33:49 AM
Can anyone give me an invitation code ?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KVA] Keva - Cryptocurrenct with Key-Value Data Store on: January 18, 2020, 02:46:03 PM
Kevacoin Block Explorer

https://explorer.kevacoin.org

Sorry for the delay ...


Great work! So cool
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KVA] Keva - Cryptocurrenct with Key-Value Data Store on: January 16, 2020, 02:06:28 AM
The formal ore pool has been tested. Mining can be started after the main network is opened.
Wait for the main network to be opened. Wink
Website: http://keva.standardpool.club: 8080
Mining address: keva.standardpool.club: 13333

Hi,What's wrong

Code

    "pools": [
        {
            "algo": "cn/r",
            "url": "keva.standardpool.club:13333",
            "user": "VK9ijUhuV5wkhHs6LDSaF3579xntxXuu7r",
            "pass": "x:blueatsky@foxmail.com",
            "rig-id": "blue",
            "nicehash": false,
            "keepalive": false,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "self-select": null
        }
    ],
    "print-time": 60,
    "health-print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "syslog": false,
    "user-agent": null,
    "verbose": 0,
    "watch": true
}
root@VM-0-4-ubuntu:~/xmrig-5.5.0# ./xmrig -c ./config.json
 * ABOUT        XMRig/5.5.0 gcc/5.4.0
 * LIBS         libuv/1.34.0 OpenSSL/1.1.1d hwloc/2.1.0
 * HUGE PAGES   supported
 * 1GB PAGES    disabled
 * CPU          Intel(R) Xeon(R) Gold 61xx CPU (1) x64 AES
                L2:4.0 MB L3:0.0 MB 1C/1T NUMA:1
 * MEMORY       1.3/1.8 GB (71%)
 * DONATE       5%
 * ASSEMBLY     auto:intel
 * POOL #1      keva.standardpool.club:13333 algo cn/r
 * COMMANDS     hashrate, pause, resume
 * OPENCL       disabled
 * CUDA         disabled
[2020-01-16 10:05:13.798] [keva.standardpool.club:13333] error: "invalid address used for login", code: -1
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KVA] Keva - Cryptocurrenct with Key-Value Data Store on: January 15, 2020, 04:24:47 PM
Yes,I just using Xmrig(xmrig-5.5.0-xenial-x64.tar.gz).But there are still errors. Can i have a look your config file?

XMRig CPU's config file is a little bit different. The following config works for us:
Code:
"pools": [
        {
            "algo": "cn/r",
            "url": "stratum.kevapool.com:3333",
            "user": "TFPmyyPLcJDuDu3T3vmEALX87VxrmPLKkj",
            "pass": "x",
            "rig-id": null,
            "nicehash": false,
            "keepalive": true,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false
        }
    ],

It's working! Thanks a lot!
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KVA] Keva - Cryptocurrenct with Key-Value Data Store on: January 15, 2020, 04:05:19 PM
Assume that you are using XMRig (CPU, nVidia, or AMD). This is an example:

Code:
{
    "algo": "cryptonight",

     ...

    "pools": [
        {
            "url": "stratum.kevapool.com:3333",
            "user": "TFPmyyPLcJDuDu3T3vmEALX87VxrmPLKkj",
            "pass": "x:my@email.com",
            "rig-id": null,
            "nicehash": false,
            "keepalive": true,
            "variant": 4,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null
        }
    ],

[/quote]

Yes,I just using Xmrig(xmrig-5.5.0-xenial-x64.tar.gz).But there are still errors. Can i have a look your config file?

Code

    "algo": "cryptonight",
    "pools": [
        {
            "url": "stratum.kevapool.com:3333",
            "user": "TVALsWRbKD8XSewVQoUXW2ioYTN8v6EL3B",
            "pass": "x:blueatsky@foxmail.com",
            "rig-id": null,
            "nicehash": false,
            "keepalive": false,
            "variant": 4,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "self-select": null
        }
    ],
    "print-time": 60,
    "health-print-time": 60,
    "retries": 5,
    "retry-pause": 5,
    "syslog": false,
    "user-agent": null,
    "verbose": 0,
    "watch": true
}

Errors

root@VM-0-4-ubuntu:~/xmrig-5.5.0# ./xmrig -c ./config.json
 * ABOUT        XMRig/5.5.0 gcc/5.4.0
 * LIBS         libuv/1.34.0 OpenSSL/1.1.1d hwloc/2.1.0
 * HUGE PAGES   supported
 * 1GB PAGES    disabled
 * CPU          Intel(R) Xeon(R) Gold 61xx CPU (1) x64 AES
                L2:4.0 MB L3:0.0 MB 1C/1T NUMA:1
 * MEMORY       1.3/1.8 GB (75%)
 * DONATE       5%
 * ASSEMBLY     auto:intel
 * POOL #1      stratum.kevapool.com:3333 algo auto
 * COMMANDS     hashrate, pause, resume
 * OPENCL       disabled
 * CUDA         disabled
[2020-01-15 23:56:13.803] [stratum.kevapool.com:3333] unknown algorithm, make sure you set "algo" or "coin" option
[2020-01-15 23:56:13.803] [stratum.kevapool.com:3333] login error code: 6
[2020-01-15 23:56:20.743] [stratum.kevapool.com:3333] unknown algorithm, make sure you set "algo" or "coin" option
[2020-01-15 23:56:20.743] [stratum.kevapool.com:3333] login error code: 6
[2020-01-15 23:56:26.928] [stratum.kevapool.com:3333] unknown algorithm, make sure you set "algo" or "coin" option
[2020-01-15 23:56:26.928] [stratum.kevapool.com:3333] login error code: 6
[2020-01-15 23:56:32.852] [stratum.kevapool.com:3333] unknown algorithm, make sure you set "algo" or "coin" option
[2020-01-15 23:56:32.852] [stratum.kevapool.com:3333] login error code: 6
[2020-01-15 23:56:41.783] [stratum.kevapool.com:3333] unknown algorithm, make sure you set "algo" or "coin" option
[2020-01-15 23:56:41.784] [stratum.kevapool.com:3333] login error code: 6
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [KVA] Keva - Cryptocurrenct with Key-Value Data Store on: January 15, 2020, 03:00:54 PM
any mining pools  will be available at  launch ??

This is a mining pool for Kevacoin:
https://kevapool.com


Hi.
exactly what I need to modify?


   "pools": [
        {
            "algo": null,
            "coin": null,
            "url": "stratum.kevapool.com:3333",
            "user": "TVALsWRbKD8XSewVQoUXW2ioYTN8v6EL3B",
            "pass": "x",
            "rig-id": null,
            "variant": 4,
            "nicehash": false,
            "keepalive": false,
            "enabled": true,
            "tls": false,
            "tls-fingerprint": null,
            "daemon": false,
            "self-select": null
        }
    ],
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!