Skip to content

Releases: Karbovanets/karbo

Karbo CLI Suite v.2.5.5

05 May 23:06
Compare
Choose a tag to compare

Karbo-cli-win64-v.2.5.5.zip
25EC6E80000585ACD7224046F1F4679529C63A6D231863FEC10D9DE7F9CECE05

Karbo-cli-ubuntu22.04-v.2.5.5.tar.gz
7E87E96048429C6D21CE526486A61A1CE7B4C87A0A7471386425754B9F4CBDB6

Karbo-cli-ubuntu20.04-v.2.5.5.tar.gz
8D056DD47265A3626309EB95049A01F2014D01CA5B06295E29B53608959B31BA

Karbo-cli-macOS-v.2.5.5.zip
CC7202B6C0E2BED09EB28280E5ACFDEF71CCC41D86208244A828956C3B94FCD7

Karbo CLI Suite v.2.5.4

13 Mar 16:32
Compare
Choose a tag to compare
  • Trigger tail emission sooner with a smooth transition of reward amount
  • Added vanity address generator
  • Update daemon:
    • Speedup sync and mining with blobs cache
    • Added self-describing --log-hashrate flag
    • Added --without-blobs flag for full slow POW validation just in case
    • Added --allow-reorg startup option to allow deep reorg which is normally impossible if the chain split is too deep below the node's top block (max depth is 10 blocks). Can be used to make stuck nodes resolve split themselves if ran with this flag
    • Added print_dandelion command
  • Update simplewallet:
    • Cleaned up commands (removed duplicates related to wallet keys)
    • Added option --mnemonic-file flag to store seed in case of generating new wallet or to load seed from specified file in case of restoring
  • Other changes:
    • Select from outgoing connections preferably supporting Dandelion
    • Optimized a bit some P2P routines
    • Fixed some compiler warnings, cleaned up code here and there

Karbo-cli-ubuntu18.04-v.2.5.4.tar.gz
49D9A75E50A8AD8A22CFB9C286E10DAD4905D5C6E00C6EAA7F00AC5064CDA7E3

Karbo-cli-ubuntu20.04-v.2.5.4.tar.gz
DE5784E50120C0D262FB5D56FA938CE36BCC23D1B9257D1D4820186E9E1F3315

Karbo-cli-win64-v.2.5.4.zip
2AA4DF3FBF41B081669B6741E3F22B9F48516F15EE9FD9449CEE40BF3BD5CBA9

Karbo-cli-macOS-v.2.5.4.zip
8FF1FDF9C5250DFBEB13ABE7F025FFFFDC1832D3B98D935B3FC003B2E5A13929

Karbo CLI Suite v.2.5.3

02 Jan 10:50
Compare
Choose a tag to compare
  • Added option --print-hashrate to builtin daemon's miner
  • Fixed getting public node's fee info in node adapter

Karbo-cli-ubuntu18.04-v.2.5.3.tar.gz
C8EB62872BF77EB7A8C94A04D86200F0B0FD6764F9854C9659DA9437783DFC08

Karbo-cli-ubuntu20.04-v.2.5.3.tar.gz
749C1D0B131D3FD6B9C64C84FBD460FF086A3D65768BD4F17A47BBF1A03A90B1

Karbo-cli-win64-v.2.5.3.zip
A22DFAC5589CA993E280991C4656A3ED5EDA3BD175B1F2C9CAD52BAFB91D31BD

Karbo-cli-macOS-v.2.5.3.zip
54E5B8AFCE939652144F79CBF6B3131D00C680148129602C8BF2AF70CCDE7C2E

Karbo CLI Suite v.2.5.2

22 Dec 07:32
Compare
Choose a tag to compare
  • Added additional check that the coinbase transaction output type is correct, "just in case", kudos to @R3VoLuT1OneR

Karbo-cli-ubuntu18.04-v.2.5.2.tar.gz
E4A0AD10F4761A137270A6B194D32FD64B7CCB5E4B0E996A6D88A60F6A5D9205

Karbo-cli-ubuntu20.04-v.2.5.2.tar.gz
6DE3D962800C4A487A3610320731A6BD9746F127315516DFAE9D587F201D03CA

Karbo-cli-win64-v.2.5.2.zip
2CD1794AC2546BF8B479B8A4F6280A959A508354F0FA11B092900FAD7364E22F

Karbo-cli-macOS-v.2.5.2.zip
80B5BEFB21FDBEC0786DABEDCE686B938BBE564ECFD0D734BFD8510B6B802DEF

Karbo CLI Suite v.2.5.1

20 Dec 09:00
Compare
Choose a tag to compare
  • Bug fixes

Karbo-cli-ubuntu18.04-v.2.5.1.tar.gz
273EAB4A5C60604F4604447D0F76E3EA5A9AE8D3BD1AE71C8A417AE75AB0B4ED

Karbo-cli-ubuntu20.04-v.2.5.1.tar.gz
CBC83A1069BF4853A0BB1870EE168E042CEDF8F15BE09B032A31DBFA62555FE1

Karbo-cli-win64-v.2.5.1.zip
622B3BA0FE915A16DAFD514DC4B4550B4C274190E631117DB2B14AAC9986E56D

Karbo-cli-macOS-v.2.5.1.zip
91763FE7E1D027F3C34A56C8C7A6EB46E22F18BBEACC42F4F49BD342F849A5F3

Karbo CLI Suite v.2.5.0

14 Dec 20:04
bc8d5d2
Compare
Choose a tag to compare

HARDFORK AT HEIGHT 700000!!!

