sammy007 / open-ethereum-pool

Open Ethereum Mining Pool
GNU General Public License v3.0
1.4k stars 1.12k forks source link

compiling issues #496

Open vinni32ee opened 2 years ago

vinni32ee commented 2 years ago

System information

when i try to run the pool i get the following error: [screen is terminating]

when i type make in the pool directrory i get the following error:

github.com/sammy007/open-ethereum-pool/util

util/util.go:38:45: invalid identifier character U+FF09 ')' util/util.go:38:45: syntax error: unexpected ), expecting comma or ) make: *** [Makefile:10: all] Error 2

Teleloco commented 2 years ago

Hi, i have the same error. Seems like the repo of github.com/ethereum/go-ethereum/common changed. I think we need a file named go.mod with the versions to use. But i'm not sure and dont unknown how to do it.

david739 commented 2 years ago

I have the same problem. please creator fix it