From the readme:
If you are on Linux, MAC OS, or are just paranoid, you can always build all of this yourself. You must build on a Linux
host machine, even if you are building for Windows!
Instructions at github.com/jl777/btcd/libjl777
I think the correct link is
https://github.com/jl777/btcd/tree/master/libjl777 but there don't seem to be any build instructions. Does anybody know how to build this for Linux?
git clone git://github.com/jl777/btcd
git clone git://github.com/veririchd/btcd-web-wallet
cd btcd/libjl777
make dependencies
make onetime
make libccoin
make
make btcd
(Let me know if this doesn't work exactly, I'll fix the instructions)
Then there should be a BitcoinDarkd binary in btcd/libjl777.
Set up SuperNET.conf in the same dir with any api keys and/or your nxt passphrase, or just {}
./BitcoinDarkd
Open a new terminal
cd /path/to/btcd-web-wallet
node app.js
127.0.0.1:8080
The wallet unlocking is a little tricky, it will be simplified. You can only run idex if your wallet is unlocked for good. So you'll need to lock it if it's unlocked for staking only (click the left gear icon->Lock Wallet) then click on console and type walletpassphrase
6000 false
127.0.0.1:8080/IDEX
Matthew