Open justusranvier opened 11 years ago
Has anyone written the SAM API in Go yet?
@dajohi: Somebody has written the SAM API go:
this isn't supported in bitcoind yet, but looks like it's getting there: bitcoin/bitcoin#2091
@jakesyl
@dajohi: Somebody has written the SAM API go:
I maintain the most up-to-date fork of this: https://github.com/eyedeekay/sam3 (and also most of the other Go+I2P software). It defaults to the post-elgamal crypto, has primary session support, helper functions, improved options passing, and I'm around to make changes/accept PRs on it if need be. Please ping me here or in IRC2P(eyedeekay) if you need any help.
There is also https://github.com/eyedeekay/goSam, which I also maintain.
There exists a fork of the Satoshi client with native I2P support via the SAM API.
https://bitcointalk.org/index.php?topic=151181.0;all
http://www.i2p2.de/sam
It would be good if btcd could also operate on that network.