Skip to content
Aiwe edited this page Aug 1, 2018 · 6 revisions

Welcome to the karbowanec wiki!

Please bear in mind that in the v. 1.5.3 minimum mixin limit is set to 2, it is still possible to send with zero mixin although this is undesirable and is not recommended. If you experience problems with sending transactions with errors like 'Mixin count is too big', please use fusion transactions to optimize your wallet inputs (described in wiki documentation: estimateFusion() and sendFusionTransaction()).

Also in v. 1.5.3 adaptive minimal transaction fee is introduced. Information for exchanges and other services how to work with new fees: https://github.com/seredat/karbowanec/wiki/Dynamic-transaction-minimum-fee

Pools operating 'cryptonote-forknote-pool' or compatible software should update Node-Cryptonote-Util to this version: https://github.com/aivve/node-cryptonote-util. The reference pool software is here: https://github.com/Karbovanets/karbo-pool.

Pools operating 'cryptonote-nodejs-pool' should change config on hardfork height. The changes in config are:

"daemonType": "default",
"cnAlgorithm": "cryptonight",
"cnVariant": 0,
"cnBlobType": 0,

The example of Karbo config is here: https://github.com/Karbovanets/cryptonote-nodejs-pool/blob/master/config_examples/karbo.json