Pages:
Author

Topic: [TOKEN] SwapTokenReloaded V2.0 - page 3. (Read 1110 times)

legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
June 02, 2019, 06:17:38 AM
#2
Patchnotes + changelog

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



legendary
Activity: 2282
Merit: 1051
unnamed.Exchange, join the Cool Kids!!!
June 02, 2019, 06:17:09 AM
#1
[TOKEN] SwapToken  V2.0  Reloaded
   https://twitter.com/TillKoeln/status/1135216669989773313
through the long lifetime and  not well calculated settings years ago
the original blockchain is  still running with few dozen clients.
BUT,  after such a long time, with 10% DAILY PoS Reward...
it hits some limits on the functionality around max digits which
can get proceed by the client.   ...3650% per annum sounds nice,
but it was never designed to alive few years.

so here we go.  modified client with specified settings  
and network related modifications to  prevent in the future similar issues.

it wasnt possible / cost bennefit analysis to work through until the last block.
there are 3 Exchanges, and i expect 3 Different Forks.  
so i decide to go the most reasonable and easiest way.

The New Genesis contains an Premine  which get split by 100% between

Probitex +100000000.00000000 Token
NovaExchange +100000000.00000000 Token
Yobit. +100000000.00000000 Token

probitex/trade/index/market/token_ltc
probitex/trade/index/market/token_doge
novaexchange/market/MOON_TOKEN/
novaexchange/market/DOGE_TOKEN/
yobit/ru/trade/TOKEN/BTC
yobit/ru/trade/TOKEN/ETH
yobit/ru/trade/TOKEN/DOGE
yobit/ru/trade/TOKEN/WAVES
yobit/ru/trade/TOKEN/RUR
yobit/ru/trade/TOKEN/USD


The Blockchain is to big, with to much transactions caused by dust and combined inputs.
to clearly specify  the global balance at that point.     // status quo for a day.  

i asked NovaExchage as example about some digits, but i received  the information
that they doesnt gave that info public.    these  100000000.00000000
will be enough to cover each exchange easy and mak it possible to do an redomination
with an ratio from 100000 : 1  to bypass the big numbes / digits issue.


if Nova + probitex and Yobit had denom the user balances with the new values
the remaining / unused  coins  get destroyed,  for both "old + new" chain


they will find an unspendable address as example on earlz complete list for base58 prefix versions,
http://earlz.net/view/2014/10/22/0340/provably-spendable-altcoin-burn-addresses

for the old chain : version 58 https://github.com/Tillkoeln/SwapToken.Reloaded/blob/c05af1acea572b1f3fa5957ee90622c1aee711ca/src/base58.h#L279
BurnAddress acording to earlz : Version: 58, Address: QLbz7JHiBTspS962RLKV8GndWFwiJNvEPz


and for the new chain : version 56
https://github.com/Tillkoeln/SwapToken.Reloaded/blob/c05af1acea572b1f3fa5957ee90622c1aee711ca/src/base58.h#L279
BurnAddress Version: 56, Address: PXvn95h8m6x4oGorNVerA2F4FFRpqMqwAM



Chanelog and patch Notes get posted below in the next 1-2 Hours


Thank You for your Atention


Downloads  https://github.com/Tillkoeln/SwapToken.Reloaded/releases
Git https://github.com/Tillkoeln/SwapToken.Reloaded
Patchnotes  https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/patchnotes
README https://github.com/Tillkoeln/SwapToken.Reloaded/blob/master/README.md


Pages:
Jump to: