Bitcoin Forum
May 11, 2024, 07:36:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 »
  Print  
Author Topic: [ANN] [KRB] Karbo (Ҝ) Кapбoвaнeць - Ukrainian Electronic Karbovanets CryptoNote  (Read 492938 times)
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
March 24, 2020, 06:32:18 PM
 #1801

Karbo CLI Suite v. 1.7.2 released

Download: https://github.com/seredat/karbowanec/releases/tag/v.1.7.2

This is just software update with new features, not a hardfork. In this update:

-    Change spent key images storage (reduce memory usage)
-    Deterministic transaction keys
-    Fixed missing address file name when import tracking wallet
-    Fixed validation on atypical to domains
-    Flat-rate fee for public nodes
-    Poor man's Dandelion protocol
-    Proper Base58 encoding of proofs
-    Small optimization in pushBlock: do not recalculate block hash
-    Tidyup crypto: make crypto primitives more clear, move scattered and repeated definitions to one place, add some new crypto functions, fix compiler warning
-    option `--enable-blockchain-indexes` now has a short alias `-i`

Read more details on this release page above.

Please note that now nodes have flat-rate fee which is set by an additional flag for a daemon `--fee-amount` so node operator can set the desired fee like this: `--fee-amount=0.1`

To the `/feeaddress` endpoint output is added a field `fee_amount` in atomic units.
The /feeaddress output now looks like this:
Code:
{
"fee_address":"KaqCQAbx3BSKKv7ED98oQP9QSP3igqgo47hPYZ8q6KZyUY6GnDaQkh9WbVR4DxvmCq8mZcKPg3wfWFJQ5CsyrxPqKcXC3rx",
   "fee_amount":100333000000,
   "status":"OK"
}
The `/feeaddress` endpoint remains unchanged for backward compatibility. Wallets will pay the old percent-based fee for old nodes without flat-rate fee_amount in the `/feeaddress` endpoint for a transition period. This feature may be deprecated and removed in the future. From the `/getinfo` endpoint `fee_address` field is removed not to duplicate.




   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
1715412962
Hero Member
*
Offline Offline

Posts: 1715412962

View Profile Personal Message (Offline)

Ignore
1715412962
Reply with quote  #2

1715412962
Report to moderator
1715412962
Hero Member
*
Offline Offline

Posts: 1715412962

View Profile Personal Message (Offline)

Ignore
1715412962
Reply with quote  #2

1715412962
Report to moderator
BitcoinCleanup.com: Learn why Bitcoin isn't bad for the environment
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715412962
Hero Member
*
Offline Offline

Posts: 1715412962

View Profile Personal Message (Offline)

Ignore
1715412962
Reply with quote  #2

1715412962
Report to moderator
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
March 24, 2020, 06:37:35 PM
 #1802

Karbo Wallet v. 1.4.1 released

Download: https://github.com/seredat/karbowanecwallet/releases/tag/v.1.4.1

Please uninstall the old version before installing this one, because we changed the installer. Make sure you do not remove the wallet file and blockchain!

