Burst Blockchain DDL - Updated Regular every 24h (Zipped)
-
Thanks for the info haitch. But is there a perfect place for the wallet dir such as bin, root, home, etc.? I have four drives (1st HDD, 2nd HDD, an SSD and the last one just added 5TB for burst mining. I placed on 1st HDD my personal files and named one Crypto and added Burst to that. I downloaded and unzipped the wallet v1.2.6 .zip to burst.The installation suggests "we click on the scritpt "run.sh" housed in the generated folder called burst_1.2.6, ..." Then point browser to http://localhost:8125/index.html". When I run the localhost I get an Unable to connect error. I made the 'burst_1.2.6' folder for 'run.sh'. I need a little hand holding for this. Is there a step 1, step 2, step 3, etc. guide? What should be done first-second-third, tring to do all the suggestions at the same time without an ordered list is confusing.
Can you help with this?
-
@vadirthedark extract the wallet .gz to the location of your choosing. In that directory will be a run.sh - do "chmod +x run.sh", make sure that you have 64 bit Java installed - this is going to vary depending on your Linux flavor, so I won't try to post generic instructions. Under the directory where you extracted the wallet .gz to, will be a wallet_db directory - unzip the db.zip into that directory, then from <wallet dir>, run "./run.sh"
-
Hi haitch, I have done as listed above. I am getting output: "2016-10-12 11:08:08 INFO: processed block 5000". Does that look ok?
Also, should I have a wallet setup? What about 'plotting' the 5TB HDD? Should I let the terminal run - for how long?
Thanks again for your help.
-
I did get an output of: "2016-10-12 11:51:28 INFO: nxt.apiServerEnforcePOST = "true". Also, am up to 70000 on processed blocks. What is 'run.sh' doing, is it setting up wallet info?
Thanks again.
-
As 'run.sh' is working, do I need to go to '...localhost...' and make a wallet account?
-
haitch, I have an update. I let 'run.sh' work all night. It started at 11:08 and stopped at 18:06 yesterday-7 hrs. (27500 blocks). Looks like this part of the programming is not working for me. Any suggestions?
Thanks for any help you can give.
-
Sorry about all the rambling from one question to another. I did open a browser to '...localhost:8125' and got to the burst wallet sign on/create account page. Does this indicate that everything is fine and I should go on to getting an account, etc.?
Thanks
-
Update-I have added ip address and run 'run.sh. Here are the last few line of that ongoing run:
2016-10-14 08:29:05 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];"
2016-10-14 08:29:05 INFO: nxt.enableAPIServer = "true"
2016-10-14 08:29:05 INFO: nxt.apiServerPort = "8125"
2016-10-14 08:29:05 INFO: nxt.apiServerHost = "127.0.0.1"
2016-10-14 08:29:05 INFO: nxt.apiSSL = "false"
2016-10-14 08:29:05 INFO: nxt.apiServerIdleTimeout = "30000"
2016-10-14 08:29:05 INFO: nxt.apiResourceBase = "html/ui"
2016-10-14 08:29:05 INFO: nxt.javadocResourceBase = "html/doc"
2016-10-14 08:29:05 INFO: nxt.enableAPIServerGZIPFilter = "false"
2016-10-14 08:29:05 INFO: nxt.apiServerCORS = "false"
2016-10-14 08:29:05 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0:0:0:0:1];"
2016-10-14 08:29:05 INFO: nxt.enableUIServer = "false"
2016-10-14 08:29:05 INFO: User interface server not enabled
2016-10-14 08:29:05 INFO: nxt.debugTraceQuote = """
2016-10-14 08:29:05 INFO: nxt.debugTraceSeparator = " "
2016-10-14 08:29:05 INFO: nxt.debugLogUnconfirmed = "false"
2016-10-14 08:29:05 INFO: nxt.debugTraceAccounts not defined
2016-10-14 08:29:05 INFO: nxt.debugTraceLog = "nxt-trace.csv"
2016-10-14 08:29:05 INFO: Genesis block already in database
2016-10-14 08:30:23 INFO: Last block height: 278332
2016-10-14 08:30:24 INFO: Started API server at 127.0.0.1:8125
2016-10-14 08:30:24 INFO: Started peer networking server at 0.0.0.0:8123
2016-10-14 08:30:24 INFO: Initialization took 79 seconds
2016-10-14 08:30:24 INFO: Burst server 1.2.6 started successfully.
2016-10-14 08:30:24 INFO: burst.mockMining = "false"
2016-10-14 08:39:53 INFO: processed block 280000Can anyone determine if 'run.sh' is working properly? Any help would be greatly appreciated.
Thanks
-
@vadirthedark I will give it a try on my side and let you know with updates.
-
@vadirthedark "2016-10-14 08:39:53 INFO: processed block 280000" means you're within 5,000 blocks of current - the counter only updates every 5,000 - so by now, you should be fully synced.
-
haitch - thanks for the update.
I have opened a wallet account and have PP and ID, etc. and have been following the 'Burstcoin documentattion for GNU/Linux by Kartojal' and also have 14 burstcoins. I am now trying to do plotter setup from 'Readme' file from MDCCT Plotter/.../... from 'Bitcoin Documentation by Kartojal'.Here is the first Linux section of the plotter setup instructions:
Linux
Install the build-essential and g++ packets.
Install OpenCL (available in the manufacturer SDKs).
You may have to install the opencl headers ([apt-get install opencl-headers] on Ubuntu).Modify the [PLATFORM] variable to one of [32] or [64] depending on the target platform.
Modify the [OPENCL_INCLUDE] and [OPENCL_LIB] variables of the Makefile to the correct path.
Example:OPENCL_INCLUDE = /opt/AMDAPPSDK-2.9-1/include OPENCL_LIB = /opt/AMDAPPSDK-2.9-1/lib/x86_64I have Googled this, but I am too new to Linux to understand how to set variables or what the above lines mean. Can anyone help with this?
Thanks
-
@vadirthedark you'll need to edit the Makefile file to change the values. Try nano Makefile, gedit Makefile or vi Makefile (vi is evil so hopefully you have alternatives)
-
Edited 'Makefile'. However, it was empty so I added the two 'OpenCL..' variables. I then went to my '.../plotter' dir and ./gpuPlotGenerator listPlatforms' in terminal. Getting error "Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!' I would greatly appreciate if anyone can help me on this situation and how this pertains to the plotting of drive?
haitch
I have a question concerning the running of 'run.sh' and how to know when it has executed fully. I remember that it ran to 280000 and stopped. However, it did not end and come back to $. Any ideas?
Thanks for any help.
-
@vadirthedark I'd start a new thread about it - with a title about building the plotter. Will get more attention than being buried in this thread.
-
hi guys, is there a file thats more up to date than the one on db.burst-team.us whenever i use this one on my server it gets to about block 284412 and stops and gives me errors and starts blacklisting
-
@Lexicon I've updated the db.zip - see if it works for you now.
-
edit: nvm it works
-
@BurgerBaron The zip failed to create - I've just kicked off a re-zip, try again in 5 minutes,
-
@haitch said in Burst Blockchain DDL - Updated Regular every 24h (Zipped):
@BurgerBaron The zip failed to create - I've just kicked off a re-zip, try again in 5 minutes,
awh, I saw some downloading (fairly slow), but thanks!
Akways the quick replier, hard worker ;)
-
@BurgerBaron The zip should be available now


