Git Product home page Git Product logo

yadacoin's People

Contributors

eggpool avatar loud-mining avatar pdxwebdev avatar radiantaeon avatar rakni1988 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

yadacoin's Issues

Remove transactions from mempool

Hello. I see some transactions are pending, for a long time,
how is possible to remove them from mempool, on the yadacoin full node?

WiFi devices have firmware errors.

The wifi devices have a bug that causes them to crash when operating in SA and AP mode simultaneously. Need to find a device that supports this mode with no errors.

Name server transactions are not propagating

This is preventing zero sum transactions from propagating as well.

The transaction broadcaster checks if the transaction sum is zero. If it is, it tried to route the transaction to a specific node in order to reduce polluting the network with zero fee, zero sum transactions.

Fix setup.sh

sudo apt install cmake
add cmake to pip (done)
There were other issues. will look at chat with corey and add more later.

After changing the difficulty, the hashrate is calculating wrong

after changing the difficulty, hashrate is incorrectly calculated and if payments are calculated based on submitted number of accepted shares then they will be incorrect too.
a fixed size of shere is used (69905) to calculate the hashrate,i think that it should be calculate based on how many hashes are in share in last 60 seconds submitted by miner

if shares_count > 0:
            pool_hash_rate = (shares_count * 69905) / mining_time_interval
        else:
            pool_hash_rate = 0

Combine all workers by address on pool stats api

Currently, miners must paste each individual address.worker to get stats.

We want miners to paste and address and return stats for all workers.

This includes listing all workers and their hash rate.

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.