Important changes:
  •     Flat-rate fee for public nodes
        Please note that starting from this release the wallet pays a flat-rate fee for nodes that support this, fallback to percent based fee for old nodes (for transition period). Please check node's fee and make sure it's acceptable for you before using it.
  •     Proper Base58 encoding of proofs
        The format of "payment proof" and "reserve proof" has changed because now they are properly (better) encoded. Now the "payment proof" starts from Proof (before was ProofV1, the "reserve proof" starts from RsrvPrf (before: ReserveProofV1).
  •     Deterministic transaction keys
        The secret transaction key can now be restored after wallet reset or import from keys for transactions sent from new wallets starting from this version.
  •     Poor man's Dandelion protocol
        Enhances privacy making it harder to determine the IP address of the node that originated the transaction.

There are also other changes, read release description on the link above.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
March 25, 2020, 02:23:45 PM
 #1803

We also updated Karbo lite wallet to v. 1.0.9

that got support of flat-rate fees, deterministic transaction keys, compatibility with new nodes etc.

Download: https://github.com/Karbovanets/Karbo-lite/releases/tag/v.1.0.9

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 01, 2020, 02:45:53 PM
 #1804

Karbo CLI Suite updated to v.1.7.3


This release sets a softfork at height 500000. Mining pool operators are asked to update their nodes!


Download https://github.com/seredat/karbowanec/releases/tag/v.1.7.3


GUI wallet with the corresponding update v. 1.4.2 can be downloaded at https://github.com/seredat/karbowanecwallet/releases/tag/v.1.4.2


   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
May 28, 2020, 09:43:45 AM
 #1805

Finally released alternative clients implementation with database blockchain storage. Although they sync a bit slower (40min vs 20min) but use much less RAM - merely 100Mb vs 1.5Gb, blockchain size 6.7Gb on new vs 4.4Gb on old.

CLI: https://github.com/Karbovanets/karbo/releases/tag/v.2.3.0

GUI: https://github.com/Karbovanets/karbowanecwallet/releases/tag/v.2.1.0

If everything goes fine, we'll eventually migrate to these versions.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
yubit
Hero Member
*****
Offline Offline

Activity: 796
Merit: 529



View Profile
May 31, 2020, 11:48:06 PM
Merited by aiwe (1)
 #1806


HAPPY BIRTHDAY!!!    KARBO - 4 years!!!

First block 4 years ago - https://explorer.karbo.io/?hash=93fd06c51fd8a6fc9db100adbdb4c1de11270a5186b790b454db8a7419c5615e#block



For this past year Karbo became faster and leaner.

Karbo Classic wallet became more beautiful (dark theme designed - https://twitter.com/krbcoin/status/1220702250869411840).

An alternative CLI Suite and accompanying GUI Wallet developed.

Karbo blockexplorer significantly updated and improved (new design + new features) - https://explorer.karbo.io.

Karbo Lite Wallet updated - https://github.com/Karbovanets/Karbo-lite/releases/tag/v.1.0.9

Improved and updated service for replenishing a mobile communication account by KRB (140 countries, 600 mobile operators) - https://karbo.top

Karbo coin (KRB) was listed to trading on three new cryptocurrency exchanges.




These are just changes listed in releases which just vaguely hint real amount of work and devotion put into this project:

- Boost synchronization speed. (It nows syncs in 15-20 minutes to the latest checkpoint. If you want to sync even faster, take the most recent block's height and hash and feed it to daemon as a checkpoint with --load-checkpoints flag) - https://github.com/seredat/karbowanecwallet/releases/tag/v.1.3.7
- Redesign and optimization of Karbo Classic GUI Wallet - https://github.com/seredat/karbowanecwallet/releases/tag/v.1.4.0
- Poor man's Dandelion protocol implemented to increase anonymity at the network level - https://github.com/seredat/karbowanecwallet/releases/tag/v.1.4.1
- Fixed fee validation bug
- Fixed various compiler warnings, typos and minor errors
- Optimizer tool for walletd
- Optimized transaction fee check
- Optimized crypto, RPC, CMake scripts, fix various minor bugs and compiler warnings
- Spend Key Images now stored with blockchain height allowing to check proof of balance against given height
- Code cleanup: removed various unused files and functions, fixed some bugs
- Changes in RPC: removed some deprecated methods, renamed some fields (many that should've been changed too were left intact for backward compatibility with wallets), allowed some methods while node is syncing
- Check locked amounts in reserve proof RPC method
- Start scan height option for restoring wallets
- Functions used in GUI to lock wallet and to confirm sensitive operations by password
- Daemon save command to store blockchain cache to disk
- RPC method for walletd to show addresses count
- Lite blocks propagation, this should reduce traffic between nodes
- Attempt to restore corrupted blockindexes.dat
- Platform independent randomness
- Improvements in simplewallet
- Node update with new endpoints, including info about connections for display in GUI Wallet
- Fix of fee check in Core, fixes syncing from zero with the flag --without-checkpoints
- Ban nodes that stuck too deep behind on fork to spare useless traffic
- Changes in P2P:
Moved P2P protocol version to common config
Added warning about outdated software
Added dropping the connection to outdated too much nodes
Added anchor connections, based on https://eprint.iacr.org/2015/263.pdf §4
- Change how we deal with unmixable outputs in wallet:
if transaction is zero mixin, first take all unmixable outputs to send, then normal outputs for transactions with mixin first, take normal outputs, only if not enough take dust, unmixable outputs, obviously, not used for sending, sweep_dust command is removed from simplewallet, the warning is displayed when the user has unmixable outputs that he can get rid of them by sending tx with zero mixin, in the edge case of so many unmixable outputs that it will make tx invalid due to exceeding tx size limit user will have to send them in chunks (at cost of an extra fee, but old behaviour is the same)
- Add tools to get some useful statistics via RPC e.g. for building historical charts
- Change spent key images storage (reduce memory usage)
- Deterministic transaction keys
- Fixed missing address file name when import tracking wallet
- Fixed validation on atypical to domains
- Flat-rate fee for public nodes
- Proper Base58 encoding of proofs
- Small optimization in pushBlock: do not recalculate block hash
- Tidyup crypto: make crypto primitives more clear, move scattered and repeated definitions to one place, add some new crypto functions, fix compiler warning
- --enable-blockchain-indexes now has a short alias -i
- Change storage for various blockchain indexes
- Transaction fees per byte for extra data
- Exposed these RESTful-like API endpoints for GET requests:
/api/block/height/[height] - returns block info in JSON by height
/api/block/hash/[hash] - returns block info in JSON by hash
/api/transaction/[hash] - returns transaction info in JSON by hash
/api/payment_id/[hash] - returns the list of transaction hashes by payment id in JSON
- Changes in node server
- Added nice HTML output to / path with basic stats
- Added plain HTML /supply endpoint that returns a string with total coins in circulation
- Moved /paimentid endpoint to the plain HTML output of randomly generated payment id instead of JSON



Over the past year, Karbo was listed to 3 more new cryptocurrency exchanges, and now KRB is represented for trading on 9 cryptocurrency exchanges:

RICHAMSTER   https://richamster.com/en/trade/KRB_UAH/
The most popular Ukrainian cryptocurrency exchange for trading Karbo (KRB), where it is represented in 15 different trading pairs.

OCCE   https://www.occe.io/krb_uah
New Ukrainian exchange, where Karbo is trading in pairs KRB/UAH, KRB/BTC, KRB/USDT.

CRYPTEX24   https://www.cryptex24.io/trade/KRB&USDT
Also new Ukrainian exchange. Karbo is trading in pairs KRB/UAH, KRB/BTC, KRB/USDT, KRB/USDX, KRB/C24.

CITEX   https://trade.citex.io/trade/KRB_BTC
Large Korean exchange. Pair KRB/BTC.

TRADEOGRE   https://tradeogre.com/exchange/BTC-KRB
Famous exchange with anonymous coins. Pair KRB/BTC.

BTC-TRADE   https://btc-trade.com.ua/stock/krb_uah
Ukrainian exchange. Pair KRB/UAH.

LIVECOIN   https://www.livecoin.net/en/trading/KRB_BTC
Pairs KRB/BTC, KRB/USDT, KRB/USD, KRB/RUR.

CREX24   https://crex24.com/exchange/KRB-BTC
Pair KRB/BTC.

EXION   https://exion.io/home/market/KRB:UAH
Pair KRB/UAH.


Karbo online exchange service, where you can exchange directly KRB for UAH from card/to card - Karbo24 https://karbo24.io

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
June 02, 2020, 05:49:55 PM
 #1807

GUI wallets and CLI suite were updated again. Download from https://karbo.io/download/ or Github repos. We remind mining pools to update (not strictly need to update from v. 1.7.3 to v. 1.7.4 if you updated recently as the difference between v.1.7.3 and 1.7.4 is in the encoding of signatures of messages which are not widely used).

We recommend exchanges and other services to update to the latest version because of a miners enforced soft work at height 500000 which is nearing.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
m2pool
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 09, 2020, 08:50:27 AM
 #1808

Hello i wan't to tell you about my new mining pool for karbo http://m2pool.eu/KRB/ it is hosted on server in hong kong ,so if you are mining is asia you will have great ping, so you will mine more. I have only 0.5% fee on my pool Wink
Flodner
Sr. Member
****
Offline Offline

Activity: 1960
Merit: 350



View Profile WWW
June 16, 2020, 06:20:06 AM
 #1809

Hi,

Any info when the new Karbo wallet version will have mining from wallet? (Heard about in another thread)

I need it, because I know some people who want to mine crypto. They are new to the area and that's one of the best options for them)


aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
June 16, 2020, 06:22:47 AM
 #1810

Hi, even if we change POW it won't be easily mineable for newbies in a sense of the flood of easy coins, it will require serious investments in any case, either in hardware or in coin itself.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Flodner
Sr. Member
****
Offline Offline

Activity: 1960
Merit: 350



View Profile WWW
June 16, 2020, 06:28:07 AM
 #1811

Hi, even if we change POW it won't be easily mineable for newbies in a sense of the flood of easy coins, it will require serious investments in any case, either in hardware or in coin itself.

I remember maybe 2-3 years ago the previous version of wallet had this option (you could choose pool or even do solo mining)
Somebody told me in another thread that there will be new version which will have this feature again

Are you thinking to change POW? To POS? Or just some anti-ASIC measure?

aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
June 16, 2020, 06:46:33 AM
 #1812

Hi, even if we change POW it won't be easily mineable for newbies in a sense of the flood of easy coins, it will require serious investments in any case, either in hardware or in coin itself.

I remember maybe 2-3 years ago the previous version of wallet had this option (you could choose pool or even do solo mining)
Somebody told me in another thread that there will be new version which will have this feature again

Are you thinking to change POW? To POS? Or just some anti-ASIC measure?
The CryptoNote algo is now ASIC-mineable, and we didn't see the point in the cat-and-mouse chase game and didn't change algo, therefore mining tab was removed from wallets as it became pointless. We are not going to indulge newbies who want to play around with mining some coins with little effort sacrificing security to some questionable adoption. Even if we change mining it will be something that guarantees security as we see it. And it will involve investments as the only thing providing security in POW, and at the moment ASICs provide security because this is an investment with little range of mineable coins and no easy rental for attacks. So, no one button click to mine anymore, even if there will be such a button in the wallet, it will require also a stake of coins and/or hardware in flexible proportions.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Flodner
Sr. Member
****
Offline Offline

Activity: 1960
Merit: 350



View Profile WWW
June 16, 2020, 06:52:30 AM
 #1813

The CryptoNote algo is now ASIC-mineable, and we didn't see the point in the cat-and-mouse chase game and didn't change algo, therefore mining tab was removed from wallets as it became pointless. We are not going to indulge newbies who want to play around with mining some coins with little effort sacrificing security to some questionable adoption. Even if we change mining it will be something that guarantees security as we see it. And it will involve investments as the only thing providing security in POW, and at the moment ASICs provide security because this is an investment with little range of mineable coins and no easy rental for attacks. So, no one button click to mine anymore, even if there will be such a button in the wallet, it will require also a stake of coins and/or hardware in flexible proportions.

Thanks for explanation, reasonable arguments

yubit
Hero Member
*****
Offline Offline

Activity: 796
Merit: 529



View Profile
July 07, 2020, 11:23:19 PM
 #1814





   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
July 08, 2020, 06:28:18 AM
 #1815

Karbo 2 CLI and GUI wallets got a successive update with a fix of sync problems at some conditions. Also, all GUI wallets for macOS were fixed, now work again on older versions of macOS 10.12.

Download from https://karbo.io/download/ (links direct to respective Github repositories).

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
yubit
Hero Member
*****
Offline Offline

Activity: 796
Merit: 529



View Profile
August 07, 2020, 02:11:09 PM
 #1816

Great!

Karbo (KRB) has 16 market pairs now on crypto market research platform Coinpaprika due to Richamster Exchange got listed on Coinpaprika!

Lets see https://coinpaprika.com/coin/krb-karbo/#!exchanges

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Flodner
Sr. Member
****
Offline Offline

Activity: 1960
Merit: 350



View Profile WWW
August 13, 2020, 06:18:50 AM
 #1817

Karbo (KRB) has 16 market pairs now on crypto market research platform Coinpaprika due to Richamster Exchange got listed on Coinpaprika!

Lets see https://coinpaprika.com/coin/krb-karbo/#!exchanges

Congratulations!
I like this exchange, I'm using it from time to time

What about mining Karbo these days?
Is it ASIC-resistance or some people mine with ASICs?

aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
August 13, 2020, 06:32:32 AM
 #1818

So far it is mined on CryptoNote ASICs. Coinbase in its blog post states "The only way a proof-of-work coin can materially reduce the risk from 51% attacks is to be the dominant application of the hardware used to mine the asset. A coin mined on widely available general purpose hardware, such as CPUs and GPUs, lacks this major security feature." Merely changing POW algorithm will not improve the security of the Karbo network. On the contrary, this can potentially do more harm than good, if we take into account that there are no many coins left for mining with existing CryptoNight ASICs. So, for the time being, we trade indulging of home miners and potential issues coming with ASICs for better security.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ucionasha
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
August 14, 2020, 08:53:20 AM
 #1819

Great!

Karbo (KRB) has 16 market pairs now on crypto market research platform Coinpaprika due to Richamster Exchange got listed on Coinpaprika!

Lets see https://coinpaprika.com/coin/krb-karbo/#!exchanges

It's nice to see that the Karbo project continues to evolve. Good luck guys! You will succeed!
aiwe (OP)
Legendary
*
Offline Offline

Activity: 1750
Merit: 1101


karbo.io


View Profile WWW
December 31, 2020, 07:18:07 PM
 #1820

Kabo 2020 retrospective

It was a tough year, as, probably, for many of us, we lost several exchanges (though it wasn’t our fault) and our devs had less time for volunteer work on this project for obvious reasons, but at least the Karbo network itself works fine and without any issues.

There were no loud, groundbreaking and exciting achievements, we did a lot of steady development, research and improvements of Karbo here and there instead. To mention the few:

A so-called Karbo 2 with a database-driven backend for blockchain storage has been working fine throughout this year and is now recommended to use. Moreover, if everything goes fine, it will replace the current Karbo 1 version in the (near) future.
Lite blocks were added that reduce bandwidth usage of Karbo nodes.
A lot of P2P improvements to reduce bandwidth usage and improve Karbo network security.
Poor man's Dandelion protocol to improve users' privacy and anonymity.
Deterministic transaction keys that allow proof of payment even after the reset of the wallet.
Added SSL support for both RPC requests and wallets which allows better integration of Karbo nodes into browser-based apps and websites as well as further improves user’s security.
Our browser-based “web-wallet” has got a huge boost of sync speed and now can be comfortably used as an alternative for a desktop or native mobile wallet.
We hope you like the new dark design of our native wallet that was introduced this year.

We are studying possible ways of development of the current POW scheme securing the Karbo blockchain. Several POW algorithms were tested; a multi-algo approach was developed, implemented and tested; the Proof of Work with Stake underwent a lot of changes and development; all these together with BLODHA resulting in a new interesting perspective of the possible future of Karbo mining, namely Proof of Work with Cold Stake. We do not want to make firm statements, time will tell, but this variant that we came to so far looks promising. Stay tuned.

   
████▄▄████████████▄▄████
██▄██████████████████▄██
██████████████████████
████████████████████████
█████████████████████
████████████████████████
████████████████████████
█████████████████████
████████████████████████
██████████████████████
██▀██████████████████▀██
████▀▀████████████▀▀████
  Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Ҝ
Pages: « 1 ... 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 [91] 92 93 94 95 »
  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!