mirror of
				https://source.quilibrium.com/quilibrium/ceremonyclient.git
				synced 2025-11-04 03:57:44 +00:00 
			
		
		
		
	add initial bootstrap peer
This commit is contained in:
		
							parent
							
								
									c3ffd5c472
								
							
						
					
					
						commit
						d007a3d739
					
				@ -81,7 +81,10 @@ func LoadConfig(configPath string, proverKey string) (*Config, error) {
 | 
				
			|||||||
		},
 | 
							},
 | 
				
			||||||
		P2P: &P2PConfig{
 | 
							P2P: &P2PConfig{
 | 
				
			||||||
			ListenMultiaddr: "/ip4/0.0.0.0/udp/8336/quic",
 | 
								ListenMultiaddr: "/ip4/0.0.0.0/udp/8336/quic",
 | 
				
			||||||
			PeerPrivKey:     "",
 | 
								BootstrapPeers: []string{
 | 
				
			||||||
 | 
									"/dns/bootstrap.quilibrium.com/udp/8336/quic/p2p/QmUhm9iZVruSxyavjoPLCfuoRG94SGQEkfxEEoukEZmD5B",
 | 
				
			||||||
 | 
								},
 | 
				
			||||||
 | 
								PeerPrivKey: "",
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
		Engine: &EngineConfig{
 | 
							Engine: &EngineConfig{
 | 
				
			||||||
			ProvingKeyId:         "default-proving-key",
 | 
								ProvingKeyId:         "default-proving-key",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user