Skip to content

Instantly share code, notes, and snippets.

@WhoSoup
Created August 4, 2020 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WhoSoup/03a9247b9c97102739ec1dff635cd573 to your computer and use it in GitHub Desktop.
Save WhoSoup/03a9247b9c97102739ec1dff635cd573 to your computer and use it in GitHub Desktop.
Decentralized ANO Management configs
1. Compile the multisig branch to "factomd"
2. Compile the master branch to "factomd-old"
3. Place the config files into your "./factom/m2/" folder
4. Run the 4 servers
5. Type "g5" and hit enter in the console window of the first instance.
6. Run the NCP with "-f localhost:8088"
factomd -db=Map -customnet=multisig -blktime=60 -config=server0.conf
factomd -db=Map -customnet=multisig -blktime=60 -config=server1.conf
factomd -db=Map -customnet=multisig -blktime=60 -config=server2.conf
factomd-old -db=Map -customnet=multisig -blktime=60 -config=server3.conf
[app]
Network = CUSTOM
CustomNetworkPort = 8110
CustomSeedURL = ""
CustomSpecialPeers = ""
CustomBootstrapIdentity = 8888881111111111111111111111111111111111111111111111111111111111
CustomBootstrapKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
ExchangeRateAuthorityPublicKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
IdentityChainID = 8888881111111111111111111111111111111111111111111111111111111111
LocalServerPrivKey = 4bded4f3620f6c598d710c0f97b4d83c9743d6a4ac28d24612d6c9d1dc6d06ab
; Fs1tvKMM5FzkX5ri39FjKyt5cJpkK577doje28Pu9hVHVvbWgUaB
LocalServerPublicKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
[app]
Network = CUSTOM
CustomNetworkPort = 8111
CustomSeedURL = ""
CustomSpecialPeers = "127.0.0.1:8110"
ControlPanelPort = 8091
CustomBootstrapIdentity = 8888881111111111111111111111111111111111111111111111111111111111
CustomBootstrapKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
ExchangeRateAuthorityPublicKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
IdentityChainID = 8888881570f89283f3a516b6e5ed240f43f5ad7cb05132378c4a006abe7c2b93
LocalServerPrivKey = 3838383838383135373066383932383366336135313662366535656432343066
; Fs1kGN1uq1u34GbL7qkmCLrrKWrYqFwY1rjsoHoa1P5wpfcFUpJ3
LocalServerPublicKey = 803b318b23ec15de43db470200c1afb5d1b6156184e247ed035a8f0b6879155b
[app]
Network = CUSTOM
CustomNetworkPort = 8112
CustomSeedURL = ""
CustomSpecialPeers = "127.0.0.1:8110"
ControlPanelPort = 8092
CustomBootstrapIdentity = 8888881111111111111111111111111111111111111111111111111111111111
CustomBootstrapKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
ExchangeRateAuthorityPublicKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
IdentityChainID = 888888aeaac80d825ac9675cf3a6591916883bd9947e16ab752d39164d80a608
LocalServerPrivKey = 3838383838386165616163383064383235616339363735636633613635393139
; Fs1kGN1uq1uCiJ3Ywuc11s4WfqeMhyehNyiEe4k1VsPyEpq72KWs
LocalServerPublicKey = 15688e940b854d71411dd8dead29843932fc79c9c99cfb69ca6888b29cd13237
[app]
Network = CUSTOM
CustomNetworkPort = 8113
CustomSeedURL = ""
CustomSpecialPeers = "127.0.0.1:8110"
ControlPanelPort = 8093
CustomBootstrapIdentity = 8888881111111111111111111111111111111111111111111111111111111111
CustomBootstrapKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
ExchangeRateAuthorityPublicKey = a997bdaf2a8519fdc227ae8084afe77f24402275f6e3fc9a48ce0bf3760a4f75
IdentityChainID = 8888887020255b631764fc0fd524dac89ae96db264c572391a3f19fcf0f8991e
LocalServerPrivKey = 3838383838383730323032353562363331373634666330666435323464616338
; Fs1kGN1uq1u4FmhrhVGL4VHUZ9RAxh13EeCwku7UCEj1byyxSRmX
LocalServerPublicKey = 73c4efe323dddabda95aeb8591c8e837a06b24d0aef87aaf327e62c0940d3d75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment