Skip to content

Commit

Permalink
adjusted btc and erg price reader from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
marctheshark3 committed Mar 4, 2024
1 parent 8d86a92 commit 93474bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def update_charts(wallet):
mining_df, performance_df = sigma_reader.get_mining_stats()
block_df, miner_df, effort_df = sigma_reader.get_block_stats()
pool_df, top_miner_df = sigma_reader.get_pool_stats()
btc_price, erg_price = 10, 10 #price_reader.get()
btc_price, erg_price = price_reader.get()

pool_hash = round(pool_df[pool_df['Pool Stats'] == 'poolHashrate [Gh/s]']['Values'].iloc[0], 5)
your_total_hash = round(performance_df[performance_df['Worker'] == 'Totals']['Hashrate [Mh/s]'].iloc[0], 5)
Expand Down

0 comments on commit 93474bf

Please sign in to comment.