Author

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

sr. member
Activity: 310
Merit: 250
Shit... 250 satoshis Sad

Do not panic, the price will soon rise again. Smiley

I will hope, for me its a revolution, i think to holder during 1 years or more. But i don't understand why people want to sell Burst, HDD mining its THE big news in the crypto currency.
newbie
Activity: 27
Merit: 0
I hate to keep asking the same question, but I just want to make sure I'm mining and not wasting time. It's been ~24 hours since I started and I haven't had a deposit yet. I'm running:

Code:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere 0 108000000 0 4

Specs are:

Core I7 3770k
16GB ram
2.7TB drive

It's been running since last night and I've yet to see any indication in my account about a deposit or anything. I can't tell if I'm even mining or not. I have the server, run_generate.bat and the run.bat running right now.

The run_generate.bat says "Generating from nonce: 0" and it hasn't changed since last night.

Please someone clarify this for me.
errors highlighted
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere (numeric account number 0 108000000 0(1000) 4

you need to enter your acc number as in bold here
Code:
java -Xmx7500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate [b]10976174530077743023[/b] 0 1000000 7500 7
and i think the second 0 needs to be 1000 like the first xmx as you can see in my code


I have my account number entered. I just didn't know if it was safe or not to post.

your stagger size cannot be 0 try 1000
sr. member
Activity: 252
Merit: 250
Shit... 250 satoshis Sad

Do not panic, the price will soon rise again. Smiley
sr. member
Activity: 560
Merit: 250
Shit... 250 satoshis Sad

don't trip potato chip.

I actualy like this price ... i can buy more coins Smiley

I dunno when people will learn that a new coin is not all about the price ... i know that many of u like the pump and bump shit ... and u always dream that u get rich by night ....

Think about Bitcoin (CPU mining)
Then Litecoin (GPU mining)
Ripple (premine 100%)
Nxt
BURST (HDD mining)

All this coins was not just another clone ... now lets look at coinmarketcap.com

1. Bitcoin
2.Litecoin
3. Ripple
4.
5. Nxt

Think about the price they had in 1st mounth ... Smiley it makes me smile

Now when u sell your BURST for some cents ... think about the people that did the same with bitcoin , litecoin , ripple or nxt Smiley
 
newbie
Activity: 14
Merit: 0
I hate to keep asking the same question, but I just want to make sure I'm mining and not wasting time. It's been ~24 hours since I started and I haven't had a deposit yet. I'm running:

Code:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere 0 108000000 0 4

Specs are:

Core I7 3770k
16GB ram
2.7TB drive

It's been running since last night and I've yet to see any indication in my account about a deposit or anything. I can't tell if I'm even mining or not. I have the server, run_generate.bat and the run.bat running right now.

The run_generate.bat says "Generating from nonce: 0" and it hasn't changed since last night.

Please someone clarify this for me.
errors highlighted
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere (numeric account number 0 108000000 0(1000) 4

you need to enter your acc number as in bold here
Code:
java -Xmx7500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate [b]10976174530077743023[/b] 0 1000000 7500 7
and i think the second 0 needs to be 1000 like the first xmx as you can see in my code


I have my account number entered. I just didn't know if it was safe or not to post.
hero member
Activity: 518
Merit: 500
Shit... 250 satoshis Sad

don't trip potato chip.

How long have you been in cryptos har23? You have to get use to dips and peaks in cryptos, just like the stock market. You can't have a weak will in this type of environment. After being in 2 year plus, I've become tolerant to it.

The price will recover, this coin has a great community and innovation of mining.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
legendary
Activity: 1582
Merit: 1019
011110000110110101110010
hi can some one help ? after trying mining on pool of uray (http://burst-pool.cryptoport.io/)
successfuly but with poor results (only 7000 burst with 20 tb plots) i want to switch back to solo but every time  i try it
with wathever miner this is what i get

Submitting share
{"result":"Passphrase does not match reward recipient"}


the plots were working successful in solo ( mined 14 block in the past weeks)
and now they only work in pool

please help

i think i solved ... i went to
http://127.0.0.1:8125/rewardassignment.html
set recipient my account id

and passphrase my passphrase

now when mining solo i submitting shares

can someone confirm this is right procedure to switch from pool to solo mining ?

That is what I did and it worked for me. Got a block soon after.
sr. member
Activity: 310
Merit: 250
Shit... 250 satoshis Sad
hero member
Activity: 588
Merit: 500
I have a concern about the Burstcoin mining process and it possibly being susceptible to selfish mining attacks. I'm hoping that the dev, or someone more familiar with the mining process can alleviate my concerns.

Basically, my concern is that a miner might be able to artificially increase their hashrate by manipulating which transactions get included in a block. A malicious miner could find a block, but only include a set of specially created transactions such that it ensures (or at least increases the odds) they find the next block as well.

Am I missing something, or is this a real concern?

Unlike most coins that try to find a nonce where hashing the block contents meets a target, burst includes information proving an address is eligible to mine that block, and then signs it with that address. This allows us to lock down the numbers used in the calculations by only using information from previous blocks in the algorithm. The only information that is used is generation signature, block height, and the user who mined the last block, so the only manipulation possible to choose not to mine a block you are able to. The generation signature is based on the same values from the block before it. Changing the transactions won't change anything, so that isn't a valid attack vector.

Honestly, we have got to have the best dev EVER!!!
sr. member
Activity: 280
Merit: 250
I have a concern about the Burstcoin mining process and it possibly being susceptible to selfish mining attacks. I'm hoping that the dev, or someone more familiar with the mining process can alleviate my concerns.

Basically, my concern is that a miner might be able to artificially increase their hashrate by manipulating which transactions get included in a block. A malicious miner could find a block, but only include a set of specially created transactions such that it ensures (or at least increases the odds) they find the next block as well.

Am I missing something, or is this a real concern?

Unlike most coins that try to find a nonce where hashing the block contents meets a target, burst includes information proving an address is eligible to mine that block, and then signs it with that address. This allows us to lock down the numbers used in the calculations by only using information from previous blocks in the algorithm. The only information that is used is generation signature, block height, and the user who mined the last block, so the only manipulation possible is to choose not to mine a block you are able to. The generation signature is based on the same values from the block before it. Changing the transactions won't change anything, so that isn't a valid attack vector.
sr. member
Activity: 252
Merit: 250
Hey guys, the faucet seriously needs a large refill.. http://burstfaucet.com/

 Reward is also changed to 2, from 10

I send coins.
hero member
Activity: 588
Merit: 500
I hate to keep asking the same question, but I just want to make sure I'm mining and not wasting time. It's been ~24 hours since I started and I haven't had a deposit yet. I'm running:

Code:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere 0 108000000 0 4

Specs are:

Core I7 3770k
16GB ram
2.7TB drive

It's been running since last night and I've yet to see any indication in my account about a deposit or anything. I can't tell if I'm even mining or not. I have the server, run_generate.bat and the run.bat running right now.

The run_generate.bat says "Generating from nonce: 0" and it hasn't changed since last night.

Please someone clarify this for me.
errors highlighted
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere (numeric account number 0 108000000 0(1000) 4

you need to enter your acc number as in bold here
Code:
java -Xmx7500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate [b]10976174530077743023[/b] 0 1000000 7500 7
and i think the second 0 needs to be 1000 like the first xmx as you can see in my code
hero member
Activity: 588
Merit: 500
i have a 1 tb hdd and need to set it up i already did a 250 gb one but not sure what i need to change. i have 8 core cpu (using 7) and 8 gb ram using 7500 i guess. with this string
Code:
java -Xmx7500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 10976174530077743023 0 1000000 7500 7
for the 250gb
newbie
Activity: 14
Merit: 0
I hate to keep asking the same question, but I just want to make sure I'm mining and not wasting time. It's been ~24 hours since I started and I haven't had a deposit yet. I'm running:

Code:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate accountnumberhere 0 108000000 0 4

Specs are:

Core I7 3770k
16GB ram
2.7TB drive

It's been running since last night and I've yet to see any indication in my account about a deposit or anything. I can't tell if I'm even mining or not. I have the server, run_generate.bat and the run.bat running right now.

The run_generate.bat says "Generating from nonce: 0" and it hasn't changed since last night.

Please someone clarify this for me.
sr. member
Activity: 462
Merit: 250
How about a dice site, now when we got a faucet?

Anyony with knowlegde or connection to set one up...? I don't gamble but know many like it and almost expect it as a servive of an established coin.
sr. member
Activity: 462
Merit: 250
Guys
I really need a BURST borrow to start v.2 pool mining.
Tried everything and 30h later no BURSTs in my wallets.Sad

I promise to get it back when mine mine

Thanks in advance

BURST-AUTM-EMAV-JMPP-2AS4M
or
687652597212146483
sent u 10

Remember that we now have a community supported faucet for starting miners: http://burstfaucet.com/

Who set that up?

https://bitcointalksearch.org/topic/m.8690109
hero member
Activity: 588
Merit: 500
Guys
I really need a BURST borrow to start v.2 pool mining.
Tried everything and 30h later no BURSTs in my wallets.Sad

I promise to get it back when mine mine

Thanks in advance

BURST-AUTM-EMAV-JMPP-2AS4M
or
687652597212146483
sent u 10

Remember that we now have a community supported faucet for starting miners: http://burstfaucet.com/

Who set that up?
legendary
Activity: 1932
Merit: 1042
https://locktrip.com/?refId=40964
any update on multipool?

thanks!
sr. member
Activity: 462
Merit: 250
Guys
I really need a BURST borrow to start v.2 pool mining.
Tried everything and 30h later no BURSTs in my wallets.Sad

I promise to get it back when mine mine

Thanks in advance

BURST-AUTM-EMAV-JMPP-2AS4M
or
687652597212146483
sent u 10

Remember that we now have a community supported faucet for starting miners: http://burstfaucet.com/
Jump to: