You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.
but, when I ran the helios app with a full geth node running it does NOT print anything at all besides "Subscribed to mempool txs"
seems it doesnt read anything from the channel.
same geth now with a simple web3 js script prints new blocks and pending tx.
calling like this: ./helios -mode=quick -client=local
i added some println in the code to confirm code goes there. it gets in teh blocking call to read from the channel.
am I doing something wrong ??
thanks for your help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cloned and built - all ok.
but, when I ran the helios app with a full geth node running it does NOT print anything at all besides "Subscribed to mempool txs"
seems it doesnt read anything from the channel.
same geth now with a simple web3 js script prints new blocks and pending tx.
calling like this: ./helios -mode=quick -client=local
i added some println in the code to confirm code goes there. it gets in teh blocking call to read from the channel.
am I doing something wrong ??
thanks for your help.
The text was updated successfully, but these errors were encountered: