Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: TillKoeln on June 02, 2019, 10:17:09 AM



Title: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 10:17:09 AM
[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




Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 10:17:38 AM
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



https://pbs.twimg.com/media/D8EZXPjWkAA3C0B.png:large (https://twitter.com/TillKoeln/status/1135216669989773313)

https://twitter.com/TillKoeln/status/1135216669989773313


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: Aimar4ik on June 02, 2019, 03:20:01 PM
What algo of your coin?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 04:45:55 PM
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.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 02, 2019, 07:52:29 PM
so where will the exchange take place and where to get the v2 wallet? and then I have a translator normally doesn't work


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: SamuelMorze on June 02, 2019, 08:48:00 PM
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?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 09:07:59 PM
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
:-)




Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 09:14:08 PM
so where will the exchange take place and where to get the v2 wallet? and then I have a translator normally doesn't work
??? ??? ??? 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 (https://github.com/Tillkoeln/SwapToken.Reloaded/releases/tag/2.0)


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 02, 2019, 09:36:35 PM
and yobit will give input of coins?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 09:46:05 PM
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.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 02, 2019, 09:57:29 PM
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?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 10:03:10 PM
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.



Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 02, 2019, 10:10:06 PM
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?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 02, 2019, 10:36:57 PM
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.



Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 03, 2019, 03:57:24 AM
sure, feel free to translate it.

but there is no bounty or reward for you


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 03, 2019, 07:20:56 PM
so Nova will open the input?
why do we have to pull everything out of you?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on June 03, 2019, 07:28:39 PM
why do we have to pull everything out of you?

please rephrase your question


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 03, 2019, 07:44:11 PM
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?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: Kasperiko on June 04, 2019, 02:54:41 PM
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.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: blek5000 on June 07, 2019, 05:45:33 PM
Hello, I'm on this exchange www.probitex.com  will be swap do I understand correctly, and you can bring her now


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: Daffadile on June 12, 2019, 07:21:07 PM
Hello, I'm on this exchange www.probitex.com  will be swap do I understand correctly, and you can bring her now


This exchange is anotehr Chinese one.... oh joy.....

I depisted twice and then nothing showed up and i did this over 12 hours ago.

As far as I am consernded this exchange is a scam. I guess I lose all my tokens that I spend 2 years staking. I shit you not 2 years!!! Also TPG 2 years. Now I lose it all.

No happy.... I couldnt even dump on novaexhage since they want my KYC and they can kiss my arse.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: vashshawn on June 14, 2019, 01:42:44 AM
how can you mine this coin?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: _Memento_mori_ on June 17, 2019, 09:30:06 AM
When will swap?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: webserfer on June 17, 2019, 12:15:54 PM
ADMIN of project (dev)
PLEASE, THE ARE USERS NEED MORE INFORMATION ABOUT SWAP!
When, were and how???

Thanks


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: webserfer on June 17, 2019, 07:14:16 PM
Dear Admin. We ask you to speak with the exchanges and open the possibility of entering coins on the stock exchanges. Since the transfer of tokens to exchanges is not possible at this time, we cannot exchange. We still have a lot of people who did not have time to make an exchange. We hope for your cooperation and we look forward to hearing from you.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: _Memento_mori_ on June 18, 2019, 10:38:12 AM
All exchanges will support the swap?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: gansgansx on June 19, 2019, 06:09:50 AM


QUESTION TO the NEW ADMIN COINS -

 I bought coins SWAP TOKEN  in 2017 for a few bitcoins BTC and mine them for 2 years - they are on my cold wallet, how do I change them for new coins??????

how do I change them for new coins??????






Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 19, 2019, 08:11:54 PM


QUESTION TO the NEW ADMIN COINS -

 I bought coins SWAP TOKEN  in 2017 for a few bitcoins BTC and mine them for 2 years - they are on my cold wallet, how do I change them for new coins??????

how do I change them for new coins??????





if the input is not opened, it is impossible


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: gansgansx on June 22, 2019, 12:15:57 PM



BTCBTCBTCBTC




TillKoeln

You want holders (those who own the coin to the last) - to throw, to drive on the street - leave with nothing?

And traders, traders from the exchange to support, to make an exchange only for them?

What have I done - a few investing bitcoins in coin !!!!!!!!!!!!








Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: kolay1980 on June 22, 2019, 04:34:29 PM
All improvements are welcome.Waiting for FORK. Good luck!!!  :o


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: kolay1980 on June 22, 2019, 05:05:40 PM
All improvements are welcome.Waiting for FORK. Good luck!!!  :o
To make it as IEO on Yobit would be great.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: bekasto on June 22, 2019, 08:25:05 PM
Contact nova . they lost you.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: BATMEM on June 23, 2019, 06:51:52 AM
Good morning.
First of all I’m NOT the original developer of Swap Token, I’m just a hold as you are. As you know the original developer and creator of this coin Mr. Tilkoen did (at least he said he did) a swap to a new Swap Token chain (Swaptoken v2.0), but only for those coins there are in exchanges, the coins in cold wallets at this moment is just dust. He has not made any announcement before arbitrary close the available exchanges for deposit, and then swapped the chain. For me, the golden rule in crypto world is “not your keys, not your coins”. In that way I volunteer to develop this coin instead of waiting Mr. Tilkoen do something. But will not and cannot drive this coin without the community support. If you do agree with me any further decision will be made by the community through voting.
The first big step is:
Do you want to swap your SwapToken v1.0 that are in you cold wallet to a new coin to continue the development?
Please;
https://t.me/swaptokenenglish vote in our offcial discord - https://discord.gg/JgGN6Tu
(please avoid other emoji)                                                                                                                                                                                                                       Best regards,
KINGer_C


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: Daffadile on July 10, 2019, 10:46:20 PM
Good morning.
First of all I’m NOT the original developer of Swap Token, I’m just a hold as you are. As you know the original developer and creator of this coin Mr. Tilkoen did (at least he said he did) a swap to a new Swap Token chain (Swaptoken v2.0), but only for those coins there are in exchanges, the coins in cold wallets at this moment is just dust. He has not made any announcement before arbitrary close the available exchanges for deposit, and then swapped the chain. For me, the golden rule in crypto world is “not your keys, not your coins”. In that way I volunteer to develop this coin instead of waiting Mr. Tilkoen do something. But will not and cannot drive this coin without the community support. If you do agree with me any further decision will be made by the community through voting.
The first big step is:
Do you want to swap your SwapToken v1.0 that are in you cold wallet to a new coin to continue the development?
Please;
https://t.me/swaptokenenglish vote in our offcial discord - https://discord.gg/JgGN6Tu
(please avoid other emoji)                                                                                                                                                                                                                       Best regards,
KINGer_C

Right now we can't put our tokens into the exchange. Nova wants KYC and can kiss my ass. Probitex has closed their wallet for the last 2 weeks for maintenance. I managed to get 2 transfers through before this and I wish I made more but I waited for the confirmation then went to bed. I want to get my tokens into the exchange for a swap. I don't want dust. I have many tokens and have staked for over 2 years. I held and built that up myself so I don't want to lose that especially seeing how loyal I have been.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: SamuelMorze on August 01, 2019, 02:52:15 PM
Hey, TillKoeln

Any news? Any updates? Any...thing? Maybe you'r need help? Maybe you are kidnapped by SwapToken angry holders? Give us a sign you ok.


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: kolay1980 on August 16, 2019, 05:32:14 PM
Hey, TillKoeln

Any news? Any updates? Any...thing? Maybe you'r need help? Maybe you are kidnapped by SwapToken angry holders? Give us a sign you ok.
No news good news  :D


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: Nova Exchange on September 02, 2019, 09:36:25 AM
Hey guys, any news from the dev? He has not posted anything from June....
The main issue that we have, is that we all connected nodes are on the new chain (only 1 connected node). In addition, the dev asked for a swap, and then stopped replying and never came clean with a plan....


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: gans111 on October 26, 2019, 10:24:11 AM





Hey, TillKoeln

when will there be an exchange for all participants for a new coin?

the exchanges are closed - we can't change the coins.

"Come back to us!"!!!





Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on November 06, 2019, 03:48:48 PM
ah yeah completly forget about that.

stay tuned.



"edit  none from the exchanges has contact me """"seriously """".
only nova was asking short "realy short" b4 closing.  earlier they havent answered to me for weeks.

probitex is gone lol ?

i will figure out something,  



blockheigt =  1784838


addnode=80.64.131.131


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: TillKoeln on November 07, 2019, 10:02:21 PM
if you sync with that node , everything is fine. and nothing is lost. 
this node has the official chain " if there are any forks around"


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: fishka112 on May 23, 2020, 07:55:21 AM
if you sync with that node , everything is fine. and nothing is lost. 
this node has the official chain " if there are any forks around"
???
So, Whats up?


Title: Re: [TOKEN] SwapTokenReloaded V2.0
Post by: CosaNostra on August 10, 2020, 11:03:12 AM
Is this ded, or any nodes online?