diff --git a/bp/eosxianggu.json b/bp/eosxianggu.json new file mode 100644 index 0000000..90892de --- /dev/null +++ b/bp/eosxianggu.json @@ -0,0 +1,15 @@ +{ + "bp_name": "eosxianggu", + "organisation": "EOS Xianggu", + "location": "中国, 杭州", + "node_addr": "47.75.94.221", + "port_http": "8888", + "port_ssl": "", + "port_p2p": "9876", + "pub_key": "EOS8eDTZ8ecfVMZB6AtExukHkLresXJBrRVEn91dgvBxBrM6pYK4f", + "bp": false, + "enabled": true, + "site": "", + "telegram": "", + "comment": "" +} diff --git a/config.ini b/config.ini index 1d29abd..5dc7108 100644 --- a/config.ini +++ b/config.ini @@ -37,7 +37,7 @@ faucet-name = faucet # [public key, WIF private key] for signing for faucet creator account (eosio::faucet_testnet_plugin) # NOTE: Write your own key pair, recommend to generate a new pair: https://nadejde.github.io/eos-token-sale/ # 注意: 这里填写一对密钥对, 建议使用全新的: https://nadejde.github.io/eos-token-sale/ -faucet-private-key = ["",""] +faucet-private-key = ["EOS5RHL5RPHqX1Atbyq2tB1Y141pJEf6f3aPk8JFNtLLPhcNxaNok","5JXtQzYaRt79LXpRTQzA6PtRdYnBnrqfBfP5rNBwsr3i3Voh475"] # The local IP and port to listen for incoming http connections. (eosio::http_plugin) http-server-address = 0.0.0.0:8888 @@ -63,7 +63,7 @@ p2p-listen-endpoint = 0.0.0.0:9876 # An externally accessible host:port for identifying this node. Defaults to p2p-listen-endpoint. (eosio::net_plugin) # NOTE: Write your server's listening IP:Port, usually: IP:9876 # 注意: 填写你自己的服务器地址和监听的端口, 一般是 IP:9876 -p2p-server-address = +p2p-server-address = 47.75.94.221:9876 # The public endpoint of a peer node to connect to. Use multiple p2p-peer-address options as needed to compose a network. (eosio::net_plugin) p2p-peer-address = 13.230.28.115:7001 @@ -72,7 +72,7 @@ p2p-peer-address = 47.97.199.222:9876 # The name supplied to identify this node amongst the peers. (eosio::net_plugin) # NOTE: Write your node identification name. # 注意: 填写你自己的节点标识 -agent-name = "" +agent-name = "hzxianggu" # Can be 'any' or 'producers' or 'specified' or 'none'. If 'specified', peer-key must be specified at least once. If only 'producers', peer-key is not required. 'producers' and 'specified' may be combined. (eosio::net_plugin) allowed-connection = any @@ -107,12 +107,12 @@ required-participation = 33 # ID of producer controlled by this node (e.g. inita; may specify multiple times) (eosio::producer_plugin) # NOTE: Write your node account id # 注意: 填写节点账号 id -producer-name = +producer-name =initxianggu # Tuple of [public key, WIF private key] (may specify multiple times) (eosio::producer_plugin) # NOTE: Write your own key pair, recommend to generate a new pair: https://nadejde.github.io/eos-token-sale/ # 注意: 这里填写一对密钥对, 建议使用全新的: https://nadejde.github.io/eos-token-sale/ -private-key = ["",""] +private-key = ["EOS5RHL5RPHqX1Atbyq2tB1Y141pJEf6f3aPk8JFNtLLPhcNxaNok","5JXtQzYaRt79LXpRTQzA6PtRdYnBnrqfBfP5rNBwsr3i3Voh475"] # Lag in number of blocks from the head block when selecting the reference block for transactions (-1 means Last Irreversible Block) (eosio::txn_test_gen_plugin) txn-reference-block-lag = 0 @@ -128,7 +128,7 @@ wallet-dir = "." # Plugin(s) to enable, may be specified multiple times plugin = eosio::producer_plugin -#plugin = eosio::wallet_api_plugin +plugin = eosio::wallet_api_plugin plugin = eosio::chain_api_plugin plugin = eosio::account_history_api_plugin plugin = eosio::http_plugin