Bitcoin Forum
May 12, 2024, 07:25:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can you code ? if so you could get the 5 BTC bounty !!  (Read 1108 times)
zackclark70 (OP)
Legendary
*
Offline Offline

Activity: 868
Merit: 1000

ADT developer


View Profile
February 17, 2014, 03:33:51 PM
Last edit: February 24, 2014, 04:53:10 AM by zackclark70
 #1

First up if you are one of the coders that vanished on me or failed to provide anything you are not eligible for the bounty.


Unfortunately yet another coder has vanished that was meant to be making the new ADT blockchain.

Here is what you need to do to collect the 5 BTC bounty >

Its very simple all you need to do is make the ADT v2.0 blockchain,


there needs to be 66,800,000,000 coins in the first block or 100,000,000 a block for the first 668 blocks so that those coins can be swapped for the coins on the old blockchain.

It needs to be a clone of CGB or bottlecaps  ( POS/POW )

POW block reward 0 for the first 2 months then preferably no POW after that.

Scrypt,

block time 30 s,  

diff retarget gravity well,    

genesis block difficulty of 0.0001 or higher ,  

POS needs to be 0.05% every 15 days,

TX fee 10 ADT minimum or 0.1% whatever is higher.
 
Name at the top needs to show Androids Tokens v2.0,

needs to use the new coin logo and the logo with text next to it in the bottom left of the wallet when its open  ( contact me for images )

needs windows , Linux and mac clients on launch.

After 10 days of the blockchain running the checkpoint server will need setting up  

I have been warned this could be an issue > https://bitcointalk.org/index.php?topic=279601.msg5169480#msg5169480

all code needs to be verified by the comunaty before it will be accepted,

( I have kept any extra coding to the minimum so that it can be done as fast as possible and there is no unexpected issues due to custom code )



issues that might be relevant >

when sending a large amount of tx on the old blockchain we had the issue of the wallet .dat being over 1gb is there a way to solve that.

33 char addresses sometimes and 34 char addresses no idea why it did that,

would be good to have the first letter of the address fixed as A but its not hugely important.

1715498714
Hero Member
*
Offline Offline

Posts: 1715498714

View Profile Personal Message (Offline)

Ignore
1715498714
Reply with quote  #2

1715498714
Report to moderator
1715498714
Hero Member
*
Offline Offline

Posts: 1715498714

View Profile Personal Message (Offline)

Ignore
1715498714
Reply with quote  #2

1715498714
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715498714
Hero Member
*
Offline Offline

Posts: 1715498714

View Profile Personal Message (Offline)

Ignore
1715498714
Reply with quote  #2

1715498714
Report to moderator
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
February 17, 2014, 06:05:13 PM
 #2

what should really be done is a github organisation made under the ADT name. and then anyone who wishes to contribute towards it commits straight to there.

1) means if a coder dissapears the code is still there
2) we can tell clearly who did what work
3) reduces the chances of being fucked around

i've gone ahead and forked CGB into this here:

https://github.com/ADT-V2/Android-Token-V2

i'll start working on it in my free time but anyone wishing to contribute pop me a pm here or on freenode IRC #cryptopools and i'll get you added

Bitrated user: ahmedbodi.
GDECOIN
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
February 17, 2014, 06:16:54 PM
 #3

Just Check your Cables !!! Wink

BTC   : 1G9cAAPAuVZcYAnMko8XLnvmxt3xief9wS
LTC    : LMvNpJNfYgCyVZzcopnWcHS9YBFeK6TegY







https://cryptocointalk.com/topic/4392-new-cash-mooncoin-dogecoin-faucet/
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
February 17, 2014, 07:15:19 PM
 #4

i have my team working on the code. we are 1/2 way through.

1 question is KGW neccesary as it breaks Proof OF Stake. The code atm currently has every block retarget which should be enough

Bitrated user: ahmedbodi.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
February 17, 2014, 08:43:48 PM
Last edit: February 18, 2014, 11:41:54 AM by ahmed_bodi
 #5

CheckList

here needs to be 66,800,000,000 coins in the first block or 100,000,000 a block for the first 668 blocks so that those coins can be swapped for the coins on the old blockchain.


It needs to be a clone of CGB or bottlecaps  ( POS/POW )


POW block reward 0 for the first 2 months then preferably no POW after that.
https://github.com/ADT-V2/Android-Token-V2/commit/21ef6682a765a5b915177bbfef5eafc96d751b76

Scrypt,


block time 30 s,  https://github.com/ADT-V2/Android-Token-V2/commit/fde7a052077f447961d0b048165a9af94550144b

diff retarget gravity well,Swapped for Per Diff Retarget (Patchable to another system such as CAP's retarget)

genesis block difficulty of 0.0001 or higher ,
https://github.com/ADT-V2/Android-Token-V2/commit/890c90248da4489b59831063bfca937c26b9e590

POS needs to be 0.05% every 15 days,
https://github.com/ADT-V2/Android-Token-V2/commit/5983eb24171054724ec99c940d62471f9c5a695a

TX fee 10 ADT minimum or 0.1% whatever is higher.https://github.com/ADT-V2/Android-Token-V2/commit/21ef6682a765a5b915177bbfef5eafc96d751b76
 
Name at the top needs to show Androids Tokens v2.0,https://github.com/ADT-V2/Android-Token-V2/commit/9818cabb6945c69f779df5c6ef3ba9b650056058

needs to use the new coin logo and the logo with text next to it in the bottom left of the wallet when its open  ( contact me for images )

needs windows , Linux and mac clients on launch.

After 10 days of the blockchain running the checkpoint server will need setting up  

I have been warned this could be an issue > https://bitcointalk.org/index.php?topic=279601.msg5169480#msg5169480https://github.com/ADT-V2/Android-Token-V2/commit/2a7fb28437fb368a60fe9b01ae54daf6aa387530

Bitrated user: ahmedbodi.
zackclark70 (OP)
Legendary
*
Offline Offline

Activity: 868
Merit: 1000

ADT developer


View Profile
February 17, 2014, 08:59:34 PM
 #6

Quote
1 question is KGW neccesary as it breaks Proof OF Stake. The code atm currently has every block retarget which should be enough

diff retarget is fine as long as its fast  POW will only be needed for the first month or 2 anyway

awesome work so far Smiley looks like you are on track for most if not all of the 5 BTC bounty





Probably going to be the easiest 5 BTC you have ever earned and probably the most amount ever paid for a clone coin lol  

ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
February 18, 2014, 11:42:41 AM
 #7

bump to this. updated progress on the coin

Bitrated user: ahmedbodi.
Crestington
Legendary
*
Offline Offline

Activity: 882
Merit: 1024



View Profile
February 18, 2014, 11:46:55 PM
 #8

Good job guys, ADT is coming along nicely.
ahmed_bodi
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500

Bitrated user: ahmedbodi.


View Profile
February 19, 2014, 05:34:52 PM
 #9

And the CryptoRepairCrew (CRC) Present ADT V2!




Bitrated user: ahmedbodi.
zackclark70 (OP)
Legendary
*
Offline Offline

Activity: 868
Merit: 1000

ADT developer


View Profile
February 24, 2014, 04:52:58 AM
 #10

its been paid out thanks ahmed Smiley

Pages: [1]
  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!