Git Product home page Git Product logo

serenita-org / ethstaker.tax Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 7.0 1.79 MB

The easiest way to determine your Ethereum staking income!

Home Page: https://ethstaker.tax

License: MIT License

Python 69.20% JavaScript 0.31% Shell 0.11% Dockerfile 0.07% Makefile 0.25% Mako 0.13% TypeScript 13.21% SCSS 0.96% Jinja 3.46% HTML 0.25% Vue 12.05%
cryptocurrency cryptocurrency-portfolio ethereum ethstaker staking staking-rewards

ethstaker.tax's People

Contributors

danceratopz avatar eth2353 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

ethstaker.tax's Issues

Download in different formats

I use bitcoin.tax, it'd be nice to have my CSV download in that format. I'm sure there are other formats that would be useful as well.

Date (date and time as YYYY-MM-DD HH:mm:ss Z)
Action (INCOME, GIFTIN, MINING or BORROW)
Account (account or wallet name, e.g. Coinbase or Blockchain)
Symbol (BTC, ETH, LTC, etc)
Volume (number of coins received)
Total (Fair price or value in Currency or your home currency, or blank for market value
Currency (optional, specify alternative to your default currency, such as USD, GBP or EUR)
Memo (optional, name of sender or item sold)
For example,
Date,Action,Account,Symbol,Volume
2020-01-01 13:00:00 -0800,INCOME,"Blockchain Wallet",BTC,1 

Timezone selection

I believe it was previously possible to select a timezone for rewards calculation. Is this no longer possible?

validator with index 426155 fails on slot 7194279

When I try to to 426155 with Date range of 08/26/2023 -> 08/28/2023 I get

"Failed to get rewards - Request failed with status code 500 Execution layer rewards not available - missing data for proposer 426155, slot 7194279".

Other dates (01/01/2023 -> 08/26/2023 & 08/28/2023 -> 12/31/2023) there is no issue.

Seems to me you can use an "average" of earnings for that validator over a several day period on either side of missing data or just use "0". Of course it should be "reported" in some "logs" provided to the customer.

Issue?

Getting: "An error occurred, please try again. If the issue persists, check the browser console for more information." Any idea what have gone wrong?

Support MEV boost

Support execution layer income with MEV boost.

This is tricky and I don't know how to solve directly. If people provide their rewards address, you could follow the transaction.

Incorrect reporting of Smooth Pool Receipient

Getting this error message which i don't understand "Failed to get rewards - Request failed with status code 500 Block reward for slot 8674315 proposed by RP minipool (0xdddf2dff420b4b2f28f300e6b777e94e5cecd8e7 / 852604) did not go to smoothing pool (0xd4e96ef8eee8678dbff4d535e033ed1a4f7605b7) or fee distributor (0x711a2cd0d55dc30c6636726f30bfc33ff0e3b53d) but 0x1f9090aae28b8a3dceadf281b0f12828e676c326!"

If you look at https://beaconcha.in/slot/dc10243b1b2fb974b8466263ac3ae954a65ad6ec7a23a184dc3b282a5c6806de it says the MEV reciepient was the smoothing pool (

"MEV Reward Recipient:
0xd4E96eF8eee8678dBFf4d535E033Ed1a4F7605b7"

??

Tool no longer works

This amazing tool stopped working - now I only get "An error occurred, please try again. If the issue persists, check the browser console for more information." on all browsers :(

Please could you breathe life back into it - we love it!

Thanks.

New validator

Hi. I inducted new validators and now your awesome tool is hanging - any way to fix? Thanks very much!

Decimal precision

Recently it seems like the decimal precision has dropped from 9 places to 6. Is it possible to revert this behaviour back to the increased precision?

RocketPool support

How feasible would it be to add automatic detection of RocketPool minipools and calculate consensus layer rewards that go to the node operator?

A column that has the node fee percentage, and a column that has the rewards earned by the NO, as opposed to earned by the validator:

  • 16 ETH minipool: Total rewards * 0.5 + total rewards * 0.5 * node fee percentage
  • 8 ETH minipool: Total rewards * 0.25 + total rewards * 0.75 * node fee percentage

Acknowledged that this is easy enough to add manually to the generated CSV :)

Hi again

Sadly the tool no longer works again - pressing the "ADD" button after selecting "deposit address" and inserting a valid deposit address has no effect. Any ideas?

Stall

Hi! It looks like your amazingly useful tool has stalled a couple of days ago - could go give it some love and get it going again when you have an available moment?

Thanks!

Tool hangs

On pressing "Calculate" the tool just hangs and no longer outputs anything.

server returns error 500

something changed since this was clearly working before. Entering 1 or N validators by either index of account will result in this return code.

Report total daily income

Hi - I love your site-its so helpful. When you run a query for multiple validators, would you consider an option for the "download CSV of daily rewards for all validators" to aggregate the amounts by day for e.g. ETH income, USD income, validator balances (similar to the way the site displays the income per day on the bar chart)? Right now it list each validator separately for each day, but for most tax reporting tools its easier just to have one total amount of ETH/USD income per day and I can't find an easy way to aggregate manually after downloading. Thanks a lot!

Error Message

Hi! I'm getting an error message when using your awesome app. Any ideas why it might be happening? Thanks!

Redis error when running make migrate

I am getting this below error when running 'make migrate':

ERROR: for redis Cannot start service redis: error while creating mount source path '/opt/eth2.tax/etc/redis.conf': mkdir /opt/eth2.tax: read-only file system

Everything else seems to install fine

Error code 500

Error message:

Failed to get rewards - Request failed with status code 500 Execution layer rewards not available - missing data for proposer 306186, slot 8674781

Date range used 3/18/2024-2/23/2024

Multiple inputs using comma separated text

Can you support commas separated text for entering multiple inputs at once, namely entering multiple validator indices, multiple validator public keys and multiple ETH1 deposit addresses?

For example, if I have 3 validator indexes (e.g. 1001, 1002, 1003) now I have to:

  1. Type the first index in - 1001.
  2. Hit Add Another
  3. Type the second index in - 1002.
  4. Hit Add Another
  5. Type the third index in - 1003.

Instead I would like to be able to put in a comma separated string, and have the code auto-expand them into separate entries.

  1. Type the string 1001,1002,1003 into the first box.
  2. Hit Add Another
  3. Have the site show 3 input boxes, each with a separate index.

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.