Bitcoin Forum
May 05, 2024, 01:22:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 18, 2014, 02:37:35 PM
how can i mine this?? (mac)

Java tools should work out of the box. I've also hacked dcct-tools to work on Mac (contains much faster plotter):
https://github.com/r-majere/mjminer.git

Also working on my own miner rewritten from scratch which will support Mac, but it's a few weeks until completion.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 17, 2014, 02:18:06 AM
On a side note, cryo's newest GPU plotter creates optimized plots if using the direct writing option.  Don't freak out if the progress stays at 0% for a while because it will start updating the progress once the plot file size reaches the output size.  Cryo will probably fix this in a future update once he bases the initial progress meter on the size of the file before basing the meter on the number of scoops plotted *hint hint to cryo.

I browsed the source code, but did not find where the file is preallocated. Wouldn't it introduce a huge fragmentation? Could anyone compare with a file plotted sequentially?
For ext4 filesystem:

e4defrag -c filename
shows real & ideal fragmentation values,

xfs_io -f -c "fiemap -v" filename
shows where exactly blocks are located.

Btw, from my experiments with dcct's plotter, calling fallocate or posix_allocate before writing to file sequentially produces worse results than simply writing to file given that the disk was initially empty...
Moving the file to another disk and back fixes the fragmentation.

ps. I'm using Ubuntu 14 LTS.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 16, 2014, 08:59:08 PM
But pool pays only for last 2000 deadlines when it find block (PPLNS).

How is the window size (2000) calculated on dev2 pool? I couldn't find any info about this.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 16, 2014, 09:53:15 AM
Perhaps I've misunderstood how dev's pool2 works, but I was under the impression that it counts all deadlines under 200k sec and that you get payments relative the number of valid shares you have sub-200k, not for your best deadline. That's why I asked.
Can someone, perhaps burstcoin, clarify how it's designed...?

That is correct. It needs all deadlines below target deadline.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 14, 2014, 07:42:16 AM
i will give the pool from cryptomining now a try.

My Stats at the moment

30TB Plots, all Optimized.

24h on Uray US pool: 7800 Burst
24h on Urays SG poll: 6200 Burst

now just switched to cryptomining. more tomorrow.

so again 24h are over.

got from crytoming within 24h 5800 Burst.

Could you try dev2 pool for completeness? Smiley
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 13, 2014, 10:29:46 PM
I've changed it and gone with a sting of words of my choosing so hopefully all good now.  Will keep the wallet balance low by dumping to an exchange where hopefully the coins will be safer (Hmmmmm)

OK, I'm back now with a wallet that actually confirms transactions and seemingly all set to mine at burst.ga but when I submit shares I get an error 'Passphrase does not match reward recipient'  I've changed the passphrase where needed and run dump_address to obtain a new account and updated the files.  Any idea where I've gone wrong?  I've done everything needed in the wallet also and it's all confirmed.

A password consisting only of words can be bruteforced by dictionary attack. Wink It's better to add some random characters to these words. It should be very long as well (36+ chars, maybe a few times longer as it's not ideally random).

Storing coins on exchange is bad bad bad idea. It's better to store them on a separate dedicated wallet (make sure it's secured by making at least one outgoing transaction).

Passphrase is not needed for mining on pool. Also, a special version of miner is needed. Delete the file containing passphrase from miner's folder, it's not needed. I assume you've set the pool's address in solo miner's settings and the passhprase was sent to the pool. If that's the case, the passphrase is now compromised.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 13, 2014, 04:35:32 PM
I've just hammered the keyboard with random shift key presses and generated a very long string of characters that can't possibly be related to any language Smiley  That should do it LOL

Alas, some miners don't escape the passhprase properly when solo-mining. I've runned into this when my passphrase contained some garbage chars. This can be easily patched though.

Btw, until at least one outgoing transaction is made, wallet is mineable! Don't send money to newly created wallet.
What was your previous passphrase btw?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 13, 2014, 01:33:22 AM
Uray, is the burstcoin.io web wallet as secure to use remotely as my local web wallet is?  I would love to check my wallet while on the road away from my local computer with this but I never saw a solid answer to whether this is secure enough for my wallet password.

Thanks...

It's less secure than using a local wallet, even if you trust website owner and SSL is setup properly etc. The website can be hacked, and it's more likely to become a target of hackers once becoming popular. If you only want to check the balance, this can be done without submitting the passphrase.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 12, 2014, 09:03:23 PM
I'm thinking of mining Burst. I have a 4tb WD cloud network drive. Can this drive be used, or do I need a regular HDD right off the MB?
I've tried searching, but 748 pages is a long read.
Thanks Smiley

It doesn't matter where the files are stored if they can be read fast enough. For 4 tb you'll need to read approximately 1 gb per block.
If read speed is 10 mb/s, files will be read in ~100 s. As many blocks are found faster than that, miner will be able to use only part of plotted space on these short blocks.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 11, 2014, 08:49:20 AM
Just got home and nothing in the wallet Sad  If public key isn't needed for the first deposit then why hasn't it come through?  I guess it's lost....  Not very happy with this coin so far!  Even nothing from the faucet!

Could you check if passphrase is giving the same BURST-... id you used on faucet & exchange?
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 11, 2014, 07:51:20 AM
Thanks.  I did contact Poloniex support and they said 'Sorry, can't help, transaction already on the blockchain'.

