Using my google-fu I was able to find only a few nodes:
router.bitcomet.com, router.utorrent.com, router.bittorrent.com
Is there somewhere a list of all bootstap nodes which I'm not aware of? Where do the torrent client developers get addresses of the bootstrap nodes? (I've looked at deluge source code and seen the modes above hardcoded.)
so far i have got these.
session = lt.session()
session.listen_on(6881, 6891)
session.add_dht_router("router.utorrent.com", 6881)
session.add_dht_router("router.bittorrent.com", 6881)
session.add_dht_router("dht.transmissionbt.com", 6881)
session.add_dht_router("router.bitcomet.com", 6881)
session.add_dht_router("dht.aelitis.com", 6881)
session.start_dht()