Hello! We are running our annual fundraising. Please consider making a donation if you value this freely available service or want to support people around the world working towards liberatory social change - https://riseup.net/donate
@@ -105,12 +105,12 @@ _Tip: If you want to acquire an anonymous phone number for registering signal, o
...
@@ -105,12 +105,12 @@ _Tip: If you want to acquire an anonymous phone number for registering signal, o
3. If everything was successful, you should be able to list your Signal account executingg:
3. If everything was successful, you should be able to list your Signal account executingg:
```plaintext
```plaintext
signal-cli listAccounts
torsocks -i signal-cli listAccounts
```
```
4. You should set a registration lock pin, to prevent others from registering this number:
4. You should set a registration lock pin, to prevent others from registering this number:
```plaintext
```plaintext
signal-cli -a $PHONE_NR setPin "verysafepassword"
torsocks -i signal-cli -a $PHONE_NR setPin "verysafepassword"
```
```
_Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryption_and_privacy/manage_passwords/)_ for generating and storing safe passwords._
_Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryption_and_privacy/manage_passwords/)_ for generating and storing safe passwords._
...
@@ -120,13 +120,13 @@ _Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryp
...
@@ -120,13 +120,13 @@ _Tip: Use _[_KeepassXC preinstalled on tails_](https://tails.boum.org/doc/encryp
- If you want to register a number which is only able to receive phone calls, add the `--voice` parameter to the register command:
- If you want to register a number which is only able to receive phone calls, add the `--voice` parameter to the register command:
```plaintext
```plaintext
signal-cli -a $PHONE_NR register --voice --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode"
torsocks -i signal-cli -a $PHONE_NR register --voice --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode"
```
```
- If the number was registered before and locked with a pin, use the `--pin` parameter during `verify` command:
- If the number was registered before and locked with a pin, use the `--pin` parameter during `verify` command:
```plaintext
```plaintext
signal-cli -a $PHONE_NR verify --pin "yourPIN" 123456
torsocks -i signal-cli -a $PHONE_NR verify --pin "yourPIN" 123456