OrchidTechnologies / orchid

Orchid: VPN, Personal Firewall
https://www.orchid.com/
GNU Affero General Public License v3.0
648 stars 103 forks source link

Windows Beta is not working #174

Closed MaHi177 closed 2 months ago

MaHi177 commented 2 months ago

There is no clear documentation. Is it hard to make a youtube video for the dev team?

I am encountering this error. If anyone is using Windows Beta, please help me. I believe the dev team is not alive.

orchidcd-win.exe --config orchid.cfg

Ok.

Ok.

Ok.

Ok.

Ok.

[@:1712768837024326] [T:4] [vpn/p2p/source/chainlink.cpp:42] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32000,"message":"execution reverted"} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://ethereum-rpc.publicnode.com:443/ [./vpn/p2p/source/chain.hpp:386] calling latestAnswer() with () [@:1712768838650239] [T:4] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/source/heap.hpp:103] undefined hops[0].rpc [vpn/source/capture.cpp:732] building hop #0 [@:1712768838927248] [T:4] [vpn/p2p/source/chainlink.cpp:42] handled error: [vpn/p2p/source/endpoint.cpp:52] {"code":-32000,"message":"execution reverted"} [vpn/p2p/source/endpoint.cpp:58] calling eth_call on https://ethereum-rpc.publicnode.com:443/ [./vpn/p2p/source/chain.hpp:386] calling latestAnswer() with () [@:1712768839984880] [T:4] [./vpn/p2p/source/retry.hpp:71] handled error: [./vpn/source/heap.hpp:103] undefined hops[0].rpc [vpn/source/capture.cpp:732] building hop #0

  1. I have export the configurations and put in the "orchid.cfg" file like this

`hops = [ { protocol: "orch1d", curator: "partners.orch1d.eth", funder: "my funding acc", secret: "my secret", chainid: 100, currency: "DAI" } ];

rpc = "https://ethereum-rpc.publicnode.com"; `

  1. I tried with admin cmd like this "orchidcd-win.exe --config orchid.cfg". I am getting above error.

if anyone using orchild in windows. please help me. I really like this VPN. but dev team is dead or they run away with collected funds we don't have choice.

saurik commented 2 months ago

Trying hard to ignore your clearly-incorrect and uncalled-for mean comment at the end :/...

If you are going to use an account with DAI you have to provide the RPC node for Gnosis Chain as part of your hop. Try adding rpc: "https://rpc.gnosischain.com/"?

hops = [
{
protocol: "orch1d",
curator: "partners.orch1d.eth",
funder: "my funding acc",
secret: "my secret",
chainid: 100,
rpc: "https://rpc.gnosischain.com/",
currency: "DAI"
}
];

rpc = "https://ethereum-rpc.publicnode.com/";