Skip to content

Commit 48e9df2

Browse files
#11 fixed
Daemon port changed from 18560 to 18574 due to port conflict with seno
1 parent 9eb7c40 commit 48e9df2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# salvia-blockchain
22

3-
![Alt text](https://www.salvianetwork.net/img/salvia_logo.svg)
3+
![Alt text](https://salvianetwork.net/img/salvia_logo.svg)
44

5-
Salvia is a modern cryptocurrency forked from [Chia](https://github.com/Chia-Network/chia-blockchain) project, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:
5+
[Salvia](https://salvianetwork.net/) is a modern cryptocurrency forked from [Chia](https://github.com/Chia-Network/chia-blockchain) project, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:
66
* [Proof of space and time](https://docs.google.com/document/d/1tmRIb7lgi4QfKkNaxuKOBHRmwbVlGL4f7EsBDr_5xZE/edit) based consensus which allows anyone to farm with commodity hardware
77
* Very easy to use full node and farmer GUI and cli (thousands of nodes active on mainnet)
88
* Simplified UTXO based transaction model, with small on-chain state

salvia/util/initial-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ min_mainnet_k_size: 32
33
# Send a ping to all peers after ping_interval seconds
44
ping_interval: 120
55
self_hostname: &self_hostname "localhost"
6-
daemon_port: 18560
6+
daemon_port: 18574
77
daemon_max_message_size: 50000000 # maximum size of RPC message in bytes
88
inbound_rate_limit_percent: 100
99
outbound_rate_limit_percent: 30
@@ -353,7 +353,7 @@ ui:
353353
# this is where the electron UI will find its daemon
354354
# defaults to the one running locally with its private keys
355355
daemon_host: *self_hostname
356-
daemon_port: 18560
356+
daemon_port: 18574
357357
daemon_ssl:
358358
private_crt: config/ssl/daemon/private_daemon.crt
359359
private_key: config/ssl/daemon/private_daemon.key

0 commit comments

Comments
 (0)