Bitcoin Forum
May 04, 2024, 03:38:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
Author Topic: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store  (Read 7550 times)
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 03:07:59 PM
Last edit: January 30, 2020, 01:03:22 AM by calmstorm
 #41

Hello! Interesting project, I will keep an eye on it.
Regarding the OP I like it simple like it is, maybe you can put your logo and name on top and that's it.
As for Discord I must agree with @Javi_Anibarro. In the space, Discord is a must. Gitter is unknown, at least to me (first time hearing of it to my shame).

Yes, we will have a Kevacoin Discord community  Smiley We will let everyone know once it is created, sooner rather than later. Thanks for the suggestions!
1714793905
Hero Member
*
Offline Offline

Posts: 1714793905

View Profile Personal Message (Offline)

Ignore
1714793905
Reply with quote  #2

1714793905
Report to moderator
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714793905
Hero Member
*
Offline Offline

Posts: 1714793905

View Profile Personal Message (Offline)

Ignore
1714793905
Reply with quote  #2

1714793905
Report to moderator
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 03:10:29 PM
Last edit: January 30, 2020, 01:03:31 AM by calmstorm
 #42

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
        }
    ],


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
        }
    ],

blueatsky
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 15, 2020, 04:05:19 PM
 #43

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
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 04:17:02 PM
Last edit: January 30, 2020, 01:03:45 AM by calmstorm
 #44

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
        }
    ],
blueatsky
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 15, 2020, 04:24:47 PM
 #45

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!
AFarpa
Member
**
Offline Offline

Activity: 203
Merit: 11

“Knowing yourself is the beginning of all wisdom.”


View Profile
January 15, 2020, 04:37:10 PM
 #46

Seriously DEV ?
Lol
Fix that  thing please



 

calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 05:10:48 PM
Last edit: January 30, 2020, 01:03:54 AM by calmstorm
 #47

Seriously DEV ?
Lol
Fix that  thing please



  

Sorry to see that happened to you. This normally would happen when the pool detects there are a certain percentage of shares submitted by an IP address are invalid. If this happens, the pool will temporarily ban the IP address for 600 seconds. If the miners are configured incorrectly, they may send invalid shares to the pool and trigger this ban.

Maybe you can check that the miner is configured properly. If you start to see the pool rejecting the invalid shares, stop the miner right away and fix the miner config. In case of ban, please wait 600 seconds and the ban should be lifted.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 07:34:20 PM
 #48

We aim to make the mainnet source code and binary available 6 hours before the launch. We will let everyone know once it is ready.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 09:01:53 PM
 #49

We aim to make the mainnet source code and binary available 6 hours before the launch. We will let everyone know once it is ready.


We will need about another 1.5 hours to get it ready. Sorry for the delay.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 10:29:54 PM
Last edit: January 30, 2020, 01:04:03 AM by calmstorm
 #50

Mainnet source code is released, tag v0.16.3
https://github.com/kevacoin-project/kevacoin

Timestamp:
"Thank You Satoshi 612997 2020-01-15 11:40:41 7f31f44d"

"7f31f44d" is the last 4 bytes of the Bitcoin hash on height 612997:
https://btc.com/0000000000000000000bb77482010f311c0d69c3f925acd8167af5ea7f31f44d

Linux and Windows binary coming soon!

calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 15, 2020, 11:23:43 PM
Last edit: January 30, 2020, 01:04:11 AM by calmstorm
 #51

Both source code and binaries are ready:
https://kevacoin.org/
https://github.com/kevacoin-project/kevacoin/releases/tag/v0.16.3
lida186227
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 16, 2020, 12:58:34 AM
 #52

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
lida186227
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 16, 2020, 01:54:20 AM
 #53

When can the block browser be made
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 16, 2020, 01:58:51 AM
Last edit: January 30, 2020, 01:04:18 AM by calmstorm
 #54

When can the block browser be made

As soon as possible, maybe tomorrow. The initial version will not be able to display the key-value database related information though.
For now we will focus on the launch of mainnet. One hour to go ...

blueatsky
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 16, 2020, 02:06:28 AM
 #55

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
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 16, 2020, 02:16:34 AM
Last edit: January 30, 2020, 01:04:31 AM by calmstorm
 #56

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


Before we have Discord (a high priority), it would be better to ask this kind of questions on Gitter. Check the link at the bottom of https://kevacoin.org
I agree it is not popular, but if you have a Twitter account, it is easy to sign in.

BTW, you may encounter this issue if the mining pool has not switched to mainnet yet. We don't manage that mining pool, so we don't know for sure, just a guess ...

calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 16, 2020, 03:00:41 AM
Last edit: January 30, 2020, 01:04:44 AM by calmstorm
 #57

Go mainnet!
lida186227
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 16, 2020, 03:06:16 AM
 #58

Go mainnet!


Wallet still can't connect to the main network
Ngenah Euy
Jr. Member
*
Offline Offline

Activity: 207
Merit: 5


View Profile
January 16, 2020, 05:19:06 AM
 #59

Go mainnet!


..................
xiatian001
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 16, 2020, 06:45:44 AM
 #60

Cannot connect to the mining pool
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!