Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Hydnoracoin - ProgPOW hybrid [Ethash][PoW/MN/P] NOT ASIC, NOT ICO,PREMINE
by
SphinxCoin
on 25/07/2019, 12:56:53 UTC
run:
Code:
chmod 0755 build/env.sh

Thank you so much .... that did the trick Smiley))

Now still the compiled geth connects to the ethereum chain and nor HORA !!!

there is something missing here!?

update

have to initiate the network manually:

- get the genesis.json file from the HORA_solo_win_rel2.rar from the github releases page.
- copy it anywhere in the compiled folder
- init geth

Code:
./hora_geth/build/bin/geth init [path to file]/genesis.json --datadir="[path of datadir]"

then when running geth make sure to start it with the networkid flag:
Code:
./hora_geth/build/bin/geth --networkid="19783111"

hope this helps others!