Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ENT] Eternity - X11 - No Premine
by
Warlockmng
on 22/07/2017, 16:21:17 UTC
Hi Berron, thanks a lof fot he tutorial...

I'm having a problem:


In the wallet:
Quote
eternitynode getoutputs
We get the collateral TX_ID and TX_INDEX(0 or 1) (85898ae7956757657ced9689687687a 1 for example)

We open eternitynode.conf in our controller wallet and put a new line as:
Quote
Node-alias VPS_IP:4855 Private_key TX_ID TX_INDEX
Save the file
Close and reopen controller wallet


When I run "eternitynode getoutputs", I'm getting an error and the parameter getoutputs is not working, also it's not listed on the wallet console parameters.

"TX_ID" is the MN wallet?

Can you please help me?

Thanks

in the debug console type in eternitynode outputs
there you find the tx-id and tx-index

Awesome mate, thanks a lot Smiley

It's seems its working now:

Code:
./eternity-cli eternitynode status
    "status" : "Eternitynode successfully started"

Btw, this is also correct?

Code:
./eternity-cli getinfo
    "version" : 120061,
    "protocolversion" : 70103,
    "walletversion" : 61000,
    "balance" : 0.00000000,
    "spysend_balance" : 0.00000000,
    "keypoolsize" : 1001,

"keypoolsize" is the wallet balance? I see "balance" is zero but I sent 1k ENT to that wallet and the MN is working.

Thanks again.