Eos: How to connect with mainnet ?

Created on 16 Aug 2018  路  3Comments  路  Source: EOSIO/eos

I have following questions:-
1) How to connect with mainnet? i want to deploy my contract over mainnet i don't have any eos account?
I have seen so many videos to connect with mainnet but no one shows how to get an account on
mainnet to deploy smart contract.
2) What changes are needed to done in config.ini file of nodeos ?

Most helpful comment

@odarboe cleos -u http://api.eosnewyork.io system listproducers not working

try this one:

cleos -u http://mainnet.eosamsterdam.net system listproducers

All 3 comments

@yashbhavsar007 You need to create an account. To connect to mainnet you need to find p2p-peers that are in mainnet and add them to your config.ini file.
Run this to get a list of the BPs and add them to your config.ini file.
cleos -u http://api.eosnewyork.io system listproducers

@odarboe cleos -u http://api.eosnewyork.io system listproducers not working

@odarboe cleos -u http://api.eosnewyork.io system listproducers not working

try this one:

cleos -u http://mainnet.eosamsterdam.net system listproducers

Was this page helpful?
0 / 5 - 0 ratings