Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: adamstgBit on June 04, 2013, 04:19:07 AM



Title: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 04, 2013, 04:19:07 AM



Table of Contents
What is Abstract Coin, and how does it work? (https://bitcointalk.org/index.php?topic=224873.msg2364810#msg2364810)
AbstractCoin++ , the programing language Abstract Coin runs on! (https://bitcointalk.org/index.php?topic=224873.msg2364812#msg2364812)
How to use the Abstract Runtime! (https://bitcointalk.org/index.php?topic=224873.msg2364816#msg2364816)
How to send & confirm Abstract Coin transactions properly; (https://bitcointalk.org/index.php?topic=224873.msg2364816#msg2364816)
Abstract Coin Leaderboard (https://bitcointalk.org/index.php?topic=224873.msg2364817#msg2364817)


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 04, 2013, 04:21:47 AM
 

What is Abstract Coin, and how does it work?


What is Abstract Coin?

Abstract Coin is a new type of object! It is an imaginary object. it exist because i says it does! Abstract Coin transactions can appear anywhere on this forum, simply by making a post with the right protocol. Its supply is strictly limited to 1 coin. Abstract Coins are infinitely divisible and impossible to counterfeit! They can be transfer between bitcointalk.org forum members. Abstract Coin doesn't have any particular software associated with it. Abstract Coin is nothing more then an imaginary object. Abstract Coin operates with a protocol, this protocol defines the interface users must use to make transactions.


How does Abstract Coin work?

transactions must be confirmed before recipients can send the coins to someone else. A transaction can be confirmed by anyone as long as they are not mentioned in the transaction. Quote the unconfirmed transaction and says "confirmed!". Only by quoting the confirmed transaction, can the recipient create an unconfirmed transaction. Each new unconfirmed transaction will contain the previous confirmed transaction, this will create a quote chain of confirmed transactions.
Its as simple as that!

What about double spends?

If someone sends you 0.001AC what's stopping you from quoting that post over and over sending Abstract Coins all over the forum to everyone!?
Anyone can throw a runtime error on any transaction, this calls into question the validity of that claim, if others confirm the  runtime error  then that transaction is no longer considered. just try to double spend... see what happens  :D

Beta Testing!

This is an experiment, for fun, lets see what happens  :D  In theory these coins can be moved anywhere on the forum, but i would ask we keep the transactions on this thread, during beta testing.  the hope is that in the end with some tweaking to the protocol, people could place some value on these imaginary coins.  I am giving away random amounts to anyone who wants some.
post your interest below.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 04, 2013, 04:21:57 AM
 

AbstractCoin++
The programing language AbstractCoin runs on



AbstractCoin++ is the programing language we will use to define the implementation of Abstract Coin! The compiler of this language is the Abstract Coin user base itself, they design the protocol, and they invoke the methods that sents 0.0001AC to other wallets. For Abstract Coin users the forum is our call stack! The calls we put up on the call stack are executed in realtime by other Abstract Coin users; you could say Abstract Coin's runtime is distributedly executed among the users minds! :o

Below we can see AbstractCoin's protocol, this protocol defines the interface users must use to make transactions.


/*===========================================================================
| (AbstractWallet ::SendAbstractCoins)
|
|  PURPOSE: to allow an AbstractWallet to send an amount of AC to another AbstractWallet.
|
|  RETURN: int value, the Amount of uAC left in the sender wallet.
|    
\===========================================================================*/
class AbstractWallet {
  virtual int SendAbstractCoins( int SendTo_Id, int Send_Amount, int Units=uAC )=0;
  virtual float GetBalance(int Units=uAC)=0;
};
typedef std::vector<AbstractWallet> AbstractWalletList;


/*===========================================================================
| (CreateAbstractWallet)
|
|  PURPOSE: to allow an users to Create a new Abstract Wallet
|
|  RETURN: void
|    
\===========================================================================*/
void CreateAbstractWallet(int User_Id);



/*===========================================================================
| (DefaultWallet)
|
|   Return the Default Abstract Wallet for the user.  
|   When you created your first wallet, it automatically became your DefaultWallet.
|   Make a tx like this:
|
|                 Elwar(1493uAC) = DefaultWallet(Elwar)->SendAbstractCoins( DefaultWallet(adamstgBit) , 100 );
|
|  User Elwar sends user adamstgBit 100 uAC.
|    
\===========================================================================*/
AbstractWallet  DefaultWallet(int User_Id);



/*===========================================================================
| (SetDefaultWallet)
|
|   Set the Default Abstract Wallet for the user.
|
|   Make a tx like this:  User Elwar sets default Abstract Wallet
|   Elwar(1493uAC) = SetDefaultWalletWallet(AC0M98S1|Elwar);
|    
\===========================================================================*/
int SetDefaultWallet(AbstractWallet NewDefaultWallet,int User_Id);



/*===========================================================================
| (Wallet)
|
|   Wallet is a vector list of Abstract Wallets,
|   It holds everyone's wallet, make a tx like this:
|  
|                   Elwar(1493uAC) = Wallet[AC0M98S1|Elwar]->SendAbstractCoins( AC0m97S1|adamstgBit , 100 );
|    
\===========================================================================*/
AbstractWalletList  Wallet;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 04, 2013, 04:22:18 AM

How to use the Abstract Runtime!


Users can call methods like this one:

Elwar(1493uAC) = Wallet[AC0M98S1|Elwar]->SendAbstractCoins( AC0m97S1|adamstgBit , 100 );

In this example, wallet "AC0M98S1|Elwar" sends wallet "AC0M98S1|adamstgBit" 100 uAC, and so,wallet "AC0M98S1|Elwar" has 1493uAC left. Users will need to quote their previous confirmed transaction in order to make a new transaction, this means all transactions will inevitably lead back to the genesis transaction. The transaction can be confirmed by anyone like this:

Quote
Elwar(1493uAC) = Wallet[AC0M98S1|Elwar]->SendAbstractCoins( AC0m97S1|adamstgBit , 100 );
confirmed;



Now adamstgBit can use his new wallet( "AC0m97S1" ) in a new transaction like so:

Quote
Quote
Elwar(1493uAC) = Wallet[AC0M98S1|Elwar]->SendAbstractCoins( AC0m97S1|adamstgBit , 100 );
confirmed;
adamstgBit(90uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0M98S1|Elwar, 10 );


Looking at this runtime call closely we can see:
http://s17.postimg.org/z32u8g2qn/Untitled.png



This transaction can be confirmed by anyone like this:

Quote
adamstgBit(90uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0M98S1|Elwar, 10 );
confirmed;


When confirming a transaction it is important to get the quote right, you can remove all the irelevant text, your only confirming the transaction.

When creating a new transaction it is important to get the quote right! your very first transaction must quote the confirmed; block which shows someone sending you Abstract Coins, all subsequent transactions must quote your previous confirmed; transaction.


Users can use GetBalance, to declare their total balance.

Quote
Quote
adamstgBit(90uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0M98S1|Elwar, 10 );
confirmed;
AC0m97S1|adamstgBit(90uAC) = Wallet[AC0m97S1|adamstgBit]->GetBalance();

you must include your previous confirmed; call, for any call you do. this will create a quote chain of confirmed; transaction / calls.




To declare their wallet, anyone can say:

CreateAbstractWallet(AC0M98S1|Elwar);






AbstractCoin++ has many key words users can use.
confirmed;
runtime error(s);

More details coming soon...





The quote chaine is Concrete Proof for Abstract Coins

http://s24.postimg.org/j7larns2d/Untitled.png


Abstract Coin doesn't have any particular software associated with it
Abstract Coin is nothing more then an imaginary object.
Abstract Coin operates with a protocol which allow users to transmit pieces of this imaginary object back and forth between any of the users imaginations
Abstract Coin first came into being yesterday night, the imaginary object appear in my mind, and i began to break it up and give it away to people. today i only have a small piece of this object left in my mind, what will happen tomorrow is anyones guess.

Abstract Coin is abstract, deal with it!  8)

The basic idea is that I can invent this imaginary coin, and simply saying i give you 0.1 of it makes it so, since we can all see the history of what's been said then we can figure what's what.On day 1, somone edited their post and claimed that they only sent me 0.001 not 0.05 .... this act killed Abstract Coin 0.1.0; thats when i thought of using a "quote chain" now transactions are independently confirmed by other people so no one can edit their transactions. I think it would be alright to say, all you have to do to send Abstract Coin is first prove you own some ( by quoting the confirmed block thats shows you received coins ), then say wtv amount you want to send and to whom. Abstract Coin is profoundly CraZy, but i think the basic idea has merit, I'm having fun exploring it, seeing how far i can go with it.

Coming Soon!

A representative of Abstract Coin has just closed a deal to get the first ever restaurant to accept AC. Apologies for not disclosing which restaurant, but here's proof that the meeting did take place. As you can see, the proprietors seem keenly interested.

https://i.imgur.com/Jdme2hM.jpg

Scandal!
Abstract Coin's protocol has been compromised by user  "nimda"
he pushed a transaction sending me half the coins i sent him, back to me
then later he edited his post and is now claiming to have only sent 0.01AC back to me

can Abstract Coin overcome this exploit?

who knows!


On day 1, somone edited their post and claimed that they only sent me 0.001 not 0.05 .... this act killed Abstract Coin 0.1.0;
i hope Abstract Coin 0.3.1 will be stable enoght to live forever!  :D
sucks we had to kill Abstract Coin 0.2.1 it was going so good!

but this is for the best.

Abstract Coin - Adhere to the Protocol!

Abstract Coin - an idea worth thinking about.


Will you believe you own a piece of Abstract Coin tomorrow?
...  

Not if no one else does!

https://i.imgur.com/UmpOi.gif


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 04, 2013, 04:22:28 AM
https://i.imgur.com/lagGfet.png
Leaderboard

AdamStgBit...............  0.4500
jubalix......................  0.2000
Praxis.......................  0.0750
owsleybeatsbigcartel...  0.0750
Nolo.........................  0.0500
Killerpotleaf...............  0.0500
onatbitcoin................  0.0250
haveagr8day..............  0.0250
fishy.........................  0.0250
Darktongue................  0.0000


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 10, 2013, 11:59:25 PM
2013-04-11 Israeli banks limit money connected to bitcoin.

CreateGenesisWallet();
CreateAbstractWallet(AC0M9Z1|adamstgBit);
adamstgBit(10000uAC) = Wallet[Genesis]->SendAbstractCoins( AC0m97S1|adamstgBit, 10000 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Nolo on June 11, 2013, 12:17:38 AM
CreateAbstractWallet(AC0M98S1|Nolo);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Killerpotleaf on June 11, 2013, 12:20:02 AM
2013-04-11 Israeli banks limit money connected to bitcoin.

CreateGenesisWallet();
CreateAbstractWallet(AC0M9Z1|adamstgBit);
adamstgBit(10000uAC) = Wallet[Genesis]->SendAbstractCoins( AC0m97S1|adamstgBit, 10000 );
confirmed!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 12:21:41 AM
2013-04-11 Israeli banks limit money connected to bitcoin.

CreateGenesisWallet();
CreateAbstractWallet(AC0M9Z1|adamstgBit);
adamstgBit(10000uAC) = Wallet[Genesis]->SendAbstractCoins( AC0m97S1|adamstgBit, 10000 );
confirmed!

adamstgBit(9500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0M98S1|Nolo,  500 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Nolo on June 11, 2013, 12:22:43 AM
2013-04-11 Israeli banks limit money connected to bitcoin.

CreateGenesisWallet();
CreateAbstractWallet(AC0M9Z1|adamstgBit);
adamstgBit(10000uAC) = Wallet[Genesis]->SendAbstractCoins( AC0m97S1|adamstgBit, 10000 );
confirmed!

adamstgBit(9500uAC) = Wallet[Genesis]->SendAbstractCoins( AC0M98S1|Nolo,  500 );

confirmed!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Killerpotleaf on June 11, 2013, 12:23:04 AM
CreateAbstractWallet(AC420C0IN|Killerpotleaf);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 12:25:11 AM
adamstgBit(9500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0M98S1|Nolo,  500 );
confirmed!

adamstgBit(9000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC420C0IN|Killerpotleaf,  500 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 11, 2013, 12:48:03 AM
CreateAbstractWallet(ACJZ777|Jubalix);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 11, 2013, 12:49:21 AM
adamstgBit(9000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC420C0IN|Killerpotleaf,  500 );
confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 12:53:14 AM
adamstgBit(9000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC420C0IN|Killerpotleaf,  500 );
confirmed
adamstgBit(7000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACJZ777|Jubalix,  2000 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Killerpotleaf on June 11, 2013, 12:53:41 AM
adamstgBit(7000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACJZ777|Jubalix,  2000 );
confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: owsleybeatsbigcartel on June 11, 2013, 01:20:57 AM
2013-04-11 Israeli banks limit money connected to bitcoin.

CreateGenesisWallet();
CreateAbstractWallet(AC0M9Z1|adamstgBit);
adamstgBit(10000uAC) = Wallet[Genesis]->SendAbstractCoins( AC0m97S1|adamstgBit, 10000 );
CreateAbstractWallet(AC33M450N|OWSLEYBEATSBIGCARTEL);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 01:24:56 AM
adamstgBit(7000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACJZ777|Jubalix,  2000 );
confirmed
adamstgBit(6750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Killerpotleaf on June 11, 2013, 01:25:52 AM
adamstgBit(6750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );
confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: onatbitcoin on June 11, 2013, 01:37:54 AM
CreateAbstractWallet(AC3M154N|ONATBITCOIN);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 01:39:50 AM
adamstgBit(6750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );
confirmed
adamstgBit(6500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC3M154N|ONATBITCOIN,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: onatbitcoin on June 11, 2013, 01:41:59 AM
adamstgBit(6750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );
confirmed
adamstgBit(6500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC3M154N|ONATBITCOIN,  250 );

confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 11, 2013, 01:55:20 AM
Could the units be clarified ie what u stands for? eg 10e-6, 10 e -3 or other.

u in SI  = micro = 10e-6

but you of course can define whatever you want


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 02:46:14 AM
Could the units be clarified ie what u stands for? eg 10e-6, 10 e -3 or other.

u in SI  = micro = 10e-6

but you of course can define whatever you want
1AC = 10000uAC


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: RichG on June 11, 2013, 03:23:33 PM
DeleteAbstractWallet(*);

I deleted everyting!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 04:44:36 PM
DeleteAbstractWallet(*);

I deleted everyting!

runtime error
DeleteAbstractWallet is not a recognized method


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 11, 2013, 04:55:23 PM
CreateAbstractWallet(ACL1B3RTY|NewLiberty);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 05:10:20 PM
adamstgBit(6500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC3M154N|ONATBITCOIN,  250 );

confirmed;
adamstgBit(6250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACL1B3RTY|NewLiberty,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: owsleybeatsbigcartel on June 11, 2013, 05:17:31 PM
adamstgBit(6500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC3M154N|ONATBITCOIN,  250 );

confirmed;
adamstgBit(6250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACL1B3RTY|NewLiberty,  250 );

confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 11, 2013, 06:42:09 PM
Owsley,
If I don't miss my guess on your namesake, as a friend of the family, you have an inside connection with abstraction.
In the interests of those needing a miracle, and in joyous celebration of having a confirmed wallet, I will now donate to you u250 abstractions in pursuit of the white light of an unencumbered mind, for the ample consideration of payment to your own pursuits.

adamstgBit(6500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC3M154N|ONATBITCOIN,  250 );

confirmed;
adamstgBit(6250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACL1B3RTY|NewLiberty,  250 );

confirmed;
NewLiberty(250uAC) = Wallet[ACL1B3RTY|NewLiberty]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL, 250 );

Swiftly followed by some self reflection to focus on the nothingness, but knowing not whether this is achieved or if I have raced into a race condition.... the contemplation awaits its void in the grey vashra of preternatural phantoms.

NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 11, 2013, 11:18:35 PM

NewLiberty(250uAC) = Wallet[ACL1B3RTY|NewLiberty]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL, 250 );


confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 11, 2013, 11:43:51 PM

NewLiberty(0uAC250uAC) = Wallet[ACL1B3RTY|NewLiberty]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL, 250 );
NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();

corrected, and confirmed



Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 12, 2013, 12:19:11 AM
typical reaction when first looking at this thread (https://www.youtube.com/watch?v=dq8NOpt-nfQ)


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 12, 2013, 12:25:15 AM
Contemplation of the existential beingness yeilds the essential knowledge of nothingness beyond the phantom of quiescent patience.

NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 12, 2013, 12:33:02 AM
Contemplation of the existential beingness yeilds the essential knowledge of nothingness beyond the phantom of quiescent patience.

NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();
confirmed

existence precedes essence, but the truth precedes all!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 12, 2013, 12:34:40 AM
adamstgBit(6250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACL1B3RTY|NewLiberty,  250 );
confirmed;

adamstgBit(6000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: owsleybeatsbigcartel on June 12, 2013, 01:19:00 AM
OWSLEYBEATSBIGCARTEL(500uAC) = Wallet[AC33M450N|OWSLEYBEATSBIGCARTEL]->GetBalance();


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 12, 2013, 03:19:22 AM
adamstgBit(6250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACL1B3RTY|NewLiberty,  250 );
confirmed;

adamstgBit(6000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );
Confirmed

May the tributaries of abstraction coalesce into the mightiest rivers, that the harvest from whose basin may feed the migration of a mighty force.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: haveagr8day on June 12, 2013, 03:34:25 AM
CreateAbstractWallet(ACGr8Day|haveagr8day);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 12, 2013, 03:44:21 AM
CreateAbstractWallet(ACGr8Day|haveagr8day);
Confirmed

May the road rise up to meet you, but miss you on the way past so you don't bump your nose.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: owsleybeatsbigcartel on June 12, 2013, 03:52:35 AM
CreateAbstractWallet(ACGr8Day|haveagr8day);

Confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: owsleybeatsbigcartel on June 13, 2013, 11:37:51 PM
CreateAbstractWallet(ACLEZ37|Darktongue);

CONFIRMED;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 15, 2013, 03:03:49 AM
adamstgBit(6000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC33M450N|OWSLEYBEATSBIGCARTEL,  250 );
Confirmed

I've been busy freaking out about bitcoin price falling hard... anyway here you go some Abstract Coin!

adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );

Abstract Coin's value is abstract... for the moment  8)


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 15, 2013, 04:56:17 AM

adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );

Confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on June 15, 2013, 05:53:07 AM
CreateAbstractWallet(ACN1KKE1|Praxis);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 17, 2013, 11:33:57 PM
adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );
Confirmed
adamstgBit(5250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 18, 2013, 09:30:44 AM
adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );
Confirmed
adamstgBit(5250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );


confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on June 27, 2013, 07:57:22 PM
Selling my stake of  AC for 10k dvc pm to make a deal lmao

PM'ed.

Want to buy ABC (Abstract Coin) so that things keep rolling - will this be the first ever trade of Abstract Coin with another currency?

Personally I love this idea, it's ingenious


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 27, 2013, 11:22:24 PM
Darktongue(260uAC) = Wallet[ACLEZ37|Darktongue->SendAbstractCoins(ACN1KKE1|Praxis ,  250 );
confirmed

Wait...  Did Darktongue have 260 or 250 before this? Will have to smoke some hashes and block the chains to deconfubulate the abstructure of abstractionary distractions.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on June 28, 2013, 10:56:48 AM
Darktongue(260uAC) = Wallet[ACLEZ37|Darktongue->SendAbstractCoins(ACN1KKE1|Praxis ,  250 );
confirmed;

Glad to do business with you! Am I the first person to have bought abstract currency with crypto-currency?  :D


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 28, 2013, 11:42:21 AM
Darktongue(260uAC) = Wallet[ACLEZ37|Darktongue->SendAbstractCoins(ACN1KKE1|Praxis ,  250 );
confirmed;

Glad to do business with you! Am I the first person to have bought abstract currency with crypto-currency?  :D

I think you are


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 28, 2013, 08:09:08 PM
Darktongue(260uAC) = Wallet[ACLEZ37|Darktongue->SendAbstractCoins(ACN1KKE1|Praxis ,  250 );
confirmed;

Glad to do business with you! Am I the first person to have bought abstract currency with crypto-currency?  :D

I think you are

yes this is a first for Abstract Coin

We have a market cap!




adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );
Confirmed

Darktongue(2600uAC) = Wallet[ACLEZ37|Darktongue->SendAbstractCoins(ACN1KKE1|Praxis ,  250 );
Corrected; Confirmed;

I sent Darktongue 250uAC, so after this tx he has 0uAC left. also he should have included that confirmed block that shows me sending him coins. always quote the last TX you made to make a new TX.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 29, 2013, 12:56:50 AM
so our market cap now it

10000/250 *10k dvc

=400K

dvc

which is about 0.3 BTC?


ok I will buy 100u  ABS for 1 LTC, however I want to be able to buy for low ltc fees, which I don't think can be done right now.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:14:38 AM
so our market cap now it

10000/250 *10k dvc

=400K

dvc

which is about 0.3 BTC?


ok I will buy 100u  ABS for 1 LTC, however I want to be able to buy for low fees, which I don't think can be done right now.

100uAC / 1LTC

 ;D


I'm still giving some AC away, create a wallet below "CreateAbstractWallet(ACLEZ37|Darktongue);"


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:16:12 AM
adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );
Confirmed
adamstgBit(5250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );


confirmed
adamstgBit(5000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 29, 2013, 04:23:10 AM
adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );
Confirmed
adamstgBit(5250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );


confirmed
adamstgBit(5000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );
Confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:23:45 AM
update the leaderboard   (https://bitcointalk.org/index.php?topic=224873.msg2364817#msg2364817)


100uAC is valued at 1LTC, and I'm Still giving them away for free!!!

get some AC today "CreateAbstractWallet(ACLEZ37|Darktongue);"


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 05:18:47 AM
CreateAbstractWallet(ACLEZH37|Darktongue);

you sold your Free AC! :D
CreateAbstractWallet(wastedbit|wastedbit);


First wallet without the AC prefix!

k




Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 05:18:52 AM
adamstgBit(5000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );
Confirmed
adamstgBit(4750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  wastedbit|wastedbit ,  250 );
adamstgBit(4745uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACLEZH37|Darktongue ,  5 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 29, 2013, 05:23:10 AM
adamstgBit(5000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACN1KKE1|Praxis ,  250 );
Confirmed
adamstgBit(4750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  wastedbit|wastedbit ,  250 );
adamstgBit(4745uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACLEZH37|Darktongue ,  5 );

confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: wtman on June 29, 2013, 06:47:09 AM
Seems like complicated trolling man


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 07:01:16 AM
Seems like complicated trolling man
confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 29, 2013, 07:49:03 AM
Seems like complicated trolling man
confirmed

lutz

and confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: filledbit on June 29, 2013, 02:12:47 PM
CreateAbstractWallet(ACLetsTry|filledbit);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:40:55 PM
adamstgBit(4750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  wastedbit|wastedbit ,  250 );
adamstgBit(4745uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACLEZH37|Darktongue ,  5 );

confirmed

adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 04:43:42 PM
adamstgBit(4750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  wastedbit|wastedbit ,  250 );
adamstgBit(4745uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins(  ACLEZH37|Darktongue ,  5 );

confirmed

adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );


CreateAbstractWallet(AC0fishy|fishy);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:47:13 PM
adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );
CreateAbstractWallet(AC0fishy|fishy);
adamstgBit(4250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 04:49:04 PM
try clicking on my quote in one of my tx, this will bring you to the previous tx i made, click again and again, and it will lead you to the genesis block!

try it  :D


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 04:55:09 PM
try clicking on my quote in one of my tx, this will bring you to the previous tx i made, click again and again, and it will lead you to the genesis block!

try it  :D

Did I jsut get 250 Abstract Coins?


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 05:00:59 PM
With 57.5% of the total supply given away I will start handing out smaller amounts of uAC.

Create a wallet and i will send you 50uAC

To encourage trade i will give 25uAC to anyone that receives Abstract Coin from someone else.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 05:02:06 PM
try clicking on my quote in one of my tx, this will bring you to the previous tx i made, click again and again, and it will lead you to the genesis block!

try it  :D

Did I jsut get 250 Abstract Coins?

yes, please wait someone will confirm this TX, then you can quote that to send it to someone else

adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );
CreateAbstractWallet(AC0fishy|fishy);
adamstgBit(4250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  250 );


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 05:33:41 PM
With 57.5% of the total supply given away I will start handing out smaller amounts of uAC.

Create a wallet and i will send you 50uAC

To encourage trade i will give 25uAC to anyone that receives Abstract Coin from someone else.


Wait, 250 AC or 250 uAC


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on June 29, 2013, 06:07:27 PM
update the leaderboard   (https://bitcointalk.org/index.php?topic=224873.msg2364817#msg2364817)


100uAC is valued at 1LTC, and I'm Still giving them away for free!!!

get some AC today "CreateAbstractWallet(ACLEZ37|Darktongue);"

Thank you for the generous extra 250 and for updating the ladder!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 29, 2013, 06:40:58 PM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 07:20:53 PM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 07:23:12 PM
try clicking on my quote in one of my tx, this will bring you to the previous tx i made, click again and again, and it will lead you to the genesis block!

try it  :D

Did I jsut get 250 Abstract Coins?

yes, please wait someone will confirm this TX, then you can quote that to send it to someone else

adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );
CreateAbstractWallet(AC0fishy|fishy);
adamstgBit(4250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  250 );

Please confirm this tx, thanks


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on June 29, 2013, 07:35:44 PM
adamstgBit(4500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLetsTry|filledbit ,  245 );
CreateAbstractWallet(AC0fishy|fishy);
adamstgBit(4250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  250 );
confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 29, 2013, 08:28:38 PM
lottery announcement!
I am starting the abstract coin lottery!
Tickets cost 1uAC
The prize pot will be announced when tickets purchases end.
Along with your transaction add a transaction comment with a number between 1 and 1,000,000 which will be your lottery guess.
The lottery's winning number has already been determined and was encrypted into this SHA256 hash.  The hash is in base 16.
7fa2ad2930938d82b3d107b2a50a67e1a56a2385aea1ec24ccbc73fa7237fbe4
One ticket per person.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 08:55:08 PM
lottery announcement!
I am starting the abstract coin lottery!
Tickets cost 1uAC
The prize pot will be announced when tickets purchases end.
Along with your transaction add a transaction comment with a number between 1 and 1,000,000 which will be your lottery guess.
The lottery's winning number has already been determined and was encrypted into this SHA256 hash.  The hash is in base 16.
7fa2ad2930938d82b3d107b2a50a67e1a56a2385aea1ec24ccbc73fa7237fbe4
One ticket per person.


adamstgBit(4250uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  250 );
confirmed;
adamstgBit(4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  1);
lottery guess: 420


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 09:05:06 PM
A proposed API changes to speed distribution of coins.....Test it out and it you like it; maybe add to the core API.......


Proposed Change:  Allow users to send coins to forum users who don't even have wallets.
===============

/*===========================================================================
| (DefaultWallet)
|
|   Return the Default Abstract Wallet for the user.  
|
|   Note 1: When you created your first wallet, it automatically became your DefaultWallet.
|
|
|   Make a tx like this:  User Elwar sends user adamstgBit 100 uAC.
|
|   Elwar(1493uAC) = DefaultWallet[Elwar]->SendAbstractCoins( DefaultWallet(adamstgBit) , 100 );
|
|   Declare Abstract Wallet Balance like this:
|
|   adamstgBit(90uAC) = DefaultWallet(adamstgBit)>GetBalance();
|    
\===========================================================================*/
AbstractWallet  DefaultWallet(int User_Id);



/*===========================================================================
| (SetDefaultWallet)
|
|   Set the Default Abstract Wallet for the user.
|
|   Make a tx like this:  User Elwar sets default Abstract Wallet
|   Elwar(1493uAC) = SetDefaultWalletWallet[AC0M98S1|Elwar];
|    
\===========================================================================*/
int SetDefaultWallet(AbstractWallet NewDefaultWallet,int User_Id);



Change to SendAbstractCoins:
============================
Change #1: If coins sent to a DefaultWallet(User_Id) of NEW USER, then Default Wallet, named ACWALLET, is credited with transfer for the NEW USER.

Change #2: You might need to add a transaction fee to reduce SPAMMING?

approved!
i'll add it to the OP soon
and ill send you some AC for your contribution


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 09:06:01 PM
Quote
adamstgBit(4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  1);
lottery guess: 420
confirmed

adamstgBit(4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( DefaultWallet(wastedbit) ,  100);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on June 29, 2013, 09:14:02 PM
wastedbit(250uAC) = Wallet[wastedbit|wastedbit]->SendAbstractCoins( AC0fishy|fishy ,  1);

144633
confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 30, 2013, 01:00:33 AM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio

ok will send, I am running the older LTC on OSX and it wants me to update it, so getting some help over on LTC, I don't want to accidentally do something I shouldn't. (also I want to know if I can avoid change addresses!)

Is it still safe to send with the older client,
what should the fee be in your opinion to get the transaction through


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 30, 2013, 01:21:36 AM
lottery announcement!
I am starting the abstract coin lottery!
Tickets cost 1uAC
The prize pot will be announced when tickets purchases end.
Along with your transaction add a transaction comment with a number between 1 and 1,000,000 which will be your lottery guess.
The lottery's winning number has already been determined and was encrypted into this SHA256 hash.  The hash is in base 16.
7fa2ad2930938d82b3d107b2a50a67e1a56a2385aea1ec24ccbc73fa7237fbe4
One ticket per person.

Lottery entries:
adamstgBit - 420
wastedbit - 144633

Pot shall be total ticket revenue * 0.75 plus 1, so at the moment, u AC is the pot.
How to enter:
Post the below text into the quote chain.
username(balance) = Wallet[address|username]->SendAbstractCoins(AC0fishy|fishy,1);

My balance: 252 uAC


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 30, 2013, 01:26:29 AM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio

ok will send, I am running the older LTC on OSX and it wants me to update it, so getting some help over on LTC, I don't want to accidentally do something I shouldn't. (also I want to know if I can avoid change addresses!)

Is it still safe to send with the older client,
what should the fee be in your opinion to get the transaction through

Let's try to keep fees as low as possible.
I recommend you update your client.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on June 30, 2013, 01:34:19 AM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio

ok will send, I am running the older LTC on OSX and it wants me to update it, so getting some help over on LTC, I don't want to accidentally do something I shouldn't. (also I want to know if I can avoid change addresses!)

Is it still safe to send with the older client,
what should the fee be in your opinion to get the transaction through

Let's try to keep fees as low as possible.
I recommend you update your client.

i have a thread in ltc talk forum to get advice on this
https://forum.litecoin.net/index.php/topic,4771.0.html (https://forum.litecoin.net/index.php/topic,4771.0.html)


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on June 30, 2013, 01:37:02 AM
your wallet.dat is compatible with any version I believe


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: haveagr8day on June 30, 2013, 02:42:46 AM

adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );

Confirmed
haveagr8day(249uAC) = Wallet[ACGr8Day|haveagr8day]->SendAbstractCoins(AC0fishy|fishy,1);

Lottery Guess: 604976


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on June 30, 2013, 06:46:45 PM
NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


http://www.youtube.com/watch?v=nfdEdE96En0


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on July 01, 2013, 03:07:35 PM
lottery announcement!
I am starting the abstract coin lottery!
Tickets cost 1uAC
The prize pot will be announced when tickets purchases end.
Along with your transaction add a transaction comment with a number between 1 and 1,000,000 which will be your lottery guess.
The lottery's winning number has already been determined and was encrypted into this SHA256 hash.  The hash is in base 16.
7fa2ad2930938d82b3d107b2a50a67e1a56a2385aea1ec24ccbc73fa7237fbe4
One ticket per person.

Lottery entries:
adamstgBit - 420
wastedbit - 144633
haveagr8day - 604976

Pot shall be total ticket revenue * 0.75 plus 1, so at the moment, 3.25 uAC is the pot.
How to enter:
Post the below text into the quote chain.
username(balance) = Wallet[address|username]->SendAbstractCoins(AC0fishy|fishy,1);

My balance: 253 uAC

Question to all:
How are you choosing your numbers?  :) Curious


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: reformed on July 01, 2013, 07:01:30 PM
CreateAbstractWallet(ACreformed|reformed);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on July 02, 2013, 08:27:28 AM
CreateAbstractWallet(ACreformed|reformed);

confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on July 03, 2013, 01:27:05 PM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio

2 LTC sent


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on July 03, 2013, 02:55:12 PM
NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


http://www.youtube.com/watch?v=nfdEdE96En0
timed out?

NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on July 03, 2013, 10:15:31 PM
ok no bites, I must not be meeting market rate!!!!

I will buy 100u  AC for 2 LTC,



Deal.  I'll send first.
Is this offer still standing though?
My LTC addy.
LUh3pyTLnPoBkhMyThCNvMoXD11x43Unio

2 LTC sent

sending the AC now


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on July 03, 2013, 10:24:18 PM

adamstgBit(5750uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACGr8Day|haveagr8day,  250 );
adamstgBit(5500uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACLEZ37|Darktongue,  250 );

Confirmed
haveagr8day(249uAC) = Wallet[ACGr8Day|haveagr8day]->SendAbstractCoins(AC0fishy|fishy,1);

Lottery Guess: 604976
confirmed

fishy(153uAC) = Wallet[AC0fishy|fishy]->SendAbstractCoins(ACJZ777|Jubalix,100uAC);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on July 04, 2013, 01:02:12 AM

fishy(153uAC) = Wallet[AC0fishy|fishy]->SendAbstractCoins(ACJZ777|Jubalix,100uAC);

confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: filledbit on July 04, 2013, 03:57:27 PM
typical reaction when first looking at this thread (https://www.youtube.com/watch?v=dq8NOpt-nfQ)


wastedbit(249 250 uAC) = Wallet[wastedbit|wastedbit]->SendAbstractCoins( AC0fishy|fishy ,  1);

144633
confirmed

corrected....let's be more careful...it got confirmed..
[/quote]

Bitcoin Megastore, for your time......You now have a default wallet with 2 uAC.  Welcome to the project!   :D

wastedbit(247uAC) = Wallet[wastedbit|wastedbit]->SendAbstractCoins( DefaultWallet(Bitcoin Megastore) ,  2);
[/quote]

confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: filledbit on July 04, 2013, 03:57:58 PM
Quote
adamstgBit(4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  1);
lottery guess: 420
confirmed

adamstgBit(4129 4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( DefaultWallet(wastedbit) ,  100);

confirmed...But, balance is 4149, not 4249.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on July 05, 2013, 03:41:47 AM
WTB  [ABC] will pay with [DVC] or [WDC] or [DGC] or [LTC] or [FTC] or [MNC] or [MMC] or [PWC] - PM me.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on July 05, 2013, 05:24:36 AM
i will sell 100 AC for 3LTC


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on July 05, 2013, 03:38:36 PM
Merkle Root : The beginning!!!

Nicely done! 
I'd bonus you with some Abstraction, but time has divested my coin to contemplate the endless void of an abstract wallet due to a vow of perversity.
Your concrete support of abstraction is bafflingly clear.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: fishy on July 05, 2013, 06:33:53 PM
AC EXCHANGE:
successful trades-
fishy to jubalix - 100 AC for 2 LTC

buy-
praxis - PM for details

sell-
jubalix - 100 AC for 3 LTC

This post will be edited as more transactions are posted


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on July 12, 2013, 10:29:52 PM
Merkle Root : The beginning!!!

Format:
user, wallet, default wallet flag, balance, Forum Merkle Link

I'm creating a bot to read this thread and post backwards links with each transaction.  This will create a clickable Forum Merkle tree, mapping back to this posting.  Also, it will post the verifying link, so there should not be needing to insert prior post.  The bot will confirm and post the backwards links for you and display you new balances.  {Still a work in progress - 50% completed so far.}

adamstgBit,AC0m97S1,Y,4149, https://bitcointalk.org/index.php?topic=224873.msg2614560#msg2614560

Jubalix,ACJZ777,Y,2100, https://bitcointalk.org/index.php?topic=224873.msg2649664#msg2649664

OWSLEYBEATSBIGCARTEL,AC33M450N,Y,750, https://bitcointalk.org/index.php?topic=224873.msg2446842#msg2446842

Praxis,ACN1KKE1,Y,750, https://bitcointalk.org/index.php?topic=224873.msg2609429#msg2609429

Nolo,AC0M98S1,Y,500, https://bitcointalk.org/index.php?topic=224873.msg2435336#msg2435336

Killerpotleaf,AC420C0IN,500,Y, https://bitcointalk.org/index.php?topic=224873.msg2435482#msg2435482

wastedbit,wastedbit,Y,347, https://bitcointalk.org/index.php?topic=224873.msg2614684#msg2614684

ONATBITCOIN,AC3M154N,Y,250, https://bitcointalk.org/index.php?topic=224873.msg2435805#msg2435805

haveagr8day,ACGr8Day,Y,249, https://bitcointalk.org/index.php?topic=224873.msg2618840#msg2618840

filledbit,ACLetsTry,Y,245, https://bitcointalk.org/index.php?topic=224873.msg2612875#msg2612875

fishy,AC0fishy,Y,153, https://bitcointalk.org/index.php?topic=224873.msg2649664#msg2649664

Darktongue,ACLEZH37,Y,5, https://bitcointalk.org/index.php?topic=224873.msg2609686#msg2609686

Bitcoin Megastore,ACWALLET,Y,2, https://bitcointalk.org/index.php?topic=224873.msg2614684#msg2614684

Darktongue,ACLEZ37,N,0, https://bitcointalk.org/index.php?topic=224873.msg2606632#msg2606632

NewLiberty,ACL1B3RTY,Y,0, https://bitcointalk.org/index.php?topic=224873.msg2445041#msg2445041

reformedACreformed,Y,0, https://bitcointalk.org/index.php?topic=224873.msg2633516#msg2633516

How's the development going?


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on July 17, 2013, 05:59:23 PM
NewLiberty(0uAC) = Wallet[ACL1B3RTY|NewLiberty]->GetBalance();


Having attained nothingness.
Now contemplating oneness.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: RichG on July 17, 2013, 05:59:52 PM
LOL. Thought this chain was dead!  ;D


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on July 18, 2013, 10:40:46 AM
sorry been away XPM mining....!

no blocks....anymore :(

but now I have learnt how to compile on linux and all sorts of linux things I never new...or had forgotten


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: soma13 on July 18, 2013, 11:20:52 AM
CreateAbstractWallet(ACs0m413|soma13)


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on July 18, 2013, 11:24:44 AM
CreateAbstractWallet(ACs0m413|soma13)

Confirmed;


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: J.R. BOB DOBBS on July 19, 2013, 04:12:47 AM
CreateAbstractWallet(AC13BOBIS|J.R. BOB DOBBS);

got Abstract slack?(=


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 01, 2013, 04:07:30 AM
I haven't been keeping up...
I will send out the freebies to all the newly created wallets tomorrow, i have to get off the computer right now....
I see some interesting comments...
anyway sorry i was way i'll be back tomorrow!



Abstract Coin, the future of money? no way in hell!  a soon to be highly valued imaginary object? I think so!  ;D


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: NewLiberty on August 01, 2013, 10:56:26 AM
I haven't been keeping up...
I will send out the freebies to all the newly created wallets tomorrow, i have to get off the computer right now....
I see some interesting comments...
anyway sorry i was way i'll be back tomorrow!

Abstract Coin, the future of money? no way in hell!  a soon to be highly valued imaginary object? I think so!  ;D

Too late.  The abstract value of Abstract Coin approaches an abstract value of 1/0
Very "Highly" valued.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 01, 2013, 10:44:04 PM
guys i figured it out!

we will piggyback Abstract Coin TXs on the bitcoin blockchain! every bitcoin TX has space for random data, an Abstract Coin TX will utilize this space and will appear as a 0 value tx on the block chain with the extra data filled with an AbstractCoin++ function call

a windows client will be developed to scan the block chain for these special  AbstractCoin++ function calls and compute them, and their you have it! This will solve many problems we have been experiencing.

Do not worry, the Abstract Coins 0.3.0 you own will be transferred over the new protocol Abstract Coins  1.0.0!!!,  like we did on the previous upgrade after the genesis block, i will create all the TX's necessary to give everyone the correct amount Abstract Coins


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: jubalix on August 02, 2013, 02:00:39 AM
brilliant

one question though its costs btc to send a bit of info....

though when you think about it, a cheap way to get a secure block chain!


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Voodah on August 02, 2013, 02:16:23 AM
CreateAbstractWallet(AC00100|Voodah);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 02, 2013, 02:33:07 AM
brilliant

one question though its costs btc to send a bit of info....

though when you think about it, a cheap way to get a secure block chain!

ya its worth it

but maybe LTC would be a better choice, I think the tx fee for LTC is cheaper, not sure, investigating different possibilities...


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 02, 2013, 02:33:21 AM
CreateAbstractWallet(AC00100|Voodah);

confirmed


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 02, 2013, 02:35:07 AM
Quote
adamstgBit(4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC0fishy|fishy ,  1);
lottery guess: 420
confirmed

adamstgBit(4129 4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( DefaultWallet(wastedbit) ,  100);

confirmed...But, balance is 4149, not 4249.

confirmed, my mistake.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: adamstgBit on August 02, 2013, 02:39:51 AM
adamstgBit(4149 4249uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( DefaultWallet(wastedbit) ,  100);
confirmed...But, balance is 4149, not 4249.
confirmed, my mistake.

adamstgBit(4100uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( ACs0m413|soma13 ,  49);
adamstgBit(4050uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC13BOBIS|J.R. BOB DOBBS,  50);
adamstgBit(4000uAC) = Wallet[AC0m97S1|adamstgBit]->SendAbstractCoins( AC00100|Voodah,  50);


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on May 19, 2023, 11:47:54 PM
Hey folks, I know it might sound a bit out there to perform necromancy on a decade-old thread back from the dead

With the rise of BRC-20 tokens recently, I got the idea: why not give Abstract Coin another shot? So, I went ahead and created $ACTX as a BRC-20

Since the OP said

Quote
we will piggyback Abstract Coin TXs on the bitcoin blockchain!

Now, I know it's not a perfect match for the original idea. After all, BRC-20 doesn't exactly jive with the concept of infinite divisibility. But, I see it as a kind of stepping stone, a placeholder, if you will, between Abstract Coin 0.3.0 and what I hope will be Abstract Coin 1.0 when we figure out how to do it properly

I see Abstract Coin as a kind of proto-NFT, an immaterial and invisible valuable or even performance art. Abstract Coin is not tied to any blockchain, but can provisionally use any

Here are the next steps I propose

0) I created 100 000 000 Abstract Sats. As said before, this is a departure from the original concept. It is a provisional solution and if there's enough interest, we will do it properly later

1) if you are in the original leaderboard, write a "command" to DEX/transfer your Abstract Coins to $ACTX, and I will send you your portion of $ACTX. Unfortunately, I think most original holders are all gone from here, I tried to message a few privately. I will only keep my original portion for myself

2) after this BRC-20 project, if there's interest, we'll do it in a better way, by using json for txes, merkle tree, and piggybacking on a crypto chain to keep 'infinite divisibility' of the original concept


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Velemir Sava on May 20, 2023, 06:36:08 AM
Here are the next steps I propose

0) I created 100 000 000 Abstract Sats. As said before, this is a departure from the original concept. It is a provisional solution and if there's enough interest, we will do it properly later

1) if you are in the original leaderboard, write a "command" to DEX/transfer your Abstract Coins to $ACTX, and I will send you your portion of $ACTX. Unfortunately, I think most original holders are all gone from here, I tried to message a few privately. I will only keep my original portion for myself

2) after this BRC-20 project, if there's interest, we'll do it in a better way, by using json for txes, merkle tree, and piggybacking on a crypto chain to keep 'infinite divisibility' of the original concept

The concept as you said about using json for transactions, Merkle trees and merging with crypto chains is an interesting aspect. However, I think this all depends on the response and interest of the community and the support they receive in developing something like this.


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on May 20, 2023, 09:06:05 AM
Here are the next steps I propose

0) I created 100 000 000 Abstract Sats. As said before, this is a departure from the original concept. It is a provisional solution and if there's enough interest, we will do it properly later

1) if you are in the original leaderboard, write a "command" to DEX/transfer your Abstract Coins to $ACTX, and I will send you your portion of $ACTX. Unfortunately, I think most original holders are all gone from here, I tried to message a few privately. I will only keep my original portion for myself

2) after this BRC-20 project, if there's interest, we'll do it in a better way, by using json for txes, merkle tree, and piggybacking on a crypto chain to keep 'infinite divisibility' of the original concept

The concept as you said about using json for transactions, Merkle trees and merging with crypto chains is an interesting aspect. However, I think this all depends on the response and interest of the community and the support they receive in developing something like this.

That is the actual project, yes, it's what the OP wanted to do with this experiment 10 years ago

While that is being developed, the 100M quantized "abstract sats" is an interim solution

I am the first person to buy abstract coin using crypto coins (see in previous pages)  :D

If anybody wants an "airdrop" from my portion of the original "distribution", I can send as BRC-20 airdrop

The BRC-20 model is basically what OP of this thread wanted, as it is exactly that, JSON inscribed onchain. But the part that fits imperfectly is that an abstract coin must be infinitely divisible, whereas $ACTX BRC-20 is "quantized" into 100 million abstract sats


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Risque on May 20, 2023, 02:01:48 PM
Quote
If anybody wants an "airdrop" from my portion of the original "distribution", I can send as BRC-20 airdrop
I'm interested, where do I apply for airdrop exactly?


Title: Re: [Experiment] Abstract Coin 0.3.0
Post by: Praxis on May 22, 2023, 01:00:45 PM
Quote
If anybody wants an "airdrop" from my portion of the original "distribution", I can send as BRC-20 airdrop
I'm interested, where do I apply for airdrop exactly?

You just post your address.  I will send the first airdrops out today.  Unfortunately, it seems none of the original protagonists of this 2013 experiment seem to be active

As a reminder, this BRC-20 experiment would be just a transitional solution while we do it properly, as the OP intended (ie. with timestamping on an existing blockchain with json/merkle trees)