Urbit is a clean-slate system software stack defined as a deterministic functional computer. The standard platform includes the Ames encrypted P2P network (including addressing and PKI), the Arvo operating system, and the Hoon language, on top of the core Nock combinator interpreter.
Questions tagged [urbit]
4 questions
8
votes
1 answer
How are Urbit phonetic names encoded?
Urbit points (network addresses) are identified by 32-bit integers, but they're typically not referred to by their number. Instead, I usually see them represented in a human-pronounceable form where every byte is converted into a three-letter…

Jeremy
- 1
- 85
- 340
- 366
6
votes
2 answers
How do a initialize a new moon from my Urbit planet?
I have my Urbit planet running on a server which is accessible from the internet, allowing other peers to connect directly without hole-punching or proxying through a star or galaxy.
I'd like to launch separate Urbit moon instances, one for each of…

Jeremy
- 1
- 85
- 340
- 366
5
votes
1 answer
Urbit error: Assertion '!"plan: no pier"' failed in vere/pier.c:2091
I downloaded urbit and am attempting to boot my ship for the first time. In following the instructions online, I ran the following command:
./urbit -w sampel-palnet -k path/to/my-planet.key
The script progressed until this line:
boot: downloading…

Ty Conway
- 53
- 4
0
votes
0 answers
How to add a JSON object containing functions to an S3 bucket?
I am creating an Node app that interacts with the Ethereum block chain via azimuth-js. There are multiple methods that must be run in sequence (creating an unsigned transaction, signing it, sending it, etc.) because making the actual blockchain…

223seneca
- 1,136
- 3
- 19
- 47