-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KevaCoin by Community #37
Comments
This is a fantastic start, and we're especially looking forward to this community's growth—eagerly anticipating more and more developers joining in to contribute socially. |
I would like to see the activity here, but until that happened, let's do some updates as codebase dependent of OS updates. Thanks to you, I have just found this project: What is this in few words? Looks useful also |
Can see https://github.com/kevacoin-team for collaborative updates. Given activity here I have cleaned up repos so issues can be digested over there. kex.keva.one is my electrumx host meant for supporting mobile wallets using keva_wallet, not proper seeder. Since desire exists I'll setup proper dns seeder on keva.one for inclusion. Development focus on core chain been on reintegrations across various bitcoin versions; I will work on bringing this back in but on the latest so it can be completed. Some the public work on older version can be seen in archived repo. |
@canrnd kevacoin-team is your project? let me know about seed update or just make PR here to include all the upstreams: btw, this branch is main, already includes lot of updates, including last PRs: so you can use updates from there for your project. please share the software you are using for seed, maybe I'll launch it too, even |
kevacoin-team more or less the community. Kevacoin and I are joint admins of the the orig and its repos. Admittedly outside breaking bugs I've spent my time on https://github.com/kevaone/narwhallet which is centered around the kevacoin chain. Process undetermined on seed at the moment, just bumped the goal in the list so need to look into compliant way to setup but can share once solved. With landscapes changing and interests gaining the team org going to get more attention. With focus on new client (no change in chain except ability to active/deactivate new features like taproot). Newer client performs much nicer so everyone will get to benefit and opens up options for chain enhancement via enabling features. |
Cool, added these resources to awesome-kevacoin registry. So you have an access to accept PR in this repository? If you have an access why not to just continue development here? I wish to make another fork also, with larger values size and less block rewards: Change it in the current network have no sense, because of miners consensus. |
I can only work on pr within kevacoin-team and kevaone repos. kevacoin-project considered inert; the continuation for core chain and some starting framework are in kevacoin-team and moved as updates/changes require. Correct, changing sizes and reward schedule would be fork and thusly a new coin. I would consider halving upcoming so block rewards will be reduced down to 250 so rewards naturally getting reduced before long. Larger key sizes are often wanted to accommodate storage of files and/or their chunks. While doing this is possible its not recommended for all data, poor use of key value and burden of overall chain size can occur, esp over time. An option for larger content is utilizing kevacoin as source of truth with meta data and signatures and combining with a file based solution allowing for better choice of storing the larger content. IPFS is rather popular but there are many options tailored for files or blobish data. |
With current block rewards there is no resistance for DoS, because huge data can be sent partially anyway. Just though won't make new fork, and wish to keep current blockchain, maybe once mining will be closer to stop (hashvault just dropped this coin too). imho, for metadata storage, enough less of value size, but in keva has not small for meta, not large for data values. so I see following changes useful:
The idea you've mentioned about IPFS over blockchain - is not new, that's implemented in twister p2p. But with time I found that DHT data lost there. So I'm interested in storage in blockchain only where data placed as part of the network chain. |
blockchain file storage hard ask unless network purpose built for the task. Maybe Filecoin if still around a better solution for raw file needs? |
Increasing the values size currently limited by the block size. It's impossible to change the value without changing the block, because in current implementation increase may out of max size. Some details here: What is the maximum block size?
I meant that cryptocurrency model not adapted for data storage needs, it's mostly oriented to keeping currency rate. In my opinion, people would have as lot coins as they need to store the data, e.g. mining == storage. Always. Some interesting implementation has Alfis DNS that works without coins, and provides storage for domain records as long as miners ready to mine. Anyway, it's better to change nothing at the moment, this coin still optimal for microblogging, even I wish to keep larger articles sometimes. Just thought. Another thought is have unlimited value size at all, with related commission, just subject for another coin |
As there is no updates for this repository for a long time, here is alternative branch by community:
https://github.com/kvazar-network/kevacoin/tree/kvazar
It includes following updates:
Some builds for Linux also available on Releases page:
https://github.com/kvazar-network/kevacoin/releases
Visit also:
If you can't connect the network, use alternative DNS:
kex.keva.one
- probably port50002
[201:23b4:991a:634d:8359:4521:5576:15b7]:9338
- Yggdrasil peer by YGGverseActive mining pools:
Active KevaCoin services:
Feel free to share your resources and join the development by community!
The text was updated successfully, but these errors were encountered: