Have Anoncoin copied this patch?
What/Howto I2PHere are some parameters:
-i2psessionname=<session name> - name of an I2P session. If it is not specified, value will be "Anoncoin-client"
-samhost=<ip or host name> - address of the SAM bridge host. If it is not specified, value will be "127.0.0.1"
-samport=<port> - port number of the SAM bridge host. If it is not specified, value will be "7656".
-mydestination=<pub+priv i2p-keys> - your full destination (public+private keys). If it is not specified, the client will geneterate a random destination for you. See below (Starting wallet with a permanent i2p-address) more details about this option.
-generatei2pdestination - if this option is specified, your client will start for generation i2p-destination only and will close after that.
Your client will act as a gateway between I2P and clearnet if you don't add -onlynet=i2p
If you have used your Anoncoin client on clearnet before, you might need to delete peers.dat if you don't get any connections.
To use the wallet on I2P do the following:1. Download and install I2P (
www.geti2p.net ), then start it. (It will run as a daemon, so don't expect any window)
2. Wait a minute or two, then navigate to
http://127.0.0.1:7657/configclients3. Make sure to start the "SAM application bridge" (Tip: After starting it, check it for autostart and save configuration)
4. In run (enter the start menu and type run on windows Vista/7) type %appdata%
5. Open or create the Anoncoin folder
6. Create/edit the anoncoin.conf file
7. make sure to set the following options: rpcuser, rpcpassword and onlynet=i2p
8. (Optional) you can set i2p=1 instead of onlynet=i2p
Example:
rpcuser=someone
rpcpassword=super_secret_password
onlynet=i2p
Note: The I2P router uses a little time to integrate into the I2P network, so you might not get a connection before I2P have runned for about 5-10minutes.
https://bt.irlbtc.com/view/309716.msg3324938#msg3324938If so how difficult would it be to port to other coins?