Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 381. (Read 2170648 times)

hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)

birst.ga
Not reachable from Taiwan, ... no comments, *.ga domains are not resolved in Taiwan



burst.ga disappeared due to a DNS provider issue, it's back up at burst.ninja


Never was resolved in Taiwan, but the entire *.ga points to 127.0.0.1   
*.ninja is resolved
sr. member
Activity: 256
Merit: 250
if we had a non-java version of wallet then we could have more embedding into other miners.  so you could have a bitcoin miner with a HDD attached via USB interface that is also mining burst at the same time.  power and network connection can be shared.  but java ain't gonna run on most of the embedded hardware miners use. although mining against a burst pool doesn't require java (wallet) to be installed on a device.
the tricky part is to attach the hdd to the controller.
therefore you can simply buy one raspberry pi 2 and the performane of the quadcore with 1 gb ram should be enough to mine over usb with 2 hdd and 16tb for about 700$ in total. this setup should read all plots within 200 seconds from both drives.
http://www.newegg.com/Product/Product.aspx?Item=N82E16822178682&cm_re=8tb_hdd-_-22-178-682-_-Product
mixing up mining architectures i wont do.
full member
Activity: 248
Merit: 100
I'm not real
if we had a non-java version of wallet then we could have more embedding into other miners.  so you could have a bitcoin miner with a HDD attached via USB interface that is also mining burst at the same time.  power and network connection can be shared.  but java ain't gonna run on most of the embedded hardware miners use. although mining against a burst pool doesn't require java (wallet) to be installed on a device.
newbie
Activity: 36
Merit: 0
Well my synology is Gigabit linked to NAT but after i'm only over wifi n and it is very slow to read everything (have 8,5Tb plot).

And, best part is when my computer is turned off, my synology continue mining alone. A way lower energy use !
newbie
Activity: 20
Merit: 0
How to install burst Wallet & miner on a Synology NAS

Log as admin into DSM through you web browser
Go to package center and install Java Manager

Once installed, Java isn't installed yet, open the application and follow the instruction to install it.
To resume:
Go to the java SE Download Page, accept the license and download the Linux x86 version (must be jdk-7u75-linux-i586.tar.gz at time writing this tutorial)
When your download is finished, select the file in java manager and click OK. After few seconds Java will be installed.

Next, Go to Control Panel, Shared folder and create a new folder say "BurstCoin". It will hold your burstcoin wallet/miner/plotter and plot.
Give read/write access to your user.

Then go to Control Panel, Terminal & SNMP and activate Enable SSH service. Write down the port number.

You can now close DSM.

Mount this newly created Folder into your computer with your user rights.

