Author Topic: [Witness] cyrano  (Read 3632 times)

0 Members and 1 Guest are viewing this topic.

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
The discussion about settlement parameters and BSIP-16 have brought to light what I consider a vulnerability in the implementation of SmartCoins aka MPAs. The discussion also shows that a significant portion of BitShares shareholders are willing to exploit that vulnerability and turn SmartCoins into a huge scam.

https://steemit.com/bitshares/@cyrano.witness/before-entering-into-a-smart-contract--read-the-fine-print

I do not participate in scams, therefore I have decided to stop publishing price feeds within the next 48 hours, regardless of the outcome of the proposal. I will resume publishing price feeds once said vulnerability has been fixed.
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
done :)
Can I simply delegate NS for seeds.bitshares.eu to ns2.afraid.org? I assume I need to set something up here so that they reply to seeds.bitshares.eu, dont't I?

Oops, I didn't notice you're already using afraid.org for bitshares.eu. This is probably not going to work then.
I have switched to another secondary, please replace the ns2.afraid.org RR with puck.nether.net. No further action required on your side, everything is set up.

Why not just add a CNAME record? NS is more heavy.

I try to avoid CNAME, it usually does not quite what you think it does. (And it isn't more heavy, the client must generate two queries in either case.)
« Last Edit: May 18, 2016, 04:21:18 pm by pc »
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline abit

  • Committee member
  • Hero Member
  • *
  • Posts: 4664
    • View Profile
    • Abit's Hive Blog
  • BitShares: abit
  • GitHub: abitmore
Why not just add a CNAME record? NS is more heavy. For example:

Code: [Select]
seeds.bitshares.eu.      14400   IN      CNAME      bts.seeds.quisquis.de.
« Last Edit: May 18, 2016, 09:38:24 am by abit »
BitShares committee member: abit
BitShares witness: in.abit

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
done :)
Can I simply delegate NS for seeds.bitshares.eu to ns2.afraid.org? I assume I need to set something up here so that they reply to seeds.bitshares.eu, dont't I?

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
Good point .. i'll add the dns A records in a bit

Don't do that.

You must delegate the name to my server, with an NS record.
And add another NS record to ns2.afraid.org, they offer free backup DNS service. I'll set it up with them.

Like this, only for seeds.bitshares.eu instead of seeds.quisquis.de:
Code: [Select]
> dig ns seeds.quisquis.de

; <<>> DiG 9.9.6-P1 <<>> ns seeds.quisquis.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48212
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;seeds.quisquis.de.             IN      NS

;; ANSWER SECTION:
seeds.quisquis.de.      11601   IN      NS      ns2.afraid.org.
seeds.quisquis.de.      11601   IN      NS      vblue.quisquis.de.

« Last Edit: May 17, 2016, 03:46:23 pm by pc »
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Good point .. i'll add the dns A records in a bit

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
What subdomain would you propose?

seeds.bitshares.eu
seed.bitshares.eu
pool.seeds.bitshares.eu  (my favorit)

IMO one of the first two would be preferable, simply because they're shorter. :-)
But it's all the same to me.

I have recently looked into http://gdnsd.org/
which looks very promising as it can do location-based resolution ..

I'm always very sceptical about location-based resolution because the DNS infrastructure relies heavily on caching, and you never know how many caching recursive resolvers are sitting between the authoritative server and the client from which the query originates.
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
What subdomain would you propose?

seeds.bitshares.eu
seed.bitshares.eu
pool.seeds.bitshares.eu  (my favorit)

I have recently looked into http://gdnsd.org/
which looks very promising as it can do location-based resolution ..

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
I ported the network_mapper from the old BitShares repo for the crawling.

The resulting data is transformed into HTML and zone files (for TinyDNS) using various scripts.

If you delegate a subdomain of bitshares.eu and/or bitshares.org to my server I can publish the data under that name, too.
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Very nice .. wanted fo something similar for ages ..

How are you doing it? Custom DNS server or just updating zones regularily?

Would you want to host this on a bitshares.eu or bitshares.org domain?

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
I have created a network crawler that collects all publicly connectible seed nodes. View the results at http://seeds.quisquis.de/bitshares.html) or use the DNS seed in your config.ini:

Code: [Select]
seed-node = bts.seeds.quisquis.de:1776
And please don't forget to vote for my witness 'cyrano'... :-)
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc

Offline pc

  • Hero Member
  • *****
  • Posts: 1530
    • View Profile
    • Bitcoin - Perspektive oder Risiko?
  • BitShares: cyrano
BitShares Witness Proposal - cyrano

My name is Peter Conrad, and I propose to run a BitShares witness.

Previous experience

I have followed the BitShares project since the early days of ProtoShares, back in November 2013. Since March 2015 I've been elected as a worker delegate in in the old (pre-2.0) BitShares blockchain. See my old proposal and some details on my technical background.

I have participated as a witness in the beta runs of the Graphene network. My witness node was up and producing blocks in BitShares-2.0 a few hours after launch. This directly proves my first-hand experience in running a witness. During the first two weeks of BitShares-2.0 my witness has signed more than 13,000 blocks, missing only 46 - more than 99.5% reliability.


Technical details

The witness node is running on a dedicated server in eastern Germany. The machine has 16G RAM and a mostly idle CPU - there's plenty of room for higher TX loads. The data center has high-speed fiber-optic links to interconnection points all over europe, resulting in an average latency of 300ms to my 30 (as of 2015-10-27) co-witnesses.


Please vote!

If you find that convincing, please vote for witness cyrano!
Bitcoin - Perspektive oder Risiko? ISBN 978-3-8442-6568-2 http://bitcoin.quisquis.de