BTCD Lchains MGW is ready for testing.
Install BitcoinDarkd:git clone https://github.com/jl777/btcd cd btcd/libjl777 make dependencies;
make onetime; make btcd; echo "{\"secret\":\"randvals\",\"userdir\":\"$HOME\"}" > SuperNET.conf; ./BitcoinDarkd
then get a deposit address: ./BitcoinDarkd SuperNET '{"plugin":"MGW","method":"msigaddr","coin":"BTCD","userNXT":"NXT-KAK4-SDL7-DHGT-9W37B","broadcastflag":1}'
if it is a brand new acct without pubkey: ./BitcoinDarkd SuperNET '{"plugin":"peers","method":"msigaddr","coin":"BTCD","userNXT":"NXT-KAK4-SDL7-DHGT-9W37B","userpubkey":"8e7aeb3f92f5aa9d2c32c3c4fcda55deab8eda958237289b7e3d38959cfbf278","buyNXT":10,"broadcastflag":1}'
deposit to the "address":"bRYAfqJwjMKJbt2o2TUAqUZSpnVWhz17xP" that is returned from the "msigaddr" call (takes about 2 seconds)
it is set for 10 coin confirms
you can test withdraw by doing an asset transfer to the issuer NXT-JXRD-GKMR-WD9Y-83CK7, but make sure to have a NOT encrypted message:{"withdrawaddr":"
the JSON cannot have any syntax errors and it needs to be a valid btcd address and the message cannot be encrypted
I have ported supernet for Windows, am fixing bugs. Hopefully Windows users will be testing this soon as well