Author

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

hero member
Activity: 1426
Merit: 506
the mining difficulty is not high enough, we must attract more miners, those so many cpu&gpu miners did not participate in this mining, if thousands of miners coming, then we have solid foundation. and with more popluarlity
Don't worry about the diff being too low, I swear it's doubling by the day Smiley
legendary
Activity: 1400
Merit: 1000
The name was a turn off but glad i checked the op.
hero member
Activity: 518
Merit: 500
the mining difficulty is not high enough, we must attract more miners, those so many cpu&gpu miners did not participate in this mining, if thousands of miners coming, then we have solid foundation. and with more popluarlity

This should try to be featured on http://cryptomining-blog.com/ and/or coindesk, if possible.
full member
Activity: 238
Merit: 100
the mining difficulty is not high enough, we must attract more miners, those so many cpu&gpu miners did not participate in this mining, if thousands of miners coming, then we have solid foundation. and with more popluarlity
hero member
Activity: 518
Merit: 500
i can open the wallet from other machine in browser, i mean on other machine, i can type in the http://wallet-ip-srv:8125 and open my wallet.
And start the miner as command below:

Quote
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine http://wallet-ip-srv:8125/

but still same problem. Note that i'm using pocminer_v1 not the pocminer_pool_v1 one.
get rid of the / after the 8125

I assume that you put in the wallet ip server address in place of the wallet-ip-srv. ie. http://10.0.0.5:8125.

How's the v2 miner coming along? Is it still on target to come out in 3 to 5 days still?

In the new miner, will it have a log of the deadline times and will the pool mining stats show what deadline that it submits to the pool?

Is there a chance that the gpu plot generator could be released?

Thanks for you diligence with the up keeping and hard work on this coin, your are truly appreciated.  
hero member
Activity: 781
Merit: 501
ah it works now. Tks guys.  Grin
sr. member
Activity: 280
Merit: 250
i can open the wallet from other machine in browser, i mean on other machine, i can type in the http://wallet-ip-srv:8125 and open my wallet.
And start the miner as command below:

Quote
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine http://wallet-ip-srv:8125/

but still same problem. Note that i'm using pocminer_v1 not the pocminer_pool_v1 one.
get rid of the / after the 8125
full member
Activity: 238
Merit: 100
hi burst,

i have several servers, i want to point the solo miner to single wallet server, is it work with current build?
i tried to change this in nxt conf file but it does not work. Miner say "Error: Unable to get mining info from wallet" when run on other machine.

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=*

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0
That should work. Make sure you restarted the client after editing the config, and are pointing the miners at the right port (default is 8125)

Can you do a PoD with cryptoasian on twitter?

Would greatly improve coin credibility. Not that you haven't already delivered, but it will push away some FUDers
i think it is what our community need to do , not just dev, dev is busy with his developing and our community is responsible for adversting and push away the FUDers, there is only one dev, if dev show interest in those FUDers, it will definitly impact the progress of the developing, it is not a good thing, what dev need to do is just keep away from them, reset is our community's thing, if not, then what is the usage of community? just mine and sell?
hero member
Activity: 781
Merit: 501
ah now it show different error message, i think it's not support from wallet server?

Quote
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine http://10.8.10.103:8125/
Added key: tower stood toe busy breath simple object stun lucky perfect fill machine -> 11468365020216349167
[default-akka.actor.default-dispatcher-4] INFO org.eclipse.jetty.util.log - Logging initialized @773ms



Error 404


HTTP ERROR: 404


Problem accessing //burst. Reason:

    Not Found



Powered by Jetty://



