Author

Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread - page 647. (Read 1276796 times)

sr. member
Activity: 266
Merit: 250
Help and Love one another ♥
Good morning everyone *laugh

That's an interesting talk.
It is true that the 33.3% bonus decreasing over a month period is not that much.
Yet with it, it is easy to have in mind that the cost is 1BTC for 1000XCP, and that there is just a small reward for earlier one.
Without being totally disproportionate.
Of course I'd like more. Like many I am also here for the money.
But I'm mitigate.
Globally, I think the dev choice are quite good.
1 month is not that long, but much enough for everyone to think about it, sync, rescan, test, invest. 'take a week for many.
Nothing is perfect in life.
Mac user have to wait for software (but aren't mac intel based now? therefore ubuntu live CD working?)
Technical-comfortable guys can understand and do the necessary more quickly.
Struggling newbie like me have a really hard time, yet should have enough time to success.
Newcomer will have the possibility of simply sending money and get their XCP without any real work.
Which might not be the fairest either. As they get the same reward +still 10~20% bonus.

Well, now it's set.
The 1 month period is fixed. 82 BTC are already burned. It can no longer change.
As does the slight bonus reward.
The 1 BTC limit per address obviously doesn't prevent the early-bitcoiner to invest 100~500 BTC at the last moment, which might be less than 10% of their wealth for a few.
Which costed some less than buying 10 BTC at today USD price.
The concept of entity is flawed.
Without central authority & ID check it is hard to reach something more "even".
Yet at the same time I'm obviously glad there is not ID check nor anything centralized other that the dev hard work.

So, perfectible. But not that bad.
One solution could be to reward the early investor or the poster who obviously spent a lot of time for testing/burning/writing.
It could be done - for example - by letting the dev creating some asset that will provide a dividend on some long term bet system.
Then up to them to distribute them in an exponential way or an arbitrary way. Trying on best-try to reward the meritorious one*.
As a secondary bonus for those who didn't wait the last week to burn, and/or to those who explicitly used counterpartyd to burn, as originally required. [knowing it's very time consuming]

(*which is an arbitrary concept..)

Other reward system could be add on top of the XCP. If some have better ideas, express yourself.

edit: could also be a very tiny fee on XCP-themselves transfert, splitted in a lottery way between the one who burned during the first 2 weeks using the software. I don't know.

PS: txindex rescan reached block 267104 \o/ 'hopefull to burn today. Just a few hour more.
legendary
Activity: 1232
Merit: 1001
I don't think your PoB mining reward schedule offers an attractive investment opportunity.

There's only a linear decrease in reward, so early adopters are not rewarded very much at all.  Worse, the reward only decays down to 1000 XCP/BTC, so even in the latest stage a large-scale investor could obtain a huge sum of XCP.  At least it could have been a linear decrease down to zero.

Thus, I'm not sure, XCP makes a lot of sense for anyone to buy.  Seems like only big players can win here.

Here's a plot of the XCP reward for a 1 BTC investment.  The x-axis is the block number.

http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAwKzUwMCooMjgzODEwLXgpLzU1MDAiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyIyNzcwNjYuMTUzODQ2MTUzOSIsIjI4MjU2Ni4xNTM4NDYxNTM5IiwiLTMzNjcuMjU0MzYwMDYzOTk5NyIsIjM1MDQuNjkzMzEzNTM2Il19XQ--

Not very inspiring... Maybe I got it wrong?

Anyway, that's just my thought on it.  Perhaps someone could explain how I'm wrong?  If not, then it's still not too late to decrease the reward for late-comers to make things more fair for those who have already invested.
+1
I was all on board with this when I started the lengthy process of getting ready to burn 1 BTC but after detailed research and thought, I came to the same conclusion.  Why not wait 20-25 days until things are easy, stable, and much more "evaluated" by the community and still get 1000 XCP at that point?

If I may, I do think the intent was to release a working protocol and to encourage people to use it -and Not to create something where someone who was watching the forums more intently, or was tipped off as an insider for example, could get in to merely multiply their money at the expense of others.

I am aware that most people browsing alt-currency forums may very well be people looking to "make money out of thin air" if you will, on account of being early investors in something (having missed the early investment into bitcoin per say), without much caring as to what something does, or whether it offers any kind of potential benefit to others, or mankind at large. While this approach may in fact make a select number of people rich, nevertheless I think it is ultimately detrimental to the acceptance and development of digital monetization and finance in the broader sense.

