How does one use this with i2p?
To use the daemon on I2P ONLY 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 difference between i2p=1 and onlynet=i2p is that i2p=1 allows the Anoncoin client to interact with clearnet/Tor also. While onlynet=i2p will only connect to I2P nodes.