Prizm Space
  • Prizm GitBook
  • Whitepaper
    • Introduction
    • Review
    • Core Technologies
    • POS in Prizm
    • Comparsion with Peercoin
    • Tokens
    • Network node
    • Blocks
    • Forging
    • Forging Algorithm
    • Paramining
    • Paramining options
    • Prizm Accounts
    • WALLET.DAT
    • Basics of Prizm Cryptography
    • Key Features
    • Problems
    • Application
    • Prizm Solutions
  • Prizm API
    • Description
    • General Notes
    • Create Transaction
    • Account Operations
    • Arbitrary Message System Operations
    • Block Operations
    • Forging Operations
    • Hallmark Operations
    • Networking Operations
    • Server Information Operations
    • Token Operations
    • Transaction Operations
    • Utilities
    • Debug Operations
    • Prizm API Examples
  • Roadmap
  • Prizm Devs
  • Latest News
  • Community
  • Downloads
  • Guidelines
    • Video
    • Articles
      • How can I connect to my node from another device?
      • How to create Prizm Wallet
      • How to install Prizm Core
      • Prizm Integration
  • F.A.Q
Powered by GitBook
On this page
  • Configuration file changes
  • Certificate enforcement outside of localhost is configured with the lines:
  • Why it is better not to do this, or what you need to know and understand.
  • Material for non-believers:

Was this helpful?

  1. Guidelines
  2. Articles

How can I connect to my node from another device?

Why is it better not to do this.

Configuration file changes

Find the lines in the configuration file (prizm.default.properties):

prizm.allowedBotHosts = *
This line lists the IP addresses of the nodes that can be connected to the node.
The default is * (asterisk) - everyone can connect.
Here you can put your IP address or list a group of addresses through ; (comma_dot)
or enter the network - 192.168.1.0/24.
hello.sh
This line defines on which IP address the node will accept connections.
127.0.0.1 is ONLY a local connection, you can put a specific IP that is assigned to the computer
or put 0.0.0.0 - accept connections to all addresses.

Further, if you change the server address, the node will automatically create an SSL certificate, it will naturally be self-signed, and you will need to connect to the https://ipaddress:9976 address. All browsers will report fraud and lack of trust in this site.

Certificate enforcement outside of localhost is configured with the lines:

prizm.apiSSL = false
prizm.apiServerEnforceSSL=true

It is imperative to set the LOCAL administrator password, otherwise anyone can change the behavior of the NODE.

prizm.adminPassword=

Why it is better not to do this, or what you need to know and understand.

The behavior of the NODE is such that in local addressing (127.0.0.1 or 192.168.0.1 ), the node transmits YOUR secret password to sign the transaction to the SERVER. When you work at 127.0.0.1, nothing leaves your computer, but if you use a WIFI router or some kind of large switch (which someone can access), you risk leaking the PASSWORD, since WIFI routers are easily hacked.

So - in order to keep your password secret, you must either not change the CONFIG, or connect the host directly to the Internet address and not accept connections from the local network.

Material for non-believers:

PreviousArticlesNextHow to create Prizm Wallet

Last updated 3 years ago

Was this helpful?

LogoКак взломать пароль от wi-fi соседа: 100% способ!Яндекс Дзен | Блогерская платформа
LogoВзлом Wi-Fi-сетей, защищённых WPA и WPA2Хабр