Search content
Sort by

Showing 20 of 127 results by calmstorm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 24/12/2021, 23:11:49 UTC
Season’s Greetings from Kevacoin Project!

As we are approaching the end of 2021, we would like to thank you for your support of the Kevacoin project. We are grateful for your contribution in all aspects of the project, including but not limited to bug reports and fixes, application developments, promotion, mining, mining pools.

We started to see quite a few interesting usages of Kevacoin. As for us, we made significant improvements to the iOS and Android mobile app. Everyone can access the Kevacoin blockchain from their phones, reading and writing messages, creating and selling NFTs!

We took the second half of 2021 contemplating what is next for Kevacoin. The activation of Bitcoin Taproot soft-fork presents a very important opportunity for Kevacoin. The Taproot soft-fork introduces the Schnorr signature in Bitcoin transactions. Schnorr signature provides better support for smart contracts, privacy and flexibility. When used in our innovative on-chain database, it will make the database operations smaller, faster and with better privacy.

Kevacoin project is a fork of Litecoin source code. However, the Litecoin source code is diverging from Bitcoin source code, and is behind in some important features, especially the support of Taproot. In order to take full advantage of the advancement of Bitcoin, we decided to fork from Bitcoin source code and re-implement Kevacoin on top of it. We will make our on-chain database a modular component to make it easy to keep up-to-date with Bitcoin’s improvement, and potentially reduce the attack surface and improve the security, performance and stability of Kevacoin.

It is important to note that this new implementation is fully compatible with the current implementation, and has no impact on your Kevacoin holdings. The activation of Schnorr signature is a soft-fork, which requires the support of miners and mining pools. We will communicate with the community to keep everyone up-to-date to our progress.

Another interesting research project we want to start in 2022 is a fully decentralized, high capacity, off-chain database built on the foundation of Kevacoin blockchain database. It is conceptually similar to IPFS, with the major difference that we are envisioning a federation of databases, while IPFS is for static files. This new decentralized database, once it is available, could make web3 applications much more close to reality.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 09/07/2021, 15:25:47 UTC
@calmstorm hello, could you help me please with decoding raw transaction issue, because I can't correctly index the data in blockchain:
https://github.com/kevacoin-project/kevacoin/issues/24#issuecomment-876979400

Sure, I will get back to you today. Sorry for the late reply due to summer vacation.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 30/06/2021, 12:46:54 UTC
Hello, what about create some namespace registry for the thematic human-readable resources finding, like a blogs, catalogs, etc? You guys moving your blog intro the blockchain, but I think, some official registry of the other resources provided - will be helpful for beginners.

This is a good idea! We have been thinking about this since the beginning. It will work like decentralized content curator which everyone can be. It is like blockchain content portal, or similar to domain registrar, mapping the namespace ID to a human readable string.

On the other hand, we have another working solution, each long namespace ID has a unique short code. For example, our official account short code is 32101. Enter the short code in the mobile app and it will show the content.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 21/06/2021, 05:46:45 UTC
Some updates on what we are working on. We continued working on the public sector project. It becomes very clear that we need a Javascript library to easily access the Keva blockchain and database. We took the suggestion of @DukeFerdinand and started a new Javascript library to do exactly that. You can find the library here: https://github.com/kevacoin-project/keva-api-js

This new library is immediately helpful to the public sector project. We are now able to hook up the front-end with the Keva blockchain. What is remaining is to add the feature of updating Keva data through scanning the QR code on the web page.

We enhanced the ElectrumX server so that it indexes all the key-value pairs. This allows the new Javascript library to quickly retrieve the value given the key and the namespace Id (similar to Kevacoin Core’s keva_get method). If you are running an ElectrumX server, it is strongly recommended you get this latest update. Database re-sync is required as we are adding new indexes.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 17/05/2021, 02:05:49 UTC
We are pleased to debut Kevacoin’s official mascot - Keva the Narwhal! In celebration of this special event, we issue 10 Keva the Narwhal NFTs, available for sale now:

Download the iOS/Android Kevacoin mobile wallet. In the "Content" tab, click "Following" and enter the codes below to see and purchase the NFTs:

632414110
632414111
632414418
632414419
632414420
632414421
632414422
632414423
632414424
632414425

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 03/05/2021, 04:46:45 UTC
Hello there!

I was so inspired by Kevacoin Project so writing KVAZAR - Open Source Content Exploring Platform for Kevacoin Blockchain.
Content still indexing but everyone already able to enjoy the beta. The platform skips the blocks without data and shows only human readable content in the time line.

Hope, the service will be interesting for kva namespace finders and web-3.0 lovers!

Great work, welcome to Kevacoin eco-system!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 29/04/2021, 04:19:31 UTC
NFTs on Keva

We are pleased to release Keva Android wallet 8.5.0. Trade your NFTs on Keva’s 100% decentralized trading system, without a single line of code!

Create a profile, add your creative works or other digital assets, and you have an NFT ready to sell. Kevacoin's decentralized trading is atomic, which means the payment and receiving of NFTs are in a single inseparable transaction, safe for both sellers and buyers.

We will unveil our official mascot as our NFT, stay tuned!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 02/04/2021, 02:52:47 UTC
It is really fun working on the enterprise application with Keva blockchain as database. In the enterprise application, application servers are "cattle", while database is "pet". You can always kill the application server and start a new one. But you need to take very good care of the database. Database is expensive to maintain and backup, your business  is gone when the database is gone. With keva blockchain database, the database becomes the last thing to worry about. It will even survive a nuclear attack  On top of that, Keva is most likely the easiest blockchain database to use - it is designed for that purpose!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 28/03/2021, 03:04:42 UTC
Android Mobile Wallet 8.2.0  Release