The financial component of a project is a critical component to its success.  How much XCP you allocate for developers and early adopters will impact how much free time (and will) these individuals have for contributing to the project.  People do not _only_ labor for things because they are cool or neato, though that is a large component of success in this realm.

Ideally you want a lot of stake holders, with a decent stake size, who will support the project and help drive it forward.

If these individuals are drowned out by huge late-comer investments from "dumb-money" (e.g., VCs and other large-scale late comers) then your community is essentially squashed because their stakes tend towards zero.

Thus, from a project success perspective, it seems quite important to incentivise/reward the founders, developers and early adopters over late comers.

To be fair, I see what you're trying to do by levelling the playing field over time, so that no one screams premine.  It's a nice idea and it could work, who knows.  However, I do not think it is a necessary risk to take with such a great project.  It is abundantly clear, based on the content of the code I have reviewed, the functionality already available and the description of your project, that your project does indeed have something behind it and is no a premise scam.
sr. member
Activity: 390
Merit: 254
Counterparty Developer
The way the virtualEnv is created in windows seems to be kind of funky. For example I had to add Pythonpath for pretty table and appdirs in the counterparty.py as it did not want to find them.

Also what's the meaning of this code (under def setup_startup) for windows:
Quote
    runcmd("sudo cp -a %s/linux/init/counterpartyd.conf.template /etc/init/counterpartyd.conf" % paths['dist_path'])
        runcmd("sudo sed -r -i -e \"s/!RUN_AS_USER!/%s/g\" /etc/init/counterpartyd.conf" % run_as_user)


You shouldn't have had to do that. If you just run setup.py on Windows, it should do everything from you. How are you trying to run counterpartyd.py (directly, or using the run.py script?) If using the build system, you should use run.py. If not, you'll have to install the deps manually, but you can run ./counterpartyd.py directly. I could change this in the future to install the python dependencies to the global python directory (instead of making its own virtualenv), but at that point I'm messing with people's python installs, which could conflict with other libraries, etc they may have installed, so I'd rather not do that.

The meaning of those lines you pasted is to take a template config file, and replace the string !RUN_AS_USER! with the actual username that the counterpartyd daemon will be run as (since we don't know that beforehand, and we need to supply that into in the upstart Linux script).
full member
Activity: 214
Merit: 101
The way the virtualEnv is created in windows seems to be kind of funky. For example I had to add Pythonpath for pretty table and appdirs in the counterparty.py as it did not want to find them.

Also what's the meaning of this code (under def setup_startup) for windows:
Quote
    runcmd("sudo cp -a %s/linux/init/counterpartyd.conf.template /etc/init/counterpartyd.conf" % paths['dist_path'])
        runcmd("sudo sed -r -i -e \"s/!RUN_AS_USER!/%s/g\" /etc/init/counterpartyd.conf" % run_as_user)
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Assuming that I have follow the step of Installing for Windows there : http://counterpartyd-build.readthedocs.org/en/latest/BuildingFromSource.html
Then what exactly should I do to running it?

In the first post you say :
Quote
Assuming that you are running Bitcoind locally, run the following command in the downloaded project directory, replacing 'PASSWORD' with RPC password used by Bitcoind:
   ./counterpartyd.py --testnet --rpc-password=PASSWORD server
   For more information, e.g. about how to use a configuration file with counterpartyd, see the README.

And here (http://counterpartyd-build.readthedocs.org/en/latest/BuildingFromSource.html) you say :
Quote
After installing, open a command window and run counterpartyd in the foreground via:

cd C:\counterpartyd_build
C:\Python33\python.exe run.py --log-file=-
You can then run any of counterpartyd’s other functions, like the examples listed here.

To run the counterpartyd testsuite:

cd C:\counterpartyd_build
run.py tests

Yeah, if you use the build system, then you will run via the run.py script.... so, for instance, instead of running:

Code:
./counterpartyd.py --testnet --rpc-password=PASSWORD server

You would run:

Code:
C:\Python33\python.exe run.py --testnet server

(This assumes you have a counterpartyd.conf file setup with an rpc-password specified in it. If not, or if you want to specify your password explicitly, you can just do:

Code:
C:\Python33\python.exe run.py --testnet --rpc-password=PASSWORD server


The run.py script basically just runs counterpartyd.py in a dedicated python virtual environment, which has all the libraries at all the versions necessary (to keep things consistent), and is written to work on multiple platforms. So basically, you just use that run.py script, and pass in whatever args you need to (which are automatically passed to counterpartyd.py).
legendary
Activity: 861
Merit: 1010
Assuming that I have follow the step of Installing for Windows there : http://counterpartyd-build.readthedocs.org/en/latest/BuildingFromSource.html
Then what exactly should I do to running it?

In the first post you say :
Quote
Assuming that you are running Bitcoind locally, run the following command in the downloaded project directory, replacing 'PASSWORD' with RPC password used by Bitcoind:
   ./counterpartyd.py --testnet --rpc-password=PASSWORD server
   For more information, e.g. about how to use a configuration file with counterpartyd, see the README.

And here (http://counterpartyd-build.readthedocs.org/en/latest/BuildingFromSource.html) you say :
Quote
After installing, open a command window and run counterpartyd in the foreground via:

cd C:\counterpartyd_build
C:\Python33\python.exe run.py --log-file=-
You can then run any of counterpartyd’s other functions, like the examples listed here.

To run the counterpartyd testsuite:

cd C:\counterpartyd_build
run.py tests
member
Activity: 114
Merit: 10
Thanks for the positive reply and not getting upset at my financial perspective on this.  Trust me, if I had the technical skills I would love to help in the development and roll-out of this project.  Unfortunately, I've been blessed with financial skills and not technical.  In that light, if I can offer anything to the project please do let me know.  Otherwise I'll be watching closely over the rest of this period and hopefully buying in at the end.
sr. member
Activity: 390
Merit: 254
Counterparty Developer


Are you discounting the reward of just the building and using counterparty.
If your endeavor can make use of it, having a few weeks head start on that can be worth more than +50%



50% seemed like a good balance to us. Other similar projects had used 40%, for instance, and we wanted to find a mix that rewarded early adopters (and people that got counterpartyd running/working and were helping us out through the alpha/beta process), while avoiding a situation of having excessive early rewards that would unfairly benefit any "project insiders" or "highly technical opportunists" over those of the general community, as well as hopefully eliminating any kind of "instamine"/"scam" type feeling to this.

Could you please elaborate on what uses I could have for this during these few weeks?  Maybe I don't fully understand the project.  Honestly 50% (45% now) of a bonus is not worth the risk and time value of money for me to invest now rather than 25 days later; but if there is some value in having these earlier I'd be happy to "buy" in.

Edit: and I just want to make clear I'm not asking to be convinced or sold on this idea; I like the project and I know you have nothing to gain by getting me in.  Just trying to understand and make a smart financial decision.

I totally understand what you're saying. The value in getting involved now is I think more technical than purely financial. Our current focus is on establishing the base technology footprint and vetting it through the community (giving input, finding bugs, etc). For those that are willing to spend the time (in getting counterpartyd up and running, etc) and take the risk of investing earlier, the 50% max bonus was to motivate them. They also benefit from being first to adopt this technology, which they can then (hopefully) start to build neat applications on, and be first to market/introduce these apps.

In your case, if you would rather wait until the end of the period to invest (either to mitigate the risk as much as possible, which makes sense, or, because you think you can make more money than the benefit of the 50% you would receive here in that time), then that's no problem.

At the end of the day, we want each person to make the investment decisions they are personally comfortable with. Thanks for your interest and your support of the project.
member
Activity: 114
Merit: 10


Are you discounting the reward of just the building and using counterparty.
If your endeavor can make use of it, having a few weeks head start on that can be worth more than +50%



50% seemed like a good balance to us. Other similar projects had used 40%, for instance, and we wanted to find a mix that rewarded early adopters (and people that got counterpartyd running/working and were helping us out through the alpha/beta process), while avoiding a situation of having excessive early rewards that would unfairly benefit any "project insiders" or "highly technical opportunists" over those of the general community, as well as hopefully eliminating any kind of "instamine"/"scam" type feeling to this.

Could you please elaborate on what uses I could have for this during these few weeks?  Maybe I don't fully understand the project.  Honestly 50% (45% now) of a bonus is not worth the risk and time value of money for me to invest now rather than 25 days later; but if there is some value in having these earlier I'd be happy to "buy" in.

Edit: and I just want to make clear I'm not asking to be convinced or sold on this idea; I like the project and I know you have nothing to gain by getting me in.  Just trying to understand and make a smart financial decision.
sr. member
Activity: 390
Merit: 254
Counterparty Developer


If I may, I do think the intent was to release a working protocol and to encourage people to use it -and Not to create something where someone who was watching the forums more intently, or was tipped off as an insider for example, could get in to merely multiply their money at the expense of others.

I am aware that most people browsing alt-currency forums may very well be people looking to "make money out of thin air" if you will, on account of being early investors in something (having missed the early investment into bitcoin per say), without much caring as to what something does, or whether it offers any kind of potential benefit to others, or mankind at large. While this approach may in fact make a select number of people rich, nevertheless I think it is ultimately detrimental to the acceptance and development of digital monetization and finance in the broader sense.



I understand what you are saying but disagree.  I'm not looking for a quick 100,000% profit; just a smart investment in a good vehicle.  But, what is the incentive for me to invest right now as opposed to 3 weeks from now?  1,470 XCP instead of 1,000? 

As days and weeks pass, theoretically the risk will go down exponentially.  Why should the reward remain largely the same?

Are you discounting the reward of just the building and using counterparty.
If your endeavor can make use of it, having a few weeks head start on that can be worth more than +50%



50% seemed like a good balance to us. Other similar projects had used 40%, for instance, and we wanted to find a mix that rewarded early adopters (and people that got counterpartyd running/working and were helping us out through the alpha/beta process), while avoiding a situation of having excessive early rewards that would unfairly benefit any "project insiders" or "highly technical opportunists" over those of the general community, as well as hopefully eliminating any kind of "instamine"/"scam" type feeling to this.
sr. member
Activity: 476
Merit: 300
Counterparty Chief Scientist and Co-Founder
from the burning from blockchain.info wallet instruction

Quote
THIS IS VERY IMPORTANT: Under “Change Address”, you must choose the same address as your “To” address.

To address points to 1CounterpartyXXXXXXXXXXXXXXXUWLpVr , so the change address should be 1CounterpartyXXXXXXXXXXXXXXXUWLpVr, but why the screenshot is using "From" address ?

That was a mistake. I just fixed it. (It should be 'From'.)
legendary
Activity: 1204
Merit: 1002
Gresham's Lawyer


If I may, I do think the intent was to release a working protocol and to encourage people to use it -and Not to create something where someone who was watching the forums more intently, or was tipped off as an insider for example, could get in to merely multiply their money at the expense of others.

I am aware that most people browsing alt-currency forums may very well be people looking to "make money out of thin air" if you will, on account of being early investors in something (having missed the early investment into bitcoin per say), without much caring as to what something does, or whether it offers any kind of potential benefit to others, or mankind at large. While this approach may in fact make a select number of people rich, nevertheless I think it is ultimately detrimental to the acceptance and development of digital monetization and finance in the broader sense.



I understand what you are saying but disagree.  I'm not looking for a quick 100,000% profit; just a smart investment in a good vehicle.  But, what is the incentive for me to invest right now as opposed to 3 weeks from now?  1,470 XCP instead of 1,000? 

As days and weeks pass, theoretically the risk will go down exponentially.  Why should the reward remain largely the same?

Are you discounting the reward of just the building and using counterparty.
If your endeavor can make use of it, having a few weeks head start on that can be worth more than +50%

member
Activity: 114
Merit: 10


If I may, I do think the intent was to release a working protocol and to encourage people to use it -and Not to create something where someone who was watching the forums more intently, or was tipped off as an insider for example, could get in to merely multiply their money at the expense of others.

I am aware that most people browsing alt-currency forums may very well be people looking to "make money out of thin air" if you will, on account of being early investors in something (having missed the early investment into bitcoin per say), without much caring as to what something does, or whether it offers any kind of potential benefit to others, or mankind at large. While this approach may in fact make a select number of people rich, nevertheless I think it is ultimately detrimental to the acceptance and development of digital monetization and finance in the broader sense.



I understand what you are saying but disagree.  I'm not looking for a quick 100,000% profit; just a smart investment in a good vehicle.  But, what is the incentive for me to invest right now as opposed to 3 weeks from now?  1,470 XCP instead of 1,000? 

As days and weeks pass, theoretically the risk will go down exponentially.  Why should the reward remain largely the same?
full member
Activity: 214
Merit: 101
I don't think your PoB mining reward schedule offers an attractive investment opportunity.

There's only a linear decrease in reward, so early adopters are not rewarded very much at all.  Worse, the reward only decays down to 1000 XCP/BTC, so even in the latest stage a large-scale investor could obtain a huge sum of XCP.  At least it could have been a linear decrease down to zero.

Thus, I'm not sure, XCP makes a lot of sense for anyone to buy.  Seems like only big players can win here.

Here's a plot of the XCP reward for a 1 BTC investment.  The x-axis is the block number.

http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAwKzUwMCooMjgzODEwLXgpLzU1MDAiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyIyNzcwNjYuMTUzODQ2MTUzOSIsIjI4MjU2Ni4xNTM4NDYxNTM5IiwiLTMzNjcuMjU0MzYwMDYzOTk5NyIsIjM1MDQuNjkzMzEzNTM2Il19XQ--

Not very inspiring... Maybe I got it wrong?

Anyway, that's just my thought on it.  Perhaps someone could explain how I'm wrong?  If not, then it's still not too late to decrease the reward for late-comers to make things more fair for those who have already invested.
+1
I was all on board with this when I started the lengthy process of getting ready to burn 1 BTC but after detailed research and thought, I came to the same conclusion.  Why not wait 20-25 days until things are easy, stable, and much more "evaluated" by the community and still get 1000 XCP at that point?

If I may, I do think the intent was to release a working protocol and to encourage people to use it -and Not to create something where someone who was watching the forums more intently, or was tipped off as an insider for example, could get in to merely multiply their money at the expense of others.

I am aware that most people browsing alt-currency forums may very well be people looking to "make money out of thin air" if you will, on account of being early investors in something (having missed the early investment into bitcoin per say), without much caring as to what something does, or whether it offers any kind of potential benefit to others, or mankind at large. While this approach may in fact make a select number of people rich, nevertheless I think it is ultimately detrimental to the acceptance and development of digital monetization and finance in the broader sense.

legendary
Activity: 1232
Merit: 1001
Yeah, it should have been an exponential decrease.  I'm definitely holding off until much much later in the game, but maybe they will fix it.

The last thing I'd want is a large-scale investors coming in at the last minute and diluting my investment down to nothing.
member
Activity: 114
Merit: 10
I don't think your PoB mining reward schedule offers an attractive investment opportunity.

There's only a linear decrease in reward, so early adopters are not rewarded very much at all.  Worse, the reward only decays down to 1000 XCP/BTC, so even in the latest stage a large-scale investor could obtain a huge sum of XCP.  At least it could have been a linear decrease down to zero.

Thus, I'm not sure, XCP makes a lot of sense for anyone to buy.  Seems like only big players can win here.

Here's a plot of the XCP reward for a 1 BTC investment.  The x-axis is the block number.

http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAwKzUwMCooMjgzODEwLXgpLzU1MDAiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyIyNzcwNjYuMTUzODQ2MTUzOSIsIjI4MjU2Ni4xNTM4NDYxNTM5IiwiLTMzNjcuMjU0MzYwMDYzOTk5NyIsIjM1MDQuNjkzMzEzNTM2Il19XQ--

Not very inspiring... Maybe I got it wrong?

Anyway, that's just my thought on it.  Perhaps someone could explain how I'm wrong?  If not, then it's still not too late to decrease the reward for late-comers to make things more fair for those who have already invested.
+1
I was all on board with this when I started the lengthy process of getting ready to burn 1 BTC but after detailed research and thought, I came to the same conclusion.  Why not wait 20-25 days until things are easy, stable, and much more "evaluated" by the community and still get 1000 XCP at that point?
legendary
Activity: 1232
Merit: 1001
I don't think your PoB mining reward schedule offers an attractive investment opportunity.

There's only a linear decrease in reward, so early adopters are not rewarded very much at all.  Worse, the reward only decays down to 1000 XCP/BTC, so even in the latest stage a large-scale investor could obtain a huge sum of XCP.  At least it could have been a linear decrease down to zero.

Thus, I'm not sure, XCP makes a lot of sense for anyone to buy.  Seems like only big players can win here.

Here's a plot of the XCP reward for a 1 BTC investment.  The x-axis is the block number.

http://fooplot.com/#W3sidHlwZSI6MCwiZXEiOiIxMDAwKzUwMCooMjgzODEwLXgpLzU1MDAiLCJjb2xvciI6IiMwMDAwMDAifSx7InR5cGUiOjEwMDAsIndpbmRvdyI6WyIyNzcwNjYuMTUzODQ2MTUzOSIsIjI4MjU2Ni4xNTM4NDYxNTM5IiwiLTMzNjcuMjU0MzYwMDYzOTk5NyIsIjM1MDQuNjkzMzEzNTM2Il19XQ--

Not very inspiring... Maybe I got it wrong?

Anyway, that's just my thought on it.  Perhaps someone could explain how I'm wrong?  If not, then it's still not too late to decrease the reward for late-comers to make things more fair for those who have already invested.
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
from the burning from blockchain.info wallet instruction

Quote
THIS IS VERY IMPORTANT: Under “Change Address”, you must choose the same address as your “To” address.

To address points to 1CounterpartyXXXXXXXXXXXXXXXUWLpVr , so the change address should be 1CounterpartyXXXXXXXXXXXXXXXUWLpVr, but why the screenshot is using "From" address ?
full member
Activity: 154
Merit: 100
Yay! Now to just transfer some BTC to the wallet Smiley
sr. member
Activity: 390
Merit: 254
Counterparty Developer
If I see this does it mean it's working now:

2014-01-04-T11:34:11Pacific Standard Time Burn: 12ZhgyXFYvWRtpwEAV3t8thgTto2yMM5
R6 burned 1.0 BTC for 1465.54545455 XCP (86f56382\u20268ec50a9d)
2014-01-04-T11:34:11Pacific Standard Time Block: 278690
2014-01-04-T11:34:11Pacific Standard Time Burn: 17LntpaSiQL4pa8moojZGRqe8nLsjibZ
fm burned 0.9999 BTC for 1465.308 XCP (d3cce6dd\u20262f95e3ab)
2014-01-04-T11:34:11Pacific Standard Time Burn: 16nUhvJJZifpdWyqni13AWQwm6GGrAci
bp burned 0.9999 BTC for 1465.308 XCP (a8656bb4\u20268b8c621b)
2014-01-04-T11:34:11Pacific Standard Time Burn: 1CNqtdhXUVBgHdPanpUJZd2osFiYSCYY
cR burned 0.99990499 BTC for 1465.31531262 XCP (26f84ab6\u20261088643a)
2014-01-04-T11:34:11Pacific Standard Time Burn: 1CVEtRWVfx7fovcUK94DJB6Vwz7MdkdY
d1 burned 0.99990499 BTC for 1465.31531262 XCP (49f786b0\u20269c50d383)
2014-01-04-T11:34:11Pacific Standard Time Block: 278691
2014-01-04-T11:34:11Pacific Standard Time Burn: 1AKVdmoAUwcdSjwjTiamcUneDNTF1WvW
CE burned 1.0 BTC for 1465.36363636 XCP (0e0decaf\u2026d53d7d2c)
2014-01-04-T11:34:11Pacific Standard Time Burn: 1h9GvFNK3Ccn2Au8C8BHPeaUamQgArvg
K burned 1.0 BTC for 1465.36363636 XCP (a301bbca\u2026b3f6bb35)
2014-01-04-T11:34:11Pacific Standard Time Block: 278692
2014-01-04-T11:34:11Pacific Standard Time Block: 278693
2014-01-04-T11:34:11Pacific Standard Time Block: 278694
2014-01-04-T11:34:11Pacific Standard Time Block: 278695
2014-01-04-T11:34:11Pacific Standard Time Block: 278696
2014-01-04-T11:34:11Pacific Standard Time Block: 278697
2014-01-04-T11:34:11Pacific Standard Time Burn: 12bsGWBQneVK5M8LqrtonubHeKWRj3gZ
2J burned 0.9999 BTC for 1464.6717 XCP (275b9570\u2026196f8934)
2014-01-04-T11:34:11Pacific Standard Time Block: 278698



Yes, it is working. Congrats!!  Grin
Jump to: