Pages:
Author

Topic: [ANN] Androids Tokens v2.0 [Proof of Stake] - page 6. (Read 115785 times)

legendary
Activity: 882
Merit: 1024
You guys are so funny. You were crying for someone to fix the coin, continuing the development. And as soon as someone is willing to help, you start crying like 6yo's...no, you don't get the premine. No, you don't get access to xxx. Just do the work we weren't able to do and get your ass out of our project.

You better would do some research or ask the right questions instead of only checking if the account is a newbie account.
Good luck with your successful project.

No it isn't that at all, it's that they asked to have the repo, download links, and premine handed over which is a risk to people who own the Coin. If they want to do work on it then just do it and suggest what you want for reward from Zack and let him manage that or if he can't manage the premine then there are many escrow that can handle it and use it from an unbiased point of view. Lots of newbies have snuck in stuff into download links or sourcecode or simply dump all the premine and disappear.....

This might be a newbie account that I created to manage new coins but I am not new to developing altcoins or to Bitcointalk.
I understand that the community would be cautious and as such I wish you all good luck with ADT.


I only want to see things get on track here and help ADT get well, if you are actually serious about wanting to take over ADT then why not just outlay what you want to do with it? All I've seen is "I'm going to fix it, just hand over all of it"

All you'd need to do is to just do it and settle the terms.....
legendary
Activity: 999
Merit: 1000
It's been a "who has the biggest penis" around these parts for over a year now.....
full member
Activity: 224
Merit: 100
★YoBit.Net★ 350+ Coins Exchange & Dice
You guys are so funny. You were crying for someone to fix the coin, continuing the development. And as soon as someone is willing to help, you start crying like 6yo's...no, you don't get the premine. No, you don't get access to xxx. Just do the work we weren't able to do and get your ass out of our project.

You better would do some research or ask the right questions instead of only checking if the account is a newbie account.
Good luck with your successful project.
legendary
Activity: 882
Merit: 1024
As soon as any changes are made to ADT's v2 repo i will look over it and pull it in to the main repo.

EDIT: Under no circumstances will the repo be transferred over. zack is not the owner so he cannot be the one to transfer it. I am.

Ahmed

Github repo and download links would never be turned over to a newbie account, regardless of the changes. That does not mean that a new team cannot make changes for review and possibly get a part of the premine, Zack may not be good at coding but certainly can be trusted as a valuable member of the community. If this sounds harsh to new teams then you haven't been around long enough to understand why it can't just be handed over.
hero member
Activity: 800
Merit: 1000
As soon as any changes are made to ADT's v2 repo i will look over it and pull it in to the main repo.

EDIT: Under no circumstances will the repo be transferred over. zack is not the owner so he cannot be the one to transfer it. I am.

Ahmed
hero member
Activity: 786
Merit: 1000
Well even my posts are geting removed of this thread Sad

By who, dont you have control over the "adt"  username?
legendary
Activity: 868
Merit: 1000
ADT developer
Well even my posts are geting removed of this thread Sad
legendary
Activity: 882
Merit: 1024
You can post proposed changes here and we can all talk about them. Zackclark70 isn't around much these days due to work/life.


We will fix the wallet first of all...
To do this we will need
The GitHub account that Cryptsy links back to.
Any links to download the current wallet.

First of all I will need the following handed over:
Any infrastructure developed for ADT thus far.
The GitHub account that Cryptsy links back to.
Twitter account.
Facebook page.
Reddit.
Any other channels associated with ADT.
Premine - I see nothing on the subject on the thread.

Once all of the above has been sorted, we have have a whole host of things lined up.

We prefer to not give away too much just yet, ADT is in need of a team that can make things happen and we are that team.


So basically, tell the community about yourself and about your skills

 

The Github does not need to be handed over, you can make a new one or push your changes to the current one so they can be verified by the community. Zack could still hold the premine and manage the download links but most likely too much of a risk to hand over any of it to a newbie account.
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
You can post proposed changes here and we can all talk about them. Zackclark70 isn't around much these days due to work/life.


We will fix the wallet first of all...
To do this we will need
The GitHub account that Cryptsy links back to.
Any links to download the current wallet.

First of all I will need the following handed over:
Any infrastructure developed for ADT thus far.
The GitHub account that Cryptsy links back to.
Twitter account.
Facebook page.
Reddit.
Any other channels associated with ADT.
Premine - I see nothing on the subject on the thread.

Once all of the above has been sorted, we have have a whole host of things lined up.

We prefer to not give away too much just yet, ADT is in need of a team that can make things happen and we are that team.


So basically, tell the community about yourself and about your skills

 
hero member
Activity: 786
Merit: 1000
You can post proposed changes here and we can all talk about them. Zackclark70 isn't around much these days due to work/life.
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
ADT1 is broken, ADT2 is broken - the code is messed up and zack {call himself 'ADT Developer'} can't fix it! No progress the past 9 months

We should make a new ADT built from scratch with clean, well structured code!!!and allow current ADT holders to swap to the new coin
hero member
Activity: 786
Merit: 1000
Edit: The simplest thing Zack WE should do is relaunch ADT as new a coin with a newly built wallet and block chain


The simplest thing Zack should do is relaunch ADT as new a coin with a newly built wallet and block chain. Make the coin number a lot less. So price will increase and allow current ADT holders to swap to the new coin. This crap has been going on long enough. Its a circus and sad to see DEV doesn't even have enough sense to see he's defeated with this issue. For CRYING OUT LOUD. START A NEW FREAKING COIN WITH THE SAME NAME!!! DAMN!!!!!!!!!!!!!!!!!


very useful information!

Status report?
 

AltCoin cloning guide - http://archive.today/jdOaV

Editing tool - http://notepad-plus-plus.org/

