Bitcoin Forum
June 23, 2024, 11:41:19 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 »
341  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 28, 2014, 11:45:44 AM
well see we can talk
i do come in peace but i will defend truth
i will wait for exchange
see

Well, as we wait for C-Cex to finish integration, here is a list of articles that I have written about cryptocurrency if you have time to read them. 

https://iub.academia.edu/ChrisBates

Chris
342  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 28, 2014, 03:25:25 AM
shannon sounds very smart
dont know why a male would change his name getting married but thats mutepoint
i like his pic on resume
hail mastercoin i guess i should say right ? Undecided

Shannon is extremely intelligent.  He did an AMA which discusses the name change as well as what he does for Mastercoin's team and what their project entails.  

http://blog.mastercoin.org/2014/08/08/shannon-developer-evangelist-ask-me-anything/

Chris

343  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 28, 2014, 03:15:31 AM
Here is a nice blog from Shannon about his work on Mastercoin integration:

http://blog.mastercoin.org/2014/08/26/integration-with-mastercore-volume-2/

"INTEGRATION WITH MASTERCORE VOLUME 2

Shannon Code here: During my AmA I was asked about monitoring an address so they could log incoming deposits into a database. I researched a bit, asked the core developers here on the development team and came up with a pretty elegant solution.

Continuing with the integration demonstration here: http://mastercoin.io/mastercore-integration-nodejs/ I’ll demonstrate how this can be done.

This example is of course a simplistic version, there is very little error handling and only the simplest “mvp” Minimum Viable Product has been demonstrated. I handled it this way to make things easier to follow along with.

Lets get started:

First off lets clone the example files so you can follow along:

> git clone https://github.com/genecyber/Mastercore-Node-App.git

This should get you a copy of the files needed. I (being a .Net developer) am writing this app in node, but I’m using the visual studio node tools for VS2013, I have included the project files in the event that you would like to also use Visual Studio.

You will need to install the dependencies. npm is used to install the dependencies.

If using Visual Studio
1

 

If using bash
2

Modify your copy of config.js to reflect the information needed to connect to your Mastercore instance.
3

Start the application

> node server.js

or if in Visual Studio click the play button
4

 

You should now be able to access the application via your web-browser.
5

You can also check out my live version here: http://162.242.208.46:3000/

 

Diving In

First things first, bitcoind has the walletnotify flag built right in, I’m illustrating how to harness this capability. I found a great resource via this post

Wallet notify works by telling bitcoind you want to execute some command locally whenever a wallet event happens. Incoming tx, confirmations, outgoing tx, etc.

~/.bitcoin/bitcoin.conf

walletnotify=~/.bitcoin/notify.sh %s

This excerpt is from my bitcoin conf file and simply says run notify.sh and append any parameters. In this case it will be a transaction id.

My Notify.sh simply runs curl on my notify endpoint to persist the transaction
6

So looking back at the node app we can visit the /notify url to monitor transactions: http://162.242.208.46:3000/notify/ You will notice an address we want to monitor. Sending any transactions to this address should now create records in our database.

Testing it out

Nothing in the database:
7

 

Make a deposit
8

Now we have a transaction id stored in our database!
9

 

How’d That happen?

I’ll dive into the node just a bit now to show how that works behind the scenes.

Here we now include the sqlite3 library
10

 

Here are our routes for handling the /notify view and the /notify/:txid/ endpoint
11

I hope this helps answer how to monitor an address using Mastercore.

Shannon Code
Mastercoin Developer Evangelist & Head of Security"
344  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 27, 2014, 04:09:16 PM
When list on C-CEX?

Can't give exact time, but their developer is integrating the necessary source code.


Chris
345  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 27, 2014, 11:50:07 AM
Nice Chris, thanks for the clarification Smiley

So lets move on with Prozcoin, cant wait to see it starts trading on some exchanges.

Working on that!  Will keep the thread updated with progress.



Chris
346  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 27, 2014, 11:02:11 AM
I feel sorry for any poor soul who puts any btc towards this scam ....

no scam here.  We stand behind our project.  This is all many months in the making.  We just wanted to be public about everything and not hiding anything.  2 of the 3 from Poloniex support us, but ultimately the owner decided to not let us on.  The people from Mastercoin have always supported us and helped us with everything.  We do not mind sharing bad news and good news.  Full transparency is not usual in crypto and thats what we are doing.

No shit poloniex dumped you guys because it's a 100% premine and your selling 20%.. keeping the other 80 for yourselfs saying "Trust us!" with newbie accounts..

Get rocked

EDIT: google searched the images you put up on for your team members.. they are all copy/pasted from pictures you found online.. retards

Pls post your proofs.
Check Chris' article and picture at the end:
http://thecoinfront.com/a-new-wave-of-pioneers-mining-the-unknown/

Only this one? where are the rest?
It is possible the other person's name which is in this case a moderator for that website might be just a pen name.

