ethereum-cold-wallet icon indicating copy to clipboard operation
ethereum-cold-wallet copied to clipboard

Generate Ethereum HD wallet & offline sign and broadcast signed tx to network Donation: 0x94d36A402eef36d494E0529a09C8b77E5Cc4509E

Results 2 ethereum-cold-wallet issues
Sort by recently updated
recently updated
newest added

when I test the wallet in my env, ` eth@ubuntu:~$ eth-cold-wallet send time="2018-11-03T20:49:41-07:00" level=warning Note="all operate is recorded" Time:="Sat Nov 3 20:49:41 2018" time="2018-11-03T20:49:41-07:00" level=info Time:="Sat Nov 3 20:49:41 2018"...

question

``` import "github.com/ethereum/go-ethereum/crypto" privateKey, _, _ := hdWallet("real town addict extend shoot name disagree vital turn live can tip") log.Println(hex.EncodeToString(crypto.FromECDSA(privateKey))) ``` got c64f0b3e510d03adef3f057d1814bdc8a7f904caafa6928550fc10670dcff031 wanted c29cd818232f40614691a58c9afcbd5518b539cb135d73b1d9e26d5f5f5dcbbe (https://iancoleman.io/bip39/)