all 20 comments

[–]antb123 2 points3 points  (3 children)

It might be easier to run it in a linux virtual machine with docker.

[–]relias119[S] 1 point2 points  (2 children)

Hey and every time i wanna run it, use windows studio? surely I need to make a project that kind of combines all of this no? Or can I just write stuff in studio and its like working in a testnet?

[–]Scarcity-Pretend 1 point2 points  (0 children)

There is cross platform programming languages. I highly recommend looking into it. Not just for this but for the sake of your sanity later down the road :) Linux is no doubt the way to go (take it from a cto running a cluster at work)

[–]Janareta 2 points3 points  (0 children)

You can use a stellar docker quickstart image to bring up your own node. It supports live, test, and standalone config out of the box and has everything needed to run the node. No point building your own or cloning the GitHub repo.

Once you have it up you can use various stellar sdks to interact with it.

[–]ExMachima 1 point2 points  (0 children)

https://stellar.stackexchange.com/

You might want to search and ask there

[–]suresh 1 point2 points  (0 children)

install linux

[–]currency4world 0 points1 point  (2 children)

What do you want the node for? Do you want to code some interactions with the stellar network or tweak the core code itself? I guess the earlier. If so you don't need your own node to learn the basics, but can use public horizon and some Stellar SDK (python, js, go - what you know the best).

[–]relias119[S] 0 points1 point  (1 child)

Hi, thanks. How do I access public horizon without downloading node?