vuapo-eth / isf-jclient

java console client for the IOTA Spam Fund (http://iotaspam.com)
MIT License
17 stars 5 forks source link

cant download the go pow #21

Closed sl00k closed 6 years ago

sl00k commented 6 years ago

[14:33:00] [GOldDggr] [INF] downloading pow_win_amd64_v2.exe from https://github.com/mikrohash/isf-jclient/releases/download/v1.0.9/pow_win_amd64_v2.exe ... [14:33:01] [GOldDggr] [WRN] unfortunately, the go pow module for your system (Windows 10, amd64) is not available. Please contact us via contact@iotaspam.com, so we can add it to our collection. If you want to compile it yourself, you will find instructions in the README.md [14:33:01] [GOldDggr] [ERR] could not download go pow module, will use low-performing java pow module instead

the problem is, i dont even have an amd.

vuapo-eth commented 6 years ago

That's weird. It's what your Working Environment says:

System.getProperty("os.arch")

Going to check what other ways there are to determine the architecture.

vuapo-eth commented 6 years ago

Did the old pow module in v1.0.9 work for you?

sl00k commented 6 years ago

last build i used was 1.0.3

lbux commented 6 years ago

AMD64 is just what is used to describe 64 bit systems, even if you have an Intel CPU it will say AMD64. It's essentially the same instruction set.

vuapo-eth commented 6 years ago

you should be able to download the go pow module for your system now