Skip to content

Commit

Permalink
pinserver: use short url 'j8d.io' in place of 'jadepin.blockstream.com'
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieDriver committed Mar 14, 2024
1 parent dc4442e commit 05d8736
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Call to update the details of the blind pinserver used to authenticate Jade unlo
}
* All fields are optional (although an empty message has no effect).
* 'reset_details' - resets to default pinserver (ie. *https://jadepin.blockstream.com*)
* 'reset_details' - resets to default pinserver (ie. *https://j8d.io*)
* 'reset_certificate' - resets any additional certificate (to none)
* 'urlA'/'urlB' - sets up to two urls for the pinserver. (Setting only urlA will set urlB to none).
* 'pubkey' - 33-byte EC public key of pinserver.
Expand Down
2 changes: 1 addition & 1 deletion main/process/pinclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#include "process_utils.h"

// Default pinserver url, onion, and public key
static const char PINSERVER_URL[] = "https://jadepin.blockstream.com";
static const char PINSERVER_URL[] = "https://j8d.io";
static const char PINSERVER_ONION[] = "http://mrrxtq6tjpbnbm7vh5jt6mpjctn7ggyfy5wegvbeff3x7jrznqawlmid.onion";
extern const uint8_t server_public_key_start[] asm("_binary_pinserver_public_key_pub_start");

Expand Down
2 changes: 1 addition & 1 deletion test_jade.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def _get_test_cases(pattern):
PINSERVER_TEST_PUBKEY_FILE = "server_public_key.pub"

# Pinserver prod defaults
PINSERVER_DEFAULT_URL = "https://jadepin.blockstream.com"
PINSERVER_DEFAULT_URL = "https://j8d.io"
PINSERVER_DEFAULT_ONION = "http://mrrxtq6tjpbnbm7vh5jt6mpjctn7ggyfy5wegvbeff3x7jrznqawlmid.onion"

# The number of values expected back in version info
Expand Down

0 comments on commit 05d8736

Please sign in to comment.