The version is superseded and the file mentioned below is no longer offeredI have an alpha quality preview for those curious of the supernode but do not like dealing with java.
You find a windows installer under ftp://bitsofproof.com/supernode-0.7-SNAPSHOT-setup.exe
You can download a plain zip of executable here
ftp://bitsofproof.com/supernode.zipIt is a compiled version of the original java code to native windows 32. It does not require you to install a java runtime.
The program does not do anything directly useful since it has no wallet. Should you figure it is still useful for some purpose, do not use it yet for real. It just downloads the chain and then validates and relays transactions. For production chain it validates and Merkle roots and proof of work until block 213900, therafter full validation of scripts. It does full validation from the beginning on testnet3.
Execute the installer and choose some empty new directory as target (without spaces in the path like "Program Files"). Once
installed unzipped you may execute as:
1. production net with LevelDB. Data will be stored in a sub directory called data
supernode-0.7-SNAPSHOT.exe production leveldb
2. production net with embedded relational db (derby) - data will be stored in a sub directory called derby
supernode-0.7-SNAPSHOT.exe production derby
3. testnet3 in memdb - data remains in memory and starts over at every execution
supernode-0.7-SNAPSHOT.exe testnet3 memdb
It will ask for BCSAPI password at start. Just hit enter.I am curious if the packaging works well on different machines and how you like it.