node icon indicating copy to clipboard operation
node copied to clipboard

Mobile provider mode

Open Zensey opened this issue 3 years ago • 2 comments

Zensey avatar Aug 23 '22 09:08 Zensey

How to run it w/o mobile app:


import (
	"fmt"

	"github.com/mysteriumnetwork/node/mobile/mysterium"
)

func main() {

	o := mysterium.DefaultNodeOptions()
	n, e := mysterium.NewProviderNode(`C:\Users\user`, o)
	if e != nil {
		fmt.Println("n", e)
		return
	}
	n.StartProvider()
	n.WaitUntilDies()
}

Zensey avatar Aug 23 '22 09:08 Zensey

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Sep 20 '22 07:09 stale[bot]

This pull request has been automatically closed because it has not had activity for a long time. If this pull request is still valid, please ping a maintainer and ask them to label it as "pinned". Thank you for your contributions.

stale[bot] avatar Oct 11 '22 03:10 stale[bot]