Mist: Deploy contracts on main net without full blockchain sync

Created on 31 Jan 2018  路  5Comments  路  Source: ethereum/mist

  • [x] I've asked for help in the Mist Gitter before filing this issue.
Version: `0.9.3`
OS & Version: osx
Node version: `geth 1.7.3` 
Number of blocks synchronized: 99%

Hello, I have successfully deployed a few smart contracts on the rinkeby testnet using truffle and geth, all good. Now I'm trying to deploy the smart contracts on the main net, but can't sync the blockchain, it always freezes on the last ~100 blocks. Is there any way to make it fully sync so I can deploy my contracts? It is necessary to have the hole blockchain updated to deploy smart contracts, isn't it?

I've tries almost all methods described here in many issues about sync fail.

Thanks.