This release fixes a lots of issues with hashtags. You can go into multiple layers of hashtags without crashing the app. It also fixes the incorrect replies with different namespaces.

The iOS equivalent version has been submitted to Apple App Store and should be available in a couple days.

If you don't have access to Google Play Store, you can download it here:
https://github.com/kevacoin-project/keva_wallet/releases
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 21/03/2021, 15:34:41 UTC
v0.16.8.0 Release - Security Update

This release fixes a security vulnerability in Kevacoin 0.16.7.0 or earlier version, which may crash the Kevacoin wallet. Please update your wallet to this release at your earliest convenience.

Download it here: https://kevacoin.org
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 19/03/2021, 03:18:09 UTC
Thanks YESRVN for developing the game Legend of Satoshi using Kevacoin. It is very very popular and the number of on-chain transactions is shooting up like crazy!

Here is the donation address to support the game server: VHKCZK9Q76A1iR2aM4Wfnk3obnzTECSi3h

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 15/03/2021, 04:52:15 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 13/03/2021, 02:30:01 UTC
New iOS Keva Wallet is Coming Soon

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 12/03/2021, 14:36:46 UTC
Backup Your iOS Wallet
New version of Kevacoin iOS mobile wallet will be released soon. Please take some time to backup your wallet as this release will introduce major format changes to significantly improve performance.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 10/03/2021, 05:36:32 UTC
Kevacoin Android Mobile App 8.1.0 - Lightning Fast Transactions!

This release brings significant performance improvement for wallet transactions. For those wallets with a lot of transaction history, refreshing the wallet can be up to 1000 times faster. We also remove the "out of memory" error message for the large wallets.

To make the improvement possible, we change the storage format. If you experience any issues, please go to your wallet, click on the "..." menu icon, and choose "Reset Transaction History".

Again, thanks for using Kevacoin wallet!

If you host your own ElectrumX server, please upgrade it to the latest version. You need to resync the database.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 14/02/2021, 06:12:41 UTC
Keva Android App v7.3.0 Release

This is a bug fix release. Now if you click on a hashtag in the post, it will show the related content directly.

New feature:
- You can transfer your namespace (profile) to a different wallet.

Download it from Google Play Store:
https://play.google.com/store/apps/details?id=org.kevacoin.kevawallet

Or here:
https://github.com/kevacoin-project/keva_wallet/releases/tag/v7.3.0

Thanks for using Keva mobile app!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 28/01/2021, 16:26:04 UTC
Some important things to remember for Keva's blogging platform:

1. It doesn't require centralized servers. Anyone can run a server and get EXACTLY the same content as other servers. In other words, there is no single point of failures. Here is how to run your server: https://kevacoin.org/keva_electrumx.html Once you have your own server, point your wallet to the server.
2. We will make it much easier to run your server by using Docker image, which could allow "one-click" installation.
3. We need to be transparent with you that the current Keva app is not 100% production-ready. We need additional work on the server (and some corresponding work on App) to make it scale to more users and more messages. The changes are not difficult to implement, and we will try our best to complete them ASAP.

Thanks for using Keva App!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 27/01/2021, 06:00:05 UTC
Keva Android App 7.1.0 is released!

Easy to navigate and discover.

See it in action:
https://twitter.com/i/status/1353926721678962689

Don't forget about using #hashtags in your posts, it makes it easy to discover what is trending!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 16/01/2021, 02:00:17 UTC
Keva Android App 7.0.0 Released!

This is a major release that lays the foundation for future improvement. We will aim to make bi-weekly releases in the near future.

New features:

- Significant performance improvement by using a new communication protocol with the server. This new protocol makes it much easier to add new features in the future.
- Hashtag support - finding out what is trending! On the "Data" tab, click on the "Other", in the text field, enter a hashtag (e.g. kevacoin, or #kevacoin), and click the search icon.
- Initial support of user avatar. We will start to implement picture avatars in the next release.

If you don't have access to Google Play Store, you can download it here:
https://github.com/kevacoin-project/keva_wallet/releases/tag/v7.0.0

See how it works:
https://twitter.com/kevacoin/status/1350260584810381312



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [KVA] Keva - Cryptocurrency with Key-Value Data Store
by
calmstorm
on 14/12/2020, 01:15:24 UTC
v0.16.7.0 Release

New features in this release:

1. The keva_put command has a new option to transfer the namespace to an address:

Code:
kevacoin-cli keva_put NgKBKkBAJMtzsuit85TpTpo5Xj6UQUg1wr a_key a_value VXv2qSNoVKcwZLPxf28z92VvBfERbFx3Kq


   The above command puts a_value to a_key and at the same time, transfers the namespace to the address VXv2qSNoVKcwZLPxf28z92VvBfERbFx3Kq. The address can be any valid address, it can be your address in a different wallet (e.g. mobile wallet), or other people's address. If the new address is in a different wallet than your current one, you will no longer be able to modify the namespace from your current wallet.

2. The desktop GUI wallet now displays correctly the download progress (in percentage) and the estimate of the remaining time for the download to complete.

During this release, we also ran static analysis tools on the source code and fixed the found issues and warnings.

Download it here:
https://github.com/kevacoin-project/kevacoin/releases/tag/v0.16.7.0