Bitcoin Forum
May 08, 2024, 11:09:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 [1262] 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170603 times)
Callahan
Full Member
***
Offline Offline

Activity: 225
Merit: 100



View Profile
June 15, 2017, 12:05:37 AM
 #25221

why are there 2 threads?

Be careful.
1715166570
Hero Member
*
Offline Offline

Posts: 1715166570

View Profile Personal Message (Offline)

Ignore
1715166570
Reply with quote  #2

1715166570
Report to moderator
1715166570
Hero Member
*
Offline Offline

Posts: 1715166570

View Profile Personal Message (Offline)

Ignore
1715166570
Reply with quote  #2

1715166570
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715166570
Hero Member
*
Offline Offline

Posts: 1715166570

View Profile Personal Message (Offline)

Ignore
1715166570
Reply with quote  #2

1715166570
Report to moderator
1715166570
Hero Member
*
Offline Offline

Posts: 1715166570

View Profile Personal Message (Offline)

Ignore
1715166570
Reply with quote  #2

1715166570
Report to moderator
Baryom
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 578


Bitsler's Admin and Bitsler's rules btslr.co/2612K


View Profile WWW
June 15, 2017, 01:36:29 AM
 #25222

Hello,

The BURST is now available on our casino : www.bitsler.com

Cheers,

david123
Legendary
*
Offline Offline

Activity: 1022
Merit: 1004


View Profile
June 15, 2017, 12:08:25 PM
 #25223

Hi guys, I have a question. The background is rather theoretical, but maybe
you Burst-miners can help.

I have a dataset of 32 byte words and want to apply Shabal to each word.
To be clear, there are no "Shabal-rounds" anywhere, I want to apply Shabal
to independent pieces of data:
(x_1, x_2, ....) |-> (Shabal(x_1), Shabal(x_2), ....)
(Each x_i is a 32 byte word).
If I have a GPU at hand, I guess one could parallelize this: Divide the dataset
into N words, load them into GPU memory and let some opencl implementation
of Shabal do the work.

My question:
1. What is the optimal N? (I guess, depends on GPU.. But just some number of
some reasonable GPU would be great) Can such an optimal N be easily calculated
from some GPU data (i.e. N = # of shaders / memory, or another formula, I'm
clueless sorry  Cheesy )
2. What speed can I achieve? I.e., how many segments (I call such a cluster
consisting of N 32-byte-words "a segment", hope that's not conflicting notation).
Or, put differently, if I optimize my parallelization, and given that my dataset is
quickly available, how many Shabal-computations can I expect.

I turn to this thread because this is, if I'm not wrong, basically the task
a GPU Burst miner performs. So, put again differently, my question is:
Assume your plots lie in main memory or SSD (I just want to take HDD
speed out of the equation), how many nonces can a GPU process per
second?

Thanks!
JohnBitCo
Sr. Member
****
Offline Offline

Activity: 2030
Merit: 356


View Profile
June 15, 2017, 06:42:24 PM
 #25224

Then, when the mining part comes, that is test day and you just have to look at the test questions and find the answer in the list you have stored on the hard drive.  This is nowhere near the reality of Burstcoin, but the plotting is where the GPU would do its job. 
rico666
Legendary
*
Offline Offline

Activity: 1120
Merit: 1037


฿ → ∞


View Profile WWW
June 15, 2017, 08:40:51 PM
 #25225

Just improved Linux/OSX plotter to produce fully optimized plots of any size on any RAM size, just specify option -m 0

You can try it from here: https://github.com/k06a/mjminer/tree/feature/file-mapping

Pull Request: https://github.com/r-majere/mjminer/pull/3

Nope.

Code:
gcc -D LINUX -O2 -Wall -D_FILE_OFFSET_BITS=64 -o plot plot.c helper.o -lpthread -std=gnu99 
/tmp/cc9MPJHq.o: In function `mnonce':
plot.c:(.text+0x346): undefined reference to `sse4_mshabal_init'
plot.c:(.text+0x387): undefined reference to `sse4_mshabal'
plot.c:(.text+0x3a6): undefined reference to `sse4_mshabal_close'
plot.c:(.text+0x3c5): undefined reference to `sse4_mshabal_init'
plot.c:(.text+0x3f3): undefined reference to `sse4_mshabal'
plot.c:(.text+0x427): undefined reference to `sse4_mshabal_close'
/tmp/cc9MPJHq.o: In function `nonce':
plot.c:(.text+0x6bf): undefined reference to `shabal_init'
plot.c:(.text+0x6e4): undefined reference to `shabal'
plot.c:(.text+0x6f5): undefined reference to `shabal_close'
plot.c:(.text+0x709): undefined reference to `shabal_init'
plot.c:(.text+0x71b): undefined reference to `shabal'
plot.c:(.text+0x72c): undefined reference to `shabal_close'
collect2: error: ld returned 1 exit status
make: *** [Makefile:44: plot] Error 1

Trying to compile this on an old Nehalem Xeon. No luck so far, AFAICS you hard-coded-assume the SSE4 capability to be present.

It's a pitty, especially on the older/weaker machines I'd like to not have to go 2-pass over the plot file.

all non self-referential signatures except mine are lame ... oh wait ...   ·  LBC Thread (News)  ·  Past BURST Activities
rendravolt
Hero Member
*****
Offline Offline

Activity: 2030
Merit: 520


Leading Crypto Sports Betting & Casino Platform


View Profile
June 15, 2017, 08:55:46 PM
 #25226

Hello,

The BURST is now available on our casino : www.bitsler.com

Cheers,

Good news, perfect for casino players.

..Stake.com..   ▄████████████████████████████████████▄
   ██ ▄▄▄▄▄▄▄▄▄▄            ▄▄▄▄▄▄▄▄▄▄ ██  ▄████▄
   ██ ▀▀▀▀▀▀▀▀▀▀ ██████████ ▀▀▀▀▀▀▀▀▀▀ ██  ██████
   ██ ██████████ ██      ██ ██████████ ██   ▀██▀
   ██ ██      ██ ██████  ██ ██      ██ ██    ██
   ██ ██████  ██ █████  ███ ██████  ██ ████▄ ██
   ██ █████  ███ ████  ████ █████  ███ ████████
   ██ ████  ████ ██████████ ████  ████ ████▀
   ██ ██████████ ▄▄▄▄▄▄▄▄▄▄ ██████████ ██
   ██            ▀▀▀▀▀▀▀▀▀▀            ██ 
   ▀█████████▀ ▄████████████▄ ▀█████████▀
  ▄▄▄▄▄▄▄▄▄▄▄▄███  ██  ██  ███▄▄▄▄▄▄▄▄▄▄▄▄
 ██████████████████████████████████████████
▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄
█  ▄▀▄             █▀▀█▀▄▄
█  █▀█             █  ▐  ▐▌
█       ▄██▄       █  ▌  █
█     ▄██████▄     █  ▌ ▐▌
█    ██████████    █ ▐  █
█   ▐██████████▌   █ ▐ ▐▌
█    ▀▀██████▀▀    █ ▌ █
█     ▄▄▄██▄▄▄     █ ▌▐▌
█                  █▐ █
█                  █▐▐▌
█                  █▐█
▀▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▀█
▄▄█████████▄▄
▄██▀▀▀▀█████▀▀▀▀██▄
▄█▀       ▐█▌       ▀█▄
██         ▐█▌         ██
████▄     ▄█████▄     ▄████
████████▄███████████▄████████
███▀    █████████████    ▀███
██       ███████████       ██
▀█▄       █████████       ▄█▀
▀█▄    ▄██▀▀▀▀▀▀▀██▄  ▄▄▄█▀
▀███████         ███████▀
▀█████▄       ▄█████▀
▀▀▀███▄▄▄███▀▀▀
..PLAY NOW..
cluit
Legendary
*
Offline Offline

Activity: 1176
Merit: 1016



View Profile
June 15, 2017, 10:23:14 PM
 #25227

Then, when the mining part comes, that is test day and you just have to look at the test questions and find the answer in the list you have stored on the hard drive.  This is nowhere near the reality of Burstcoin, but the plotting is where the GPU would do its job. 


There is a Java based miner that can use the GPU to read the plots fastest, but there is little strain put on the GPU from what I have seen.  This speed is really only needed in the cases where another miner gets the DL on the head within the first few seconds, if the block is solved that quick and your miner has not been able to find, send and get a confirmation on its DL, then you would lose out on that block, not something that happens very often. 
 
klf
Legendary
*
Offline Offline

Activity: 1344
Merit: 1000


View Profile
June 16, 2017, 07:02:14 AM
 #25228

Hello,

The BURST is now available on our casino : www.bitsler.com

Cheers,

Good news, perfect for casino players.

Since now bitcoins has become so expensive now for normal gamblers it is quite hard to play with bitcoins. Burst can be easily mined and prices are also low so many gamblers can start gambling with this coin. Also, bitsler is one of the best and trusted site gamble and it has a lot of players. By including this coin to gamble will boost the burst coin market value.
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
June 16, 2017, 10:35:22 AM
 #25229

Hello,

The BURST is now available on our casino : www.bitsler.com

Cheers,

we need to spread this to all social media.
can you plz do a link to twitter and other socials so we can retweet and spread the news?

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
HITTI2
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500



View Profile
June 16, 2017, 12:56:47 PM
 #25230


What is your HDD capacity? Pool? How long did it take?

6tb 2min ghost block.

Win7x64 Pro, Acer XB240H, Corsair Obsidian 750D Black,DEMCifilter Corsair Obsidian 750D Dust Filter Kit,Delidded i7-3770K OC'd@4.5GHz, F3-12800CL8D-8GBXM, MSI GeForce GTX 960 2GD5, ASUS Xonar D1, Vantec UGT-ST644R, ASRock Z75 Pro3, EVGA SuperNOVA 750 G2 PSU, EK-KIT L240, 2 x NF-A14-FLX Fans, 2 x Samsung 840 Pro 128GB RAID 0 32KB strip, WD Re WD1003FBYZ 1TB,2TB HGST/Hitachi (HUA723020ALA641),2 x HGST A7K3000 HUA723030ALA640 3 TB, Vertex II 60GB,Samsung SH-S223L.
sevenseals
Full Member
***
Offline Offline

Activity: 167
Merit: 100



View Profile
June 16, 2017, 03:39:05 PM
 #25231

Hello, I'm relative new with burstcoin. I just wonder that most miner have reading rates of 300MB/s. I have only 30MB/s. does anyone have an idea why it is so slow? i have 2 x 8tb (Seagate Archive HDD SATA III 8TB), both in a usb3 hdd docking station connected on a usb3 on my notebook.

I want to use my notebook because it has very low enrgy consumption. is there a faster setup for it?

regards, eric
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
June 16, 2017, 07:52:22 PM
 #25232

Hello, I'm relative new with burstcoin. I just wonder that most miner have reading rates of 300MB/s. I have only 30MB/s. does anyone have an idea why it is so slow? i have 2 x 8tb (Seagate Archive HDD SATA III 8TB), both in a usb3 hdd docking station connected on a usb3 on my notebook.

I want to use my notebook because it has very low enrgy consumption. is there a faster setup for it?

regards, eric

what about you miner.conf???
how are you reading your plots directory??
are you reading in parallel whit all the threads available??

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
cyberspacemonkey
Legendary
*
Offline Offline

Activity: 1288
Merit: 1002


View Profile
June 16, 2017, 08:01:22 PM
 #25233

Hello, I'm relative new with burstcoin. I just wonder that most miner have reading rates of 300MB/s. I have only 30MB/s. does anyone have an idea why it is so slow? i have 2 x 8tb (Seagate Archive HDD SATA III 8TB), both in a usb3 hdd docking station connected on a usb3 on my notebook.

I want to use my notebook because it has very low enrgy consumption. is there a faster setup for it?

regards, eric

I use Blago's miner and it's the best. You can also try a GPU miner but this just changes the speed in which your nonces are read but your deadlines remain the same, it does not mean you will get more Burst, for that you need more hard drive space.
HITTI2
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500



View Profile
June 17, 2017, 12:15:44 AM
 #25234

Added another 3tb.


Win7x64 Pro, Acer XB240H, Corsair Obsidian 750D Black,DEMCifilter Corsair Obsidian 750D Dust Filter Kit,Delidded i7-3770K OC'd@4.5GHz, F3-12800CL8D-8GBXM, MSI GeForce GTX 960 2GD5, ASUS Xonar D1, Vantec UGT-ST644R, ASRock Z75 Pro3, EVGA SuperNOVA 750 G2 PSU, EK-KIT L240, 2 x NF-A14-FLX Fans, 2 x Samsung 840 Pro 128GB RAID 0 32KB strip, WD Re WD1003FBYZ 1TB,2TB HGST/Hitachi (HUA723020ALA641),2 x HGST A7K3000 HUA723030ALA640 3 TB, Vertex II 60GB,Samsung SH-S223L.
HITTI2
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500



View Profile
June 18, 2017, 10:16:17 PM
 #25235

My very first forged mined block.


Win7x64 Pro, Acer XB240H, Corsair Obsidian 750D Black,DEMCifilter Corsair Obsidian 750D Dust Filter Kit,Delidded i7-3770K OC'd@4.5GHz, F3-12800CL8D-8GBXM, MSI GeForce GTX 960 2GD5, ASUS Xonar D1, Vantec UGT-ST644R, ASRock Z75 Pro3, EVGA SuperNOVA 750 G2 PSU, EK-KIT L240, 2 x NF-A14-FLX Fans, 2 x Samsung 840 Pro 128GB RAID 0 32KB strip, WD Re WD1003FBYZ 1TB,2TB HGST/Hitachi (HUA723020ALA641),2 x HGST A7K3000 HUA723030ALA640 3 TB, Vertex II 60GB,Samsung SH-S223L.
tnfsmith
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
June 19, 2017, 01:37:53 AM
 #25236

 Wink Sorry for stupid question. If I want to invest on HDD to mining Burst at this time. Does it late? Any future or equip return after done volume of Bust mined. How long Burst will be mining done?
Thanks  Grin  Grin
Bfljosh
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Skol!


View Profile
June 19, 2017, 01:39:19 AM
 #25237

Wink Sorry for stupid question. If I want to invest on HDD to mining Burst at this time. Does it late? Any future or equip return after done volume of Bust mined. How long Burst will be mining done?
Thanks  Grin  Grin

Go all in sell your house.
tnfsmith
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
June 19, 2017, 01:46:24 AM
 #25238

Wink Sorry for stupid question. If I want to invest on HDD to mining Burst at this time. Does it late? Any future or equip return after done volume of Bust mined. How long Burst will be mining done?
Thanks  Grin  Grin

Go all in sell your house.
Are you kidding to me Cheesy Cheesy
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
June 19, 2017, 08:59:06 AM
 #25239

Wink Sorry for stupid question. If I want to invest on HDD to mining Burst at this time. Does it late? Any future or equip return after done volume of Bust mined. How long Burst will be mining done?
Thanks  Grin  Grin

it's never too late because if burst goes to 60000 sat, you can speed up your roi!!!
to get some forecast about your ROI DATE, plz check here:
http://burstcoin.biz/calculator
good luck!

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
HITTI2
Hero Member
*****
Offline Offline

Activity: 563
Merit: 500



View Profile
June 19, 2017, 01:34:37 PM
 #25240

I just hit a 135burst!!!


Win7x64 Pro, Acer XB240H, Corsair Obsidian 750D Black,DEMCifilter Corsair Obsidian 750D Dust Filter Kit,Delidded i7-3770K OC'd@4.5GHz, F3-12800CL8D-8GBXM, MSI GeForce GTX 960 2GD5, ASUS Xonar D1, Vantec UGT-ST644R, ASRock Z75 Pro3, EVGA SuperNOVA 750 G2 PSU, EK-KIT L240, 2 x NF-A14-FLX Fans, 2 x Samsung 840 Pro 128GB RAID 0 32KB strip, WD Re WD1003FBYZ 1TB,2TB HGST/Hitachi (HUA723020ALA641),2 x HGST A7K3000 HUA723030ALA640 3 TB, Vertex II 60GB,Samsung SH-S223L.
Pages: « 1 ... 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 [1262] 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 ... 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!