Bitcoin Forum
March 19, 2024, 09:22:41 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170574 times)
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 12, 2014, 11:38:17 PM
 #881

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?
1710840161
Hero Member
*
Offline Offline

Posts: 1710840161

View Profile Personal Message (Offline)

Ignore
1710840161
Reply with quote  #2

1710840161
Report to moderator
1710840161
Hero Member
*
Offline Offline

Posts: 1710840161

View Profile Personal Message (Offline)

Ignore
1710840161
Reply with quote  #2

1710840161
Report to moderator
1710840161
Hero Member
*
Offline Offline

Posts: 1710840161

View Profile Personal Message (Offline)

Ignore
1710840161
Reply with quote  #2

1710840161
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.
1710840161
Hero Member
*
Offline Offline

Posts: 1710840161

View Profile Personal Message (Offline)

Ignore
1710840161
Reply with quote  #2

1710840161
Report to moderator
1710840161
Hero Member
*
Offline Offline

Posts: 1710840161

View Profile Personal Message (Offline)

Ignore
1710840161
Reply with quote  #2

1710840161
Report to moderator
luxe
Sr. Member
****
Offline Offline

Activity: 257
Merit: 255


View Profile
August 12, 2014, 11:43:19 PM
 #882

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?

yes seams to work ... for win just use e.g.
Code:
mklink /h link target
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 12, 2014, 11:50:39 PM
 #883

Found my First Block after 3h on my 30GB test plot. Smiley
Now I'm going to create more plots.

How long can i mine on one plot?

What size hdd did you do that on? What is your run generate bat command line conf?



My 36gb test plot its on my ssd with
-Xmx2000m 0 140625 1024 2
My next plot run on my HDD with 1TB free volume.
 -Xmx1500m  0 512000 1024 2

But i have no idea how long i can mine on the plots.

I have idea either how long you can mine on the plots or if they just get written over to mine again.

What's the -Xmx####m used for? What does a lower/higher value effect mining?

My miner runs with -Xmx750. I think the Miner is primarily dependent RAM?

The Xmx is heap size. Basically what it means is that the java VM that is created always allocates that much space. It doesn't necessarily use it but it reserves it.

I am only slightly familiar with heap so please correct me on the definition if I am wrong.

Oh ok, so that's flag to set the system ram to be allocate to JVM. So, kind of like caching for JVM just in case the app need more ram to run it.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 12, 2014, 11:51:06 PM
 #884

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?

yes seams to work ... for win just use e.g.
Code:
mklink /h link target

i have different stagger value between my plot files, will it work too ?

Code:
-rw-rw-r-- 1 ubuntu ubuntu 90664075264 Aug 12 23:29 16050713509424738513_0_400000_256
lrwxrwxrwx 1 ubuntu ubuntu          62 Aug 12 23:28 16050713509424738513_400000_3915776_4096 -> ..

* notice _256 and _4096
neite99
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
August 12, 2014, 11:52:00 PM
 #885

Found my First Block after 3h on my 30GB test plot. Smiley
Now I'm going to create more plots.

How long can i mine on one plot?

What size hdd did you do that on? What is your run generate bat command line conf?



My 36gb test plot its on my ssd with
-Xmx2000m 0 140625 1024 2
My next plot run on my HDD with 1TB free volume.
 -Xmx1500m  0 512000 1024 2

But i have no idea how long i can mine on the plots.

I have idea either how long you can mine on the plots or if they just get written over to mine again.

What's the -Xmx####m used for? What does a lower/higher value effect mining?

My miner runs with -Xmx750. I think the Miner is primarily dependent RAM?

The Xmx is heap size. Basically what it means is that the java VM that is created always allocates that much space. It doesn't necessarily use it but it reserves it.

I am only slightly familiar with heap so please correct me on the definition if I am wrong.

Oh ok, so that flag set the system ram to be allocate to JVM. So, kind of like caching for JVM just in case the app need more ram to run it.

Yes. Its slightly more complex with garbage collection and such but that is the basic explanation
neite99
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
August 12, 2014, 11:53:10 PM
 #886

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?

yes seams to work ... for win just use e.g.
Code:
mklink /h link target

i have different stagger value between my plot files, will it work too ?

Code:
-rw-rw-r-- 1 ubuntu ubuntu 90664075264 Aug 12 23:29 xxxxxxxxxxxxx_0_400000_256
lrwxrwxrwx 1 ubuntu ubuntu          62 Aug 12 23:28 xxxxxxxxxxxxxxxxx_400000_3915776_4096 -> ..

* notice _256 and _4096

You just showed your private address. Better redo that part before you commit to building the plots

or hurry and delete the post so people don't see it.
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 12, 2014, 11:53:40 PM
 #887


Nice template for the future logo. Maybe lighting, flame effects or 1's/0's digits would be cool to add to it....lol

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 13, 2014, 12:00:17 AM
 #888

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?

yes seams to work ... for win just use e.g.
Code:
mklink /h link target

i have different stagger value between my plot files, will it work too ?

