new in V2.
-Proof of Work Mining is Back with, X13
2 Minutes Blocktime = https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L45
and Zero Block Reward
for the first 72 Hours as Instamine Protection https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L1003
and after that, 10 Coins for the next
13371337 Blocks https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L1011
the Maturity is reduced from 1440 into 144 Blocks https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L54
and the Initial Proof of Stake reward with 3650%
per annum, is shrinked into 0% https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.h#L41
yes correct, 0 Zero,... BUT, the reward for Minted Blocks via Staking
is modifid into some fixed reward, like PoW.
and paid 100 Coins per solved DpoS Block https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L1045+L1046
the Transaction fee is increased, and counts now 1 Coin per Transaction, which are paid to the miners
and stakers https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/main.cpp#L1014
The Standard Ports for peer2peer and remoteprocecalls ~RPC are
P2P ( 13377 or testnet: 26714) https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/init.cpp#L244
and RPC ( 10137 or testnet: 26715) https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/init.cpp#L290
if you dosnt specify the name for the configuration fil on your own,
via -conf=
https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/init.cpp#L233
you have to create "SwapTokenReloaded.conf" in your Datadir
https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/util.cpp#L1075
which is normaly here https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/src/util.cpp#L1012+L1015
// Windows < Vista: C:\Documents and Settings\Username\Application Data\SwapTokenReloaded
// Windows >= Vista: C:\Users\Username\AppData\Roaming\SwapTokenReloaded
// Mac: ~/Library/Application Support/SwapTokenReloaded
// Unix: ~/.SwapTokenReloaded
if you have any Questions, feel free to ask.
Tillkoeln