Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot see registered node in iOS app #101

Open
nitrogear opened this issue May 25, 2022 · 0 comments
Open

Cannot see registered node in iOS app #101

nitrogear opened this issue May 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@nitrogear
Copy link

Installed node on a dedicated server in Germany (node name nitro-node). According to the logs below the node was registered successfully, but I can't find it in iOS application.
Waited more to wait than an hour, and tried to restart iOS app.

Complete output from docker container:

2022-05-25T18:15:17Z INF Reading the configuration file path=/root/.sentinelnode/config.toml
2022-05-25T18:15:17Z INF Validating the configuration data={"chain":{"gas":200000,"gas_adjustment":1.05,"gas_prices":"0.1udvpn","id":"sentinelhub-2","rpc_address":"https://rpc.sentinel.co:443","simulate_and_execute":true},"handshake":{"enable":true,"peers":8},"keyring":{"backend":"file","from":"/root/dvpn/tls.key"},"node":{"interval_set_sessions":120000000000,"interval_update_sessions":6900000000000,"interval_update_status":3300000000000,"listen_on":"0.0.0.0:8011","moniker":"nitro-node","price":"500000udvpn","provider":"","remote_url":"https://116.202.235.91:8585"},"qos":{"max_peers":250}}
2022-05-25T18:15:17Z INF Creating IPv4 pool CIDR=10.8.0.2/24
2022-05-25T18:15:17Z INF Creating IPv6 pool CIDR=fd86:ea04:1115::2/120
2022-05-25T18:15:17Z INF Initializing RPC HTTP client address=https://rpc.sentinel.co:443 endpoint=/websocket
2022-05-25T18:15:17Z INF Initializing keyring backend=file name=sentinel
Enter keyring passphrase:
2022-05-25T18:15:21Z INF Querying account address=sent16xr56n9ra39ruze5jf3twvt9a604fv2w4e8xu7
2022-05-25T18:15:22Z INF Fetching GeoIP location info...
2022-05-25T18:15:22Z INF GeoIP location info city=Falkenstein country=Germany
2022-05-25T18:15:22Z INF Performing internet speed test...
2022-05-25T18:15:30Z INF Internet speed test result data={"download":"87658279","upload":"56260943"}
2022-05-25T18:15:30Z INF Initializing VPN service type=1
2022-05-25T18:15:30Z INF Starting the Handshake process...
2022-05-25T18:15:30Z INF Starting VPN service type=1
[#] ip link add wg0 type wireguard
[#] wg setconf wg0 /dev/fd/63
[#] ip -4 address add 10.8.0.1/24 dev wg0
[#] ip -6 address add fd86:ea04:1115::1/120 dev wg0
[#] ip link set mtu 1420 up dev wg0
[#] iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE; ip6tables -A FORWARD -i wg0 -j ACCEPT; ip6tables -t nat -A POSTROUTING -o eth0 -j MASQUERADE;
2022-05-25T18:15:31Z INF Opening the database path=/root/.sentinelnode/data.db
2022-05-25T18:15:31Z INF Migrating database models...
2022-05-25T18:15:31Z INF Initializing...
2022-05-25T18:15:31Z INF Querying node address=sentnode16xr56n9ra39ruze5jf3twvt9a604fv2wr0xleg
2022-05-25T18:15:31Z INF Registering node...
2022-05-25T18:15:31Z INF Preparing the transaction messages=1
2022-05-25T18:15:31Z INF Querying account address=sent16xr56n9ra39ruze5jf3twvt9a604fv2w4e8xu7
2022-05-25T18:15:31Z INF Transaction info gas=67075 sequence=0
2022-05-25T18:15:31Z INF Broadcasting the transaction size=306
2022-05-25T18:15:46Z INF Transaction result code=0 codespace= height=5895925 tx_hash=8A9CCDCF8F81C6A248BE2E75E6E748DBAE7029695BBDFB37973BC32502166F3D
2022-05-25T18:15:46Z INF Starting...
2022-05-25T18:15:46Z INF Starting a job interval=120000 name=set_sessions
2022-05-25T18:15:46Z INF Starting a job interval=3300000 name=update_status
2022-05-25T18:15:46Z INF Starting a job interval=6900000 name=update_sessions
2022-05-25T18:15:46Z INF Updating node status...
2022-05-25T18:15:46Z INF Preparing the transaction messages=1
2022-05-25T18:15:46Z INF Querying account address=sent16xr56n9ra39ruze5jf3twvt9a604fv2w4e8xu7
2022-05-25T18:15:46Z INF Transaction info gas=66729 sequence=1
2022-05-25T18:15:46Z INF Broadcasting the transaction size=267
2022-05-25T18:15:53Z INF Transaction result code=0 codespace= height=5895928 tx_hash=130917A4D68874CD3FF4E3CF8F80087102EED4DA0424F8F0F6278C35F065EADF
2022-05-25T19:10:46Z INF Updating node status...
2022-05-25T19:10:46Z INF Preparing the transaction messages=1
2022-05-25T19:10:46Z INF Querying account address=sent16xr56n9ra39ruze5jf3twvt9a604fv2w4e8xu7
2022-05-25T19:10:47Z INF Transaction info gas=64566 sequence=2
2022-05-25T19:10:47Z INF Broadcasting the transaction size=267
2022-05-25T19:10:50Z INF Transaction result code=0 codespace= height=5896466 tx_hash=9DCBF21620AE4061503FF422D369C3C20F23539BF6D259A0AAFEC7997A88A192
@nitrogear nitrogear added the bug Something isn't working label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants