Author

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

legendary
Activity: 1750
Merit: 1024
As far as UI goes, Uray definitely has the best stats system. Although some bits are messing or hard to find. It also consumes a lot of CPU when you have his miner page open. That's really secondary to payouts though.
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
I agree, Blago definitely needs a readme file. I swapped to the dev pool and had to look around for settings and I don't even know if found them all again.

Curiously, what is the best pool for a larger miner? I've tried dev before and urays. I haven't tried burst.ninja. What are peoples experience?


ninja pool is set to be friendly to larger miners and blockfinders (but yet also be friendly to smaller miners, and we're constantly changing how payouts work.)


We have a pretty solid setup right now which goes like this...


There are two pies, one that is historic share submissions calculated into percentages of input (power) to the pool. Based on lowest share submissions, a miner is placed with a percentage of the pool. This percentage is a ladder you can see on the stats. The Right pie, the historic pie, shows the historically best submitting miners.

The left pie, is the Current round pie, this shows the submissions and percentage distribution ladder for current round shares. A miner submits a great share, they get a much larger percentage in this pie, but also a submission of another great share would give that miner another larger percentage of the current round pie, and a good chunk of the reward. You can see the percentage distribution ladder on the stats there too...

The blend of the two pies that makes the total is 60% based on the Left (current round, current block) pie, and 40% based on the right (historically best submitting miners) pie.


We have a method of both changing the distribution ladders, and also the basis of payments on each pie. Everything is completely customizable.

The settings that we've got there currently I have had no complaints about, and block finder gets the most, followed by the second best submission for current round, then the larger boys get a more solid payout each block, and of course a lot more if they are the block finder, or have a share close to the block finder (in seconds)

We believe we have the best payout system, we like that it gives the lowest submissions a lot, while simulaneously providing solid payouts to our more supportive and larger guys.

I think it is a nice system. We always take the advice of our miners, and listen with open ears, if we think you've got a good suggestion, we will take it into account. we've got many other ideas for the pool as well.

Come give us a shot, if you don't like it, let me know what you don't like and we can take a change into consideration.

My goal is to make the most balanced and fair payout system in the BURST community.

We are also working on a new UI, so the rainbow will soon be no more. lol.



We have also a minimum payout (I think it is set to 300?) so no payouts under that are sent, to avoid unnecessary transaction fees. They are stored until you have enough to get a payout. If you decide to quit mining, after a set number of blocks (I believe that number is 500?) the system will pay you out regardless of balance.
legendary
Activity: 1750
Merit: 1024
I agree, Blago definitely needs a readme file. I swapped to the dev pool and had to look around for settings and I don't even know if found them all again.

Curiously, what is the best pool for a larger miner? I've tried dev before and urays. I haven't tried burst.ninja. What are peoples experience?
hero member
Activity: 619
Merit: 500
you have Z:\, has to be Z:\\
newbie
Activity: 9
Merit: 0

try share folder "plots" as network drive "Z:\"


Thanks for you help.  I tried what you recommended and got an error message "Debug Assertion Failed!".  I also tried with "Z:\\" and the miner starts but again the contents of Z: is not recognized.

https://i.imgur.com/eqI58hB.png
sr. member
Activity: 416
Merit: 250
Using Blago Miner 1.150319,  For some reason my network drive plots are not getting recognized.  They where recognized in 1.4 version so not sure if I need to change anything in my config.  I can navigate to the network drive using explorer.
....

try share folder "plots" as network drive "Z:\"

legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
This is interesting. AT assembler? What kind of code is this?

AT is a virtual CPU so they are "machine code" (a bit like the contents of an .exe for Windows).

The AT Assembler allows a higher level than writing raw machine code (which is just hex bytes) but lower level than languages such as C or Python.

It is envisioned that for the most part people will actually just use "templates" and not have to worry about writing "code" at all. You will select the appropriate template (let's say Crowdfund) then fill in some values (such as payout account, amount to raise and time limit to raise the funds) and the assembly (and machine code) will be generated for you automatically.
sr. member
Activity: 280
Merit: 250
This is the main thing being worked on currently. I have a site I'm working on which has various AT tools, some simple, and some more advanced. It will have a AT creation tool which will allow you to choose templates and options and it will tell you what to plug into burst to make that AT. There is an AT examine tool which dumps the state of an AT and disassembles tje code so you can see what it does. On the more advances side, there's an in-browser version of the AT assembler, and an editor for creating AT interfaces. In a future update ATs will be able to have interface data attached to them so they can be interacted with without all the extra html file stuff that's currently used. I know the current toolchain is rather ugly for those without knowledge of the internals.
This is interesting. AT assembler? What kind of code is this?

It's assembly language for the AT vm.

Some examples can be found here, https://bitcointalksearch.org/topic/m.10408276
and full specs are here http://ciyam.org/at/at.html and http://ciyam.org/at/at_api.html
hero member
Activity: 619
Merit: 500
Update and News: www.burstcoin.de

>> New Feature: German Linux Plot Optimization Guide is available

full member
Activity: 322
Merit: 100
This is the main thing being worked on currently. I have a site I'm working on which has various AT tools, some simple, and some more advanced. It will have a AT creation tool which will allow you to choose templates and options and it will tell you what to plug into burst to make that AT. There is an AT examine tool which dumps the state of an AT and disassembles tje code so you can see what it does. On the more advances side, there's an in-browser version of the AT assembler, and an editor for creating AT interfaces. In a future update ATs will be able to have interface data attached to them so they can be interacted with without all the extra html file stuff that's currently used. I know the current toolchain is rather ugly for those without knowledge of the internals.
This is interesting. AT assembler? What kind of code is this?
sr. member
Activity: 280
Merit: 250
I'm not sure exactly where the limits are on Bitcoin's scripts, but it likely is able to handle at least the simple side of the previously described transfer. Monitoring btc's blockchain would introduce a ton of unwanted traffic, and would only assist in transfering between one coin instead of any.

I'm not sure this is what you want to hear, but as your average Joe miner, I still have no idea what ATs are and what they mean to me as a miner or a user of burst. Best I can tell, you can use them as fundraisers, but there is currently no way of actually looking at them or doing anything with them without a bunch of messing around (special scripts).

This is the main thing being worked on currently. I have a site I'm working on which has various AT tools, some simple, and some more advanced. It will have a AT creation tool which will allow you to choose templates and options and it will tell you what to plug into burst to make that AT. There is an AT examine tool which dumps the state of an AT and disassembles tje code so you can see what it does. On the more advances side, there's an in-browser version of the AT assembler, and an editor for creating AT interfaces. In a future update ATs will be able to have interface data attached to them so they can be interacted with without all the extra html file stuff that's currently used. I know the current toolchain is rather ugly for those without knowledge of the internals.
full member
Activity: 322
Merit: 100
If you're holding a coin obviously it seems like the right decision to reduce supply, it therefore increases the value of what you own (supply/demand). However if no one cares about what you have anymore you're essentially a bag holder, so it doesn't even matter what the supply and demand end up as. There wont be any demand because people will no longer care.

To begin, I think you're too stuck in the mainline bitcoin propaganda, I do know the theory, but as you can see, it's not really working out. Reason being, that some people care a lot less than others, due to the fact that they got their coins VERY inexpensively. It's a design flaw. As another user pointed out, the faster the reward is being scheduled to reduce, the more aggravated this is. However this exists even in bitcoin, but because the reward reduces a lot more slowly and hashrate is kind of stabilized, the coin still resists, it doesn't die like the others. Others (including BURST) have this scheduled too fast, I don't see them holding at this rate. In fact, we see them failing all the time.

Your proposal with freezing the reward is very good. You got a supporter already!

I am only holding 2.5M, while I have had 10% of the hashpower for a month. My 2.5M change nothing, even though it should. That's the point I'm trying to make here.

It'd be interesting to try for a prototype coin, but not for a established coin.

Of course I am talking about a prototype coin, I never said change burst, it's a bit late for that. But I got here because it seems I'm one of the main miners, and recently people have been talking about me, so I responded, and I also took the opportunity to bring my ideas to the community.
newbie
Activity: 9
Merit: 0
Using Blago Miner 1.150319,  For some reason my network drive plots are not getting recognized.  They where recognized in 1.4 version so not sure if I need to change anything in my config.  I can navigate to the network drive using explorer.

Code:
"Paths":
[
        "Z:\\plots",
        "D:\\plots",
        "E:\\FVOFFICE"
],
"SkipBadPlots" : false,
"CacheSize" : 100000,
"UseSorting" : true,
"UseCleanMem" : true,
 
"Debug" : true,
"UseLog" : true,
"ShowMsg" : false,
"ShowUpdates" : false
}

https://i.imgur.com/HUmwxEQ.png
https://i.imgur.com/uXQS9EU.png
legendary
Activity: 1750
Merit: 1024
Interesting. Ok you definitely see the problem I see with these coins. Why exactly am I wrong though?
If you "invest" in a coin then definitely, inflationary model won't be appealing. On the deflationary model you're just gambling that you'll figure out when to dump, before others do. Some will win, some will lose, in the end it's a sick gable. Worst thing that can happen to you is get very lucky on the first coins you try. suicide will soon follow HAHAH

However if the coin is NOT just a platform for ponzi games, it has usefulness, then you can safely treat is as a commodity (or so I'm inclined to think).
The idea came to me for the particular use of mixing transactions. In that case, there will definitely be a lot of buys and sells, but not to invest, but because of the mixing going on. So profit can be made by trading the coin, short term, sell a bit higher, buy a bit lower and do that a huge number of times. Also I suggested burning the tx fees (which should be substantial fees), instead of adding to the mining reward, and burning a % from old inputs. This coin would only exist to be transacted, if you don't transact it, you are sure to lose.

And of course the reward would not increase infinitely. At some point the maximum hashpower will be reached. It should even decrease, if the market price falls. I think my idea simply deters ponzi usage of it, and gives the reward to miners and skilled traders. And the actual users will pay the bill (gladly!). If you try to mix with Monero, good luck! Or just wait until the order book looks like it might be a safe time to do it. With the kind of coin I'm proposing I don't think fluctuations can be too severe over short periods of time.

PS: with normal currency, for example EUR and USD are both inflationary, right? If you think investing in dollars now and gain something 10 years in the future, you are an idiot. But still there's good money to be made on forex. Right? In fact if they hold back on the inflation, they're actually in big trouble. Like what's happening now with the crysis. Which I guess is because the inflationary mechanism they used wasn't a good one. But still we need to find ways to inflate them

That's the state cryptocoins are in right now, anybody who holds them is essentially an idiot. We are all idiots. I'm an idiot I'm holding 2.5M BURST, hoping that a bigger idiot will eventually show up. But I'm forced to do it. Thanks, y'all!

If you're holding a coin obviously it seems like the right decision to reduce supply, it therefore increases the value of what you own (supply/demand). However if no one cares about what you have anymore you're essentially a bag holder, so it doesn't even matter what the supply and demand end up as. There wont be any demand because people will no longer care.

Money has value because people give it value, not necessarily because the supply is limited or it does something fancy. It has a lot to do with psychology as much as it has to do with math.

The 'care' Burst has right now is it's relatively profitable, it's interesting (miners are geeks), and it has a decent community (which are almost entirely all miners). If the block reward hits rock bottom, then you better hope that there are people besides miners supporting the coin or they'll leave with the money. I don't think that's something a lot of coin makers understand. BTC and altcoins are very community driven and it all comes from the miners. We're essentially paid to care.

That's why I proposed freezing the block reward or changing it to a more manageable and more appealing form to miners. One of the biggest issues I had with going in on Burst in the first place is I have to buy hardware JUST for one coin. If Burst crashes or other alt coins don't pop up, I'm essentially stuck with a bunch of used hardware that relatively no one is going to want. I could and did sell off my GPUs, but HDs are much harder to sell used because they have a effective life time. They go bad overtime. Buying a used drive is taking a pretty big gamble.

As a miner I hoped and still do that altcoins pop up that also use POC, even if they aren't highly successful because it gives miners more options and assurance. POCs unique model would allow you to mine more then one altcoin at the same time too (use the same plots). Although I'm not sure how this will influence the economics of coins if they can all be mined at the same time (and maybe they wouldn't want to be and a replot would be required).

Playing coins will always happen. Theres always going to be people that see coins as 'get rich fast' things and the whole reason I'm mining burst right now is because I could make some money doing it. I'm not going to lie. The people that hold the coin right now also I'm sure are holding it because they think it'll be worth more, they're also here for profit. But that also means we all have a reason to work together.

I'm not sure I fully understand all of what you're saying in your post though. Payouts right now are all proportional. It's a giant pie. If you give everyone their own pie, they'll just dump them all. So while I'm against overall scarcity, there needs to be balance for income for miners. A model that's based on market volume may not be a horrible idea (but it may also cause things to explode). It'd be interesting to try for a prototype coin, but not for a established coin.

I do agree about the transaction fees. Blockrewards in general are just made to encourage people to jump in and 'get rich' early, but it deters people from staying on the coin. If the blockreward was frozen and transmission fees were increased it may just cause people to not trade the coin and that's also something you don't want. Transmission fees right now are grossly small though compared to the blockreward. If they were something like they are for BTC that wouldn't be bad... like $.04-.01 per transmission. Maybe proportional compared to the blockreward, decreasing over time.


I'm not sure exactly where the limits are on Bitcoin's scripts, but it likely is able to handle at least the simple side of the previously described transfer. Monitoring btc's blockchain would introduce a ton of unwanted traffic, and would only assist in transfering between one coin instead of any.

I'm not sure this is what you want to hear, but as your average Joe miner, I still have no idea what ATs are and what they mean to me as a miner or a user of burst. Best I can tell, you can use them as fundraisers, but there is currently no way of actually looking at them or doing anything with them without a bunch of messing around (special scripts).

That's a problem with Burst in general, it's not user friendly at all. I still think there should be a official online wallet with security and all that jazz. Since all you need is your passphrase, you should be able to access your wallet anywhere without any downloads. That's actually one of the best parts of this coin is it's all web based.
full member
Activity: 322
Merit: 100
I'm not sure exactly where the limits are on Bitcoin's scripts, but it likely is able to handle at least the simple side of the previously described transfer. Monitoring btc's blockchain would introduce a ton of unwanted traffic, and would only assist in transfering between one coin instead of any.

Yea I know, kind of an ugly and boring thing to code, but Bitcoin is not just any coin (and it's more like bitcoin+most clones). And then you already have poloniex, so there's not much incentive here. Nevertheless, it can be done, perhaps in some new coin.
sr. member
Activity: 280
Merit: 250
It can be exchanged trustlessly with any other coin to implement AT's, yes Cheesy There's a reason ether received millions in funding to implement these features(and we beat them to it, by a long shot, thx to vbcs, burstdev and ciyam).

Exchange with other AT's is just not good enough, for the time being, we are stuck with BTC.

But it can be done. BURST daemon would have to monitor the BTC blockchain. Doesn't need to be the whole blockchain, last N blocks will suffice.
So you make a contract like this (example):  I commit 10000 BURST, if within the next 10 BTC blocks 0.015 or more are posted to 1HB5XMLmzFVj8ALj6mfBsbifRoD4miY36v, we wait 6 more confirmations and the 10000 BURST will be released to whatever burst address, I was making the transaction with. No more exchange fees, no more exchange site hacks, no trust required. To prevent spam, you might require that 10 burst are deposited to your address before you initiate this AT, or whatever it would be called. I think it's perfectly doable, and not too difficult either, and it would totally rock.

I'm not sure exactly where the limits are on Bitcoin's scripts, but it likely is able to handle at least the simple side of the previously described transfer. Monitoring btc's blockchain would introduce a ton of unwanted traffic, and would only assist in transfering between one coin instead of any.
full member
Activity: 322
Merit: 100
It can be exchanged trustlessly with any other coin to implement AT's, yes Cheesy There's a reason ether received millions in funding to implement these features(and we beat them to it, by a long shot, thx to vbcs, burstdev and ciyam).

Exchange with other AT's is just not good enough, for the time being, we are stuck with BTC.

But it can be done. BURST daemon would have to monitor the BTC blockchain. Doesn't need to be the whole blockchain, last N blocks will suffice.
So you make a contract like this (example):  I commit 10000 BURST, if within the next 10 BTC blocks 0.015 or more are posted to 1HB5XMLmzFVj8ALj6mfBsbifRoD4miY36v, we wait 6 more confirmations and the 10000 BURST will be released to whatever burst address, I was making the transaction with. No more exchange fees, no more exchange site hacks, no trust required. To prevent spam, you might require that 10 burst are deposited to your address before you initiate this AT, or whatever it would be called. I think it's perfectly doable, and not too difficult either, and it would totally rock.
full member
Activity: 322
Merit: 100
I don't think increasing the mined amount based on the hashrate would do what you're thinking. People would just be able to dump much easier.
The whole wheat comparison is just getting people stuck in nuances.

Interesting. Ok you definitely see the problem I see with these coins. Why exactly am I wrong though?
If you "invest" in a coin then definitely, inflationary model won't be appealing. On the deflationary model you're just gambling that you'll figure out when to dump, before others do. Some will win, some will lose, in the end it's a sick gable. Worst thing that can happen to you is get very lucky on the first coins you try. suicide will soon follow HAHAH

However if the coin is NOT just a platform for ponzi games, it has usefulness, then you can safely treat is as a commodity (or so I'm inclined to think).
The idea came to me for the particular use of mixing transactions. In that case, there will definitely be a lot of buys and sells, but not to invest, but because of the mixing going on. So profit can be made by trading the coin, short term, sell a bit higher, buy a bit lower and do that a huge number of times. Also I suggested burning the tx fees (which should be substantial fees), instead of adding to the mining reward, and burning a % from old inputs. This coin would only exist to be transacted, if you don't transact it, you are sure to lose.

And of course the reward would not increase infinitely. At some point the maximum hashpower will be reached. It should even decrease, if the market price falls. I think my idea simply deters ponzi usage of it, and gives the reward to miners and skilled traders. And the actual users will pay the bill (gladly!). If you try to mix with Monero, good luck! Or just wait until the order book looks like it might be a safe time to do it. With the kind of coin I'm proposing I don't think fluctuations can be too severe over short periods of time.

PS: with normal currency, for example EUR and USD are both inflationary, right? If you think investing in dollars now and gain something 10 years in the future, you are an idiot. But still there's good money to be made on forex. Right? In fact if they hold back on the inflation, they're actually in big trouble. Like what's happening now with the crysis. Which I guess is because the inflationary mechanism they used wasn't a good one. But still we need to find ways to inflate them

That's the state cryptocoins are in right now, anybody who holds them is essentially an idiot. We are all idiots. I'm an idiot I'm holding 2.5M BURST, hoping that a bigger idiot will eventually show up. But I'm forced to do it. Thanks, y'all!
hero member
Activity: 588
Merit: 500
ATs are the most important one, but burst also has built in escrow and subscription(automatically re-occuring transactions)

Interesting, I have to look up what AT exactly is. But just looking through what you just wrote, I think an AT could be used to trustlessly exchange the coin with BTC? Am I right?
That's a very strong feature to have
It can be exchanged trustlessly with any other coin to implement AT's, yes Cheesy There's a reason ether received millions in funding to implement these features(and we beat them to it, by a long shot, thx to vbcs, burstdev and ciyam).
legendary
Activity: 1750
Merit: 1024
he has about 700tb!!!

Based on how many blocks he's been finding it's closer to 2PB. Looking at the wallet, the network difficulty increased by about 2PB right around when it started ramping up.

Curiously he's amassing it in one wallet too... If he wanted to he could destroy the market due to the only reason Burst having a high price is people holding it. The name would match if that's the case.

Sorry, but I don't think burst has a "high price".

Compared to the amount of volume being mined it's quite high.

This makes perfect sense. Say if we would all be into farming wheat instead, for some amount of seeds we plant we know we expect to harvest 1 ton of flour. This will always stay more or less the same, no matter how many people will farm in the future, or have farmed in the past. Why not have the same principle for coins?

Ok, so now you ask, why would somebody invest, if infinite coins are emitted. Simple, a ton of flour is still a ton of flour, and anyone can find out exactly what it costs to produce one, and as with any commodity, the price will fluctuate, hence the possibility to profit does exist. However we will be less likely to have any brutal pump and dumps. Also instead of paying tx fees, we can burn the coins when transactions are made, to compensate the infinite emission of coins. And being a cryptonote mixer, transactions is what we like to have, it draws value from that. We can also implement a thing where you can't keep an input for more than a month without transferring it, this also serves our mixing purposes well. We do need many transactions to mix our coins with, if we like to have a good anonymity.

Any constructive comments are welcome

I've mentioned a infinite coin mine before as well. The decline in reward usually leads people to eventually get out of the coin as the hype around mining simply dies out. The miners essentially make or break a coin till it gains leverage and when the profitability of mining dies out, so does the community for mining. If burst ends up like BTC by the time the reward dies out, then it'll be fine, but that has a long way to go. Even BTC is still suffering from lack of wide adoption among normal fiats.

Normal fiats have a infinite mine so to speak too. Too many coins depend on 'scarcity' to give their coin purpose, but they never actually reach a point where that's a thing before they die out so it doesn't even matter. The only exception to this is the fast mine coins that last maybe a couple days to a week.

I don't think increasing the mined amount based on the hashrate would do what you're thinking. People would just be able to dump much easier.

The whole wheat comparison is just getting people stuck in nuances.
Jump to: