-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ethereum Classic Support #27
Comments
Do you have some public full node with API available like this: let us know that we could make some test |
Try this https://mewapi.epool.io |
I prepare this node today: https://ethereum-classic.herokuapp.com/api. |
What is the best way to identify the blockchain classic mainnet? |
You can issue the following command:
So that you will be able to compare with the same block for forked Ethereum network. There should have a better way to identify though. Because the node is still synchronizing with the network, that will return a null block. It will start working after the node synchronization has accounted for the DAO hard fork block number.
|
@hacktar The epool api is the same used by MyEtherWallet. You can always contact @EtherNinja for that. |
@ChuckSRQ for LETH the API endpoint needs to have whisper protocol enabled by default. As far as I know neither myEtherWallet nor epool have whisper enabled right now. It would be cool to see both activating it though. |
Hosting geth nodes require substantially more resources than parity. There is currently no plans to deploy geth for mewapi as a free service. |
we will wait for sync on https://ethereum-classic.herokuapp.com/api node.
|
@hacktar, if you compare Ethereum Classic block #1,920,000 with Forked Ethereum block #1,920,000 you will notice that both have the same parent hash but different hashes because that is the block in which Ethereum foundation executed the fork. This means you can identify Ethereum Classic network with the hash of the block #1,920,000:
|
just in case, we should also consider using the chainId API which is more explicit for ETC and other forked chains, here is the EIP we are proposing |
Done. Please use a synced host node with API for whisper messages |
A few more if needed: |
Transaction price in forked Ethereum kills some applications of the technology because of the current coin quotation. Ethereum Classic can be rather used to make sure smaller transactions are still viable. So adding it will greatly increse LETH user base.
The text was updated successfully, but these errors were encountered: