Skip to content
bitcoin2network edited this page Sep 4, 2018 · 6 revisions

Welcome to the Wiki!

Use the menu to the right to navigate to documentation.

Minimum mixin

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()). Fusion transactions are free!

Adaptive fee

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