Github for Windows - https://windows.github.com/


Back the Code against similar Coins by first search and replacing all the naming of the code you want to back it against. Commit the first instance of ADT2 then delete the code and replace it with the new edited code to see the changes. Biggest thing ADT2 needs is time locks to prevent Staking before Sync, look through old commits of HBN for before they changed from int64 to int64_t and run with that. Make sure to take out all the hardforks, checkpoints and Stake modifiers, if you find the changes between certain files are too big (likely to see with main.cpp and wallet.cpp) then split up the changes between multiple commits.

You will want to slim down the changes as well, you only need to really use the src folder and disregard the locale folder since it only contains translations.

Example of pushing code against other code https://github.com/Crestington/Test7/commits/master

Build the Wallet in Linux to test your changes, much easier and takes less time than building in Windows but you can go through and do the Windows setup because you will need it anyways.


This should help you a bit

https://howtocloneanaltcoin.com/index.php?topic=8.0

Also, I recently performed a hardfork on a running network for a change to rewards.

I have a basic clone you can use for testing that I made a while back: https://github.com/Crestington/MyFirstCoin

It's great in that it has Coin Control and you can just mine in the wallet with no mining software.

hey guys if you still in looks for a dev maybe I could help I am now the current developer of dime coin maybe some of you may have herd of us i extend a near future project around january to set up and exchange where you can trade in your ADT of for dime coin tho sis just an idea but better yet a suggestion of two communities in tight situations merging together  just a crazy thought and I'm up late

Pretty pointless and unnecessary to make a new coin
hero member
Activity: 655
Merit: 500
BXT BitToken - No premine - Fair launch
Edit: The simplest thing Zack WE should do is relaunch ADT as new a coin with a newly built wallet and block chain


The simplest thing Zack should do is relaunch ADT as new a coin with a newly built wallet and block chain. Make the coin number a lot less. So price will increase and allow current ADT holders to swap to the new coin. This crap has been going on long enough. Its a circus and sad to see DEV doesn't even have enough sense to see he's defeated with this issue. For CRYING OUT LOUD. START A NEW FREAKING COIN WITH THE SAME NAME!!! DAMN!!!!!!!!!!!!!!!!!


very useful information!

Status report?


AltCoin cloning guide - http://archive.today/jdOaV

Editing tool - http://notepad-plus-plus.org/

Github for Windows - https://windows.github.com/


Back the Code against similar Coins by first search and replacing all the naming of the code you want to back it against. Commit the first instance of ADT2 then delete the code and replace it with the new edited code to see the changes. Biggest thing ADT2 needs is time locks to prevent Staking before Sync, look through old commits of HBN for before they changed from int64 to int64_t and run with that. Make sure to take out all the hardforks, checkpoints and Stake modifiers, if you find the changes between certain files are too big (likely to see with main.cpp and wallet.cpp) then split up the changes between multiple commits.

You will want to slim down the changes as well, you only need to really use the src folder and disregard the locale folder since it only contains translations.

Example of pushing code against other code https://github.com/Crestington/Test7/commits/master

Build the Wallet in Linux to test your changes, much easier and takes less time than building in Windows but you can go through and do the Windows setup because you will need it anyways.


This should help you a bit

https://howtocloneanaltcoin.com/index.php?topic=8.0

Also, I recently performed a hardfork on a running network for a change to rewards.

I have a basic clone you can use for testing that I made a while back: https://github.com/Crestington/MyFirstCoin

It's great in that it has Coin Control and you can just mine in the wallet with no mining software.

hey guys if you still in looks for a dev maybe I could help I am now the current developer of dime coin maybe some of you may have herd of us i extend a near future project around january to set up and exchange where you can trade in your ADT of for dime coin tho sis just an idea but better yet a suggestion of two communities in tight situations merging together  just a crazy thought and I'm up late
hero member
Activity: 786
Merit: 1000
Anyone remember the github?

Two problems that I know if.

1. Out of sync staking. Sometimes the wallet tries to stake before its fully synced.
2. Sometimes the wallet falls out of sync while open, and many times won't be able to sync when opened.

Thats more like 3 but whatever
hero member
Activity: 786
Merit: 1000
Did someone say take over?

We are willing to step in a take the stress away. How do we go about this?



somebody give this man a medal.
newbie
Activity: 28
Merit: 0
Did someone say take over?

We are willing to step in and take the stress away. How do we go about this?

ADT
newbie
Activity: 23
Merit: 0
So does this coin work or not? 

mosty works but there are issues
sr. member
Activity: 332
Merit: 250
I like the clowns and the little dogs
So does this coin work or not? 
legendary
Activity: 882
Merit: 1024
The simplest thing Zack should do is relaunch ADT as new a coin with a newly built wallet and block chain. Make the coin number a lot less. So price will increase and allow current ADT holders to swap to the new coin. This crap has been going on long enough. Its a circus and sad to see DEV doesn't even have enough sense to see he's defeated with this issue. For CRYING OUT LOUD. START A NEW FREAKING COIN WITH THE SAME NAME!!! DAMN!!!!!!!!!!!!!!!!!

I did that its why there is adtv2 it cost me 4btc to get it made ( 4k usd at the time and since them paid over 10btc to people that had proven themselves reliable to make paches to sort it and not a single patch has worked it seams that everyone will do a runner if the money is right Sad

You can get a Coin made for 0.3 BTC now...

If you sit on your hands waiting forever, eventually even Cryptsy will get tired of it and just delist it and then it's worth 0.

try and get a coin done for that little when all devs hate you coz you wont help them with pump and dumps

How so? loljosh can do basic sourcecode for that and it works well for testing.
Stop posting here and fix your coin

Already done, worked over Christmas adapting the code, adding new features, final test run and had a live launch last week.
Pages:
Jump to: