Opened at 2016-12-29T20:10:11Z
Last modified at 2017-01-11T00:35:09Z
#2860 closed defect
tahoe create-node writes tcp=tor even for i2p — at Initial Version
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 1.12.1 |
Component: | code-nodeadmin | Version: | 1.12.0 |
Keywords: | i2p cli config | Cc: | |
Launchpad Bug: |
Description
str4d has found that even without txtorcon installed you can trigger a bug where configuring a storage node via the CLI doesn't work as expected:
` tahoe create-node --hide-ip --listen=i2p
tahoe create-client --hide-ip --introducer=i2p:... `
these two commands result in the tahoe.cfg being written with:
` [connections] tcp=tor `
the subsequent tahoe start command will of course fail.
Note: See
TracTickets for help on using
tickets.