Giter VIP home page Giter VIP logo

pfcrypto's People

Contributors

aaron-hanson avatar bhipple avatar danielheyman avatar garrett92895 avatar rikbrown avatar sclem 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  avatar  avatar  avatar  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  avatar  avatar

pfcrypto's Issues

Publish latest version for Firefox

I just came across this extension, and it works great! However, it looks like the Firefox add-on hasn't been updated since 1.0.2, which uses the now-defunct CoinMarketCap API. Would it be possible to publish the latest version of the extension? I have the latest version loaded manually and it works fine.

Thanks!

pfcrypto fails to connect to alternative.me due to CORS policy

Went to my personalcapital today and noticed it hadn't been updating for some time. I pop open the console and see these:

image

Any suggestions?

Mint.com

Are you considering this for mint.com?

pfcrypto not working, even after update to new API

I haven't been able to get pfcrypto working in a long time. I've logged out of personalcapital, logged back in, added new 'stock' using both methods (id, ticker)... received the new update today, still not getting any updates to coins.

image
image

Originally posted by @didyouexpectthat in #14 (comment)

Chrome console says:
personalcapital.js:186 Done resolving account balances
personalcapital.js:210 done updating holdings.

Nothing is ever updated.

Binance smart chain

Can you add bscscan.com and coingecko to search for coins from BSC? thank you

certain currencies not updating

0x and tron not updating. perhaps due to conflicts? TRON is updating as TORON Inc and 0x perhaps there is an issue as it is a zero, or two symbols?

Number of shares set to 0

I have set up BITCOIN and ETHEREUM as holdings in a Personal Capital "Manual Investment Holdings." I have entered my wallet address as directed — but usually moments after I save the information the number of shares is set to zero.

This happens whether I first manually enter the shares number, or if I leave it blank, or if I set it to zero.

mypccrypto

Coin prices stopped updating on Feb 7, 2019

BTC, LTC, ADA, and ETH stopped updating their prices on or around Feb 7, 2019. I've refreshed all my other accounts and logged into personal capital every day since then, but crypto holding seem to be stuck since then.

Is this extension broken?

Hey, I know nothing about coding/programming, but I haven't gotten this extension to work. Is it my fault, or is it just not working right now? I saw some other comments about possible issues.

Thanks!

Monetha did not update

One of my cryptos updated but currencies that did not update automatically included. Did not see it on coinmarketcap though...
MONETHA

Stopped updating as of 12/01/2020

My graph has flatlined since 12/01/2020. Assuming there might be some change to a source around that date? Getting a bunch of "conflicts with existing coin already mapped" notices in the log, no errors, and finally a "no holdings mapped to coins" result. Chrome on OS X.
Screen Shot 2021-01-25 at 10 56 52 AM

OmiseGo updates for price but not balance

Adding a security with the ticker 'OmiseGo' will update the price in personal capital but will not update the shares. Using the security ticker '$OMG' will update the shares but not the price.

I believe this is due to the different APIs used for price and for ERC20 balances. The coinmarketcap API returns...

{
        "id": "omisego", 
        "name": "OmiseGO", 
        "symbol": "OMG", 
        "rank": "25", 
        "price_usd": "11.0687", 
        "price_btc": "0.00143811", 
        "24h_volume_usd": "37123300.0", 
        "market_cap_usd": "1129478393.0", 
        "available_supply": "102042552.0", 
        "total_supply": "140245398.0", 
        "max_supply": null, 
        "percent_change_1h": "-0.56", 
        "percent_change_24h": "-0.37", 
        "percent_change_7d": "-28.79", 
        "last_updated": "1518048857"
}

while the ethplorer API returns...

{
            "balance": <removed for privacy>,
            "tokenInfo": {
                "address": "<removed for privacy>",
                "decimals": 18,
                "holdersCount": 584921,
                "issuancesCount": 0,
                "lastUpdated": 1518050579,
                "name": "OMGToken",
                "owner": "0x000000000000000000000000000000000000dead",
                "price": {
                    "availableSupply": "102042552.0",
                    "currency": "USD",
                    "diff": 0.07,
                    "diff7d": -28.4,
                    "marketCapUsd": "1137192810.0",
                    "rate": "11.1443",
                    "ts": "1518050357",
                    "volume24h": "37043500.0"
                },
                "symbol": "OMG",
                "totalIn": 6.9789611135704e+26,
                "totalOut": 6.9789611135704e+26,
                "totalSupply": "140245398245132780789239631"
            },
            "totalIn": 0,
            "totalOut": 0
}

notice how 'id' in coinmarketcap is "omisego" while 'name' in ethplorer is "OMGToken".

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.