go-electrum icon indicating copy to clipboard operation
go-electrum copied to clipboard

A pure Go (golang) electrum bitcoin wallet library.

Results 4 go-electrum issues
Sort by recently updated
recently updated
newest added

I'm planning to build an application with following features in it. 1. Will have an electrum wallet setup 2. User can create multiple wallets 3. User can create multiple addresses...

Hi, It seems that go-electrum/wallet does not build anymore with up to date **btcsuite** package: go get # github.com/d4l3k/go-electrum/wallet ../github.com/d4l3k/go-electrum/wallet/wallet.go:43:17: cannot use maddr.Address() (type "github.com/btcsuite/btcwallet/vendor/github.com/btcsuite/btcutil".Address) as type "github.com/btcsuite/btcutil".Address in append:...

``` # github.com/d4l3k/go-electrum/wallet ../../github.com/d4l3k/go-electrum/wallet/wallet.go:80: cannot use amounts (type map[string]btcutil.Amount) as type []*wire.TxOut in argument to w.wallet.CreateSimpleTx ../../github.com/d4l3k/go-electrum/wallet/wallet.go:88: createdTx.MsgTx undefined (type *txauthor.AuthoredTx has no field or method MsgTx) ../../github.com/d4l3k/go-electrum/wallet/wallet.go:140: assignment count...

Hey! Great library! As I understand it, one would be able to get all the addresses from the Master Public Key. I took a quick look and from the looks...