Bitcoin Forum

Other => Off-topic => Topic started by: RichG on June 04, 2013, 05:02:15 AM



Title: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 05:02:15 AM
I propose a fork of AC that instead of using C++ context, it will use JSON context:

E.G.

{
            "action" : "sendtx",
            "txid" : 1,
            "sender" : "RICHG37T",
            "amount" : 0.01,
            "recipient" : "ACR97018",
}

or

{
             "action" : "declarebalance",
             "account" : "RICHG37T",
             "amount" : 0,
}

Quote chain dynamics work the same as original AC, though.

EDIT:

It is recommended that you use triple confirms for security.

More "actions" coming soon!


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 05:04:30 AM
{
             "action" : "claimgenesis",
             "account" : "ICX07709",
             "subsidy" : 1,
 }


Title: Re: Abstract Coin testnet [0.1beta]
Post by: jubalix on June 04, 2013, 05:06:03 AM
test net can just be invoked by writing test anywhere in the transaction ID


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 05:08:21 AM
Just quote it.  :(


Title: Re: Abstract Coin testnet [0.1beta]
Post by: adamstgBit on June 04, 2013, 06:09:33 AM
{
             "action" : "claimgenesis",
             "account" : "ICX07709",
             "subsidy" : 1,
 }
confirmed ???


Title: Re: Abstract Coin testnet [0.1beta]
Post by: adamstgBit on June 04, 2013, 06:09:50 AM
 ;D

good fork!


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 06:14:21 AM
Thank you! :)


Title: Re: Abstract Coin testnet [0.1beta]
Post by: mprep on June 04, 2013, 12:37:10 PM
This Abstract Coin is getting bigger than I thought. Too abstract for me  :P.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 04:41:35 PM
Giveaways start now. Just mention your name, and you will get some AC.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: greyhawk on June 04, 2013, 04:52:35 PM
My name is Alfonso Eduardo Alexandre MacGlitterpants the Third, Esq. But you can call me Natasha.

Oh wait, crap, I thought this was the thread for Dadacoin. I'd better go slaughter a horse with a coffee pot.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 04, 2013, 05:09:41 PM
What's your wallet address?


Title: Re: Abstract Coin testnet [0.1beta]
Post by: greyhawk on June 04, 2013, 05:15:25 PM
 |ACR3W00D5|


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 05, 2013, 12:27:25 AM
{
           "action" : "sendtx",
           "txid" : 1
           "sender" : "ICX07709"
           "amount" : 0.05,
           "recipient" : "ACR3W00D5"
}


Title: Re: Abstract Coin testnet [0.1beta]
Post by: jubalix on June 05, 2013, 06:19:32 AM
{
           "action" : "sendtx",
           "txid" : 1
           "sender" : "ICX07709"
           "amount" : 0.05,
           "recipient" : "ACR3W00D5"
}

confirm


Title: Re: Abstract Coin testnet [0.1beta]
Post by: mprep on June 05, 2013, 02:37:57 PM
How does it work? How do you get an address?


Title: Re: Abstract Coin testnet [0.1beta]
Post by: greyhawk on June 05, 2013, 03:01:14 PM
How does it work? How do you get an address?

{
           "action" : "sendtx",
           "txid" : 2
           "sender" : "ACR3W00D5"
           "amount" : 0.01,
           "recipient" : "MPR3P8L1N6"
}

You're welcome.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: adamstgBit on June 05, 2013, 05:16:36 PM

{
           "action" : "sendtx",
           "txid" : 2
           "sender" : "ACR3W00D5"
           "amount" : 0.01,
           "recipient" : "MPR3P8L1N6"
}

confirmed.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RoadToHell on June 05, 2013, 06:13:02 PM
mprep asked this: how do you generate the wallet address?  I saw the reply to mprep, but that was for a transaction to mprep's wallet.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: RichG on June 05, 2013, 06:16:12 PM
It can be any 8 digit value starting with 3 letters.

EDIT: 9-digit addresses are OK, to. Same three letter rule.


Title: Re: Abstract Coin testnet [0.1beta]
Post by: mprep on June 05, 2013, 06:20:52 PM
How does it work? How do you get an address?

{
           "action" : "sendtx",
           "txid" : 2
           "sender" : "ACR3W00D5"
           "amount" : 0.01,
           "recipient" : "MPR3P8L1N6"
}

You're welcome.
Thanks.