How to create local BURST wallet

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@naikom·
0.000 HBD
How to create local BURST wallet
Quick post how to create local BURST wallet

<ol>

<li>Download https://github.com/burst-team/burstcoin/releases/tag/1.2.9 to Downloads folder (or find lastest version)</li>

<li>Open Downloads/burstcoin-1.2.9/conf  folder and edit <b>nxt-default.properties</b>  file

<code>"nxt.myAddress=111.111.111.111:8123”</code>, where 111.111.111.111 is <a href="http://www.whatsmyip.org/" target=_blank>your IP</a></li>

<li>Download and install Java JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html </li>

<li>Open terminal and run 

<code>cd Downloads/burstcoin-1.2.9 
java -cp burst.jar:conf nxt.Nxt</code>

Server will run and blockchain began to be downloaded. It's a slow process because its weight is several Gbs. </li>

<li>After blockchain is downloaded, open http://localhost:8125/index.html 

Sometimes it does not open immediately, you have to wait a bit </li>

</ol>

Happy mining!
👍 ,