[WARN] [08/25/2014 09:33:14.901] [default-akka.actor.default-dispatcher-2] [akka://default/user/$a/$a] null
hero member
Activity: 781
Merit: 501
i can open the wallet from other machine in browser, i mean on other machine, i can type in the http://wallet-ip-srv:8125 and open my wallet.
And start the miner as command below:

Quote
java -Xmx750m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner mine http://wallet-ip-srv:8125/

but still same problem. Note that i'm using pocminer_v1 not the pocminer_pool_v1 one.
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
hi burst,

i have several servers, i want to point the solo miner to single wallet server, is it work with current build?
i tried to change this in nxt conf file but it does not work. Miner say "Error: Unable to get mining info from wallet" when run on other machine.

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=*

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0
That should work. Make sure you restarted the client after editing the config, and are pointing the miners at the right port (default is 8125)

Can you do a PoD with cryptoasian on twitter?

Would greatly improve coin credibility. Not that you haven't already delivered, but it will push away some FUDers
full member
Activity: 238
Merit: 100
hi burst,

i have several servers, i want to point the solo miner to single wallet server, is it work with current build?
i tried to change this in nxt conf file but it does not work. Miner say "Error: Unable to get mining info from wallet" when run on other machine.

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=*

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0
you must run your wallet before mining, just cd -> burst wallet and click the run.bat/run.sh. then click the run_mine.sh/.bat
sr. member
Activity: 280
Merit: 250
hi burst,

i have several servers, i want to point the solo miner to single wallet server, is it work with current build?
i tried to change this in nxt conf file but it does not work. Miner say "Error: Unable to get mining info from wallet" when run on other machine.

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=*

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0
That should work. Make sure you restarted the client after editing the config, and are pointing the miners at the right port (default is 8125)
hero member
Activity: 781
Merit: 501
hi burst,

i have several servers, i want to point the solo miner to single wallet server, is it work with current build?
i tried to change this in nxt conf file but it does not work. Miner say "Error: Unable to get mining info from wallet" when run on other machine.

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=*

# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0
member
Activity: 84
Merit: 10
need more information for mining!

Quickstart(for windows):
Sync your clock. Go to set date/time -> Internet time, and manually make it sync.
Java must be installed and runnable from the command line.
Put a long password in passphrases.txt
Run run_dump_address.bat
Copy the long number generated after your password from address.txt
Now you can run run_generate.bat like this "run_generate.bat 8191
The number of plots should be a multiple of 8191.
This will generate plots with nonces from up to . Don't make overlapping ranges.
When your client is running and synced, run run_mine.bat to start mining.
You can mine while still generating plots. The miner will throw some read errors, but you can ignore them.
Use the password from before to access your coins in the wallet.

Or use the pool for mining:

pocminer_pool: https://mega.co.nz/#!7hwHQJLZ!-waC7CwWeMStkdAwjEVbew1fN_YqeZDRWMWfCylaNPo
pocminer_pool does both solo and pool mining. plot files that have a corresponding passphrase in the passphrases.txt file are solomined if you have your wallet running, and plot files without a passphrase are assumed to be for the pool

edit the pool ip into the mine.bat file.

go to the pool at http://198.199.103.145:8121/
put your payout address(BURST- address) into the textbox, and submit it to get a generate address
generate your plots for that
target deadline is currently set to 50000, so you'll get a pool share for every deadline under 50k your miner finds.
When the pool finds a block, the reward is given out proportionally to the number of shares each person submitted since the last found block
payout should be instant when a block is found, since there is no block maturing time.
newbie
Activity: 11
Merit: 0
 need more information for mining!
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
Please dump it all to me.

Market cap is around 30k. I would say any coin that is mildly successful usually goes to 500k+

Please, sell me more free money.

And for God's sake, someone make a multi pool!!!

That would get serious attention. You can mine while driving prices up, on both GPU and HDD on the same PC
full member
Activity: 154
Merit: 100
Add me on Twitter! @AnonOnAMoose
Please dump it all to me.

Market cap is around 30k. I would say any coin that is mildly successful usually goes to 500k+

Please, sell me more free money.
sr. member
Activity: 560
Merit: 250
This FUD is crazy entertaining.

Keep going. I'm making more popcorn.
hero member
Activity: 955
Merit: 1004
i don't understan why DEV don't update thread and give us news via twitter..

i hope all is ok..

DEV let know us wath you are planning for the nearest future about burst!

thanks!

I already told you.  He is planning to dump what he has.  Don't believe me?  Fine then, watch the price continue to fall.  I'm not going to mine it.
Jump to: