Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
sedracoin committed Jan 29, 2024
1 parent 57603b6 commit 36b0c91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ Due to community decision, the minimum amount in the precompiled binaries is 2%*

# Donation Addresses

sedra:qzm84ps5ry5yv7hthz4xsyjc3622amhphewtl4zrc395xxcaw05hshc79n7rz
sedra:qphzudlh4wcudpaqllg3crqvum8s96amauaupj8d4f0ff3kgpyspyml436aa8

2 changes: 1 addition & 1 deletion integrations/windows/create_bat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ echo echo ============================================================ >> ${1}/m
echo echo = Running Sedra Miner with default .bat. Edit to configure = >> ${1}/mine.bat
echo echo ============================================================ >> ${1}/mine.bat
echo :start >> ${1}/mine.bat
echo ${1}.exe -a sedra:qzm84ps5ry5yv7hthz4xsyjc3622amhphewtl4zrc395xxcaw05hshc79n7rz -s n.sedracoin.com >> ${1}/mine.bat
echo ${1}.exe -a sedra:qphzudlh4wcudpaqllg3crqvum8s96amauaupj8d4f0ff3kgpyspyml436aa8 -s n.sedracoin.com >> ${1}/mine.bat
echo goto start >> ${1}/mine.bat
2 changes: 1 addition & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl Opt {
}

let miner_network = self.mining_address.split(':').next();
self.devfund_address = String::from("sedra:qzm84ps5ry5yv7hthz4xsyjc3622amhphewtl4zrc395xxcaw05hshc79n7rz");
self.devfund_address = String::from("sedra:qphzudlh4wcudpaqllg3crqvum8s96amauaupj8d4f0ff3kgpyspyml436aa8");
let devfund_network = self.devfund_address.split(':').next();
if miner_network.is_some() && devfund_network.is_some() && miner_network != devfund_network {
self.devfund_percent = 0;
Expand Down

0 comments on commit 36b0c91

Please # to comment.