AleRapchan / flash-swap-arbitrage-bot

Smart Contract BOT code, running on Ethereum Blockchain, watching for and executing profitable arbitrage opportunities using flash loans and flash swaps.
GNU Affero General Public License v3.0
224 stars 97 forks source link

start problem #4

Open Carl79c opened 2 years ago

Carl79c commented 2 years ago

Hello, I tried to start your bot but failed? What am I doing wrong? Is there anything I need to configure in the code? thank you very much

`PowerShell 7.1.4 Copyright (c) Microsoft Corporation.

https://aka.ms/powershell Type 'help' to get help.

PS C:\Windows\System32> truffle compile

Compiling your contracts...

Compiling .\contracts\Migrations.sol Artifacts written to C:\Windows\System32\build\contracts Compiled successfully using:

  • solc: 0.5.16+commit.9c3226ce.Emscripten.clang

PS C:\Windows\System32> truffle migrate

Compiling your contracts...

Compiling .\contracts\Migrations.sol Artifacts written to C:\Windows\System32\build\contracts Compiled successfully using:

  • solc: 0.5.16+commit.9c3226ce.Emscripten.clang

Something went wrong while attempting to connect to the network at http://127.0.0.1:7545. Check your network configuration.

Could not connect to your Ethereum client with the following parameters:

Truffle v5.4.12 (core: 5.4.12) Node v14.18.0 PS C:\Windows\System32> truffle test Using network 'test'.

Compiling your contracts...

Compiling .\contracts\Migrations.sol Artifacts written to C:\Users\xxx\AppData\Local\Temp\test--15096-GYcBH4nWKUyW Compiled successfully using:

  • solc: 0.5.16+commit.9c3226ce.Emscripten.clang

0 passing (1ms)

PS C:\Windows\System32>`