After running the lamassu-coins script to install your wallets, they will download and process their blockchains. Synchronizing may take around 24 hours and will need to complete before transactions can be placed at the machine.
To check the current state of synchronization, you may compare the output of the following server commands to the block height listed at the block explorer for the currency linked below.
If block heights are equal then they are synced and ready to transact:
Bitcoin Cash
bitcoincash-cli -conf=/mnt/blockchains/bitcoincash/bitcoincash.conf getblockcount
Litecoin
litecoin-cli -conf=/mnt/blockchains/litecoin/litecoin.conf getblockcount
Ethereum - Infura
As Infura queries the Ethereum blockchain via an API, no synchronization is needed.
Ethereum - Geth - best block
First, run the below:
geth attach --datadir /mnt/blockchains/ethereum/ ipc:/mnt/blockchains/ethereum/geth.ipc
Then, run:
eth.syncing
If result is 'false', then Geth's blockchain is synced.
Lastly, quit Geth by running:
exit
Comments
0 comments
Article is closed for comments.