Giter Site home page Giter Site logo

Payments above 1000 OMB fail about ombre HOT 5 CLOSED

mrheinen avatar mrheinen commented on July 29, 2024
Payments above 1000 OMB fail

from ombre.

Comments (5)

Elektryon-Dev avatar Elektryon-Dev commented on July 29, 2024

It is not a definitive issue at 1000 OMB. I got it at 25,57,2k,3k it appears random.

from ombre.

mrheinen avatar mrheinen commented on July 29, 2024

The higher the funds transferred the more likely it fails. At 1000 I can send the funds with 1-3 tries. Sending 5k is absolutely not working.

from ombre.

mrheinen avatar mrheinen commented on July 29, 2024

I tried making the payment with the GUI wallet and ombre-wallet-rpc gives an interesting error:

[20:31:22] [ERROR] [ombre-wallet-rpc]>>> 2018-Mar-23 20:31:22.267996 [RPC0]ERROR /home/xxxx/Coding/ombre-build/src/wallet/wallet_rpc_server.cpp:594 constructed tx too big: tx size = 342235 bytes, limit = 269736 bytes; retrying with smaller tx_size_target_factor = 0...

The limit comes from:

#define TRANSACTION_SIZE_LIMIT                          ((uint64_t) ((CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE * 110 / 100) - CRYPTONOTE_COINBASE_BLOB_RESERVED_SIZE))

The calculation is:

(((240 * 1024) * 110) / 100) - 600
269736

The relation to the amount of OMB being sent is the following: The more we try to send (from the dev wallet in this case) the more inputs are needed for the transaction. This is a problem especially with the dev wallet because all inputs are only 5.8 OMB (or so) which means you need a lot of them to transfer > 1000 OMB.

We need to increase this limit.

from ombre.

mrheinen avatar mrheinen commented on July 29, 2024

I'm testing the pull request in testnet right now
#34

from ombre.

mrheinen avatar mrheinen commented on July 29, 2024

Ok tested the change and it works as expected. After the hardfork I can make the transaction that normally would get the ge_frombytes_vartime error.

from ombre.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.