I have setup an ethereum private network using geth.
but it stopped as server got restarted. Here is the command that i am running.
geth -datadir . -rpc -rpcport "8545" -port "30303" --networkid 15 -rpccorsdomain "*" --rpcaddr "0.0.0.0" -rpcapi eth,web3,personal,net
Now when i try to rerun it, It is not showing any accounts now and also blocknumber is also showing as 0.
Can anyone let me what should i do to run ethereum from the block where it was terminated?
--verbosity 4to geth command line. – Ismael Mar 21 '21 at 04:18