Skip to content

Commit

Permalink
Update node operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed May 14, 2019
1 parent ca08b7c commit a8ed773
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This doc specifies who gets requested to review GitHub pull requests.
# See https://help.github.com/articles/about-codeowners/.

* @ManfredKarrer
* @ripcurlx
/assets/ @blabno
/desktop/ @ripcurlx @ManfredKarrer
/desktop/ @ripcurlx @sqrrm
*gradle* @cbeams
/pricenode/ @cbeams
10 changes: 5 additions & 5 deletions core/src/main/java/bisq/core/provider/ProvidersRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
@Slf4j
public class ProvidersRepository {
private static final List<String> DEFAULT_NODES = Arrays.asList(
"http://xc3nh4juf2hshy7e.onion/", // @emzy
"http://ceaanhbvluug4we6.onion/",// @miker
"http://44mgyoe2b6oqiytt.onion/",// @devinbileck
"http://5bmpx76qllutpcyp.onion/",// @cbeams
"http://62nvujg5iou3vu3i.onion/" // @manfredkarrer
"http://xc3nh4juf2hshy7e.onion/", // @emzy
"http://ceaanhbvluug4we6.onion/", // @mrosseel
"http://44mgyoe2b6oqiytt.onion/", // @devinbileck
"http://5bmpx76qllutpcyp.onion/", // @cbeams
"http://62nvujg5iou3vu3i.onion/" // @alexej996
);

private final String providersFromProgramArgs;
Expand Down
6 changes: 3 additions & 3 deletions core/src/main/resources/btc_mainnet.seednodes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# nodeaddress.onion:port [(@owner)]
5quyxpxheyvzmb2d.onion:8000 (@miker)
s67qglwhkgkyvr74.onion:8000 (@emzy)
ef5qnzx6znifo3df.onion:8000 (@freimair)
jhgcy2won7xnslrb.onion:8000 (@freimair)
ef5qnzx6znifo3df.onion:8000 (@alexej996)
jhgcy2won7xnslrb.onion:8000 (@alexej996)
3f3cu2yw7u457ztq.onion:8000 (@devinbileck)
723ljisnynbtdohi.onion:8000 (@emzy)
rm7b56wbrcczpjvl.onion:8000 (@miker)
fl3mmribyxgrv63c.onion:8000 (@manfredkarrer)
fl3mmribyxgrv63c.onion:8000 (@devinbileck)
10 changes: 5 additions & 5 deletions core/src/test/resources/mainnet.seednodes
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# nodeaddress.onion:port [(@owner)]
5quyxpxheyvzmb2d.onion:8000 (@miker)
s67qglwhkgkyvr74.onion:8000 (@emzy)
ef5qnzx6znifo3df.onion:8000 (@freimair)
jhgcy2won7xnslrb.onion:8000 (@freimair)
ef5qnzx6znifo3df.onion:8000 (@alexej996)
jhgcy2won7xnslrb.onion:8000 (@alexej996)
3f3cu2yw7u457ztq.onion:8000 (@devinbileck)
723ljisnynbtdohi.onion:8000 (@manfredkarrer)
rm7b56wbrcczpjvl.onion:8000 (@manfredkarrer)
fl3mmribyxgrv63c.onion:8000 (@manfredkarrer)
723ljisnynbtdohi.onion:8000 (@emzy)
rm7b56wbrcczpjvl.onion:8000 (@miker)
fl3mmribyxgrv63c.onion:8000 (@devinbileck)

0 comments on commit a8ed773

Please sign in to comment.