Code:
-rw-rw-r-- 1 ubuntu ubuntu 90664075264 Aug 12 23:29 xxxxxxxxxxxxx_0_400000_256
lrwxrwxrwx 1 ubuntu ubuntu          62 Aug 12 23:28 xxxxxxxxxxxxxxxxx_400000_3915776_4096 -> ..

* notice _256 and _4096

You just showed your private address. Better redo that part before you commit to building the plots

or hurry and delete the post so people don't see it.

its public key :
Code:
16050713509424738513 == BURST-8E8K-WQ2F-ZDZ5-FQWHX
AnonymousEconomist
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Add me on Twitter! @AnonOnAMoose


View Profile
August 13, 2014, 12:06:18 AM
 #889

Want to buy 20 mil for 3 BTC

Add me on Twitter! @AnonOnAMoose
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
August 13, 2014, 12:09:48 AM
 #890

Deadline getting higher as we speak.
luxe
Sr. Member
****
Offline Offline

Activity: 257
Merit: 255


View Profile
August 13, 2014, 12:12:35 AM
 #891

Want to buy 20 mil for 3 BTC

only 7 mil out there ... maybe make an offer for 20k - 350k ... didn't see a wallet with more right now.
BurstBurst
Full Member
***
Offline Offline

Activity: 494
Merit: 100



View Profile
August 13, 2014, 12:16:54 AM
 #892

Pass .........
Want to buy 20 mil for 3 BTC
Depredation
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
August 13, 2014, 12:19:18 AM
 #893

Want to buy 20 mil for 3 BTC
That's 15 satoshis each...

                              ▄█▄         ▄█▄
                            ▄████▀      ▄████▀
                          ▄████▀      ▄████▀
                        ▄████▀      ▄████▀
                      ▄████▀      ▄████▀
                    ▄████▀      ▄████▀
 ▄█▄          ▄      ▀█▀      ▄████▀
▀████▄      ▄███▄           ▄████▀
  ▀████▄     ▀████▄       ▄████▀
    ▀████▄     ▀████▄   ▄████▀
      ▀████▄     ▀████▄████▀
        ▀████▄     ▀█████▀
          ▀█▀        ▀█▀
.verify.▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
▄  █▄
██ ███▄
██ ████
██ ████
██ ████
██ ████
██ ████
██ ████
▀█ ████
   ████
   ████
█▄ ▀███
███▄ ▀█
joe.sixer
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
August 13, 2014, 12:22:46 AM
 #894

Sellers/Buyers, are you using escrow? Anyone recommend a solid escrow service?
neite99
Sr. Member
****
Offline Offline

Activity: 560
Merit: 250



View Profile
August 13, 2014, 12:23:45 AM
 #895

has anybody tries to use symbolic link targetting plot file on different disk? does actually miner recognize this new plot file and use it ?

yes seams to work ... for win just use e.g.
Code:
mklink /h link target

i have different stagger value between my plot files, will it work too ?

Code:
-rw-rw-r-- 1 ubuntu ubuntu 90664075264 Aug 12 23:29 xxxxxxxxxxxxx_0_400000_256
lrwxrwxrwx 1 ubuntu ubuntu          62 Aug 12 23:28 xxxxxxxxxxxxxxxxx_400000_3915776_4096 -> ..

* notice _256 and _4096

You just showed your private address. Better redo that part before you commit to building the plots

or hurry and delete the post so people don't see it.

its public key :
Code:
16050713509424738513 == BURST-8E8K-WQ2F-ZDZ5-FQWHX

You win  Grin
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 13, 2014, 12:29:30 AM
 #896

Want to buy 20 mil for 3 BTC

LOL, you want to buy 2000 blocks ?
we are still at block 704 as we speak
AnonymousEconomist
Full Member
***
Offline Offline

Activity: 154
Merit: 100

Add me on Twitter! @AnonOnAMoose


View Profile
August 13, 2014, 12:34:42 AM
 #897

This coin isn't very profitable. The 2 billion cap, with my offer of 3 btc for 20k, makes the marketcap 300BTC

For a new coin, that is extremely high...


Add me on Twitter! @AnonOnAMoose
PeaMine
Hero Member
*****
Offline Offline

Activity: 979
Merit: 510



View Profile
August 13, 2014, 12:35:47 AM
 #898

In Linux, is there a way to have a single pocminer install have plots on different mounted drives?
Symlink would only allow redirect of the plots folder, but looking to use both the main drive and an external with a single install.

Datacenter Technician and Electrician.  If you have any questions feel free to ask me as I am generally bored looking at logs and happy to help during free time.
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 13, 2014, 12:36:54 AM
 #899

This coin isn't very profitable. The 2 billion cap, with my offer of 3 btc for 20k, makes the marketcap 300BTC

For a new coin, that is extremely high...



yeah, and this coin does not consume huge electricity, and HDD is cheap you can get 4TB for 200$
uray
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
August 13, 2014, 12:37:48 AM
 #900

In Linux, is there a way to have a single pocminer install have plots on different mounted drives?
Symlink would only allow redirect of the plots folder, but looking to use both the main drive and an external with a single install.

why dont u just symlink the plot file instead of plots folder?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 [45] 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 ... 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!