So lets move on and wait for Prozcoin to launch on C-CEX







Smiley

Anyone seriously thinks I am not Larry Christopher Bates at this point hasn't actually tried to find out.



My face/name/location is in every Moe's Southwestern Grill in North America.  Why?  Well, I won a contest in 2010:

http://moessouthwestgrill.wordpress.com/2010/05/17/moe%E2%80%99s-announces-winners-of-the-dead-ringer-contest/

In fact, I even posted my "pseudonymous" name under which I make music:

https://soundcloud.com/tabali-tigi



/\ Also me...




Chris
347  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 27, 2014, 03:44:49 AM
link dont work
did when it was fresh ly put up
not now Grin Cheesy

It takes at least 30 hours to integrate.  They were running tests earlier.


Chris
348  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 26, 2014, 10:23:52 PM
Working to get Mastercoin Protocol integrated into the C-Cex back end.  We will continue to be transparent and update progress.



Chris
349  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 26, 2014, 12:36:56 PM
Just an update, working to get on C-Cex soon!  Been working all night to adjust.

They will be starting the coin integration in 1-2 hours.


Chris
350  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 11:57:35 PM
Interview of Prozcoin Devteam for Cryptotycoons.com:

http://www.cryptotycoons.com/2014/08/prozcoin-a-coin-for-the-masses/

PROZCOIN: A COIN FOR THE MASSES
August 19, 2014

INTRODUCING PROZCOIN

Does a strong social network presence, a relatively large ecosystem at launch, and an open Dev team spell success? We here at CryptoTycoons thank so!

ProzCoin is an all new altcoin based on the MasterCoin algorithm with some PoS thrown in. Once complete, it’ll use an innovative new mining protocol called Proof of Action (POA) that pays out based on hours spent mining other coins at ProzCoin rather than  using the more traditional hashrate payment schemes! On top of the innovation, the developers have added legitimacy to this brand new coin  by revealing their real identities by posting and confirming their linked in accounts! Each developer brings a skill or service to the coin, making this one of the most well rounded coin launches we’ve seen in weeks!

So read on to check out our exclusive developer Interview!


Earlier today we had the opportunity to speak with the developers of ProzCoin! We hope that this article helps clarify any questions you may have. We here at CryptoTycoons were intrigued with the PoA system that ProzCoin brings to the table, as well as how open the developers are being. Publicizing their identied adds a sense of .

 

kudos to going public with your identities! It adds a lot of value to your coin! Do you have any concerns with going public with your identity? Are there any risks involved In your opinion why don’t more coin developers do it?

We wanted to embrace transparency as part of our main tenet of the Coin Proz organization, so releasing our identities was never an issue.  No more risk involved than having a public record as far as I am concerned.  I believe a lot of developers are afraid of the public backlash at the prospect of failure, and would rather not have any failures associated with their name.  I understand on one hand, but feel it’s a hindrance to actual development if you can’t trust the developer to be who they claim to be.


What inspired you to create ProzCoin?

The Coin Proz team is focused on making cryptocurrency accessible to the masses.  Our network is built around focusing multiple crypto communities in the same direction, and ProzCoin is the main currency that will be used within the economic infrastructure.  We have established a network of merchants, websites, and services that accept our coin from day one, and plan to create payment software and hardware to bring cryptocurrency to businesses and citizens, and in the process our community will give them access to all the different communities in crypto through our portal.

Are you, or your team affiliated with any of the merchants that agreed to pick up your coin immediately?
All of the initial merchants are official affiliates of the Coin Proz network.  Myself(Chris Bates) and Tim Frost are co-founders of Cryptoshoppers, and I also have been handling some PR and Social media for Left Turn Only Tv.  Erko Elblaus who is the lead UI/graphic designer for Coin Proz is the owner of Elblaus Designs.

Some people are worried about how many coins the developers will have on hand at any given time. How will you put to side these concerns?

We have already planned on putting any unallocated coins into a publicly visible escrow account, and plan on having complete transparency for every coin

How does the POA system work to increase the value of ProzCoin?

The idea of PoA is that By creating a reward system that takes a set of given “actions”(PoA), whether posting on a forum, writing an article about your favorite coin, or even mining, and quantifies the action relative to some metric of user feedback to “prove” that the action had merit and quality.  So users won’t simply get rewarded for posting on the forum, but only if you make posts that get upvoted will you get a reward.  By having this reward system that encourages the involvement of EVERY coin community, the limited number of coins should theoretically increase in value as the ProzCoin infrastructure grows larger, and the limited supply is further distributed.

Which coins will have a ProzCoin POA pool at launch time?

The PoA/PoW mining pool is still in development for CoinProz.com.  Upon completion the system will allow any coin that has the capacity to have PoW mining give a dual PoA/PoW score in our pool.  The merged mining pool is one of the projects that we hope to complete within the next few months with the capital from the ICO.

