Bitcoin Forum
April 30, 2024, 09:15:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 [769] 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170602 times)
burstcoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
November 30, 2014, 03:30:14 AM
 #15361

Dev, have you explained the "inner workings" of v2...? Such as, why 2000 pool shares, how/when is payment done, how does share relate to payment, etc? Searched but couldn't find that info.
I'm not sure if it's posted anywhere, but I'll answer them anyway.

The number of shares was changed a couple times early on, and was picked to divide cleanly and take longer to cycle a share through than it usually took to find a block so that you could expect that a new share would still exist when the next block was found. I'm not sure how long it currently takes to replace all the shares with new ones, but it's continued to work well so I've left that number alone since. It probably cycles faster now, since I've raised the target deadline quite a bit since then.

After the pool mines a block, it waits for one more block to be found, and then adds to account balances. It then pays out all accounts that have balances over 250.

The shares are a rotating buffer. Whenever you get a new share it replaces the oldest still existing share. When a payout is done it splits the reward between miners proportionally to how many shares they each have in the most recent 2000.

BURST-QHCJ-9HB5-PTGC-5Q8J9
1714511712
Hero Member
*
Offline Offline

Posts: 1714511712

View Profile Personal Message (Offline)

Ignore
1714511712
Reply with quote  #2

1714511712
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
November 30, 2014, 09:35:22 AM
Last edit: November 30, 2014, 10:05:42 AM by mmmaybe
 #15362

Dev, have you explained the "inner workings" of v2...? Such as, why 2000 pool shares, how/when is payment done, how does share relate to payment, etc? Searched but couldn't find that info.
I'm not sure if it's posted anywhere, but I'll answer them anyway.

The number of shares was changed a couple times early on, and was picked to divide cleanly and take longer to cycle a share through than it usually took to find a block so that you could expect that a new share would still exist when the next block was found. I'm not sure how long it currently takes to replace all the shares with new ones, but it's continued to work well so I've left that number alone since. It probably cycles faster now, since I've raised the target deadline quite a bit since then.

After the pool mines a block, it waits for one more block to be found, and then adds to account balances. It then pays out all accounts that have balances over 250.

The shares are a rotating buffer. Whenever you get a new share it replaces the oldest still existing share. When a payout is done it splits the reward between miners proportionally to how many shares they each have in the most recent 2000.

Thanks a lot, perhaps put that info on the pool's homepage so ppl will know?



What is the most stable pool going currently and seems to pay better ?

[rubbish]


The most stable and profitable pool by far, for regular users, is dev's v2, with dcct's miner (linux) or Blago's upcoming new miner (win). ETA for the latter, I think later today.

If you have a lot of TBs, like +30, uray's SG pool is the most profitable.

fastBeast
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
November 30, 2014, 10:12:34 AM
 #15363

Dev, have you explained the "inner workings" of v2...? Such as, why 2000 pool shares, how/when is payment done, how does share relate to payment, etc? Searched but couldn't find that info.
I'm not sure if it's posted anywhere, but I'll answer them anyway.

The number of shares was changed a couple times early on, and was picked to divide cleanly and take longer to cycle a share through than it usually took to find a block so that you could expect that a new share would still exist when the next block was found. I'm not sure how long it currently takes to replace all the shares with new ones, but it's continued to work well so I've left that number alone since. It probably cycles faster now, since I've raised the target deadline quite a bit since then.

After the pool mines a block, it waits for one more block to be found, and then adds to account balances. It then pays out all accounts that have balances over 250.

The shares are a rotating buffer. Whenever you get a new share it replaces the oldest still existing share. When a payout is done it splits the reward between miners proportionally to how many shares they each have in the most recent 2000.

Thanks a lot, perhaps put that info on the pool's homepage so ppl will know?



What is the most stable pool going currently and seems to pay better ?

[rubbish]


The most stable and profitable pool by far, for regular users, is dev's v2, with dcct's miner (linux) or Blago's upcoming new miner (win). ETA for the latter, I think later today.
 
If you have a lot of TBs, like +30, uray's SG pool is the most profitable.

The blago miner release it is not enough. We need uray's SG pool too!
For miners with 10/15Tb is the best.
I hope they fix all soon!
Blago
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250



View Profile
November 30, 2014, 10:31:07 AM
 #15364

[miner]

