ethereumjs / ethereumjs-tx

Project is in active development and has been moved to the EthereumJS VM monorepo.
https://github.com/ethereumjs/ethereumjs-vm/tree/master/packages/tx
Mozilla Public License 2.0
779 stars 235 forks source link

Invalid sender using for Ethereum Classic #179

Closed jinglics closed 4 years ago

jinglics commented 4 years ago

Using offline-sign of ETC transaction, Get "Invalid sender" error when sending raw transaction to network.

How to set the parameters for ETC tx? In the older version, no parameter is required for ETC I remembered.

holgerd77 commented 4 years ago

Hi @jinglics, not sure about the behavior before the v2.0.0 release, but Ethereum Classic is not officially supported by this library. You might want to have a look into the custom chain example code, eventually initializing with the Ethereum Classic chain ID 61 helps? Would be nice if you can repost here your experiences.