Code Monkey home page Code Monkey logo

Comments (5)

eprbell avatar eprbell commented on May 31, 2024 1

All the questions have been answered. I added the hash/address column in feature requests wiki, which is used to keep track of ideas from users. Closing the issue.

from rp2.

eprbell avatar eprbell commented on May 31, 2024

Thanks for the feedback, glad you like the project! Regarding your questions:

  1. You could capture this scenario as follows: add a name like "rando_from_street" to the exchanges section in the config file, and then use "rando_from_street" as the exchange field of a IN/BUY transaction (basically treat "rando_from_street" as if it was an exchange). You can also use the Notes field to describe the transaction/context. See the input files section of the documentation for more details on file formats.
  2. I'm not familiar with these sites: do they just do plain coin swaps? If so check the swap question in the FAQ.
  3. Exchanges typically provide fee values in statements/reports. Can you elaborate on what you mean by "outside the exchange"?
  4. Exchanges typically provide spot prices in statements/reports. However there are several websites that provide that info in case you don't have it: Coinmarketcap, Yahoo and others.
  5. I would use the timestamp that comes with the generated report from exchanges/wallets.
  6. Interesting idea. Currently hashes and addresses can be captured in the Notes field, but perhaps they deserve their own column.

from rp2.

Exegetech avatar Exegetech commented on May 31, 2024

Thanks for the feedback, glad you like the project! Regarding your questions:

1. You could capture this scenario as follows: add a name like "rando_from_street" to the exchanges section in the config file, and then use "rando_from_street" as the exchange field of a IN/BUY transaction (basically treat "rando_from_street" as if it was an exchange). You can also use the Notes field to describe the transaction/context. See the [input files](https://github.com/eprbell/rp2/blob/main/docs/input_files.md) section of the documentation for more details on file formats.

Yeah this makes sense, thanks!

2. I'm not familiar with these sites: do they just do plain coin swaps? If so check the [swap question in the FAQ](https://github.com/eprbell/rp2/blob/main/docs/user_faq.md#how-to-handle-conversion-of-a-cryptocurrency-to-another).

Yes it is basically just plain coin swap. Okay yeah I think that makes senes!

3. Exchanges typically provide fee values in statements/reports. Can you elaborate on what you mean by "outside the exchange"?

By outside the exchange I mean like people executing transactions. Here is one sample random transaction I found on etherscan

https://etherscan.io/tx/0x53293f7f78611f6e33630783b7145e64528d2b33bdb024771cb2156027d96ad0

Transaction Fee:
0.00330983293902828 Ether ($8.47)

Gas Price:
0.000000086781146802 Ether (86.781146802 Gwei)

Sorry I am quite newb in crypto in terms of taxation. In this case, the transaction fee should be the 0.033... Ether or the 0.000000086 Ether?

4. Exchanges typically provide spot prices in statements/reports. However there are several websites that provide that info in case you don't have it: Coinmarketcap, [Yahoo](https://finance.yahoo.com/quote/BTC-USD/history/) and others.

Gotcha thanks. That makes sense.

5. I would use the timestamp that comes with the generated report from exchanges/wallets.

Yeah this makes sense.

6. Interesting idea. Currently hashes and addresses can be captured in the Notes field, but perhaps they deserve their own column.

I was experimenting on using this library https://cytoscape.org/ for my crypto visualization project. I thought it could be an interesting idea if an audit comes in.

from rp2.

eprbell avatar eprbell commented on May 31, 2024
  1. Exchanges typically provide fee values in statements/reports. Can you elaborate on what you mean by "outside the exchange"?

By outside the exchange I mean like people executing transactions. Here is one sample random transaction I found on etherscan
https://etherscan.io/tx/0x53293f7f78611f6e33630783b7145e64528d2b33bdb024771cb2156027d96ad0
Transaction Fee: 0.00330983293902828 Ether ($8.47)
Gas Price: 0.000000086781146802 Ether (86.781146802 Gwei)
Sorry I am quite newb in crypto in terms of taxation. In this case, the transaction fee should be the 0.033... Ether or the 0.000000086 Ether?

Got it, thanks for the clarification. You would only use the transaction fee in RP2: the gas price is just the cost per unit of gas (the higher it is, the higher the probability of the transaction being included in the next block).

  1. Interesting idea. Currently hashes and addresses can be captured in the Notes field, but perhaps they deserve their own column.
    I was experimenting on using this library https://cytoscape.org/ for my crypto visualization project. I thought it could be an interesting idea if an audit comes in.

Looks like an interesting library: I was thinking more in terms of a GUI alternative to the RP2 CLI interface (to extend the user base to non-shell users), but I'm curious to see what you come up with using this library.

Thanks for the questions and feedback!

from rp2.

eprbell avatar eprbell commented on May 31, 2024

I added a new column (and transaction constructor parameter) called unique_id to keep track of hash, as proposed in this issue (it's in the latest version of RP2): addresses are not necessary because they can be derived from hash. The unique_id can be used for hash with IntraTransaction and for exchange-specific unique_id in In/OutTransaction.

from rp2.

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.