It took us a very long time and in a quest for better network security, we almost forgot about one of the cornerstone CryptoNote principles, namely Egalitarian mining. We lingered with ASICs for their network security, we almost adopted PoWS for a few chosen ones, but finally, it's happening.

  • Introducing non-outsourceable blockchain-based Proof-of-Work "BloDHA" in tandem with botnet and mining pools resistant solo mining approach, called “Signed Proof-of-Work”. Hashing algo is custom yespower.
    The main idea behind SPoW is to sign header data with the private key of the miner receiving the reward for the block. Because nonce is included in the signature, we assume that pooled mining will be hard to organize. Read more:
  • Dump wallet keys to file in simplewallet (convenience feature, might be handy with SPoW)
  • Add extra to simplewallet RPC transfer command
  • Other improvements

Mining Guide

Karbo-cli-ubuntu18.04-v.2.5.0.tar.gz
1275182A6935E05DD6B5071ED91FBD359896163AC64756B917F19EE7231B228A

Karbo-cli-win64-v.2.5.0.zip
817F67B68E514DCBD2EEA6BFDF4703DD79E00A25E5CBA820CF8933298F53A648

Karbo-cli-ubuntu20.04-v.2.5.0.tar.gz
F4DE66C5A3CFD77F3082EFC00205158BA5E0DE8DC45B24ACC18D1525824E9AFB

Karbo-cli-macOS-v.2.5.0.zip
D65C4AA2B2611D7B6C0A05F2939A6D96347F24C9A0613F362E5BC84504B09BC5

Karbo CLI Suite v.2.4.2

04 Oct 21:31
Compare
Choose a tag to compare
  • Post-hardfork code clean up
  • Stability improvements

Karbo-cli-win64-v.2.4.2.zip
5E4F7B317AFD4093EF7408A76D1D4D6C5C6ACA0D1B8803E77AA4265FF71E78F7

Karbo-cli-ubuntu18.04-v.2.4.2.tar.gz
25FA88623D8A53D9D9E0F02A4DE0422F034C7FE90D04555A5EF4EDD8C816E1C6

Karbo-cli-ubuntu20.04-v.2.4.2.tar.gz
D3C3AE28B01257FEEE4844EE7AD64825A6DAC87C2B28FA107DC077B8C352798F

Karbo-cli-macOS-v.2.4.2.zip
0667E5B4B5DB657184FCA4085639F8A4985654233F8B892BF18FA69B9CFDD6C9

Karbo CLI Suite v.2.4.1

12 Aug 08:57
fb9f73b
Compare
Choose a tag to compare

New JSON RPC method checkpayment.
Usage: seredat/karbowanec#154

Karbo-cli-ubuntu18.04-v.2.4.1.tar.gz
88F71DB69264C2E2D035A8A45404AF908895BFB4A233DF42B0FA080302090FBC

Karbo-cli-win64-v.2.4.1.zip
B9F25AA9C1D7EE4172F0797B0D9FADACC7FAD5FB25737E8E627988E2161806DD

Karbo-cli-ubuntu20.04-v.2.4.1.tar.gz
DF840B0BE5345CDDB3FDC55F90BDB49E470FAEAC064DA8348949C364C55846BD

Karbo-cli-macOS-v.2.4.1.zip
902619FAEA82E64024387CEC8674B0D1D5C2DB929D15AB74677119D1A9FDBC3C

Karbo CLI Suite v.2.4.0

09 Aug 18:27
Compare
Choose a tag to compare

Fixed transactions fee

At height 667000 scheduled hardfork reducing transaction fee to 0.01 KRB.

Karbo-cli-ubuntu20.04-v.2.4.0.tar.gz
EEA6175DFB5E49FEE91AC423991BE5E6C641C34BF5CB7C276FB761885325367A

Karbo-cli-win64-v.2.4.0.zip
A2F2290C85CBF8295F54643FDAA41DF588491E3E929B7EA990BFF52AAE3B904F

Karbo-cli-ubuntu18.04-v.2.4.0.tar.gz
DB42892FBB4D0C67201A791BA1A7D1F82BB213609B95ED69593E51BE18B78242

Karbo-cli-macOS-v.2.4.0.zip
CAC22CEFFC2F3846C40AF99EE2EA523046043B1C28B4633517EAE6D09A3B485D

Karbo CLI Suite v.2.3.9

08 Mar 21:04
Compare
Choose a tag to compare
  • LevelDB option for blockchain storage. The 'DB' folder is renamed to 'RocksDB', existing folder has to be renamed manually upon upgrade to this version. Use default DB config in Payment Gate Service.
  • RPC: add current max block cumulative size to /getinfo
  • RPC: handle request to check proof of funds that didn't exist yet at given height
  • RPC: fix transaction details timestamp in gettransaction
  • RPC: changed block index to height in response of queryblockslite
  • Add --scan-height param to walletd startup options
  • Display include folder as separate part of project in Visual Studio's Solution Explorer
  • Move DNS checkpoints host to config
  • Get wallet outputs and ability to manually select them for sending

Karbo-cli-win64-v.2.3.9.zip
03EBAC268A4AEDD88FD6FF6B906018FEDC9D399C8C67409948979F640B2551E1

Karbo-cli-ubuntu18.04-v.2.3.9.tar.gz
8E2A33AD9966C3E4EADA9CF9105DD8DF38070236FE79F29FEC47B47BC99A64B6

Karbo-cli-ubuntu20.04-v.2.3.9.tar.gz
438EAC61CB77580806BD63C633CEB60FF69D53C51C14F616FD26C2D7B8680F82

Karbo-cli-macOS-v.2.3.9.zip
DD5F04ADA871654E7655F536A4CDA1805D16501016523AF1E9B2301128B0EEB2