Bitcoin Forum
March 29, 2024, 08:11:54 AM *
News: Latest Bitcoin Core release: 26.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 7373 times)
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 24, 2020, 11:16:35 PM
Last edit: January 30, 2020, 01:06:42 AM by calmstorm
 #101


Thanks for the update but sadly the wallet isn't working on MacOS Catalina (10.15.2) (Error says not compatible with this version)
Please check and update.
Check the image links for errors





Thanks for reporting the issue. We may miss some dependencies when packaging the MacOS app. We will fix the issue and get back to you soon!

We haven't forgotten this issue - still working on a fix. Please give us a couple more days  Smiley
1711699914
Hero Member
*
Offline Offline

Posts: 1711699914

View Profile Personal Message (Offline)

Ignore
1711699914
Reply with quote  #2

1711699914
Report to moderator
1711699914
Hero Member
*
Offline Offline

Posts: 1711699914

View Profile Personal Message (Offline)

Ignore
1711699914
Reply with quote  #2

1711699914
Report to moderator
1711699914
Hero Member
*
Offline Offline

Posts: 1711699914

View Profile Personal Message (Offline)

Ignore
1711699914
Reply with quote  #2

1711699914
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711699914
Hero Member
*
Offline Offline

Posts: 1711699914

View Profile Personal Message (Offline)

Ignore
1711699914
Reply with quote  #2

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

Activity: 122
Merit: 1


View Profile WWW
January 25, 2020, 09:28:34 AM
Last edit: January 30, 2020, 01:06:57 AM by calmstorm
 #102

Happy Chinese New Year!

This is a special presentation to celebrate Chinese New Year and unveil Kevacoin's Chinese name:

https://explorer.kevacoin.org/ns/html/NVWKk9edEw9K8MRGySwkHx7AWoCUTKDKRF

100% on Kevacoin blockchain!

Enjoy!



helloword2013
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile
January 27, 2020, 01:35:20 PM
 #103

Code:
{
  "blocks": 7715,
  "currentblockweight": 4000,
  "currentblocktx": 0,
  "difficulty": 244330068.0926034,
  "networkhashps": 2643500.376602037,
  "pooledtx": 0,
  "chain": "main",
  "warnings": ""
}
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 27, 2020, 08:19:21 PM
Last edit: January 30, 2020, 01:08:30 AM by calmstorm
 #104

Code:
{
  "blocks": 7715,
  "currentblockweight": 4000,
  "currentblocktx": 0,
  "difficulty": 244330068.0926034,
  "networkhashps": 2643500.376602037,
  "pooledtx": 0,
  "chain": "main",
  "warnings": ""
}

We are experiencing a sudden increase of network hash rate. Kevacoin's difficulty retargeting algorithm seems to work as expected, as the average block time is still about 2 minutes (last time I checked).
In case of a sudden decrease of network hash rate, the retargeting algorithm shall adjust downward even faster, allowing other miners to catch up.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
January 29, 2020, 04:42:59 AM
Last edit: January 30, 2020, 01:07:05 AM by calmstorm
 #105


Thanks for the update but sadly the wallet isn't working on MacOS Catalina (10.15.2) (Error says not compatible with this version)
Please check and update.
Check the image links for errors





We fixed the crash and tested it on a clean MacOS 12.15.2 machine. You can find the latest release here:
https://github.com/kevacoin-project/kevacoin/releases/tag/v0.16.3

Please feel free to let us know if you find any issue.

sudhsrx
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 30, 2020, 07:11:48 PM
 #106


Thanks for the update but sadly the wallet isn't working on MacOS Catalina (10.15.2) (Error says not compatible with this version)
Please check and update.
Check the image links for errors

https://ibb.co/N27dMbX
https://ibb.co/DGfRbMg


We fixed the crash and tested it on a clean MacOS 12.15.2 machine. You can find the latest release here:
https://github.com/kevacoin-project/kevacoin/releases/tag/v0.16.3

Please feel free to let us know if you find any issue.


Mac wallet works fine on MacOS Catalina (10.15.2).Thanks for the update.
Sadly the missed the low difficulty phase due to wallet issues.  Cry
Anyways hopping in now!!!!
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 01, 2020, 06:09:44 PM
 #107

v0.16.3.1 Release

