Post
Topic
Board Altcoin Discussion
Re: Can somebody upload their Windows scrypt python site-package module?
by
bengtåke
on 19/06/2015, 08:23:47 UTC
Here you go: https://www.sendspace.com/file/0nhd8c

Make sure you have a 64 bit python installation or it won't work.

Would you mind reuploading that? Sendspace has removed the file.

Put it on a mega instead (shouldn't expire so quickly) https://mega.co.nz/#!eJd1TARD!IFHKj-xC1LfqLcym-j7KMChS6BzdOCBqMN2dcPYF06c

Here are some instructions to build it yourself:

First make sure you install the amd64 version of python, if you want a 64 bit build. The same process will work with python 32bit but will build a 32 bit module

Then just grab the p2pool repo;
https://github.com/forrestv/p2pool/archive/master.zip

extract it and enter the p2pool/litecoin_scrypt directory

Then to build your own enter the commands mentioned below in a windows command prompt

Set up the environment variables for the Visual studio 2010 build tools (note that it is different for 2012/2013; VS110COMNTOOLS for 2012 VS120COMNTOOLS for 2013)
Quote
SET VS90COMNTOOLS=%VS100COMNTOOLS%


then run

Quote
python setup.py install

and it should build and install a 64 bit version of the module for you.

Quote
> dumpbin /headers build\lib.win-amd64-2.7\ltc_scrypt.pyd

Microsoft (R) COFF/PE Dumper Version 10.00.40219.01
Copyright (C) Microsoft Corporation.  All rights reserved.


Dump of file build\lib.win-amd64-2.7\ltc_scrypt.pyd

PE signature found

File Type: DLL

FILE HEADER VALUES
            8664 machine (x64) <==