Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named arbitrer #71

Open
VijiHithub opened this issue May 5, 2022 · 2 comments
Open

ImportError: No module named arbitrer #71

VijiHithub opened this issue May 5, 2022 · 2 comments

Comments

@VijiHithub
Copy link

VijiHithub commented May 5, 2022

Hi team,

We couldn't run below comments. PFA.

python3 -m arbitrage -m Paymium get-balance

python3 -m arbitrage -m Paymium,BitstampUSD get-balance

image

Then we have checked test commend ( nosetests arbitrage/ ). This is also got some error. PFA.

image

Kindly check and help to us ASAP.

@maxme
Copy link
Owner

maxme commented Nov 3, 2023

Paymium module needs to be updated. Actually most of the market modules need an update.
Bitstamp, Kraken, Bitflyer seems to work fine though:

$ python3 -m arbitrage -m Bitstamp,Kraken,Bitflyer
2023-11-03 12:20:48,818 [INFO] profit: 1.440809 USD with volume: 0.197179 BTC - buy from BitFlyerUSD sell to BitFlyerEUR ~0.02%
2023-11-03 12:20:48,818 [INFO] profit: 0.004589 USD with volume: 0.000311 BTC - buy from BitFlyerUSD sell to PaymiumEUR ~0.04%

Repository owner deleted a comment from SmartySmile Jul 24, 2024
@HaroonRehman
Copy link

Paymium module needs to be updated. Actually most of the market modules need an update. Bitstamp, Kraken, Bitflyer seems to work fine though:

$ python3 -m arbitrage -m Bitstamp,Kraken,Bitflyer
2023-11-03 12:20:48,818 [INFO] profit: 1.440809 USD with volume: 0.197179 BTC - buy from BitFlyerUSD sell to BitFlyerEUR ~0.02%
2023-11-03 12:20:48,818 [INFO] profit: 0.004589 USD with volume: 0.000311 BTC - buy from BitFlyerUSD sell to PaymiumEUR ~0.04%

Is it utilizing Flashloans in order to get the most out of the Arbitrage Opportunities or it just doing it on our own Money.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@maxme @HaroonRehman @VijiHithub and others