This is the first release after the Mainnet launch. It is an important release for developers and mining pool operators and is strongly recommended for these users.

For Mining Pool Operators
Added new RPC getblockheaderbyhash.

For Developers
Added ZeroMQ notification for Keva events (keva_namespace, keva_update, keva_delete). See Kevacoin ZeroMQ(https://github.com/kevacoin-project/kevacoin/blob/master/doc/zmq.md). This should make it much easier to develop on Kevacoin's blockchain data store.
Added new RPC getzmqnotifications.

Minor Changes
Applied Kevacoin's Chinese name.
Updated documentation.

Download
https://kevacoin.org
mk111
Jr. Member
*
Offline Offline

Activity: 230
Merit: 1


View Profile
February 02, 2020, 05:19:31 AM
 #108

v0.16.3.1 Release

This is the first release after the Mainnet launch. It is an important release for developers and mining pool operators and is strongly recommended for these users.

For Mining Pool Operators
Added new RPC getblockheaderbyhash.

For Developers
Added ZeroMQ notification for Keva events (keva_namespace, keva_update, keva_delete). See Kevacoin ZeroMQ(https://github.com/kevacoin-project/kevacoin/blob/master/doc/zmq.md). This should make it much easier to develop on Kevacoin's blockchain data store.
Added new RPC getzmqnotifications.

Minor Changes
Applied Kevacoin's Chinese name.
Updated documentation.

Download
https://kevacoin.org


Good work guys!
killer0000001
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 03, 2020, 05:49:27 AM
 #109

need list exchang
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 04, 2020, 06:00:17 AM
 #110

need list exchang

We are still very very new. Our current focus is to build a strong community and encourage more people to use the platform. we have plans to showcase some interesting decentralized applications built on Kevacoin blockchain to demonstrate its power, flexibility, and ease of use.
othell_rogue
Full Member
***
Offline Offline

Activity: 800
Merit: 143



View Profile
February 06, 2020, 11:24:53 AM
 #111

need list exchang

We are still very very new. Our current focus is to build a strong community and encourage more people to use the platform. we have plans to showcase some interesting decentralized applications built on Kevacoin blockchain to demonstrate its power, flexibility, and ease of use.


To build a strong community you will need to engage more people into the project. For this you need to run a bounty campaign on twitter, facebook, linkedin, instagram to make some noise out there and create awareness so more people will come in here and use the platform. At least this is how I would proceed if it was my project.

To Buy, or not to Sell? That is the question.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 06, 2020, 10:59:56 PM
 #112

To build a strong community you will need to engage more people into the project. For this you need to run a bounty campaign on twitter, facebook, linkedin, instagram to make some noise out there and create awareness so more people will come in here and use the platform. At least this is how I would proceed if it was my project.

Thanks for the suggestion!

We are a fair-launch PoW coin, so as Dev we earn coins through mining, just like anyone else. However, we do have several big dudes who have more coins that most of us. We will try to encourage them to contribute to the bounty campaign  Wink
CaVO32
Full Member
***
Offline Offline

Activity: 1848
Merit: 158


View Profile
February 06, 2020, 11:07:06 PM
 #113

need list exchang

We are still very very new. Our current focus is to build a strong community and encourage more people to use the platform. we have plans to showcase some interesting decentralized applications built on Kevacoin blockchain to demonstrate its power, flexibility, and ease of use.


what particular decentralized apps are you looking for Keva to venture with? it is really better to have practical use case in crypto market to have a steady growth rather than focusing in listing this to exchanges. 1 or 2 exchanges later is more than enough, but creating value should be the main focus. because without active application, the platform will die down easily and will be dead just like thousands of alts.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 07, 2020, 01:26:01 AM
 #114

what particular decentralized apps are you looking for Keva to venture with? it is really better to have practical use case in crypto market to have a steady growth rather than focusing in listing this to exchanges. 1 or 2 exchanges later is more than enough, but creating value should be the main focus. because without active application, the platform will die down easily and will be dead just like thousands of alts.

Yes, encouraging more developers to develop on our platform is our main focus. We feel that we should promote our platform on ProductHunt, Hacker News, etc, where there are more developers.

But everyone can start using the platform now! Here is an easy way to develop on our platform, publishing a website:
https://explorer.kevacoin.org/ns/html/NceXtbgQD92zrVM7QUnfNhrRcj2DQ1PewD

The tutorial above is published on our platform, by the way  Smiley Our explorer can render the web page (with less than 30 lines of code), and anyone can write a simple program to render it too!

A while ago we published a Chinese new year celebration page:
https://explorer.kevacoin.org/ns/html/NVWKk9edEw9K8MRGySwkHx7AWoCUTKDKRF

It is completely possible to develop a Twitter-like app on our platform, also forum apps (maybe a decentralized forum for the crypto community  Smiley). We will showcase some apps later, but it is not hard to start using our platform if you know a little bit about programming!
othell_rogue
Full Member
***
Offline Offline

Activity: 800
Merit: 143



View Profile
February 07, 2020, 01:51:37 AM
 #115

To build a strong community you will need to engage more people into the project. For this you need to run a bounty campaign on twitter, facebook, linkedin, instagram to make some noise out there and create awareness so more people will come in here and use the platform. At least this is how I would proceed if it was my project.

Thanks for the suggestion!

We are a fair-launch PoW coin, so as Dev we earn coins through mining, just like anyone else. However, we do have several big dudes who have more coins that most of us. We will try to encourage them to contribute to the bounty campaign  Wink

Anytime!

I know Keva had a fair launch with no premine, and this is a pullback because you lack funding.

You can set a donation fund for this kind of actions, like bounties, exchange listings, other expenses. People will put some money in because is their interest to grow the project and see the price going up.

To Buy, or not to Sell? That is the question.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 07, 2020, 06:07:29 PM
 #116

You can set a donation fund for this kind of actions, like bounties, exchange listings, other expenses. People will put some money in because is their interest to grow the project and see the price going up.

Thanks for your advice. We will start a discussion on our discord community on how to set up and manage the donation fund. We believe it is better for the community to manage the fund. We can make recommendations on how to spend it, but the community should have the final saying.
othell_rogue
Full Member
***
Offline Offline

Activity: 800
Merit: 143



View Profile
February 07, 2020, 06:53:54 PM
 #117

You can set a donation fund for this kind of actions, like bounties, exchange listings, other expenses. People will put some money in because is their interest to grow the project and see the price going up.

Thanks for your advice. We will start a discussion on our discord community on how to set up and manage the donation fund. We believe it is better for the community to manage the fund. We can make recommendations on how to spend it, but the community should have the final saying.


Good move @calmstorm and I believe you are right about who should manage the community donation funds, since they are the ones who donates and of course for more transparency.

To Buy, or not to Sell? That is the question.
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 11, 2020, 10:08:16 PM
 #118

Our Product Hunt campaign is live!

Please support us by upvoting  Smiley Cool Smiley Cheesy
https://www.producthunt.com/posts/key-value-database-on-keva-blockchain

This is a great opportunity to reach out to the developer community!
calmstorm (OP)
Jr. Member
*
Offline Offline

Activity: 122
Merit: 1


View Profile WWW
February 19, 2020, 05:51:53 PM
 #119

We have a community fund to support the development and promotion of Kevacoin. The fund can be used for:

1. Bounty campaign.
2. Give-away to developers to try out the platform.
3. Future exchange listing.
4. etc.

The fund belongs to the community, and its management is transparent. We currently only take Kevacoin and please send your donation to this address:
VE6Q8bpn8gRKRoWXFPXMPFZt6juXYyNbe1

Once you give a donation to the above address, please send a note to this channel to let us know (you can stay anonymous if you wish so :grinning: ). Every time we take KVA from the fund, we will also notice the community through this channel.

You can see the transaction of the fund here:
https://explorer.kevacoin.org/address/VE6Q8bpn8gRKRoWXFPXMPFZt6juXYyNbe1

Suggestions and comments about the management of the fund are welcomed!

We just donated 100 KVA to kickstart the community fund!
helloword2013
Sr. Member
****
Offline Offline

Activity: 333
Merit: 250


View Profile
February 20, 2020, 06:21:30 AM
 #120

https://explorer.kevacoin.org/tx/fbe287778eff6cfe5e4955f9bb8fcad4cc4d67618cb69c7115ba9037a7d19dfa
donated Smiley
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!