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 ?
@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 listproducersnot working
try this one:
cleos -u http://mainnet.eosamsterdam.net system listproducers
Most helpful comment
try this one:
cleos -u http://mainnet.eosamsterdam.net system listproducers