HaschekSolutions / cryptotrader

This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Other
143 stars 49 forks source link

Waverider bot wont start #23

Closed LuxStatera closed 3 years ago

LuxStatera commented 3 years ago

I followed the installation commands then ran the command for the waverider bot and it looks like its starting but then fails and gives the error:

PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /home/pi/cryptotrader/coinbase-pro.php:198 Stack trace:

0 /home/pi/cryptotrader/coinbase-pro.php(41): CoinbaseExchange->makeRequest('/products/BTC-U...')

1 /home/pi/cryptotrader/bots/waverider.php(53): CoinbaseExchange->updatePrices('BTC-USD')

2 {main}

thrown in /home/pi/cryptotrader/coinbase-pro.php on line 198

Thank you for creating cryptotrader! looks like fun!

ZeroFux78 commented 2 years ago

@LuxStatera I'm also receiving this error. How did you resolve it?

tbrugnara commented 2 years ago

I have same problem, how to resolve?