Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN] Monero Qt GUI, cross platform full XMR node.
by
monerol
on 26/09/2016, 16:41:24 UTC

2. It's not "another RPC thing", Ilya has written an API he hooks into from scratch: https://github.com/monero-project/monero/tree/master/src/wallet/api


Quote from readme:

Code:
Before running the GUI, it's recommended you have a copy of bitmonero running in the background.

./bitmonerod --rpc-bind-port 38081

    Run the GUI client.

./release/bin/monero-core

Official New GUI connects to ./bitmonerod daemon and communicate with daemon with RPC calls? I think Yes. This I mean by "another RPC thing" because it connects using RPC. You should run ./bitmonerod or am i wrong?