Skip to content

Commit

Permalink
update 0.3.9.3
Browse files Browse the repository at this point in the history
+ updated to newest jminer release
+ online wallets are changeable in /var/owallet
  • Loading branch information
daWallet committed Mar 21, 2017
1 parent 420312b commit e494481
Show file tree
Hide file tree
Showing 33 changed files with 329 additions and 376 deletions.
Binary file modified burstcoin-1.2.8/Burst_Wallet.exe
Binary file not shown.
1 change: 0 additions & 1 deletion burstcoin-1.2.8/burstcoin-jminer-0.4.8-RELEASE/run.bat

This file was deleted.

1 change: 0 additions & 1 deletion burstcoin-1.2.8/burstcoin-jminer-0.4.8-RELEASE/run.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ This file has to be in the miner directory (same folder as '*.jar' file)
> To get started, use one of the following examples.
> The min. required settings for the different mining-modes.

# DevPool-Setup
uses all deadlines below a given target per block to calculate shares.

devPool=true
plotPaths=D:/,C:/,E:/plots,F:/plots
numericAccountId=<YOUR NUMERIC ACCOUNT ID>
poolServer=http://pool.com:port

# Pool-Setup
uses only the best deadline per block to calculate shares.

plotPaths=D:/,C:/,E:/plots,F:/plots
numericAccountId=<YOUR NUMERIC ACCOUNT ID>
Expand All @@ -36,10 +27,6 @@ uses only the best deadline per block to calculate shares.
passPhrase=<YOUR PASS PHRASE>






# List of all properties
your 'jminer.properties' hasn't got to contain all properties listed here,
most of them are optinal or there is a fallback/default value for it.
Expand Down Expand Up @@ -110,24 +97,6 @@ time to wait until next retry to get winner from walletServer

winnerRetryIntervalInMs=250

### devPool (default:false)
'true' for using devPools (V1 or V2), 'false' or empty if not
on using devPool please read NOTICE in description of 'chunkPartNonces'

devPool=true

### devPoolCommitsPerRound (default:3)
how often the miner tries to commit shares to devPool not needed for other pools.

devPoolCommitsPerRound=6


> NOTICE: 'devPool' wants all deadlines below a given target, this miner will only deliver
> one deadline per chunkPart, so it can happen, that not all shares can be delivered
> i suggest using lower 'chunkPartNonces' e.g. 160000 ... (1 result per 160000 nonces)
> play with that on same block to test if you get more shares with lower 'chunkPartNonces'.



## Solo-mining

Expand Down Expand Up @@ -254,12 +223,6 @@ e.g. play with +/- 160000 steps

chunkPartNonces=960000


> NOTICE: for 'devPool': only one result per chunkPart will be committed,
> without 'optDevPool' (witch is not implemented, yet)
> consider using low chunkPartNonces size, to commit more.
> (guess, there will not be multiple dl below target in small chunkPart)

### readerThreads (default:0)
normally '0' means, the miner takes one thread per drive (plotPath) this is recommend.
choosing a other number of 'readerThreads' can be useful on memory issues.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ poolMining=
# (default:4)
# winnerRetryIntervalInMs - time to wait until next retry to get winner from walletServer
# (default:500)
#
# devPool - 'true' for using devPools (V1 or V2), 'false' or empty if not
# (default:false) on using devPool please read NOTICE in description of 'chunkPartNonces'
#
# devPoolCommitsPerRound - how often the miner tries to commit shares to devPool
# (default:3) not needed for other pools.
#
# NOTICE: 'devPool' wants all deadlines below a given target, this miner will only deliver
# one deadline per chunkPart, so it can happen, that not all shares can be delivered
# i suggest using lower 'chunkPartNonces' e.g. 160000 ... (1 result per 160000 nonces)
# play with that on same block to test if you get more shares with lower 'chunkPartNonces'.
# -----------------------------------------------------------------------------------
numericAccountId=xxxxxxxxxxxxxxx
poolServer=http://pool.com
Expand All @@ -93,10 +82,6 @@ walletServer=https://wallet.burst-team.us
winnerRetriesOnAsync=
winnerRetryIntervalInMs=

# devPool
devPool=
devPoolCommitsPerRound=

# -----------------------------------------------------------------------------------
# - MINING MODE - SOLO ---------------------------------- ONLY NEEDED 4 SOLO MINING -
# -----------------------------------------------------------------------------------
Expand Down Expand Up @@ -173,10 +158,14 @@ logFilePath=
#
# showDriveInfo - set this to 'true' to show info about every drive on finish reading it,
# (default:false) this is useful to find the slow ones ... can help to optimize your setup.
#
# showSkippedDeadlines - set this to 'true' to show found deadlines below targetDeadline from
# (default:true) this config or provided by pool (overwriting the targetDeadline specified in here)
# -----------------------------------------------------------------------------------
readProgressPerRound=
byteUnitDecimal=
showDriveInfo=
showSkippedDeadlines=

# -----------------------------------------------------------------------------------
# - MINING ENGINE - MEMORY USAGE ----------------------------------------------------
Expand All @@ -189,16 +178,10 @@ showDriveInfo=
# if staggersize is smaller than chunkPartNonces, staggersize will be used.
# e.g. play with +/- 160000 steps
#
# NOTICE: for 'devPool': only one result per chunkPart will be committed,
# without 'optDevPool' (witch is not implemented, yet)
# consider using low chunkPartNonces size, to commit more.
# (guess, there will not be multiple dl below target in small chunkPart)
#
# readerThreads - normally '0' means, the miner takes one thread per drive (plotPath) this is recommend.
# (default:0) choosing a other number of 'readerThreads' can be useful on memory issues.
# For example, if you mine on 4 drives (plotPaths), you can reduce the memory usage
# by setting 'readerThreads=2', this will reduce mining speed but save memory.
# -----------------------------------------------------------------------------------
chunkPartNonces=
readerThreads=

readerThreads=
1 change: 1 addition & 0 deletions burstcoin-1.2.8/burstcoin-jminer-0.4.9-SNAPSHOT/run.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar -d64 -XX:+UseG1GC burstcoin-jminer-0.4.9-SNAPSHOT.jar
1 change: 1 addition & 0 deletions burstcoin-1.2.8/burstcoin-jminer-0.4.9-SNAPSHOT/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar -d64 -XX:+UseG1GC burstcoin-jminer-0.4.9-SNAPSHOT.jar
2 changes: 1 addition & 1 deletion burstcoin-1.2.8/conf/nxt-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ nxt.enableTransactionRebroadcasting=true
burst.rebroadcastAfter=4

# Transactions being rebroadcast get rebroadcast every this many blocks until they are confirmed.
burst.rebroadcastEvery=2
burst.rebroadcastEvery=8

#### API SERVER ####

Expand Down
2 changes: 1 addition & 1 deletion burstcoin-1.2.8/var/owallet1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://wallet.burst-team.us:8125
https://wallet.burst-team.us
Binary file added src/BurstClient.res
Binary file not shown.
16 changes: 9 additions & 7 deletions src/BurstWallet2.dfm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Burst Client for Win v0.3.9.2'
Caption = 'Burst Client for Win v0.3.9.3'
ClientHeight = 467
ClientWidth = 816
Color = clBtnFace
Expand All @@ -16,6 +16,7 @@ object Form1: TForm1
OnActivate = FormActivate
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 11
object ToolBar1: TToolBar
Expand Down Expand Up @@ -190,7 +191,7 @@ object Form1: TForm1
Height = 450
Align = alClient
TabOrder = 1
ExplicitTop = -6
ExplicitTop = 168
ControlData = {
4C00000056540000822E00000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
Expand Down Expand Up @@ -273,11 +274,6 @@ object Form1: TForm1
object N1: TMenuItem
Caption = '-'
end
object N6: TMenuItem
Caption = 'Online Wallet'
Checked = True
OnClick = N6Click
end
object N7: TMenuItem
Bitmap.Data = {
36000300424D3600030000000000360000002800000000010000000100000100
Expand Down Expand Up @@ -6431,6 +6427,12 @@ object Form1: TForm1
Default = True
OnClick = N7Click
end
object N6: TMenuItem
Caption = 'Online Wallet'
Checked = True
Enabled = False
OnClick = N6Click
end
object N2: TMenuItem
Caption = '-'
Visible = False
Expand Down
Loading

0 comments on commit e494481

Please sign in to comment.