Do you, or any of your team have experience with developing for any other coins? Care to share which ones?

Shannon Code is a developer evangelist for the Mastercoin Team.  I did PR for Marinecoin, and commissioned Left Turn Only Tv for one of their Promo videos: https://www.youtube.com/watch?v=tbItDaNNAZU

What can the community do to help this coin succeed?

There is a limited supply being sold through Cryptoshoppers, and then the rest of the coins allocated for raising capital will be sold on exchanges.  When PoA is implemented in the first round, the community will then be able to help by participating in any way they feel and get rewarded in ProzCoin!


Is there anything else you would like to say?

The Coin Proz team wants to be at the forefront of innovation and community involvement.  Our long term goal is to establish a positive environment for the entire crypto community.  No coin is excluded.  We also want to develop software and hardware that will make cryptos more safe, accessible, and bring greater worldwide adoption.
351  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 11:45:04 PM
Poloniex still in the process of setting up escrow.  It is 100% for sure though, do not worry.


Chris
352  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 10:58:02 PM
Hey Chris, any idea what the ticker symbol will be?

Will either be PROZ, PRO or PRZ

Talking to Poloniex now and finalizing everything.

edit:

will be PROZ for certain

Chris
353  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 05:22:37 PM
Just heard from Polo:

Getting ledgers straight, and getting Escrow details settled for now.


Chris
354  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 04:34:59 PM
These are my concerns with ProzCoin:

Only 100 million coins will cause HUGE inflation.
Needing another coin to send ProzCoin.
Can't find anything about txs times (I am not familiar with MasterCoin so I am not sure what the details are but you should post them in your thread to make it easier for people to follow).
Listed on exchanges when the client isn't even out yet.
No mention of what will be open soure.
PoW is a dying breed.

I believe I can address your concerns:

We don't plan to oversaturate the market with our own coin as to cause said inflation.  As 78% of the coin will be in public escrow with Poloniex, we have a scheduled release plan for the coins so that the coins allocated to each slot whether PoA, or PoA/PoW mining is set to pan out over 3-4 years.  So the 10 million set aside for PoA rewards won't even all be distributed until 3-4 years has elapsed, and the same for the PoA/PoW reward blocks.  A sum of the coins will be sold over the 3-4 years to establish reserves for the economic infrastructure, which will also be made public.

The desktop client was not high priority since this project is moreso about an entire ecosystem that operates on a cooperative paradigm so that we allow any coin to be promoted within our Coin Proz network, any PoW coin to be mined through our pool, and everyone will receive ProzCoin for their "quality" participation, as judged by a transparent algorithm which includes user feedback in the form of upvotes and such.

As of now we are heavy in development for a hardware wallet that will not likely be open source, but as Shannon Code has stated, the mix of open source/proprietary developments will be case by case.

PoW is absolutely going out of popularity, but we don't want to exclude PoW miners, and in essence, we will reward them for their participation and not their hashing power.

Great questions with very valid points and concerns!  Thank you very much for your intelligent participation! Smiley


Chris

edit:

here is the formula for PoA/PoW merged mining as an example

PoA/PoW Merged Mining Variables:

A = 10,000,000 ProzCoin
B = Mining hours Used
C = Base Block reward of 1141 Proz
D = leftover proz from previous block + C
F = minutes of mining from last 24 hours for an individual
N = F/1440
Q = Cumulative individual minutes of mining across network (1,000,000 miners = 1,000,000 minutes)
X = Number of miners in real time
Y = Number of ProzCoin mined so far
Z = total (hours or blocks) 8760
   
(B/Z) = %Time elapsed
(Z-B) = Hours left

[C/(X*N)+D]/Q*(Z-B)= 24 hour payout for an individual
355  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 03:23:54 PM

Should be some point today.  Their developer is a busy man Smiley

Chris
356  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 03:15:23 PM
Prozcoin giveaway on twitter:

https://twitter.com/ProzCoin
357  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 02:27:46 PM
Slander/libel in any capacity will not be tolerated.  You have been reported.


Chris
358  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 12:53:30 PM
One of the Mastercoin representatives has written a blog about the Coin Proz project:

http://blog.mastercoin.org/2014/08/23/judith-bizdev-projects-launched-on-the-master-platform-update/


Chris
359  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 25, 2014, 11:43:39 AM
ICO price of 250 satoshi is gone, and Prozcoin will be sold at 300 Satoshi until we are live on Poloniex.

http://cryptoshoppers.com/index.php?route=product/category&path=80


Chris
360  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing ProzCoin : Proof of Action (PoA) on: August 24, 2014, 11:36:47 PM
Been working on the plans for reserves to have a solvent coin concerning merchant exchange insurance.


Just an update for anyone who owns a business scanning the thread thinking about accepting Prozcoin Smiley

Chris
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!