Bitcoin Forum
May 24, 2024, 10:56:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1] 2 3 »  All
  Print  
Author Topic: [TOKEN] SwapTokenReloaded V2.0  (Read 1110 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 10:17:09 AM
Last edit: June 02, 2019, 04:52:22 PM by TillKoeln
 #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



TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 10:17:38 AM
Last edit: June 02, 2019, 04:56:20 PM by TillKoeln
 #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=<file>  
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




Aimar4ik
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
June 02, 2019, 03:20:01 PM
 #3

What algo of your coin?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 04:45:55 PM
 #4

Proof of Work Mining is Back with, X13

the next 72 Hours is the reward set to 0 Coins per Block,  to avoid instamining
and giving ppl time to setup some mining pools for public use or private.

bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 02, 2019, 07:52:29 PM
 #5

so where will the exchange take place and where to get the v2 wallet? and then I have a translator normally doesn't work
SamuelMorze
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 02, 2019, 08:48:00 PM
 #6

That about tokens in user wallet, not in exchange? Did they burn to dust, or users can change them to new token 2.0? And there to get a new wallet?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 09:07:59 PM
 #7

only coins on one of these 3 exchanges get transfered to the new chain.
it would be a mess to accept any private forked chain with trillions  of
coins from a dozen users .....

if your Wallet is connected with one of the exchanges + on the same chain
feel free to transfer coins,   ....


i think that everyone got the point.

on these 3 Exchanges gets the Premine Split by 33,333333% 
so its full consumed,  any anything which isnt  used get destroyed.

aditional to the premine .. i have generated 700 Coins for testing Main.Net
like Transactions,  thats all.   there is no bennefit for me.
and thats why there will be no bountys or giveaways bla bla.

if you, or someone else from the TokenBillionairs wanna donate coins
for any reason or  as  giveaway they can do it on there own.
i will not take any  action or promotion bla bla
:-)



TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 09:14:08 PM
 #8

so where will the exchange take place and where to get the v2 wallet? and then I have a translator normally doesn't work
Huh Huh Huh sorry, i dont understand you.
Binarys are precompiled available when you browse through the Github Repo.
... or use these link instead https://github.com/Tillkoeln/SwapToken.Reloaded/releases/tag/2.0

bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 02, 2019, 09:36:35 PM
 #9

and yobit will give input of coins?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 09:46:05 PM
 #10

Yobit has no bennefit to not doing it,

NovaExchange freezed allright  the trades and transaction,
its weekend curently,  lets wait for the first office days.

bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 02, 2019, 09:57:29 PM
 #11

Yobit has no bennefit to not doing it,

NovaExchange freezed allright  the trades and transaction,
its weekend curently,  lets wait for the first office days.


the exact date of the exchange there? or start trading a new coin?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 10:03:10 PM
 #12

all 3 exchanges receive enough coins to replace users balance in her database

the reason for these step is simple as it is ..
the SourceCode cant handle such big numbers like on the old chain,
and it make no sense to keep an buggy Chain  running.


bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 02, 2019, 10:10:06 PM
 #13

all 3 exchanges receive enough coins to replace users balance in her database

the reason for these step is simple as it is ..
the SourceCode cant handle such big numbers like on the old chain,
and it make no sense to keep an buggy Chain  running.


the price of the coin, if not a secret, after the exchange?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 02, 2019, 10:36:57 PM
 #14

all 3 exchanges receive enough coins to replace users balance in her database

the reason for these step is simple as it is ..
the SourceCode cant handle such big numbers like on the old chain,
and it make no sense to keep an buggy Chain  running.


the price of the coin, if not a secret, after the exchange?

sorry i cant and want give any forecast...
and to be honest .. you could  roll a dice for these question.


TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 03, 2019, 03:57:24 AM
 #15

sure, feel free to translate it.

but there is no bounty or reward for you

bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 03, 2019, 07:20:56 PM
 #16

so Nova will open the input?
why do we have to pull everything out of you?
TillKoeln (OP)
Legendary
*
Offline Offline

Activity: 2282
Merit: 1051

unnamed.Exchange, join the Cool Kids!!!


View Profile WWW
June 03, 2019, 07:28:39 PM
 #17

why do we have to pull everything out of you?

please rephrase your question

bekasto
Full Member
***
Offline Offline

Activity: 192
Merit: 100


View Profile
June 03, 2019, 07:44:11 PM
 #18

why do we have to pull everything out of you?

please rephrase your question

we are interested in when there will be a swap on the exchange, how to get coins on the exchange, when you yourself asked everyone to turn off the input and output to Nova?
Kasperiko
Sr. Member
****
Offline Offline

Activity: 924
Merit: 255


View Profile
June 04, 2019, 02:54:41 PM
 #19

all 3 exchanges receive enough coins to replace users balance in her database

the reason for these step is simple as it is ..
the SourceCode cant handle such big numbers like on the old chain,
and it make no sense to keep an buggy Chain  running.



It is a logical decision, but how can we trust the exchanges that they will not take away most of the tokens that you gave them? These are small exchanges that can do this.
blek5000
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
June 07, 2019, 05:45:33 PM
Last edit: June 07, 2019, 11:37:25 PM by blek5000
 #20

Hello, I'm on this exchange www.probitex.com  will be swap do I understand correctly, and you can bring her now
Pages: [1] 2 3 »  All
  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!