You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ While we keep monitoring the memory footprint of the proofs generation process,
48
48
- After the installation, just run `export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1` before starting the sidechain node, or run the sidechain node adding `LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1` at the beginning of the java command line as follows:
Copy file name to clipboardExpand all lines: doc/release/0.11.0.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,21 @@ In Forger Stake Native Smart Contract, the following methods were added:
12
12
- getPagedForgersStakesByUser(address owner, int32 startIndex, int32 pageSize): Returns the first "pageSize" forger stakes, owned by the specified address, starting from "startIndex".
13
13
- stakeOf(ownerAddress): returns the total amount at stake owned by the specified address
14
14
15
+
### Forger reward address
16
+
For forger nodes: it is now possible to specify a custom address where the block reward will be directed.<br>
17
+
The address will be put inside every new block forged by the node.<br>
18
+
(Previously the first address on the local wallet was taken automatically, without the possibility to specify a different one).<br>
19
+
Any EON address can be specified (included a smart contract address). The private key does not need to be imported in the local wallet.
20
+
21
+
How to specify it:
22
+
- inside the config file, add a property like this inside the *forger* section:
23
+
24
+
forgerRewardAddress = "xxxxxxxxx"
25
+
26
+
27
+
### Pause forging
28
+
Support for pause forging in the forgers: forgers will automatically stop to produce new blocks if in the latest 99 Blocks no reference to mainchain blocks is present.
On some Linux OSs during backward transfers certificates proofs generation an extremely large RAM consumption may happen, that will lead to the process being force killed by the OS.
@@ -74,7 +74,7 @@ While we keep monitoring the memory footprint of the proofs generation process,
74
74
- After the installation, just run `export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1` before starting the sidechain node, or run the sidechain node adding `LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.1` at the beginning of the java command line as follows:
0 commit comments