Bitcoin Forum
May 25, 2024, 02:11:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.3 on: September 29, 2014, 06:06:39 AM
i seem to be having a hard time withdrawing my coins from C CEX.

anyone having this issue?

No problems here.
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PND]Pandacoin | Cryptocurrency for the masses | Easy to use, buy, mine and understand | on: September 26, 2014, 10:57:15 PM
I've just added Pandacoin to my blockchain-explorer:

https://bchain.info/PND/
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XMG]Magi | 1st PoS-II | Fair Distr | Tor | M7M CPU only |New block reward on: September 26, 2014, 04:34:27 PM
Maybe you want a block-explorer?

https://bchain.info/XMG/
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 12:34:17 AM
Code:
./optimize plots/1234567890_0_100000_1000

Or process your whole plot directory:

Code:
./optimize plots/*

You can limit the memory usage, for example to 1GB:

Code:
./optimize -m 1G plots/*

It will replace your plot files with optimized ones.

This does not work for incomplete plotfiles.
How to point another dir to put optimized files, for example if HDD is full and no space for new file?
Previous version worked with current dir..

Not possible at the moment.
145  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 12:12:03 AM
And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

Where's the link for the download please?

https://bchain.info/dcct_miner.tgz

inside "bin"
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 19, 2014, 12:09:28 AM
And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".

hi dcct,
do i need re- optimize again my plot which previously already optimize used your merge.exe?

No, it cant be optimized further.
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 11:49:23 PM
38s was the winning deadline :-) Compare the block times in your wallet
38s was block 13743.
126s is block 13742.

Oh of cause. Must have mixed them up.
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 11:27:42 PM
What's an easy way to find the delay which won block 13742?  http://burst.cryptoport.io/blk/13742 is not displaying anything.  (I got 97s, and I want to see what beat me. :-)

38s was the winning deadline :-) Compare the block times in your wallet
149  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 11:20:33 PM
And where this new version of dcct merge for windows? )

+1 on this


The windows-binary "optimize.exe" is now included in the archive. Look in "bin".
150  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 10:14:13 PM
We could use raxe.io to create a burst market, escrow and all.  But its about $7500
And who will be in "charge" of this? Smiley And do you really think that people who now complaining will give some money to help.. Sad

"some" - of cause. But $7500 is not "some"!
151  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 09:14:53 PM
If you created your plots with a small stagger size, processing them takes a long time. You might miss your deadline if its found too late!The utility optimizes your already created files making them a lot faster to read.

Is there any difference  with 3072 stagger size and 100000 stagger size? How much time will it take to read 3 Tb with 3072 stagger size and 100000 stagger size?

There is a huge difference! 100k stagger with 3TB is ~1s for seeking, 3072 is >30s.
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 08:38:49 PM
Great new version, thanks dcct!  Cheesy

The optimizing tool, is it still restricted to 10 digit long nounces?

Thanks! Of cause not. All fixed  Wink
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 08:20:23 PM
I like to announce a new version of my Linux miner/plotter/plot optimizer:

https://bchain.info/dcct_miner.tgz
sha256: eca303c3f2fb46a698797eab707bcc927614cfdd135c8e17114b52a6c962d641

How to use it
Download and unpack it:
wget https://bchain.info/dcct_miner.tgz
tar -xvzf dcct_miner.tgz

Then compile it:
make

or if you use 32-bit Linux:
make linux32

If you really can't compile it use the ones in "bin".

Now you have 3 tools:

The C plotfile generator

This tool creates plotfiles. In simple mode use it like this:
Code:
./plot -k <public key> -d /path/to/storage

This will fill the entire disk with a single plot file using a random start nonce, 80% of available memory and max. threads.

Or specify:
Code:
./plot -k <public key> -s 100000 -n 500G -m 10G -t 3

for starting nonce 100000, 500GB plot size, 10GB memory usage and 3 threads.

The plot optimizer utility

The new version is a LOT faster!

If you created your plots with a small stagger size, processing them takes a long time. You might miss your deadline if its found too late!
The utility optimizes your already created files making them a lot faster to read.

How to use it?

Code:
./optimize plots/1234567890_0_100000_1000

Or process your whole plot directory:

Code:
./optimize plots/*

You can limit the memory usage, for example to 1GB:

Code:
./optimize -m 1G plots/*

It will replace your plot files with optimized ones.

This does not work for incomplete plotfiles.

The miner

You want to use your plotfiles to generate coins, this is where the miner is used.

For solo mining put your passphrase in a file called "passphrases.txt". It supports only one passphrase and uses the files first line.
Avoid spaces before/after your passphrase.

Then start the miner:

Code:
./mine <node ip> [<plot dir> <plot dir> ..]

For example:

Code:
./mine 127.0.0.1 /mnt/disk1/plots /home/user/plots /mnt/usb1/plots

Each directory is read by a separate thread. If you use multiple HDD's try to use one directory per HDD, this is fastest.

The miner creates some nice output:
Code:
2872 MB read/11488 GB total/deadline 50134s (49664s left)
New block 8674, basetarget 9388869
2872 MB read/11488 GB total/deadline 21573s (21476s left)
New block 8675, basetarget 9260523
2872 MB read/11488 GB total/deadline 3040s (2823s left)
New block 8676, basetarget 9461804
2872 MB read/11488 GB total/deadline 1122s (1018s left)
New block 8677, basetarget 9502439

When seconds left approach zero, you likely found a block.

Make sure to synchronize your clock! (ntpdate ...)

The miner also supports pool mining:
For uray's pool use:

Code:
./mine_uray.sh [<plot directory>]

For dev's pools (share based)

Code:
./mine_dev_v1.sh [<plot directory>]

or

Code:
./mine_dev_v2.sh [<plot directory>]
154  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 07:50:37 PM
I've created an advanced windows port of the dcct's-linux plotter:

Download: https://mega.co.nz/#!DgsWFIJA!H_D0Tg-Laxwp1yvccUwZG8uRx2jgz0IBTTZ91r0IfQA
Source: https://github.com/BurstTools/BurstSoftware

Improvements against the Java miner:

  • At least a 5 times better performance. With a Haswell CPUs up to 14 times.
  • Break and continue a plot a latter time. Please break only between writes.
  • Optional asynchronous mode for writing the plots in the background. Use twice as much RAM.
  • I have only access to Intel CPUs, so I don't know if it is working for AMD CPUs.
  • Setting lower priority class at start up to ease the impact for foreground applications (e.g. miner)

Usage: wplotgenerator <account id> <start nonce> <number of nonces> <stagger size> <threads> [/async]
         <account id> = your numeric acount id
         <start nonce> = where you want to start plotting, if this is your first HDD then set it to 0, other wise set it to your last hdd's <start nonce> + <number of nonces>
         <number of nonces> = how many nonces you want to plot - 200gb is about 800000 nonces
         <stagger size> = set it to 2x the amount of MB RAM your system has (with async 1x the RAM your system has)
         <threads> = How many CPU threads you want to utilise
       options:
         /async ... writing plots from a background-thread for best throughput (needs twice as much RAM)

PlotterCodepathCPUCodenameLogical processorsTotal average nonces per minuteAverage nonces per thread per minute
pocminer_v1JavaIntel(R) Xeon(R) CPU E5-1660 0 @ 3.30GHzSandy Bridge-EP/EX122'048170,67
wplotgeneratorSSE4Intel(R) Xeon(R) CPU E5405 @ 2.00GHzHarpertown42'411602,75
wplotgeneratorSSE4Dual Intel(R) Xeon(R) CPU X5650 @ 2.67GHzWestmere-EP2415'200633,33
wplotgeneratorAVXIntel(R) Xeon(R) CPU E5-1660 0 @ 3.30GHzSandy Bridge-EP/EX1215'1441'262,00
wplotgeneratorAVX2Intel(R) Core(TM) i5-4200M CPU @ 2.50GHzHaswell47'8301'957.50
wplotgeneratorAVX2Intel(R) Core(TM) i7-4790 CPU @ 3.60GHzHaswell820'2332'529.13

Please consider donating some of your newly mined Bursts to support further development: BURST-LNVN-5M4L-S9KP-H5AAC

Happy mining! Cool
Janror

This is great! I'll send you over some BURST.
155  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 06:45:53 PM
thanks, merge is indeed a misleading name, i thought at first that it merge two plots as well

I'll rename it to optimize in the new version
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 05:48:47 PM
Its crazy.  Remember the virus clone?  People jumped on it without a second thought.  I guarantee you many will jump on next clone.  Shit or not.

Yea, without even checking the source even once. Its that "ooh, something new, lets make quick money"-people. Let them go  Wink
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 05:35:44 PM
has anyone cloned burst yet?

No there has been no clone yet.

That clone would need some improvements to be successful.
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 05:11:44 PM
You cant though because they dont allow you to enter your 1 time public key - i just tried and get some JSON response error.

Just tested burstfaucet.com with a new account.  The error message is "{"errorCode":7,"errorDescription":"Not allowed"}"

Its balance is nonzero.

Looks like we need a new faucet Wink

159  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 03:50:23 PM
Hmm - so how is anyone actually meant to get coins to their wallet without mining please?

I downloaded the latest wallet 2 hours ago. ran it and waited for the blockchain to download. Created a new account via the automated password generator and login...

I enter the account id into Bittrex along with my first time public key into the message field - fails "invalid address". Tried again incase i messed up - i didnt. "invalid address". Tried again with the numeric id "invalid address"...
Purchased a mere 50 coins on Poloniex just so i can get the wallet properly running - cant withdraw from there as they dont even have a field for the public key...

WTF?

Im not new to NRS - ive used NXT for quiet some time with no issues - anyone know whats happening here? Not a good start if every user has issues like this...

Agreed. This is something that needs to be fixed.

You could also use the faucet to get some initial burst - and secure your address with it.
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BURST] Burst | Efficient POC Mining | New version 1.1.2 on: September 18, 2014, 03:40:45 PM
desperately trying to talk this coin down in price

Talking about yourself?  Roll Eyes

Time to stop the spam.


Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!