You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
- host > 127.0.0.1
- port > 7545
- network_id > 5777
Please check that your Ethereum client:
- is running
- is accepting RPC connections (i.e., "--rpc" or "--http" option is used in geth)
- is accessible over the network
- is properly configured in your Truffle configuration file (truffle-config.js)
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>`
The text was updated successfully, but these errors were encountered:
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...
PS C:\Windows\System32> truffle migrate
Compiling your contracts...
Could not connect to your Ethereum client with the following parameters:
- host > 127.0.0.1
- port > 7545
- network_id > 5777
Please check that your Ethereum client:
- is running
- is accepting RPC connections (i.e., "--rpc" or "--http" option is used in geth)
- is accessible over the network
- is properly configured in your Truffle configuration file (truffle-config.js)
Truffle v5.4.12 (core: 5.4.12)
Node v14.18.0
PS C:\Windows\System32> truffle test
Using network 'test'.
Compiling your contracts...
0 passing (1ms)
PS C:\Windows\System32>`
The text was updated successfully, but these errors were encountered: