EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

[help ]"Loading the Bios Contract" failed #4660

Closed Danilo0120 closed 6 years ago

Danilo0120 commented 6 years ago

@jgiszczak
when I try the command: ~/eos$ cleos set contract eosio build/contracts/eosio.bios -p eosio

A ERROR oucur:
Reading WAST/WASM from build/contracts/eosio.bios/eosio.bios.wasm... Using already assembled WASM... Publishing contract... 1524520ms thread-0 main.cpp:2756 main ] Failed with error: Assert Exception (10)

I have add http-validate-host = false to my nodeos config.ini but the ERROR still remain.

yang24201 commented 6 years ago

Same error

Danilo0120 commented 6 years ago

I solve it. after you follow the guide below, you should kill the "keosd" and use the command:"pkill node". and then you use "keosd --http-server-address=127.0.0.1:8900" and "./nodeos -e -p eosio --plugin eosio::wallet_plugin --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --replay-blockchain"

good luck for you!

Danilo0120 commented 6 years ago

@yang24201

andriantolie commented 6 years ago

Seems the problem is solved. I'm closing the issue