update miner-burst-1.141129  (most of the changes to Dev's V2 pool) 
https://www.dropbox.com/s/9jln37qbyw67oe4/miner-burst-1.141129.zip?dl=0

Changes:
* logs moved to the sub-folder "Logs" and named by format YYYY-MM-DD_HH_MM_SS.log
+ added parameter    "SendBestOnly": false,  for sending all found deadlines
*  if parameter    "UseSorting" : false,  uses sorting in decreasing order (first sending bigger deadline)
+ added  stat-log.csv  by format: [ID, height, baseTarget, best_deadline]  for statistics

Configuration example for Dev's V2 pool:

Host-config:
{
   "Mode" : "poolV2",
   "Server" : "178.62.39.204",
   "Port": 8121,
   "UpdaterAddr" : "178.62.39.204",
   "UpdaterPort": 8121,
   "EnableProxy": true,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

Satellite-config:
{
   "Mode" : "pool",
   "Server" : "192.168.1.1",
   "Port": 8126,
   "UpdaterAddr" : "192.168.1.1",
   "UpdaterPort": 8126,
   "EnableProxy": false,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

Relax, I’m russian!...
BURST-B2LU-SGCZ-NYVS-HZEPK
bobafett
Hero Member
*****
Offline Offline

Activity: 619
Merit: 500



View Profile
November 30, 2014, 10:59:33 AM
 #15365

great news. i will give it a try.

Many thanks blago!
bloodDiamond
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 30, 2014, 12:59:04 PM
 #15366

[miner]

update miner-burst-1.141129  (most of the changes to Dev's V2 pool) 
https://www.dropbox.com/s/9jln37qbyw67oe4/miner-burst-1.141129.zip?dl=0

Changes:
* logs moved to the sub-folder "Logs" and named by format YYYY-MM-DD_HH_MM_SS.log
+ added parameter    "SendBestOnly": false,  for sending all found deadlines
*  if parameter    "UseSorting" : false,  uses sorting in decreasing order (first sending bigger deadline)
+ added  stat-log.csv  by format: [ID, height, baseTarget, best_deadline]  for statistics

Configuration example for Dev's V2 pool:

Host-config:
{
   "Mode" : "poolV2",
   "Server" : "178.62.39.204",
   "Port": 8121,
   "UpdaterAddr" : "178.62.39.204",
   "UpdaterPort": 8121,
   "EnableProxy": true,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

Satellite-config:
{
   "Mode" : "pool",
   "Server" : "192.168.1.1",
   "Port": 8126,
   "UpdaterAddr" : "192.168.1.1",
   "UpdaterPort": 8126,
   "EnableProxy": false,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

just downloaded!!!

how is the better settings for???

"UseSorting" : false,  uses sorting in decreasing order (first sending bigger deadline)

thanks blago for your work!!!!
ajw7989
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


View Profile
November 30, 2014, 02:09:00 PM
 #15367

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
November 30, 2014, 03:17:51 PM
 #15368

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/

Getting pretty intense but I bet is only the beginning. Perhaps big boys mining and buying coin at the same time. Maybe preparing for a good pump.

Doing a good pump requires getting big market share so that there isn't much people can dump when price get high.
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
November 30, 2014, 04:13:26 PM
 #15369

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/

Getting pretty intense but I bet is only the beginning. Perhaps big boys mining and buying coin at the same time. Maybe preparing for a good pump.

Doing a good pump requires getting big market share so that there isn't much people can dump when price get high.

difficulty now at 12K someone turned on a data center... pools semi freeze at that level of difficulty only luck can help
xiaogr
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
November 30, 2014, 04:29:14 PM
 #15370

[miner]

update miner-burst-1.141129  (most of the changes to Dev's V2 pool) 
https://www.dropbox.com/s/9jln37qbyw67oe4/miner-burst-1.141129.zip?dl=0

Changes:
* logs moved to the sub-folder "Logs" and named by format YYYY-MM-DD_HH_MM_SS.log
+ added parameter    "SendBestOnly": false,  for sending all found deadlines
*  if parameter    "UseSorting" : false,  uses sorting in decreasing order (first sending bigger deadline)
+ added  stat-log.csv  by format: [ID, height, baseTarget, best_deadline]  for statistics

Configuration example for Dev's V2 pool:

Host-config:
{
   "Mode" : "poolV2",
   "Server" : "178.62.39.204",
   "Port": 8121,
   "UpdaterAddr" : "178.62.39.204",
   "UpdaterPort": 8121,
   "EnableProxy": true,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

Satellite-config:
{
   "Mode" : "pool",
   "Server" : "192.168.1.1",
   "Port": 8126,
   "UpdaterAddr" : "192.168.1.1",
   "UpdaterPort": 8126,
   "EnableProxy": false,
   "ProxyPort": 8126,
   "Paths":["C:\\plots","D:\\plots","E:\\plots","G:\\plots","H:\\plots","F:\\plots","I:\\plots"],
   "CacheSize" : 200000,
   "ShowMsg" : false ,
   "ShowUpdates" : false,
   "UseSorting" : false,
   "Debug": false,
   "SendBestOnly": false,
   "UseFastRcv" : true,
   "SendInterval": 100,
   "UpdateInterval": 2000
}

Working great with devs pool.  Thanks

www.genesis-mining.com - 3% Promo Code: TRUNK_38
www.hashflare.io - 10% Discount Code: 2450E47A
fastBeast
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
November 30, 2014, 04:30:14 PM
 #15371

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/

Getting pretty intense but I bet is only the beginning. Perhaps big boys mining and buying coin at the same time. Maybe preparing for a good pump.

Doing a good pump requires getting big market share so that there isn't much people can dump when price get high.

difficulty now at 12K someone turned on a data center... pools semi freeze at that level of difficulty only luck can help

why pools could freeze when difficulty rise??

maybe higher network size... higher traffic???

q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
November 30, 2014, 04:37:56 PM
 #15372

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/

Getting pretty intense but I bet is only the beginning. Perhaps big boys mining and buying coin at the same time. Maybe preparing for a good pump.

Doing a good pump requires getting big market share so that there isn't much people can dump when price get high.

difficulty now at 12K someone turned on a data center... pools semi freeze at that level of difficulty only luck can help

why pools could freeze when difficulty rise??

maybe higher network size... higher traffic???



harder to find a block , no block no payout 
rollingMyCar
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
November 30, 2014, 04:38:12 PM
 #15373

Dev, have you explained the "inner workings" of v2...? Such as, why 2000 pool shares, how/when is payment done, how does share relate to payment, etc? Searched but couldn't find that info.
I'm not sure if it's posted anywhere, but I'll answer them anyway.

The number of shares was changed a couple times early on, and was picked to divide cleanly and take longer to cycle a share through than it usually took to find a block so that you could expect that a new share would still exist when the next block was found. I'm not sure how long it currently takes to replace all the shares with new ones, but it's continued to work well so I've left that number alone since. It probably cycles faster now, since I've raised the target deadline quite a bit since then.

After the pool mines a block, it waits for one more block to be found, and then adds to account balances. It then pays out all accounts that have balances over 250.

The shares are a rotating buffer. Whenever you get a new share it replaces the oldest still existing share. When a payout is done it splits the reward between miners proportionally to how many shares they each have in the most recent 2000.

Thanks a lot, perhaps put that info on the pool's homepage so ppl will know?



What is the most stable pool going currently and seems to pay better ?

[rubbish]


The most stable and profitable pool by far, for regular users, is dev's v2, with dcct's miner (linux) or Blago's upcoming new miner (win). ETA for the latter, I think later today.

If you have a lot of TBs, like +30, uray's SG pool is the most profitable.

hy mmmmaybe

can you explain how do you do this statistic???

i have 12TB....

which pool do you think it is the better???
dev V2???

or urays US o SG?

thanks!
fastBeast
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
November 30, 2014, 04:41:14 PM
 #15374

difficulty hit over 11k. getting pretty high compared to what a burst coin is worth :/

Getting pretty intense but I bet is only the beginning. Perhaps big boys mining and buying coin at the same time. Maybe preparing for a good pump.

Doing a good pump requires getting big market share so that there isn't much people can dump when price get high.

difficulty now at 12K someone turned on a data center... pools semi freeze at that level of difficulty only luck can help

why pools could freeze when difficulty rise??

maybe higher network size... higher traffic???



harder to find a block , no block no payout 

ok but you are talking about pools semi freeze at that level of difficulty...

i quote who highest is the difficukty, and lowest is the probability to find a block...

but pool continue to work better... although it will be less profitable
sickfancy
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
November 30, 2014, 04:51:50 PM
 #15375

Is it possible to create a chart that shows where the network rate is coming from?  Pools or large solo miner?  Very curious if the sudden increased difficulty is due to a data center or growth of community.
rollingMyCar
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
November 30, 2014, 04:55:18 PM
 #15376

Is it possible to create a chart that shows where the network rate is coming from?  Pools or large solo miner?  Very curious if the sudden increased difficulty is due to a data center or growth of community.

i think this could be possible if we have the possibility to query plot size by address...
if we have this possibility, it is really easy to query the pools total plot size querying each address on pool and sum it...
xizmax
Hero Member
*****
Offline Offline

Activity: 527
Merit: 500


View Profile
November 30, 2014, 05:40:27 PM
 #15377

Is it possible to create a chart that shows where the network rate is coming from?  Pools or large solo miner?  Very curious if the sudden increased difficulty is due to a data center or growth of community.

i think this could be possible if we have the possibility to query plot size by address...
if we have this possibility, it is really easy to query the pools total plot size querying each address on pool and sum it...

I'm uncertain whether such a possibility exists, if it does it would make stuff like that relatively trivial.

However, since known pool operators haven't said that the added power comes from them I'd say the added power comes from an individual or a private pool that chooses to remain anonymous atm.

IIRC someone reported a pretty regular bounce up and down in diff and surmised it is a data center being switched on and off of burst mining.

BURST, your C:\urrency
Follow us on https://twitter.com/burstcoin_dev
rollingMyCar
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
November 30, 2014, 06:18:28 PM
 #15378

anyone can tell us if uray's pool SG is fixed?

thanks...
MamaGoose
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
November 30, 2014, 06:27:58 PM
 #15379

no payments from koko's pool [http://cryptomining.farm/] since 30/11/2014 13:31:18.

all ok?



MamaGoose
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
November 30, 2014, 06:33:10 PM
 #15380

Can someon think about burst-coin casino? I really want play texas holdem poker for burst Smiley

i will like something like plinko game or Spin game...

i would like to try to implement this..
but i need some help on how to implement ingoing/outgoing transaction...

where can i found some documentation about it???

The Api is almost identical (minus a few calls plus the rewardassignment) to the nxt one, so look here for the documention : http://wiki.nxtcrypto.org/wiki/Nxt_API

if you use the search on that wiki, search "nxt api" and it will appear in a few other languages other than english, secondly to test these calls on a wallet (you have on your pc) use the api test page like so :

http://127.0.0.1:8125/test

this will show all the api functions the wallet can do, some of the calls require a post request over a get so here are some functions in php I have used :

Code:
<?php
function json_http_get_curl($url) {
    
$ch curl_init();
    
curl_setopt($chCURLOPT_HTTPHEADERS, array('Content-Type: application/json'));
    
curl_setopt($chCURLOPT_URL$url);
    
curl_setopt($chCURLOPT_RETURNTRANSFER1);
    
$r curl_exec($ch);
    
curl_close($ch);
    return 
json_decode($rtrue);
}
function 
json_http_post_curl($url) {
    
$ch curl_init();
    
curl_setopt($chCURLOPT_HTTPHEADERS, array('Content-Type: application/json'));
    
curl_setopt($chCURLOPT_URL$url);
    
curl_setopt($chCURLOPT_RETURNTRANSFER1);
    
curl_setopt($chCURLOPT_POST1);
    
$r curl_exec($ch);
    
curl_close($ch);
    return 
json_decode($rtrue);
}
function 
json_http_get($url) {
    
$r file_get_contents($url);
    return 
json_decode($rtrue);
}

$buf = array();
$buf[0] = json_http_get_curl('http://127.0.0.1:8125/burst?requestType=getMiningInfo');
$buf[1] = json_http_get('http://127.0.0.1:8125/burst?requestType=getMiningInfo');
$buf[2] = json_http_post_curl('http://127.0.0.1:8125/burst?requestType=getAccount&accountid=ACCOUNT_ID'); // replace account_id with numerical id.

var_dump($buf);

unset(
$buf);
exit();
?>


Hope that helps anyone Smiley

sorry but i read you just now!!!

i do not know about test page in local wallett"""
this is grat!!!

i give you my best regards!!!

thank you.

maybe can i disturb you with PM if a need more answer???

thanks again!!!

Pages: « 1 ... 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 [769] 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 ... 1315 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!