mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
bin: Rename darkfid2 to darkfid.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -10,11 +10,9 @@
|
|||||||
/dao-cli
|
/dao-cli
|
||||||
/daod
|
/daod
|
||||||
/darkfid
|
/darkfid
|
||||||
/darkfid2
|
|
||||||
/dnetview
|
/dnetview
|
||||||
/drk
|
/drk
|
||||||
/faucetd
|
/faucetd
|
||||||
/gatewayd
|
|
||||||
/ircd
|
/ircd
|
||||||
/tau
|
/tau
|
||||||
/taud
|
/taud
|
||||||
|
|||||||
@@ -20,8 +20,7 @@ name = "darkfi"
|
|||||||
members = [
|
members = [
|
||||||
"bin/zkas",
|
"bin/zkas",
|
||||||
#"bin/cashierd",
|
#"bin/cashierd",
|
||||||
#"bin/darkfid",
|
"bin/darkfid",
|
||||||
"bin/darkfid2",
|
|
||||||
"bin/drk",
|
"bin/drk",
|
||||||
"bin/faucetd",
|
"bin/faucetd",
|
||||||
"bin/ircd",
|
"bin/ircd",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "darkfid2"
|
name = "darkfid"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
homepage = "https://dark.fi"
|
homepage = "https://dark.fi"
|
||||||
description = "DarkFi node daemon"
|
description = "DarkFi node daemon"
|
||||||
@@ -18,17 +18,17 @@
|
|||||||
# Path to the blockchain database directory
|
# Path to the blockchain database directory
|
||||||
#database = "~/.config/darkfi/darkfid_blockchain"
|
#database = "~/.config/darkfi/darkfid_blockchain"
|
||||||
|
|
||||||
# JSON-RPC listen url
|
# JSON-RPC listen URL
|
||||||
#rpc_listen = "tcp://127.0.0.1:8340"
|
#rpc_listen = "tcp://127.0.0.1:8340"
|
||||||
|
|
||||||
# Participate in the consensus protocol
|
# Participate in the consensus protocol
|
||||||
#consensus = false
|
#consensus = false
|
||||||
|
|
||||||
# P2P accept address for the consensus protocol
|
# P2P accept address for the consensus protocol
|
||||||
#consensus_p2p_accept = "tls://0.0.0.0:8341"
|
#consensus_p2p_accept = "tls://127.0.0.1:8341"
|
||||||
|
|
||||||
# P2P external address for the consensus protocol
|
# P2P external address for the consensus protocol
|
||||||
#consensus_p2p_external = "tls://0.0.0.0:8341"
|
#consensus_p2p_external = "tls://127.0.0.1:8341"
|
||||||
|
|
||||||
# Connection slots for the consensus protocol
|
# Connection slots for the consensus protocol
|
||||||
#consensus_slots = 8
|
#consensus_slots = 8
|
||||||
@@ -40,10 +40,10 @@
|
|||||||
#consensus_p2p_peer = []
|
#consensus_p2p_peer = []
|
||||||
|
|
||||||
# P2P accept address for the syncing protocol
|
# P2P accept address for the syncing protocol
|
||||||
#sync_p2p_accept = "tls://0.0.0.0:8342"
|
#sync_p2p_accept = "tls://127.0.0.1:8342"
|
||||||
|
|
||||||
# P2P external address for the syncing protocol
|
# P2P external address for the syncing protocol
|
||||||
#sync_p2p_external = "tls://0.0.0.0:8342"
|
#sync_p2p_external = "tls://127.0.0.1:8342"
|
||||||
|
|
||||||
# Connection slots for the syncing protocol
|
# Connection slots for the syncing protocol
|
||||||
#sync_slots = 8
|
#sync_slots = 8
|
||||||
@@ -53,3 +53,9 @@
|
|||||||
|
|
||||||
# Peers to connect to for the syncing protocol
|
# Peers to connect to for the syncing protocol
|
||||||
#sync_p2p_peer = []
|
#sync_p2p_peer = []
|
||||||
|
|
||||||
|
# Whitelisted cashier addresses
|
||||||
|
#cashier_pub = []
|
||||||
|
|
||||||
|
# Whitelisted faucet addresses
|
||||||
|
#faucet_pub = []
|
||||||
@@ -129,7 +129,7 @@ struct Args {
|
|||||||
cashier_pub: Vec<String>,
|
cashier_pub: Vec<String>,
|
||||||
|
|
||||||
#[structopt(long)]
|
#[structopt(long)]
|
||||||
/// Whitelisted fauced address (repeatable flag)
|
/// Whitelisted faucet address (repeatable flag)
|
||||||
faucet_pub: Vec<String>,
|
faucet_pub: Vec<String>,
|
||||||
|
|
||||||
#[structopt(short, parse(from_occurrences))]
|
#[structopt(short, parse(from_occurrences))]
|
||||||
@@ -4,11 +4,11 @@ set -e
|
|||||||
# Start a tmux session with two consensus nodes and a non-consensus node, and
|
# Start a tmux session with two consensus nodes and a non-consensus node, and
|
||||||
# a faucet that's able to mint tokens.
|
# a faucet that's able to mint tokens.
|
||||||
|
|
||||||
tmux new-session -d "LOG_TARGETS='!sled' ../../darkfid2 -v -c darkfid0.toml"
|
tmux new-session -d "LOG_TARGETS='!sled' ../../darkfid -v -c darkfid0.toml"
|
||||||
sleep 2
|
sleep 2
|
||||||
tmux split-window -v "LOG_TARGETS='!sled' ../../darkfid2 -v -c darkfid1.toml"
|
tmux split-window -v "LOG_TARGETS='!sled' ../../darkfid -v -c darkfid1.toml"
|
||||||
sleep 2
|
sleep 2
|
||||||
tmux split-window -h "LOG_TARGETS='!sled' ../../darkfid2 -v -c darkfid2.toml"
|
tmux split-window -h "LOG_TARGETS='!sled' ../../darkfid -v -c darkfid2.toml"
|
||||||
sleep 2
|
sleep 2
|
||||||
tmux select-pane -t 0
|
tmux select-pane -t 0
|
||||||
tmux split-window -h "LOG_TARGETS='!sled' ../../faucetd -v -c faucetd.toml"
|
tmux split-window -h "LOG_TARGETS='!sled' ../../faucetd -v -c faucetd.toml"
|
||||||
|
|||||||
Reference in New Issue
Block a user