Just tried the faucet and it didn't have any public key entry either.  I'll see if I have any Burst when I get home.  If I do have some does that mean the first deposit is done and I can continue as normal with Poloniex etc?

No public key needed for burst.

Oh that's right.. forgot about that. Public key does unlock things but not needed for normal transactions. Nice Smiley

OK, so the coin should come through Smiley  Maybe the message should be removed from the Burst Wallet then!

Yeah, it should Cheesy

Are you sure? I thought that the account is protected only by a 64-bit hash and is mineable until first outgoing transaction is made / public key appears on the network, like in NXT. Then it will become 256-bit hash which cannot be bruteforced in reasonable time. Setting reward recipient is also outgoing transaction btw. AFAIK this was made on purpose to allow retrieving early accounts in NXT. Probably not needed in Burst, but Burst inherited this. So, coins transferred to account without a public key should arrive, but the account should be secured as soon as possible.

This is how I understand it, is it correct?
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: what is this? on: November 11, 2014, 12:40:06 AM
http://burstcoin.eu/address/5810532812037266198

some address seem to accumulate a lot of burst right now.

What is this exactly?

somebody stealing money using hacked passphrases?

or is it legit?

hah! probably an exchange!

Seems so, search the same address with NXT- prefix. A lot more transactions. Smiley
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 10, 2014, 08:59:53 PM
m3 but why are you wasting your time with an ass like timk225.
are months that are throwing shit on burstcoin .... I do not know why ... but he's doing it .. certainly not me ...
I know the real value of burstcoin ... and the words of timk225 not scare me.

Not only burstcoin, he copy-pasted the same message in other coin thread. Just trolling I guess.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 10, 2014, 08:56:30 PM
How large are plots?  I thought the idea was they were hundreds of GB large.. but first post seems to indicate 262144 bytes?  I was thinking plots were something like 200 GB.. large plots would be good for ASIC resistance.. and could probably be used to lure over some litecoiners who recently lose that advantage.  I would target devs or various coins and people who have made a difference first instead of just announcing it to the community as a whole though.

Plot is 256kb. Every block a random portion of plot (1/4096) is used for mining (I'm simplifying things a bit).
The more plots you have the more chances of finding the best deadline. Generating plots 'on the fly' is very CPU-intensive, so the coin is ASIC-resistant.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 09, 2014, 05:03:26 PM
Does the stagger size affect the mining speed in any way?

It affects the amount of seeking = HDD lifetime.
Also, lots of seeking leads to slower reading of files, may miss shorter blocks with small stagger.
Treat stagger as "how many subfiles this file consists of".
10 files with ideal stagger (file size==stagger size) roughly equals 1 file with stagger 1/10 of filesize.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 09, 2014, 03:38:51 PM
why would a 1 nonce gap matter?

It doesn't matter, but it's easier to count this way.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 09, 2014, 02:06:37 PM
I have a question. If I have 2 different HD and on the first one my plot is XXX_1_800000_1000, on my second drive, can the plot look the same as on HD1 or do I have to do a plot from nonce 800001?
Thanks!

Plot from nonce 800000, not 800001. That would create a 1-nonce gap. 800000 is nonce count, not end nonce.
Also, I suggest using a higher stagger, 1000 will result in a lot of seeking.

UPD:
didn't notice start nonce is 1. I'd use something like:

XXX_0_800000_40000
XXX_800000_800000_40000
XXX_1600000_800000_40000
etc
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 07, 2014, 01:02:12 AM
how do you make it with ur own password , and not the one they give you ?

There's a link at the bottom of page, or simply specify that you're returning user and enter another passphrase.
Do not use these pre-generated words.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 07, 2014, 01:00:56 AM
i think there is a hacker that is stealing ppl burst coin

BURST-FRNC-8G44-FNQP-AEQFS

not my wallet but now my account is empty


can you change ur wallet password or not

Googled it up and this account was already active on Aug 26. Could be a trojan in one of the first third-party binaries. Sad
Which software were you using?

No, password cannot be changed. You'll have to create a new wallet and replot.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient HDD Mining | New version 1.1.5 on: November 06, 2014, 08:32:07 AM
Anyone figure out what happened with all those people getting hacked?  Anyone figure out what happened?

No ideas. Sad

So my rig is almost ready..

I just need to know how I plot on multiple harddrives.

I have 6 1TB disks in my computer that is ready for mining, but I have no idea on how to get started with plotting each of them.

Can someone help???

If you're on Windows, download Janror's cpu plotter. Choose plots ranges so they don't overlap.
Choose stagger depending on available memory, the higher the better.
For example, having 16 gb memory I've plotted 1 tb hdd with the following params:
plot size 400000 (100 gb per file), stagger 40000 (10 gb per chunk)   - this requires ~10 gb ram during plotting

file #1: start nonce 0, plot size 400000, stagger 40000
file #2: start nonce 400000, plot size 400000, stagger 40000
file #3: start nonce 800000, plot size 400000, stagger 40000
and so on
file #9: start nonce 3200000, plot size 400000, stagger 40000
and to fill the remaining 50 gb:
file #10: start nonce 3600000, plot size 200000, stagger 40000

Next HDD will start from nonce 3800000.

Size may vary a bit depending on HDD manufacturer. You might need to adjust the last file size.

Plot size must be a multiple of stagger.

There's also plot file optimizer which can make the stagger equal file size after plotting.
If you use closed-source tools make sure to send the coins often to another wallet which you never store on the PC where you've runned these tools.
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!