Download the latest burst Wallet (go to https://bitcointalksearch.org/topic/annburst-burst-efficient-hdd-mining-new-123-fork-block-92000-731923 and click "Download Wallet")
Extract it in your Burst Folder.
Download the linux miner (go to http://burstcoin.eu/downloads and click "Uray Burst Miner (Linux x64)")
Extract it in your Burst folder.

I highly recommend to plot your nas with a computer instead of your nas itself as your computer have much more ram. To do that, I recommend linking your nas in Gigabit Ethernet to your Computer. I personally plotted 8,5TB in about a week with a CPU plotter as Gpu crashed every time.

When everything is extracted your folder should be like this:
\\Diskstation\Burstcoin\burst_1.2.2 the wallet
\\Diskstation\Burstcoin\burst-miner-r4 the miner
\\Diskstation\Burstcoin\plots all your plots files

Time to configure everything:
Wallet configuration:
Edit the burst_1.2.2\conf\nxt-default.properties and edit the following lines:
Code:
nxt.myAddress=xxx.xxx.xxx.xxx add your personal extern ip address
nxt.myPlatform=Synology

nxt.allowedBotHosts=*
nxt.apiServerHost=0.0.0.0

Now under burst_1.2.2 folder edit the run.sh file like that :
Code:
#!/bin/bash
cd /volume1/BurstCoin/burst_1.2.2
nohup /volume1/@appstore/JavaManager/Java/jre/bin/java -cp burst.jar:lib/*:conf nxt.Nxt > output_$(date +"%Y_%m_%d_%H_%M_%S").log 2>&1 &


This command let start the wallet and export result into the file output.log containing date in the wallet folder.
Assuming volume1 the name of volume you are using for your storage (will see that later).


Miner configuration:
Code:
edit the burst-miner-r4\mining.conf
Edit plots path like
[
"/volume1/BurstCoin/plots"
]
Also configure poolurl as you want.

Now under the burst-miner-r4 folder create a run.sh file with this content:
Code:
#!/bin/bash
cd /volume1/BurstCoin/burst-miner-r4
nohup ./burstminer > output_$(date +"%Y_%m_%d_%H_%M_%S").log 2>&1 &

Same as the wallet, miner result will be stored in an output.log containing start date in miner folder.

Configuration of wallet and miner are now over, let configure your Synology to start it automatically on startup.

Connect to your Synology over SSH with Putty if you are on windows or in console if under Linux
Login as root & use your admin password

First check your name volume: type
Code:
find / -name "java"

You will have some result, your Volume name is the first folder in path.
Modify previous run.sh and miner configuration file with this name.

Create or edit the file /etc/rc.local   this file is read at startup of your NAS every time.
Code:
vi /etc/rc.local

Write the following line in it:
Code:
#!/bin/bash

# Wait a while this will permit you to update wallet or miner on startup before files get locked
sleep 60

#Start Wallet
sh /volume1/BurstCoin/burst_1.2.2/run.sh
#Start Miner
sh /volume1/BurstCoin/burst-miner-r4/run.sh

Everything is now up. Reboot your Synology.

To help network you should route Port 8123 in your NAT.

However you should NOT route port 8125, your wallet is still accessible from lan only
Do NOT route ssh port, You should disable it on DSM if you don't use it.
You can access your wallet with http://SynologyIP:8125
Check miner stats on pool or in the log created.


Edit : I can't post this Thread on official Burstcoin forum as I can't Post link... if someone can copy it, thanks


This is excellent work!  Thank You for the tutorial...

I have a DS412+ that I have been using to mine Burst from nearly the introduction month.  I went the much easier (and lazier) route to just map my Burst Plot folder on my DS412+ as a network drive letter (Y:) in windows and use that drive letter as a nonce destination in Blago's miner.  I never have had any true issues other than the fact that the Synology path is a fair bit slower to run through the nonces than my direct wired drives or my USB3 external drives.  I am on a direct wired CAT6 line to my Synology Box and still its slower, but gets done in about 90 seconds or so compared to 30 seconds on my other nonce drives.


But thank you again.  When I have time I may try and redo my Synology with these instructions to see if I gain some nonce search speed......
newbie
Activity: 36
Merit: 0
How to install burst Wallet & miner on a Synology NAS

Log as admin into DSM through you web browser
Go to package center and install Java Manager

Once installed, Java isn't installed yet, open the application and follow the instruction to install it.
To resume:
Go to the java SE Download Page, accept the license and download the Linux x86 version (must be jdk-7u75-linux-i586.tar.gz at time writing this tutorial)
When your download is finished, select the file in java manager and click OK. After few seconds Java will be installed.

Next, Go to Control Panel, Shared folder and create a new folder say "BurstCoin". It will hold your burstcoin wallet/miner/plotter and plot.
Give read/write access to your user.

Then go to Control Panel, Terminal & SNMP and activate Enable SSH service. Write down the port number.

You can now close DSM.

Mount this newly created Folder into your computer with your user rights.

Download the latest burst Wallet (go to https://bitcointalksearch.org/topic/annburst-burst-efficient-hdd-mining-new-123-fork-block-92000-731923 and click "Download Wallet")
Extract it in your Burst Folder.
Download the linux miner (go to http://burstcoin.eu/downloads and click "Uray Burst Miner (Linux x64)")
Extract it in your Burst folder.

I highly recommend to plot your nas with a computer instead of your nas itself as your computer have much more ram. To do that, I recommend linking your nas in Gigabit Ethernet to your Computer. I personally plotted 8,5TB in about a week with a CPU plotter as Gpu crashed every time.

When everything is extracted your folder should be like this:
\\Diskstation\Burstcoin\burst_1.2.2 the wallet
\\Diskstation\Burstcoin\burst-miner-r4 the miner
\\Diskstation\Burstcoin\plots all your plots files

Time to configure everything:
Wallet configuration:
Edit the burst_1.2.2\conf\nxt-default.properties and edit the following lines:
Code:
nxt.myAddress=xxx.xxx.xxx.xxx add your personal extern ip address
nxt.myPlatform=Synology

nxt.allowedBotHosts=*
nxt.apiServerHost=0.0.0.0

Now under burst_1.2.2 folder edit the run.sh file like that :
Code:
#!/bin/bash
cd /volume1/BurstCoin/burst_1.2.2
nohup /volume1/@appstore/JavaManager/Java/jre/bin/java -cp burst.jar:lib/*:conf nxt.Nxt > output_$(date +"%Y_%m_%d_%H_%M_%S").log 2>&1 &


This command let start the wallet and export result into the file output.log containing date in the wallet folder.
Assuming volume1 the name of volume you are using for your storage (will see that later).


Miner configuration:
Code:
edit the burst-miner-r4\mining.conf
Edit plots path like
[
"/volume1/BurstCoin/plots"
]
Also configure poolurl as you want.

Now under the burst-miner-r4 folder create a run.sh file with this content:
Code:
#!/bin/bash
cd /volume1/BurstCoin/burst-miner-r4
nohup ./burstminer > output_$(date +"%Y_%m_%d_%H_%M_%S").log 2>&1 &

Same as the wallet, miner result will be stored in an output.log containing start date in miner folder.

Configuration of wallet and miner are now over, let configure your Synology to start it automatically on startup.

Connect to your Synology over SSH with Putty if you are on windows or in console if under Linux
Login as root & use your admin password

First check your name volume: type
Code:
find / -name "java"

You will have some result, your Volume name is the first folder in path.
Modify previous run.sh and miner configuration file with this name.

Create or edit the file /etc/rc.local   this file is read at startup of your NAS every time.
Code:
vi /etc/rc.local

Write the following line in it:
Code:
#!/bin/bash

# Wait a while this will permit you to update wallet or miner on startup before files get locked
sleep 60

#Start Wallet
sh /volume1/BurstCoin/burst_1.2.2/run.sh
#Start Miner
sh /volume1/BurstCoin/burst-miner-r4/run.sh

Everything is now up. Reboot your Synology.

To help network you should route Port 8123 in your NAT.

However you should NOT route port 8125, your wallet is still accessible from lan only
Do NOT route ssh port, You should disable it on DSM if you don't use it.
You can access your wallet with http://SynologyIP:8125
Check miner stats on pool or in the log created.


Edit : I can't post this Thread on official Burstcoin forum as I can't Post link... if someone can copy it, thanks
hero member
Activity: 539
Merit: 500

birst.ga
Not reachable from Taiwan, ... no comments, *.ga domains are not resolved in Taiwan



burst.ga disappeared due to a DNS provider issue, it's back up at burst.ninja
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
The mining profit will be splitted to all shareholders according to their shares on that day.
When, and how often will these profits be shared exactly?  Daily? Weekly? Once a certain threshold is reached?

monthly, regardless if it is a just a few BURSTs or thousands.
The exactly date for the previous month is not fixed, but might be within the first week of the following month.
LVB
newbie
Activity: 9
Merit: 0
The mining profit will be splitted to all shareholders according to their shares on that day.
When, and how often will these profits be shared exactly?  Daily? Weekly? Once a certain threshold is reached?
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Anyone have an idea on how to have a card listed on http://cryptocards.ca/  ?

What logo we could use, and how encrypt the passphrase ? It could be a good promotion.

Try this page: https://burstforum.com/index.php?threads/burst-media.295/


As long there is no wallet app, that can handle this, the card may  not be so effective.
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
^Do you code in assembler? There is no easy way to implement AT code. There is an easy way to deploy already implemented AT general user cases like my zRMicroArray crowdfunding case, which will most probably stay unfunded.

It would be good to know how to start.
Assembler I did years ago.

newbie
Activity: 36
Merit: 0
Anyone have an idea on how to have a card listed on http://cryptocards.ca/  ?

What logo we could use, and how encrypt the passphrase ? It could be a good promotion.
hero member
Activity: 794
Merit: 1000
Monero (XMR) - secure, private, untraceable
^Do you code in assembler? There is no easy way to implement AT code. There is an easy way to deploy already implemented AT general user cases like my zRMicroArray crowdfunding case, which will most probably stay unfunded.
full member
Activity: 126
Merit: 100
Our subscription project Zodiac passed the last days' tests!

Daily Horoscope as subscription:

Aquarius BURST-7L8Y-72ZX-LFXS-EM5G5
Aries BURST-QSWP-KVXE-CH4H-4Y72D
Cancer BURST-42ZD-YBNF-B82N-4LFFE
Capricorn BURST-RBDA-7VVS-ACP8-772KB
Gemini BURST-82ZJ-BQA9-7F7Z-EXQG7
Leo BURST-AFCL-8H35-HXCQ-986JZ
Libra BURST-QNWB-YCCS-7CU7-CF4P7
Pisces BURST-R9PF-W7G7-CAX7-AZGKR
Sagittarius BURST-RQ54-ZVTT-XFED-456PR
Scorpio BURST-7EEH-9ZCD-CHF8-FQBPU
Taurus BURST-TWSX-SYWB-RPQD-CENSW
Virgo BURST-KW5D-EAQ2-VC6U-8P5XZ

Subscription cost 10 Bursts and it should be setup for daily (24x3600 seconds =) 86,400 seconds

How to subscribe:
1. open your wallet
2. click on the tab Transaction and sub tab Subscriptions (at the left hand menu)
3. click on the button Create Subscription (at the right upper corner)
4. enter the BURST address from above for your Zodiac sign
5. use as amount 10 BURST
6. click on the button Create Subscription

The IFs:
If you use an amount lower than 10 BURSTs, the daily amounts will be counted as donation.
THANK YOU!

If you use as amount 10 BURSTs, the system will send you daily at this time of the day a message with your subscribed Zodiac message.

If you use an amount more than 10 BURSTs, the system will count the amount above 10 BURSTs as donation.
THANK YOU!

If you use another seconds amount then 86,400 seconds, then the subscription will be shorter or longer. You may receive multiple times the same message, or missing some day's message.

You can cancel any time!


How it works.
Whenever the system finds an incoming amount of 10 or more BURSTs then it will send the message of the day out to the subscriber.


Remember, mining reward is getting less every month by 5%. Transaction fee is therefore important to keep the miners going. Participate in this/any BURST project.

i have other ideas to services like yours...

but i need a tiny tutorial to implement and deploy AT code...

can somebody help me?

thanks!!!
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
Pool comparison:

devpool http://178.62.39.204:8121/
in my opinion the most user unfriendliest UI

cryptoport.io SG, US, EU https://pool.burstcoin.io/
I am getting tired of watching the spinning circle. If you get over it, a lots to see. Except the spinning circle a good job.

birst.ga
Not reachable from Taiwan, ... no comments, *.ga domains are not resolved in Taiwan

http://cryptomining.farm
Nice, easy to understand, clean UI
Some people complain about too many users. I see no problem here.

crowtec's beta pool http://pool.burstcoining.com:8124/
UI reminds me on the old tv testing screen with the two wheels.
No idea about that pool. It is said to be a Windows machine.

http://pool.burstcoin.it
standard UI, but the red is for my eyes a little bit to "sharp"

http://tompool.org
as I look at it now, ... Eror 521 Web server is down

http://burst.poolto.be
standard UI, I like the colors

http://mininghere.com:8001
it is my pool, no coment
standard UI

http://burst.egeniusllc.com
brandnew pool, located east coast
standard UI

hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
I found a new pool. Here the description:
Quote
Our pool's link is http://burst.egeniusllc.com

How to Mine on our pool

    Run your burst client (wallet)
    Using your browser go to http://127.0.0.1:8125/rewardassignment.html
    on the bottom ( see "Set reward recipient" )
    Put your account secret passphrase there (the one you use to login into your wallet)
    set recipient as 5981479258500986052
    click submit, then wait for 4 block
    now you can close your wallet
    Open your miner:
        For java miner
            Edit run_mine.sh (or run_mine.bat on windows), set url to burst.egeniusllc.com:8124
            run miner (run_mine.sh or run_mine.bat)
        For Blago's miner
            Open miner.conf
            Insert/replace this code
            Code:
            “Mode” : “pool”,

            “Server” : “burst.egeniusllc.com”,
            “Port”: 8124,
            “UpdaterAddr” : “burst.egeniusllc.com”,
            “UpdaterPort”: 8124,
                Run miner.exe

Great! More pools are getting available!
hero member
Activity: 785
Merit: 500
BURST got Smart Contracts (AT)
PetaByte is an asset, which you can buy/sell/trade
1 Share is equal to 1 TB of hard disk space.
The mining profit will be splitted to all shareholders according to their shares on that day.
Only payments from the pools are counted to be shared. (Not new buyers of assets!!!!)

1 PetaByte is 1024 TerraBytes, therefore 1024 shares will be issued.

The issue date of a new batch is according to our needs, e.g., we cannot plot 1000TB at once, so we need to split it in manageable chunks. Also you can only buy a complete hard disk, not like with the asset just a fraction.
With that we need to wait till enough money is available to buy a complete hard disk.
To achieve this in time we have some shareholders who want to re-invest their earnings. Thats, why PetaByte has a balance.

The issuer's price is based on the hard disk price at the day the asset was issued.
In the price calculation flows:
1. local price in the store
2. taxes and shipment if needed
3. Exchange rates:
3.1 NT$ <- US$
3.2 US$ <- BTC
3.3 BTC <- BURST

Keep in mind, that a hard disk alone does  not mine.
A computer is needed.
Power for computer/hard disk is needed.
I did not counted this explicit, but rounded the number up.

There is no need to buy PetaByte assets if you are happy to watch your wallet keeping the same value.
With PetaByte you have the chance to get some (see it as) interest for your Bursts.

IronTiga argues that (TODAY) the PetaByte asset is too expensive. However, when we issued the asset, it was correct.
You can get assets from others than the issuer cheaper.

Demand and supply triggers the price. Wait till you are comfortable.

The choice is yours: Watch your static balance of your wallet or mutliply the balance.

Edited:
We insist on local buying WITH warranty.
Prices change all the time. We use all BURSTs for the hard disks at optimized price. E.g. 1/4 of 4TB cost in average the same as 1/3 of a 3TB hard drive. We expect that soon the 5 TB will be in the same range, then we will use 5 TB.
AT the past purchases 1/5 of 5 TB hard disk was 20% higher.
We try to minimize extra hardware and use the largest drives available by optimized price of course.
full member
Activity: 140
Merit: 100
Maybe plots could at least store the Blockchain in a future version ?

You have no idea how much I want that....The ultimate trim!!!

Everybody, watch out for this asset: Petabyte

Sell order from issuer @179k Burst....which equates to $81USD/TB...If anyone thinks that they'll ROI at that price....well, ur not. Don't know how Elmit is selling this...obviously the buyers are idiots and don't research anything.

Asset Issuer offers for 180,000 and 180,100 (That is the line where it says "Asset Issuer") that was a fair price at the time:
170 US$ a 4 TB hard disk at 0.00000080 to 0.00000100 Burst/BTC and 250 US$/BTC

It pays also dividends! Didn't you notice your payout of about 17,000 Bursts. Not bad for your proposed price of 18,000 Bursts per 1 TB hard disk space.

We CALCULATE the asset price. And with all assets (or stock) the market dictates the trading price.

Therefore:
Do you have BURSTs in your wallet? How much interests do you get? If none, then buy assets:
Open your wallet, click on Asset Exchange
Add Asset with the ID: 14668748687827404894
Buy assets, as you can afford it.
Relax and get paid as we mine for you.

... but sure you can just watch your wallet.

Can you explain quantity, price and total. I kind of don't get it.
Jump to: