I think you can use this command to test if your node is connected to mainnet. Since we are running a p2p network.
`cleos —url http://mainnet.eoscalgary.io:80 `
Похожие записи
[EOSIO/eos] Create Account on mainnet (#5168)@gittempo you can use https://zeos.co/ to check whether a name is available. The verify whether you account is created type the new name of the account to any eos block explorer search function. e.g. 
[EOSIO/eos] Create Account on mainnet (#5168)> my question is, Here **account system** is creating newaccount. So this **system account** must have some EOS balance to pay money that is written into the above command? As far as I understand the…
[EOSIO/eos] Create Account on mainnet (#5168)Wowww thanks for nice working links. Can you write some words regarding this command in my question? `cleos -u http://IP-HERE:8888 system newaccount --stake-net "0.1000 EOS" --stake-cpu "0.1000 EOS" --buy-ram-kbytes 8 eosio myDesiredAccountName Public key Public…
[EOSIO/eos] Create Account on mainnet (#5168)If i create an account from [https://zeos.co](url) for example testtesttest is account name then while using this command, i should use test account and its public key as owner? and then we are done with…
[EOSIO/eos] Create Account on mainnet (#5168)I have setup a EOS node on ubuntu server. Now while creating account i have seen, this command has to be used `cleos -u http://IP-HERE:8888 system newaccount --stake-net "0.1000 EOS" --stake-cpu "0.1000 EOS" --buy-ram-kbytes 8…