Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Factom Protocol on November 28, 2018, 08:49:37 PM



Title: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on November 28, 2018, 08:49:37 PM
Factom Protocol

A Data-Centric Platform for Decentralized Applications

Website (https://www.factomprotocol.org/) | Discord (https://discord.gg/YRB8yZt) | Forum (https://factomize.com/forums/) | White Paper (https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper_v1.2.pdf) | Github (https://github.com/FactomProject) | Twitter (https://twitter.com/factomprotocol) | Newsletter (https://factomize.com/forums/newsletter/latest) | Governance (https://factomize.com/forums/governance/)

About

The Factom protocol is an open source data integrity protocol built by a coalition of technology companies that extends the security of blockchain to any type of data.  Development began in 2014 and the previous Bitcointalk thread can be found here (https://bitcointalk.org/index.php?topic=850070.0). With the release of Milestone 3, the Factom Protocol became one of the most decentralized blockchain projects in existence.  As there was no longer any central authority to update the previous Bitcointalk thread, it became outdated.  Therefore, the Factom Protocol Marketing Committee (https://factomize.com/forums/major-contributors/committee/marketing-committee/) will be regularly updating this thread and shares this login.

As a pure data blockchain protocol, the use cases are limitless.  For example, Equator, a leading provider of residential loan default software and marketing solutions for many of the country's top mortgage servicers, real estate agents and vendors recently signed with Factom Inc (https://www.nasdaq.com/press-release/equator-launches-mortgage-servicing-blockchain-solution-20181113-00843).  This video (https://vimeo.com/154918515) below showcases how the Factom Protocol can be utilized to revolutionize the mortgage industry.  But this is the tip of the iceberg.


Token and Tokenomics

https://factomize.com/img/fp-logo.png (https://youtu.be/q977U_ntZIA)

While the Factom Protocol is a two token system, only the Factoid (FCT) is transferable and able to be traded on exchanges.  Entry Credits (EC) are obtained by burning FCT and are used to enter data into the Factom Protocol. Entry Credits are $.001 each and that price is fixed.  Therefore, if FCT is worth $1.00 and you burn it, you receive 1,000 EC.  If FCT is worth $10.00 each and you burn one, you receive 10,000 EC.  This brilliant two token system allows for:

1.  The value of FCT to increase the more the Factom Protocol is utilized.
2.  Companies and governments can effectively budget for entering data onto the Protocol based upon their estimated usage.
3.  Subscription systems can be setup with 3rd parties where companies and governments don't have to hold cryptocurrency if they don't want to or can't for compliance reasons.  FCT are still burned for EC by the 3rd party company but the subscriber is charged a small markup for the service.


Major Exchanges

Bilaxy (https://bilaxy.com/trade/FCT_BTC) | VCC.Exchange (https://vcc.exchange/exchange/basic?currency=btc&coin=fct) | Poloniex (https://poloniex.com/exchange/#btc_fct) | Bittrex (https://bittrex.com/Market/Index?MarketName=BTC-FCT)

Empowering Business and Government

By providing high throughput, low fixed cost, and secure data entry that easily integrates with your existing systems, the Factom protocol solves the data integrity needs of today. Using Blockchain technology, the Factom protocol enables efficient, immutable publication of data, benefiting people and companies by providing a source of data integrity and verification to all parties.  Learn more (https://www.factomprotocol.org/enterprise-solutions).

Technologies

The Factom protocol enables developers to build powerful open source technologies and infrastructures using its efficient pure data structures. The Factom protocol’s unique two-token system lowers the barrier for enterprise companies to build applications that require cost stability and ease of integration with existing system

Tokenization
The Factom Asset Token protocol (FAT protocol) is an open source tokenization protocol built on the Factom blockchain that is efficient, modular, composable, and extensible allowing developers to layer token functionality to meet their specific use case. The FAT protocol is built around a set of open source standards that establish a pure-data tokenization implementation directly within the efficient data structure of the Factom blockchain.  Learn more (https://factom-protocol.gitbook.io/documentation/technologies/tokenization).

https://factomize.com/img/fp-logo.png (https://youtu.be/bdp7DsrX7hY)

Voting Protocols
Flexible on-chain voting protocols integrate seamlessly into your applications with a variety of voting systems. Quickly and easily enable your applications with with the most cost effective fully audit-able, immutable, and censorship resistant blockchain voting protocol.  Learn more (https://factom-protocol.gitbook.io/documentation/technologies/voting-protocols).

Smart Contracts
The Factom protocol enables a myriad of smart contract technologies. Build cheap and fully auditable stand alone smart contracts that keep all of your data private, or integrate into the FAT protocol to create self executing smart contracts.  

Identity Solutions
The factom protocol is the optimal platform to build identity solutions, and provides a robust set of infrastructure for digital identities. With the factom protocol’s pure data implementation it’s easy to build decentralized identifiers, auditable attestations, and self sovereign identities.

Many more to come!  


Developers

- Developer Portal (https://developers.factomprotocol.org/)
- Factom Developer Sandbox Setup Guide (https://github.com/FactomProject/FactomDocs/blob/master/developerSandboxSetup.md) - The Factom equivalent of Testnet3 in bitcoin, but doesn't require finding testnet coins.
- Factom Docs (https://docs.factom.com/)
- Factom Open API (https://github.com/DeFacto-Team/Factom-Open-API) - A lightweight REST API for the Factom blockchain. It connects to an existing factomd node and has a built-in Factom wallet.
- Testnet (https://developers.factomprotocol.org/start/factom-community-testnet) - How to get started with the Factom Testnet
- Factom.js (https://github.com/PaulBernier/factomjs) - An interface to factomd API to make it super simple to query, create transactions, chains and entries.
- joi-factom (https://www.npmjs.com/package/joi-factom) - a convenient tool to make the development of Factom applications easier for JavaScript developers. It extends Joi, a popular JS object schema validation library, to add the ability to validate common Factom identifiers: Factoid addresses, Entry Credit addresses, and digital identity keys. One use case is to ensure that the user input of your program is valid.
- FAT Protocol (https://github.com/Factom-Asset-Tokens/FAT) - A tokenization and smart contract platform on top of Factom that is cheaper and more flexible than any other such platform.
- Python Client Library (https://github.com/bhomnick/factom-api) - Provides Python clients for interacting with the factomd and factom-walletd APIs. The API client is fully tested under Python 2.7, 3.4, 3.5, and 3.6, and likely works with other versions as well.
- Factom-ObjectDB (https://github.com/DBGrow/factom-objectdb) - Factom ObjectDB is a blockchain database implemented in NodeJS, built on Factom
- A rust client for the Factom APi (https://github.com/MitchellBerry/Factom-Client) - Here are the docs (https://docs.rs/factom/1.0.1/factom/).
- Java Enterprise Client Library (https://github.com/bi-foundation/factom-java) - Java Library integrates Java (JEE & Spring) with the Factom blockchain
- Factom Storage (http://github.com/paulbernier/factom-storage) - Store and retrieve files from the Factom blockchain.
- C#/.NET Library (https://github.com/FactoidAuthority/FactomSharp) - The .NET-library supports the complete factomd- and walletd-API.
- Factom Open Node (https://factomd.net/) - Factom Open Node is a public, decentralized, load balanced factomd-node which provides an API to interact with the Factom blockchain protocol.

Authority Node Operators

https://factomize.com/img/fp-logo.png (https://youtu.be/dBIbWAGtAhA)

A coalition of 28 (eventually 65+) companies called Authority Node Operators (ANOs) provide the infrastructure to decentralize the Factom Protocol.  These companies also "further the protocol" in whatever way they pledged.  If they do not provide stable infrastructure or do not further the Protocol, they can be removed.  In return for their services, these companies split 73,000 FCT per month which provides a minor inflation for the protocol.  This inflation is reduced by usage of the Protocol as, in order to enter data into Protocol, you have to burn FCT for Entry Credits.

View the current Authority Node Operators (https://factomize.com/forums/major-contributors/anos).



Committees and Working Groups

Due to the Factom Protocol being one of the most decentralized blockchain projects in existence with no central authority to make decisions, a series of committees and working groups were established to handle various tasks.  These committees are made up of people from Authority Node Operators and members of the community.  The current committees are:

- Core and Technical Committee (https://factomize.com/forums/major-contributors/committee/core-committee/)
- Documentation Committee (https://factomize.com/forums/major-contributors/committee/documentation-committee/)
- Exchange Committee (https://factomize.com/forums/major-contributors/committee/exchange-committee/)
- Legal Committee (https://factomize.com/forums/major-contributors/committee/legal-committee/)
- Marketing Committee (https://factomize.com/forums/major-contributors/committee/marketing-committee/)

Grants

Authority Node Operators select an "efficiency" by which they operate at.  Whatever efficiency they choose, of the 1,123 FCT they are to receive per server per month, that percentage of FCT is instead placed in the Factom Protocol Grant Pool.  Every few months a new grant round starts where people and companies can submit their grant proposals for ways to further the Factom Protocol.  The last grant saw more than 140,000 FCT awarded worth well over 1 million dollars.  The recently awarded grants were:

- Decentralized Identifiers (https://factomize.com/forums/threads/bif-factomatic-001-decentralized-identifiers-dids.968/)
- Factom Core Development (https://factomize.com/forums/threads/bif-001-factom-core-development.953/)
- Factom Protocol Website (https://factomize.com/forums/threads/dbgrow-factom-protocol-website.1053/)
- Bug Bounty Program (https://factomize.com/forums/threads/core-committee-001-bug-bounty-program.959/)
- Open Source Alfresco Integration (https://factomize.com/forums/threads/bif-003-open-source-alfresco-integration-for-factom.955/)
- Factom Protocol Courtesy Node (https://factomize.com/forums/threads/bedrock-cryptovikings-defacto-tfa-factom-courtesy-node-system.1042/)
- Ledger Nano S Factom Identity (https://factomize.com/forums/threads/tfa-bedrock-ledger-nano-s-factom-identity-amended-to-fit-inside-grant-pool.1143/)
- Core Development (https://factomize.com/forums/threads/factom-inc-006-protocol-development.1044/)
- Factom Asset Token Protocol (https://factomize.com/forums/threads/factom-asset-token-protocol.1054/)
- Marketing Committee (https://factomize.com/forums/threads/marketing-committee-grant-proposal.1026/)
- Exchange Listing Fees (https://factomize.com/forums/threads/exchange-committee-001-exchange-listing-fee.1039/)
- Anchor Master (https://factomize.com/forums/threads/factom-inc-005-anchor-master.1043/)
- Oracle Master (https://factomize.com/forums/threads/factom-inc-004-oracle-master.1040/)
- G Suite Service (https://factomize.com/forums/threads/exchange-committee-002-g-suite-service.999/)
- Guide Compensation (https://factomize.com/forums/threads/guides-002-guide-compensation.961/)

If you have an idea as to how you can further the Factom Protocol, be sure to keep an eye out for the next grant round.

These are exciting times for the Factom Protocol.  We hope you'll take a deep dive and learn more about what we have to offer.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 28, 2018, 09:03:07 PM
Placeholder for more information.


Title: Re: [FCT] The Factom Protocol
Post by: DudeAtWork420 on November 28, 2018, 09:11:49 PM
It has been a while actually since the last time I heard anything about Factom and seems like Factom did a good job a couple weeks ago when we were in the decline.
You have been away for far too long.
Let's get it started again Factomers!


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on November 29, 2018, 05:40:52 AM
I'm David Chapman, CEO of Factomize LLC, one of the Factom Protocol Authority Nodes.  I wanted to let everyone know that many of the ANOs are taking part in an AMA over on Reddit located here (https://www.reddit.com/r/factom/comments/a13ywf/ama_were_authority_node_operators_the_coalition/). Come ask some hard questions and we'll start to answer them on November 29th starting at 18:00 UTC.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on November 29, 2018, 01:52:33 PM
Why the new thread and why is a newbie account making it? Now you don't have the ability to add graphics/logos to the thread. All of the history of the old thread is gone now too.

Can you at least link to the old thread?

Also, can the team please keep this thread up to date with regular updates and interactions with forum members?


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 29, 2018, 02:59:06 PM
Why the new thread and why is a newbie account making it? Now you don't have the ability to add graphics/logos to the thread. All of the history of the old thread is gone now too.

Can you at least link to the old thread?

Also, can the team please keep this thread up to date with regular updates and interactions with forum members?
The old thread was created by Factom Inc.  Since Milestone 3 was released where Authority Node Operators now provide the infrastructure to decentralize the Protocol, the Factom Protocol has become one of the most decentralized blockchain projects in existence.  It's important that decentralization is not just technical, however.  If a single entity controlled important communication mediums like this one, that would be problematic.  As such, in the spirit of decentralization, this login is shared among the entire Factom Protocol Marketing Committee (https://factomize.com/forums/major-contributors/committee/marketing-committee/) which Factom Inc (which is now an ANO) is also a part of.  While we may have been able to take over the Factom Inc account, there's a variety of reasons we chose not to do that such as then we'd have access to their private communications which isn't fair.

Once this account becomes more established, we'll add graphics.

The old thread is linked in the second sentence of this thread.

We will absolutely be updating this thread on a regular cadence!  :)


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 29, 2018, 06:09:02 PM
The Factom Protocol Authority Node Operator AMA has begun.  Come take part!

https://www.reddit.com/r/factom/comments/a13ywf/ama_were_authority_node_operators_the_coalition/


Title: Re: [FCT] The Factom Protocol
Post by: dkbit98 on November 29, 2018, 06:50:49 PM
What is the team working on this Factom Protocol project?
I looked at official website and could not find any information about team members.
Maybe I missed something....


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 29, 2018, 07:22:39 PM
What is the team working on this Factom Protocol project?
I looked at official website and could not find any information about team members.
Maybe I missed something....
Greetings!  There isn't a single team building the Factom Protocol but a coalition of companies called "Authority Node Operators" (ANOs) as we're one of the most decentralized blockchain projects in existence.

You can see those companies here (https://factomize.com/forums/major-contributors/anos).  Eventually, there will be 65+ ANOs

There are a handful of Core developers from different companies and they should be listed on the website in the next few weeks.


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on November 29, 2018, 08:21:18 PM
My ANO (Factomize) just showcased our Proof of Concept during the AMA (https://www.reddit.com/r/factom/comments/a13ywf/ama_were_authority_node_operators_the_coalition/eaqbq1i/):

Quote
FuseNet - A Content Publishing Protocol on Top of the Factom Protocol

When people think of the Factom Protocol, they think of validating data by entering a hash into the blockchain. While that's a huge use case for Factom, as the announcement of the tokenization and smart contract FAT Protocol showcases (https://github.com/Factom-Asset-Tokens/FAT), it is far from the only use case for the Factom Protocol. Factomize would like to showcase a Proof of Concept (PoC) we built called Fusenet.

Fusenet is a content publishing protocol on top of the Factom Protocol. This is merely a Proof of Concept (PoC) showcasing how much more is possible with the Factom Protocol due to its brilliant pure data design. If you proceed to this link (https://factomize.com/forums/fusenet) you will see the PoC. What you see looks like a forum and it is, but the data is 100% on chain. What you see is a fully decentralized, censorship resistant, immutable forum running on top of the Factom Protocol.

Factomize chose to showcase a forum as its PoC as that's our primary area of expertise and it was easy to integrate into our existing forum platform. But as I said, FuseNet is a content publishing protocol. More specifically, FuseNet is a protocol for Factom on-chain content, based on the idea that anyone with access to the Factom network can easily create their own or contribute to existing content. FuseNet consists of several independent Products which are interpreted by Clients, which provide a front-end. Clients may combine any product as they see fit and have full control over how to interpret the protocol.

Think of Products as standards. You can have a forum Product as we've shown, blog Product, website Product, etc. And then however many Clients that compete for customers that want to use their version of the Client to showcase that content. So you could have a decentralized Reddit with 50 different Clients all competing for how to do it better but using the same content. Different ranking algorithms, different looks, fewer ads, etc, and they all use Entry Credits. Or you could have a decentralized blog and switch between Clients. So if you got sick of medium.com maybe you switch to whatever.com's blog client which incentivizes you somehow. And your content is still there, tied to your identity. Heck, maybe even a decentralized ebay or amazon could somehow be devised.

Here's the current FuseNet spec (https://docs.google.com/document/d/1WSPYp8lnQfNzGXVhB3O80q8k2G4LWSaRQnMIH1coYZU/edit?usp=sharing).

In closing, the Factom Protocol is more than just hashes in a blockchain. It's more than tokenization and smart contracts. Due to its brilliant design, it can reshape how the internet works. The use cases are limitless, you just have to use your imagination.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 29, 2018, 09:07:36 PM
The dLoc application (https://www.linxens.com/dloc/) by Linxens which utilizes the Factom Protocol has been released (https://play.google.com/store/apps/details?id=com.linxens.dloc&hl=en) to the Google Play Store.


Title: Re: [FCT] The Factom Protocol
Post by: jcheroske on November 30, 2018, 05:02:41 PM
Announcing Factom Open Node

Factom Authority Node Operators Bedrock Solutions, CryptoVikings, De Facto, and The Factoid Authority are proud to announce the availability of Factom Open Node!

The Factom Open node is a high-availability Factomd API endpoint located at:
  • API: https://api.factomd.net/v2 (https://api.factomd.net/v2)
  • Status page: https://factomd.net (https://factomd.net)

Some features include:
  • Multi-cloud provider
  • No single point of failure
  • Automated monitoring and pool management
  • Multi-dimensional scalability with use

This effort is backed by a Factom Grant.

Please take a look at the official release below @ Reddit

https://www.reddit.com/r/factom/comments/a1rxjg/factom_open_node_released (https://www.reddit.com/r/factom/comments/a1rxjg/factom_open_node_released)


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on November 30, 2018, 05:41:27 PM
Great job on Factom Open Node!  It'll no doubt be valuable infrastructure for the Factom Protocol Ecosystem.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on November 30, 2018, 11:54:38 PM
A great tweet from Equator: https://twitter.com/AskEquatorPro/status/1068587230447300608


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on December 02, 2018, 01:31:10 AM
New thread for Factom Protocol project.
Consequently, FCT rocketed recent hours.
It is unimaginable effects from the open of new thread.

It's unlikely that it's due to this new thread :) My personal opinion on the reasoning for the price rise over the last couple of weeks is:

Extremely oversold in my opinion for all that's going on in the ecosystem. This article talks about that: https://medium.com/@niels.klomp/visionary-704c72a66521

Equator was announced as a client of Factom Inc: https://www.factom.com/company/news/press-release/equator-blockchain-solution/ (this is very big)

Ledger Hardware wallet integration was finally released.


Title: Re: [FCT] The Factom Protocol
Post by: erwan on December 02, 2018, 04:01:02 PM
During the last Bull run FCT hit $80 odd dollars at its peak.
Based on all the development and use cases since, what kind of price would you think it could peak at during the next run?
It still staggers me how little supply the project has.


Title: Re: [FCT] The Factom Protocol
Post by: tempus on December 03, 2018, 03:12:20 PM


Today @YooyaChina announced their adoption of the Factom Harmony platform as their blockchain solution delivered through @Wancloud_, Factom's re-seller in China. See the full press release here: https://bit.ly/2U9WeFE
#blockchain #Factom

https://twitter.com/factom/status/1069609768355094528

Blog-Post:

Yooya Adopts Factom for Online Video Performance Verification in China
https://www.factom.com/company/news/press-release/yooya-adopts-factom-harmony/


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on December 03, 2018, 10:10:30 PM
The Factom Protocol Authority Node AMA has concluded.  Be sure to check out the great questions and answers (https://www.reddit.com/r/factom/comments/a13ywf/ama_were_authority_node_operators_the_coalition/).  There's some exciting tidbits in there.


Title: Re: [FCT] The Factom Protocol
Post by: BeBlockTech on December 04, 2018, 03:54:46 AM
Congrats to the devs and investors, this is the only coin who's mooning with the current market...


Title: Re: [FCT] The Factom Protocol
Post by: AlanX on December 04, 2018, 09:59:40 PM
A new thread dawns.


Title: Re: [FCT] The Factom Protocol
Post by: itsnasir on December 05, 2018, 12:50:18 PM
I think factom is coming to binance, bithumb, okex, huobi anyone of these exchanges and this is why the price is going up due to accumulation! I am doing the same because this kinda price rise happens normally when some crypto is near to be listed on some big exchange!


Title: Re: [FCT] The Factom Protocol
Post by: bitChipper on December 05, 2018, 06:49:33 PM
I'm David Chapman, CEO of Factomize LLC, one of the Factom Protocol Authority Nodes.  I wanted to let everyone know that many of the ANOs are taking part in an AMA over on Reddit located here (https://www.reddit.com/r/factom/comments/a13ywf/ama_were_authority_node_operators_the_coalition/). Come ask some hard questions and we'll start to answer them on November 29th starting at 18:00 UTC.

Welcome to bitcointalk David and thanks for all your hard work and dedication to the protocol over the last year, Factom would not be where it is without you.

During the last Bull run FCT hit $80 odd dollars at its peak.
Based on all the development and use cases since, what kind of price would you think it could peak at during the next run?
It still staggers me how little supply the project has.

That 80$ was heavily influenced by the price of bitcoin, if factom gets to the same levels in BTC price today that it was at during that $80 all time usd high than the price of factom today would be $18 ( .0049 per FCT, .0049= $18).

So I wouldn't expect some crazy new all time high in USD, I would exclusively look at the price of factom in BTC.

We are at .0040 today (around it) which is still a long ways away from the all time high of .0144, so factom would need to go up almost another 300% to reach that .0144 all time high in bitcoin price. In which case it still would only be $53. (.0144 = $53)

I think it's reasonable to speculate factom could reach the top 20, its so solid and has proven the test of time and is now gaining a lot of momentum. People are impressed.

So if it makes the top 20 that would put it at around $38 using calculations below:

(Random mkt cap guess within top 20 / current supply)

(333465215 / 8745102 ) = $38



Title: Re: [FCT] The Factom Protocol
Post by: Odeoke on December 05, 2018, 06:53:26 PM
Factom is making shock the whole crypto community with it is superb rise especially in current situation where even the king is also falling but it moving totally opposite. I sold this coin few months but now will buy again if I get this chance.


Title: Re: [FCT] The Factom Protocol
Post by: panda111 on December 05, 2018, 10:56:26 PM
Hi . why only 2 pages .?
Actually this project is out of range . I love it. :)
I think this is the top working blockchain.


Title: Re: [FCT] The Factom Protocol
Post by: kuduirt on December 06, 2018, 01:16:33 AM
how is passible
why so hight pump +500% lol for 2 weeks


Title: Re: [FCT] The Factom Protocol
Post by: doedz on December 06, 2018, 01:35:35 AM
Like I have found something that has been raised again.
Factom has entered Coinmarketcap around October 2015 and now I have found a new Announcement which was born on November 29, 2018.

And seeing Factom prices on the Bittrex Exchange for now is around 450,000 Satoshi , Oh My God!


Title: Re: [FCT] The Factom Protocol
Post by: codemanX on December 06, 2018, 09:24:31 AM
After holding my Factoids nearly two years I'm very impressed about the current price in BTC-terms. There is still no way to stake my Factoids, right?


Title: Re: [FCT] The Factom Protocol
Post by: MirkoIta on December 06, 2018, 09:38:08 AM
I think factom is coming to binance, bithumb, okex, huobi anyone of these exchanges and this is why the price is going up due to accumulation! I am doing the same because this kinda price rise happens normally when some crypto is near to be listed on some big exchange!

It's fun how people still think that getting added to a new exchange has anything to do with a price rise. Factom is an old project and the team worked hard during the past 3 years, the rise in value is given by the true value of FCT project.


Title: Re: [FCT] The Factom Protocol
Post by: what is happening on December 06, 2018, 12:18:46 PM
fct is the stuff which dreams are made


Title: Re: [FCT] The Factom Protocol
Post by: itsnasir on December 07, 2018, 10:15:22 AM
I think factom is coming to binance, bithumb, okex, huobi anyone of these exchanges and this is why the price is going up due to accumulation! I am doing the same because this kinda price rise happens normally when some crypto is near to be listed on some big exchange!

It's fun how people still think that getting added to a new exchange has anything to do with a price rise. Factom is an old project and the team worked hard during the past 3 years, the rise in value is given by the true value of FCT project.


One cannot overlook this factor, It usually does happen when some coin is about to be listed on some exchange, No matter what exchanges say, Their insiders accumulate and then sell the news! I am very much aware that factom is an old project and its team has been working really hard! Every market is based upon speculations, You cannot know for 100% that this is why price dropped or this is why price upped but you calculate all the factors based upon company's performance and their future advancements!


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on December 08, 2018, 04:21:48 PM
I think factom is coming to binance, bithumb, okex, huobi anyone of these exchanges and this is why the price is going up due to accumulation! I am doing the same because this kinda price rise happens normally when some crypto is near to be listed on some big exchange!

It's fun how people still think that getting added to a new exchange has anything to do with a price rise. Factom is an old project and the team worked hard during the past 3 years, the rise in value is given by the true value of FCT project.

I have to agree on this. I for one had no idea of all the work that was going on behind the scenes. Of course when the grants were appointed by DHS and by the Gates Foundation and the concepts of Factom were being worked and improved on, all seemed very impressive but I had not kept up for a long time and only kept track of Bitcointalk activity. To see all the great things that are being worked on and how the process of decentralization is taking place is very impressive to see. A lot has been put into place to secure the longevity of the project and to make sure that everyone is doing their part to forward the protocol and the ecosystem.

I look forward to see all of this come to fruition over the coming few years!


Title: Re: [FCT] The Factom Protocol
Post by: erwan on December 08, 2018, 07:27:32 PM
Can Factom, or any company for that matter, decide to issue an IPO (STO) as equity and no longer honor their utility tokens? Is there a process or legal precedence for that?


Title: Re: [FCT] The Factom Protocol
Post by: irwanjabryg on December 08, 2018, 07:36:47 PM
FCT aren't shares in the company Factom Inc. FCT are utility tokens that allow usage of the Factom protocol blockchain. As long as the protocol is being used by people, FCT will have value. See this article for more details: https://factomize.com/the-genius-of-the-factom-two-token-system/


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on December 09, 2018, 05:04:57 PM
Factomize Authority Node Operator November update: https://factomize.com/forums/threads/november-update.1361/


Title: Re: [FCT] The Factom Protocol
Post by: Rune on December 09, 2018, 05:59:11 PM
Always liked factom did not happen to buy the low still might get into this if it dips a bit  can see a good future for this coin.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on December 10, 2018, 06:56:56 PM
The Factom Protocol now has its own Facebook and LinkedIn. Please like and follow us!

Facebook (http://www.facebook.com/FactomProtocol/)

LinkedIn (http://www.linkedin.com/company/factom-protocol)


Title: Re: [FCT] The Factom Protocol
Post by: Twinkledoe on December 10, 2018, 07:22:07 PM
With this kind of technology, the profile of team members should be published on the website. Why is it not published? I only see names on wp.


Title: Re: [FCT] The Factom Protocol
Post by: Mariia_BT on December 10, 2018, 07:41:02 PM
With this kind of technology, the profile of team members should be published on the website. Why is it not published? I only see names on wp.

perhaps, so far the team does not want to focus on itself,
but wants the participants to pay more attention to the very idea of the project,
and then to the loud names of the founders
it is my opinion


Title: Re: [FCT] The Factom Protocol
Post by: MrSunshine on December 10, 2018, 08:23:22 PM
After holding my Factoids nearly two years I'm very impressed about the current price in BTC-terms. There is still no way to stake my Factoids, right?

Correct holders cannot stake FCT in any way, it only applies to the nodes.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on December 10, 2018, 09:43:07 PM
With this kind of technology, the profile of team members should be published on the website. Why is it not published? I only see names on wp.
We're starting to build that out.  This will all be fully integrated into factomprotocol.org in time.  You can see the coalition of 26 companies that decentralize, build, and further the protocol here: https://factomize.com/forums/major-contributors/

Because the Factom Protocol is so decentralized, a series of committees and working groups have been formed which you can see here: https://factomize.com/forums/major-contributors/committees

We'll be adding Guides and Core Developers to that area soon.


Title: Re: [FCT] The Factom Protocol
Post by: BuildingIM-BenJ on December 11, 2018, 08:32:12 AM
After holding my Factoids nearly two years I'm very impressed about the current price in BTC-terms. There is still no way to stake my Factoids, right?

Correct holders cannot stake FCT in any way, it only applies to the nodes.

This only applies for the moment; the node operators are actively working on creating more "standing parties" who will be able to vote.  These categories of standing party are all defined in the white paper, but will include FCT holders for a start.


Title: Re: [FCT] The Factom Protocol
Post by: codemanX on December 12, 2018, 09:29:45 AM
After holding my Factoids nearly two years I'm very impressed about the current price in BTC-terms. There is still no way to stake my Factoids, right?

Correct holders cannot stake FCT in any way, it only applies to the nodes.

This only applies for the moment; the node operators are actively working on creating more "standing parties" who will be able to vote.  These categories of standing party are all defined in the white paper, but will include FCT holders for a start.

Thanks a lot for these informations, it's been too long since I read the details of the white paper.


Title: Re: [FCT] The Factom Protocol
Post by: Hullo on December 17, 2018, 10:44:40 AM
Factom is also on its way to better future but it isn't moving in linear movement. It is also shaking out after little increase to short the profit takers who invested and provided it support but aren't for long. Couple days I was having discussion with a guy was saying it is declining but today he was looking other way. Alternative coins like FCT are preparing atmosphere for next bull run just like last time happened.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on December 19, 2018, 02:39:26 AM
Paul Bernier of the ANO Luciap published Design Patterns on Factom (https://medium.com/@luciap_tech/design-patterns-on-factom-160ece591e85) which is aimed at developers.  It's a great read, especially for you developers out there.


Title: Re: [FCT] The Factom Protocol
Post by: bitChipper on December 19, 2018, 07:21:09 PM
Paul Bernier of the ANO Luciap published Design Patterns on Factom (https://medium.com/@luciap_tech/design-patterns-on-factom-160ece591e85) which is aimed at developers.  It's a great read, especially for you developers out there.

What languages would someone have to know if they wanted to build something that utilizes factom?


Title: Re: [FCT] The Factom Protocol
Post by: cryptodamo on December 19, 2018, 08:54:43 PM
Greetings Factom BTCtalk Community!

I'm a big fan of this protocol and ecosystem. Been holding FCT since Spring '17 and sharing it's value prop in my travels.

I also have a podcast called WhatTheFork?! Episode 2: Trust Issues just dropped this morning featuring an interview w the illustrious Paul Snow.

I figure some of you may find it interesting, and it's a great way to share Factom with others. Let me know what you think, and if you like it please share!

https://www.buzzsprout.com/236366/894908-episode-2-trust-issues

Episode Description:

The world has some *serious* trust issues. We don't trust governments. We don't trust corporations. We don't trust people who think or look differently than us. If we're being honest, most of us don't even trust ourselves!

This seems to go to the heart of many of our struggles as a growing, ever more complex civilization. If we wanna keep going and growing we have got to learn how to trust each other. The almighty question is HOW?

Today we're talking with Paul Snow, the inventor of a blockchain platform designed specifically for data integrity. Can blockchain help us learn to trust each other? Let's see what insights Paul has to share on the matter.

*Acknowledgements*

I want to thank Paul Snow for joining us, Adam Koltun for editing the audio on this episode, and a huge thanks to Sphereon for sponsoring WhatTheFork?!


Title: Re: [FCT] The Factom Protocol
Post by: David Chapman on December 19, 2018, 10:54:03 PM
Paul Bernier of the ANO Luciap published Design Patterns on Factom (https://medium.com/@luciap_tech/design-patterns-on-factom-160ece591e85) which is aimed at developers.  It's a great read, especially for you developers out there.

What languages would someone have to know if they wanted to build something that utilizes factom?
You can utilize the Factom Protocol via pretty much any language or legacy system.  Some libraries have already been created to make this even easier:

Factom.js (https://github.com/PaulBernier/factomjs)

Python Client Library (https://github.com/bhomnick/factom-api)

Java client library (https://github.com/bi-foundation/factom-java)

C#/.NET Library (https://github.com/FactoidAuthority/FactomSharp)

An open node has also been created so you don't have to initially set one up:  https://factomd.net/

Please also see the developer portal (https://developers.factomprotocol.org/) and developer sandbox setup Guide (https://github.com/FactomProject/FactomDocs/blob/master/developerSandboxSetup.md).  

Both Sphereon (https://sphereon.com/) and Factom Inc (https://www.factom.com/) have blockchain solution software and an open API solution is coming soon.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on December 19, 2018, 11:26:58 PM
Paul Bernier of the ANO Luciap published Design Patterns on Factom (https://medium.com/@luciap_tech/design-patterns-on-factom-160ece591e85) which is aimed at developers.  It's a great read, especially for you developers out there.

What languages would someone have to know if they wanted to build something that utilizes factom?
You can utilize the Factom Protocol via pretty much any language or legacy system.  Some libraries have already been created to make this even easier:

Factom.js (https://github.com/PaulBernier/factomjs)

Python Client Library (https://github.com/bhomnick/factom-api)

Java client library (https://github.com/bi-foundation/factom-java)

C#/.NET Library (https://github.com/FactoidAuthority/FactomSharp)

An open node has also been created so you don't have to initially set one up:  https://factomd.net/

Please also see the developer portal (https://developers.factomprotocol.org/) and developer sandbox setup Guide (https://github.com/FactomProject/FactomDocs/blob/master/developerSandboxSetup.md).  

Both Sphereon (https://sphereon.com/) and Factom Inc (https://www.factom.com/) have blockchain solution software and an open API solution is coming soon.

It's great that more libraries are available for developers familiar with other languages to get started with Factom too. This should be promoted more, it has been a big selling point for a lot of other projects, being able to develop in more well known languages than Solidity.


Title: Re: [FCT] The Factom Protocol
Post by: irwanjabryg on December 21, 2018, 11:13:23 AM
It's most advertised use case is fact logging or data validation and authentication, but it's a data layer. It's a ledger set up in a very data-friendly manner so there are many things you can do on it. For example, several of the ANOs are developing the FAT protocol, which is tokenization on top of Factom.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on December 21, 2018, 03:43:35 PM
Nice tweet from Factom Inc regarding the drone situation in the UK:

https://twitter.com/factom/status/1076133776835690497?s=21


Title: Re: [FCT] The Factom Protocol
Post by: kimtaek on December 24, 2018, 03:09:59 AM
Factom is an open source project but what is the complete details in this project like it's  roadmap or the team composition in this project?


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on December 25, 2018, 12:24:36 AM
Factom is an open source project but what is the complete details in this project like it's  roadmap or the team composition in this project?

It is indeed open source so anyone can contribute. The Authority Node Operators play a big role in forwarding the protocol though. They can submit ideas and apply for grants to build out certain solutions or new products for Factom.

You can read more in the opening post or on the forums: https://factomize.com/forums/


Title: Re: [FCT] The Factom Protocol
Post by: erwan on December 30, 2018, 01:19:06 PM
It's most advertised use case is fact logging or data validation and authentication, but it's a data layer. It's a ledger set up in a very data-friendly manner so there are many things you can do on it. For example, several of the ANOs are developing the FAT protocol, which is tokenization on top of Factom.

The Factom Protocol is decentralised; no one knows how many customers each ANO has, or how many other companies are building on the Protocol without being associated with an ANO.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on January 02, 2019, 10:01:33 PM
It's most advertised use case is fact logging or data validation and authentication, but it's a data layer. It's a ledger set up in a very data-friendly manner so there are many things you can do on it. For example, several of the ANOs are developing the FAT protocol, which is tokenization on top of Factom.

The Factom Protocol is decentralised; no one knows how many customers each ANO has, or how many other companies are building on the Protocol without being associated with an ANO.

That's the good thing about it, a lot is communicated about what is in the works, or what is to be coming to the Factom protocol in a relative short time, but there are probably a lot of developments going on behind the scenes too. The coming years will reveal this.


Title: Re: [FCT] The Factom Protocol
Post by: bassieflup on January 05, 2019, 08:09:40 PM
         

     Trading manipulation Report to 3 Exchanges, and forced them to take action.

     It's starting to become more and more clear this pump from last months had nothing to do with the work on this coin, but nothing more then a odenairy price manipulation.

     That's why we have report this to 3 exchanges and force them to take action against it, so normal traders will not be left with big losses.

     We force them to lock the transfer of FCT between exchanges so the manipulation of there trading scam will not work anymore.

     We warning people to be careful if they invest in this coin right now, because after this report there will be a dump of coins possible by the scammers.

     Its only a warning, we not say it will be happening !!!!

     And we also not post this report to push the price down, no we do because the signs on 3 trading platforms show this scam going on, and you can see for yourself to.

    down here a picture with the prove of how they trade, but you better look for yourself.

    The key point is that trading platforms have to look better on this kind of manipulation of price pumps and dumps where people can lose big amount of money !!!!!

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


Title: Re: [FCT] The Factom Protocol
Post by: tempus on January 05, 2019, 10:31:05 PM
       

     Trading manipulation Report to 3 Exchanges, and forced them to take action.

     It's starting to become more and more clear this pump from last months had nothing to do with the work on this coin, but nothing more then a odenairy price manipulation.

     That's why we have report this to 3 exchanges and force them to take action against it, so normal traders will not be left with big losses.

     We force them to lock the transfer of FCT between exchanges so the manipulation of there trading scam will not work anymore.

     We warning people to be careful if they invest in this coin right now, because after this report there will be a dump of coins possible by the scammers.

     Its only a warning, we not say it will be happening !!!!

     And we also not post this report to push the price down, no we do because the signs on 3 trading platforms show this scam going on, and you can see for yourself to.

    down here a picture with the prove of how they trade, but you better look for yourself.

    The key point is that trading platforms have to look better on this kind of manipulation of price pumps and dumps where people can lose big amount of money !!!!!

         [cut]


One look into your Post-History is enough to see that you really like using a megaphone - big red letters everywhere. ;-)


1. I wouldn't ever say there is no manipulation, but all markets are manipulated, at least from time to time. And not just in Crypto. So if you want to buy something that's not manipulated, buy a good beer - and don't trade it but drink it.  

2. Not all moves are manipulations and the Factom-team delivered a lot. Plus: Also years ago FCT often moved against the overall markets and especially BTC.

3. Bot-Trading is not necessarily manipulation and you won't find much markets without it

4. Arbitrage also is not necessarily manipulation.

5. That the price is often higher on Poloniex is not surprising and a sign that there isn't even much arbitrage. Polo always was the number 1 for Factom (at least in the Western world) and had more activity and much higher volume while withdrawals and deposits often are to slow to really do effective arbitrage.

6. I don't understand the numbers you point on. For example: Why is the sell on Poloniex you mark as red meaningful (15 FCT) while there are so many that are obviously not copied on Bittrex or Upbit while the trades on Bittrex and Upbit are not even exactly similar to the 15-FCT-Trade on Poloniex?

7. I believe you try to manipulate here... simple FUD-attempt.  

8. Who the hell is "We"? People who act alone often like to say "we" to imply some kind of seriousness or even expertise that's usually not there and nowhere to find in y o u r  post.

9. Since you like to make a case with Screenshos, please show screenshots of your mails you sent to the three exchanges - with timestamps please. Why? Simple:
No matter if you really sent those mails or not, I'm 100% sure it will be funny. Actually I believe you didn't send anything but if you did, I would really like to see how you explain to Bittrex that there is a Bot(?) that makes not exactly the same trade as a bot(?) on Poloniex while even missing all other trades, and the same on Upbit -  and that must be manipulation! ;-)






Title: Re: [FCT] The Factom Protocol
Post by: 2012 on January 09, 2019, 02:59:23 PM
It's good decision to lock the old thread which was creating confusing for the community where to discuss their ideas. This thread have up to date content and more useful stuff to understand about this concept good luck.


Title: Re: [FCT] The Factom Protocol
Post by: tempus on January 09, 2019, 07:59:52 PM
It's good decision to lock the old thread which was creating confusing for the community where to discuss their ideas. This thread have up to date content and more useful stuff to understand about this concept good luck.


Agreed! But, I'll miss the old Thread - no Thread on Bitcointalk was such a game changer for me like that one.


Title: Rich-list
Post by: Bitbroke on January 20, 2019, 01:32:59 AM
Project looks really solid, is there a rich-list for factom somewhere?


Title: Re: Rich-list
Post by: muleroaa on January 21, 2019, 12:50:49 PM
Project looks really solid, is there a rich-list for factom somewhere?

Yep, here is the richlist from factoid.org:

https://explorer.factoid.org/data?type=rich&key=factoid


Title: Re: Rich-list
Post by: BTCIR on January 21, 2019, 11:41:21 PM
Project looks really solid, is there a rich-list for factom somewhere?

Yep, here is the richlist from factoid.org:

https://explorer.factoid.org/data?type=rich&key=factoid

That was a good question and glad it was answered.


Title: Re: [FCT] The Factom Protocol
Post by: tempus on January 23, 2019, 06:19:05 PM

Let's hope:

Binance Application In Progress
https://factomize.com/forums/threads/binance-application-in-progress.1520/


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on January 29, 2019, 08:50:39 PM
Factom Inc just announced client Libraries for Node, Java, Python, & Elixir are now available for Harmony Connect.

https://docs.harmony.factom.com/docs/sdks-clients


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 01, 2019, 03:11:00 AM
The first issue of the Factom Protocol Newsletter (https://factomize.com/forums/newsletter/40/view) just went out.  It is sent the 1st and 15th of each month and is a great way to stay on top of what's happening within the Factom Protocol ecosystem.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on February 01, 2019, 05:59:45 PM
Factom Inc just announced client Libraries for Node, Java, Python, & Elixir are now available for Harmony Connect.

https://docs.harmony.factom.com/docs/sdks-clients

Awesome, hopefully this will attract some more developers.

The first issue of the Factom Protocol Newsletter (https://factomize.com/forums/newsletter/40/view) just went out.  It is sent the 1st and 15th of each month and is a great way to stay on top of what's happening within the Factom Protocol ecosystem.

Nice, I've subscribed.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 05, 2019, 06:11:37 PM
Factom Inc has partnered with Systems Planning and Analysis Inc to bring blockchain to the US Federal Government. Their tweet can be seen here:

https://twitter.com/factom/status/1092800010784256002

Release: https://www.tmcnet.com/usubmit/-spa-factom-team-up-with-blockcha-/2019/02/05/8894727.htm

ALEXANDRIA, Va., Feb. 5, 2019 /PRNewswire/ -- Systems Planning and Analysis, Inc. (SPA) is teaming with Factom, Inc. to explore the application of blockchain technologies to Department of Defense (DOD) and federal customers. 

"I am excited about our partnership with Factom and I believe that our two organizations represent a unique blend of analytic-based consulting expertise along with information technology and blockchain-based solution development," said Dr. William Vantine, SPA President and CEO.

"Paul Snow and his team at Factom are leading providers of blockchain-as-a-service and are uniquely positioned to grow in the defense industry through their work with the Department of Homeland Security," said Matt Ives, Director of Business Operations for Surety Programs Group at SPA. "At SPA, we take immense pride in providing cutting edge and the highest caliber solutions to our customers. Teaming up with Factom is a rare and extremely compelling opportunity to continue with this tradition."


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 06, 2019, 03:38:18 AM
If you're interested in receiving the Factom Protocol Daily Update which is an collection of information from around the Factom Protocol ecosystem including Discord, the forums, Reddit, and more, simply join the Factom community forum at Factomize (https://factomize.com/forums/). You'll automatically be signed up and receive the daily email. And yes, you can unsubscribe anytime.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on February 07, 2019, 03:47:42 PM
Factom Inc has partnered with Systems Planning and Analysis Inc to bring blockchain to the US Federal Government. Their tweet can be seen here:

https://twitter.com/factom/status/1092800010784256002

Release: https://www.tmcnet.com/usubmit/-spa-factom-team-up-with-blockcha-/2019/02/05/8894727.htm

ALEXANDRIA, Va., Feb. 5, 2019 /PRNewswire/ -- Systems Planning and Analysis, Inc. (SPA) is teaming with Factom, Inc. to explore the application of blockchain technologies to Department of Defense (DOD) and federal customers. 

"I am excited about our partnership with Factom and I believe that our two organizations represent a unique blend of analytic-based consulting expertise along with information technology and blockchain-based solution development," said Dr. William Vantine, SPA President and CEO.

"Paul Snow and his team at Factom are leading providers of blockchain-as-a-service and are uniquely positioned to grow in the defense industry through their work with the Department of Homeland Security," said Matt Ives, Director of Business Operations for Surety Programs Group at SPA. "At SPA, we take immense pride in providing cutting edge and the highest caliber solutions to our customers. Teaming up with Factom is a rare and extremely compelling opportunity to continue with this tradition."


This seems to be a great partnership for Factom. Having worked together with the Department of Homeland Security before seems to be paying off. Great to see!


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 11, 2019, 08:15:08 PM
The first grants of 2019 have been awarded (https://factomize.com/the-first-factom-protocol-grants-of-2019-have-been-awarded/) by the Factom Protocol.


Title: Re: [FCT] The Factom Protocol
Post by: Syndrome on February 12, 2019, 12:18:18 PM

Let's hope:

Binance Application In Progress
https://factomize.com/forums/threads/binance-application-in-progress.1520/

Have more detailed information when they finish reviewing the application? And if this way it is not possible and you will not get the green light from cz, do you plan to get on their new DEX?


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on February 15, 2019, 12:37:38 AM

Let's hope:

Binance Application In Progress
https://factomize.com/forums/threads/binance-application-in-progress.1520/

Have more detailed information when they finish reviewing the application? And if this way it is not possible and you will not get the green light from cz, do you plan to get on their new DEX?

If they do their research right there is no way that they cannot add Factom to Binance imo.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 15, 2019, 03:05:22 AM
The February 15th Factom Protocol Newsletter is out: https://factomize.com/forums/newsletter/48/view


Title: Re: [FCT] The Factom Protocol
Post by: Chief__Architect on February 19, 2019, 07:31:24 AM

Let's hope:

Binance Application In Progress
https://factomize.com/forums/threads/binance-application-in-progress.1520/

I think Binance wouldn't list Binance because they sound pretty arrogant and unprofessional:

Quote
Tip 8: Don’t ask me for a status update on your application.

Tip 9: Don’t ask for a contact person. We don’t allow contact with our review team. We want to avoid bias influence as well as potential bribery attempts.

Tip 10: Don't shill your coin to me on Twitter, or any other social/chat programs.

Tip 11: Don’t send me your white paper
.

VS



Quote
If a project team acts lazy, overly cunning, arrogant, or just outright unprofessional




Title: Re: [FCT] The Factom Protocol
Post by: tempus on February 19, 2019, 08:18:13 AM

Let's hope:

Binance Application In Progress
https://factomize.com/forums/threads/binance-application-in-progress.1520/

I think Binance wouldn't list Binance because they sound pretty arrogant and unprofessional:

Quote
Tip 8: Don’t ask me for a status update on your application.

Tip 9: Don’t ask for a contact person. We don’t allow contact with our review team. We want to avoid bias influence as well as potential bribery attempts.

Tip 10: Don't shill your coin to me on Twitter, or any other social/chat programs.

Tip 11: Don’t send me your white paper
.

VS



Quote
If a project team acts lazy, overly cunning, arrogant, or just outright unprofessional





It may seem arrogant but it's not unprofessional or lazy. In fact it would be unprofessional if Binance, or even CZ in person, would make listing-decisions based on what he excludes. Just imagine how many try to convince him, or Binance-Staff, directly & personally to list this or that, try to bribe him or whatever. So, in my opinion he just clearly says how it is and what will not lead to success.

Factom actually should have some chances, because: 

1) it's a great team
2) they've shown not just abilities but also standing-power - Factom is there since 2015
3) they've never hyped
4) never acted greedy (ICO was nothing compared to today)
5) achieved a lot, not only technically but also regarding business

The only reason why Factom is not listed on bigger exchanges yet is probably because nobody, especially not the team, ever hyped it.



Title: Re: [FCT] The Factom Protocol
Post by: Chief__Architect on February 19, 2019, 09:01:38 AM


Quote
It may seem arrogant but it's not unprofessional or lazy.


Binance has as strict policy of silence or non-communication during the application process.
Direct promotion, marketing or suspicious community activities in direction to Binance staff will violate the quite period and lead to disqualification.

Would be my profesionall understanding of tip 8-11  ;)



Title: Re: [FCT] The Factom Protocol
Post by: 2012 on February 19, 2019, 09:42:14 AM
Factom has been lost its momentum while all other markets are showing impressive performance than moving totally opposite ongoing trend like before when others are under huge pressure and it was being pumped so hard. This kind of move will bring big pressure on those people who bought this coin on peak price.


Title: Re: [FCT] The Factom Protocol
Post by: tempus on February 19, 2019, 07:14:43 PM


Quote
It may seem arrogant but it's not unprofessional or lazy.


Binance has as strict policy of silence or non-communication during the application process.
Direct promotion, marketing or suspicious community activities in direction to Binance staff will violate the quite period and lead to disqualification.

Would be my profesionall understanding of tip 8-11  ;)



This is Binance's more official post about listings:
https://medium.com/binanceexchange/binance-official-stance-on-listings-partnerships-8dc95480ab97


You've quoted CZ's personal post and you've quoted it out of context. He explains what they focus on, lists up points that might help and also what would cause rejection or even blacklisting. The quoted part for example starts with "Please don't: (...) " and it ends with a good explanation:

"We don’t reject applications outright (unless you get on our blacklist). Your project may improve over time. Even if we don’t list it now, we may list it later. So, continue working on your project, not on persuading us."

You might call it arrogant and unprofessional. I would call it straightforward and helpful. And, besides semantics, they wouldn't be that successful if they were unprofessional. ;)

But, let's end this discussion here. There is also a Binance-Thread...


Title: Re: [FCT] The Factom Protocol
Post by: Margary on February 19, 2019, 07:49:26 PM
Factom has been lost its momentum while all other markets are showing impressive performance than moving totally opposite ongoing trend like before when others are under huge pressure and it was being pumped so hard. This kind of move will bring big pressure on those people who bought this coin on peak price.

Well, I do not think so. It seems to me, that this project really shows a level, that is similar to many other projects. I can not attribute it to unpromising and failing. I just can say, that this is a kind of temporary inconvenience.


Title: Re: [FCT] The Factom Protocol
Post by: tempus on February 19, 2019, 09:03:10 PM

New partnership:

We're pleased to announce our partnership with Vodii to secure real estate transactions! Press release here: http://bit.ly/2GyUoKO
#blockchain #realestate @Edina_Realty @BHHSRealEstate

https://twitter.com/factom/status/1097939102027137024


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on February 19, 2019, 11:21:52 PM

New partnership:

We're pleased to announce our partnership with Vodii to secure real estate transactions! Press release here: http://bit.ly/2GyUoKO
#blockchain #realestate @Edina_Realty @BHHSRealEstate

https://twitter.com/factom/status/1097939102027137024


Congratulations! An import milestone for getting the Factom platform accepted in the real estate market!


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on February 20, 2019, 10:14:43 PM
Another good article on the Factom Inc / SPA Systems partnership:

https://www.engineering.com/AdvancedManufacturing/ArticleID/18460/Analytics-Powered-Blockchain-to-Help-the-DOD.aspx


Title: Re: [FCT] The Factom Protocol
Post by: MrSunshine on February 22, 2019, 07:31:18 PM
Factom has been lost its momentum while all other markets are showing impressive performance than moving totally opposite ongoing trend like before when others are under huge pressure and it was being pumped so hard. This kind of move will bring big pressure on those people who bought this coin on peak price.

Well, I do not think so. It seems to me, that this project really shows a level, that is similar to many other projects. I can not attribute it to unpromising and failing. I just can say, that this is a kind of temporary inconvenience.

Factom is making great progress and deals all the time. It is just not new and shiny like some other projects but the risk of it going to zero,  unlike many others, is small. Eventually the quality it offers will be noticed.


Title: Re: [FCT] The Factom Protocol
Post by: CryptoRobert on February 25, 2019, 05:45:49 AM
Factom has been lost its momentum while all other markets are showing impressive performance than moving totally opposite ongoing trend like before when others are under huge pressure and it was being pumped so hard. This kind of move will bring big pressure on those people who bought this coin on peak price.

Well, I do not think so. It seems to me, that this project really shows a level, that is similar to many other projects. I can not attribute it to unpromising and failing. I just can say, that this is a kind of temporary inconvenience.


Never confuse hype with fundamentals. And now you can see that Factom has been totally unaffected by yesterday's drop in the whole market. This is where you see fundamentals.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on March 01, 2019, 03:18:22 AM
The March 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/63/view) is out.


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on March 06, 2019, 05:33:02 AM
A new video for the protocol that explains the two token system:

https://factomize.com/img/fp-logo.png (https://youtu.be/s1aJiUUfwNc)


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on March 06, 2019, 10:26:12 PM
Learn about the various aspects of the Factom Protocol governance (https://factomize.com/forums/governance/).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: dnsokoljuk on March 06, 2019, 10:44:19 PM
Such kind of protocoles are very populatlr nowadays. I wish a goodresults for the team.


Title: Re: [FCT] The Factom Protocol
Post by: muleroaa on March 07, 2019, 12:06:45 AM
A new video for the protocol that explains the two token system:

https://youtu.be/1uh_FnQgwTk

Very concise but clear explanation. Is this video also being marketed or is it mainly used for (possible) clients to get an impression about the two token system?


Title: Re: [FCT] The Factom Protocol
Post by: Factom Protocol on March 07, 2019, 05:51:20 PM
A new video for the protocol that explains the two token system:

https://youtu.be/1uh_FnQgwTk

Very concise but clear explanation. Is this video also being marketed or is it mainly used for (possible) clients to get an impression about the two token system?
Anyone can use it however people want.  It has been added to the first post in this thread and will be added to the Factom Protocol website.  It is also coming up under videos for searches of the Factom Protocol.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 13, 2019, 03:47:58 PM
Factomize Core Dev Update #3 (https://www.reddit.com/r/factom/).  A blog post from "Who", Factomize's new Core developer.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 15, 2019, 04:33:55 PM
Factom Protocol Monthly update for March 15th (https://factomize.com/forums/newsletter/78/view).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: xrpholder1982 on March 17, 2019, 12:26:34 PM
Keep up the great work team!  Along with XRP I plan on holding my FCT long-term and Have been making consistent small buys for the past 5 months.  I’m very confident in both of these projects over the long-term.  It’s so great to see real world adoption.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 18, 2019, 06:02:57 PM
A video about the Factom Asset Token (FAT) protocol, the tokenization platform for the Factom Protocol.

https://factomize.com/img/fp-logo.png (https://youtu.be/bdp7DsrX7hY)


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 19, 2019, 08:58:14 PM
A new video about Factom Protocol Authority Node Operators:

https://factomize.com/img/fp-logo.png (https://youtu.be/dBIbWAGtAhA)


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kartaba on March 23, 2019, 01:18:23 AM
Its been 5 years now. Your incompetence for not providing more liquidity across dozens of exchanges, multiple different pairs, multiple fiat gateways has killed the marketcap and volume.

Thank you very much also for the F rating on Coinmarketcap. That and providing no liquidity will probably do it.









Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: muleroaa on March 23, 2019, 03:41:09 PM
Its been 5 years now. Your incompetence for not providing more liquidity across dozens of exchanges, multiple different pairs, multiple fiat gateways has killed the marketcap and volume.

Thank you very much also for the F rating on Coinmarketcap. That and providing no liquidity will probably do it.


Some more liquidity would be nice. Where do you get this F rating from on Coinmarketcap?


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Ferdo on March 23, 2019, 05:36:24 PM
Its been 5 years now. Your incompetence for not providing more liquidity across dozens of exchanges, multiple different pairs, multiple fiat gateways has killed the marketcap and volume.

Thank you very much also for the F rating on Coinmarketcap. That and providing no liquidity will probably do it.


Some more liquidity would be nice. Where do you get this F rating from on Coinmarketcap?

See here
https://coinmarketcap.com/currencies/factom/#ratings

Although, there are some shitcoins with grade A or B so I wouldn't read much into it


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kartaba on March 24, 2019, 08:45:42 AM
Shitcoin like Electroneum starts outperforming Factom . ... what a disgrace lol. Factom slowly turning into shitcoin in 2019


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: MrSunshine on March 25, 2019, 03:37:54 PM
Shitcoin like Electroneum starts outperforming Factom . ... what a disgrace lol. Factom slowly turning into shitcoin in 2019

In the long run FCT will survive where many shitcoins will likely die, especially when institutional investors start looking for non speculative coins.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Saidmod on March 25, 2019, 03:58:37 PM
Shitcoin like Electroneum starts outperforming Factom . ... what a disgrace lol. Factom slowly turning into shitcoin in 2019

In the long run FCT will survive where many shitcoins will likely die, especially when institutional investors start looking for non speculative coins.
Any altcoin can turn into a shitcoin and after the ICO of this factom i have not heard how this project was good or not. i believe that if the Factom Team Members will continue to work there will be a good long term possibility that it may have a good fundamental support. People are not hype into new ico that can make them a quick profits as well as some of the ico project leaving it after some light activity and development.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: KnyazED on March 25, 2019, 04:32:22 PM
Shitcoin like Electroneum starts outperforming Factom . ... what a disgrace lol. Factom slowly turning into shitcoin in 2019

In the long run FCT will survive where many shitcoins will likely die, especially when institutional investors start looking for non speculative coins.
Any altcoin can turn into a shitcoin and after the ICO of this factom i have not heard how this project was good or not. i believe that if the Factom Team Members will continue to work there will be a good long term possibility that it may have a good fundamental support. People are not hype into new ico that can make them a quick profits as well as some of the ico project leaving it after some light activity and development.

In the past, investors have quite confidently invested in new projects. but for today, we can not be sure of the success of the new project. previously you could earn a fairly large profit, but now it's pretty important to get.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kartaba on March 25, 2019, 11:03:16 PM
There is like what, 73000 factoids created every month? How you gonna sell them without crashing the market if you only have two major exchanges listing it? You can build a blockchain service but cant provide liquidity? It just blows my mind really.



Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 26, 2019, 03:36:59 AM
A rust client for the Factom API (https://github.com/MitchellBerry/Factom-Client).

Here are the docs (https://docs.rs/factom/1.0.1/factom/).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 26, 2019, 05:53:35 PM
A new video has been released which talks about the first Initial Token Offering planned for the Factom Asset Token (FAT) Protocol:

https://factomize.com/img/fp-logo.png (https://youtu.be/LxTFfJGIKjo)


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kartaba on March 27, 2019, 01:18:54 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: bitChipper on March 27, 2019, 01:21:51 PM
There is like what, 73000 factoids created every month? How you gonna sell them without crashing the market if you only have two major exchanges listing it? You can build a blockchain service but cant provide liquidity? It just blows my mind really.



Dude they are not worried about liquidity right now, these ANO that are getting a portion of the 73k factom are not just market selling everything. Maybe some to cover cost of running the node but they are saving the rest.

If a big client comes along and wants to make a bunch of entries then they don't need to hold factoids, thats the best part of the two token system.

It blows my mind that you think the developers should be working on liquidity rather than the product.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kartaba on March 27, 2019, 03:40:53 PM
There is like what, 73000 factoids created every month? How you gonna sell them without crashing the market if you only have two major exchanges listing it? You can build a blockchain service but cant provide liquidity? It just blows my mind really.



Dude they are not worried about liquidity right now, these ANO that are getting a portion of the 73k factom are not just market selling everything. Maybe some to cover cost of running the node but they are saving the rest.

If a big client comes along and wants to make a bunch of entries then they don't need to hold factoids, thats the best part of the two token system.

It blows my mind that you think the developers should be working on liquidity rather than the product.

The " we are working on platform" card is long due, dude. That was nice first 2-3 years. Not after 5 years. "IF" a big client comes along? You listen to yourself? Factom was allegedly working with these so called BIG corporations for years. Where are they now then? They used factom as a testnet and now they are all looking to build their own chains using JPM's quorum. That is whats up now.
I guess you are ok with this and that is fine.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: TheLoser on March 27, 2019, 04:07:41 PM
Someone can advise me whether to invest in factom or not , those reviews that I read above, give me reason to doubt .


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: David Chapman on March 27, 2019, 05:46:47 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!

1.  The Factom Protocol Exchange Committee (https://factomize.com/forums/major-contributors/committee/exchange-committee/) is actively working on listings with additional exchanges.

2.  The Factom Protocol IS a decentralized platform.  In fact, in my opinion, it is one of the most decentralized blockchain projects in existence.  Governance, infrastructure, and development are largely decentralized.  There is not a single CEO or entity in charge.  That's why we have an Exchange Committee working to get listed on exchanges; there isn't a single person or entity that can represent the protocol. 


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: David Chapman on March 27, 2019, 06:17:41 PM
Someone can advise me whether to invest in factom or not , those reviews that I read above, give me reason to doubt .
Nobody here can or should advise you on that.  It's your own educated decision to make.  What we are happy to do is answer any questions you have about the Factom Protocol so that you can be more informed about its function and utility.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: aceNOThardware on March 27, 2019, 06:19:15 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!

1.  The Factom Protocol Exchange Committee (https://factomize.com/forums/major-contributors/committee/exchange-committee/) is actively working on listings with additional exchanges.

2.  The Factom Protocol IS a decentralized platform.  In fact, in my opinion, it is one of the most decentralized blockchain projects in existence.  Governance, infrastructure, and development are largely decentralized.  There is not a single CEO or entity in charge.  That's why we have an Exchange Committee working to get listed on exchanges; there isn't a single person or entity that can represent the protocol. 

There is LITERALLY a CEO on their website: https://www.factom.com/company/team/

The project has strong partnerships and collaborators, but daily volume looks bad...


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: David Chapman on March 27, 2019, 06:37:27 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!

1.  The Factom Protocol Exchange Committee (https://factomize.com/forums/major-contributors/committee/exchange-committee/) is actively working on listings with additional exchanges.

2.  The Factom Protocol IS a decentralized platform.  In fact, in my opinion, it is one of the most decentralized blockchain projects in existence.  Governance, infrastructure, and development are largely decentralized.  There is not a single CEO or entity in charge.  That's why we have an Exchange Committee working to get listed on exchanges; there isn't a single person or entity that can represent the protocol.  

There is LITERALLY a CEO on their website: https://www.factom.com/company/team/

The project has strong partnerships and collaborators, but daily volume looks bad...

I understand your confusion.  The Factom Protocol is far more sophisticated and further along than most realize.  The official website of the Factom Protocol is FactomProtocol.org (https://www.factomprotocol.org).  What you're looking at is the website of Factom Inc.  Factom Inc was the original creator of the Factom Protocol.  Then, in April of 2018 "Milestone 3" hit where they had developed the protocol enough where it could then be decentralized.  Factom Inc GAVE UP CONTROL of the protocol and are now nothing more than one of the 25 "Authority Node Operators" or "ANOs" for short.  There will eventually be 65+ ANOs and they are the international coalition of companies that provide the infrastructure that decentralizes the protocol.  You can see a list of the current ANOs here (https://factomize.com/forums/major-contributors/anos) which you'll see Factom Inc as one of.  Most people know the crypto hedge fund Multicoin Capital which is also an ANO.

ANOs provide the infrastructure that decentralizes the protocol but governance and development of the protocol are ALSO decentralized.  You can read more about governance here (https://factomize.com/forums/governance/) and see the Core developers here (https://factomize.com/forums/major-contributors/core-developers).

There is no central person or entity in charge of the protocol.  All decisions that affect the protocol are made by consensus.  Each company that works on the protocol can obviously run their company internally as they see fit.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: ProfTP on March 28, 2019, 07:19:41 AM
Finally Factom has arrived in the ALT Seasson.

It will get lots of love and more and more people will join.


This alt bear market is over and only a selected few project are going to thrive in this bull market

Factom ius one of them.






Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 28, 2019, 03:54:21 PM
A new video that talks about Factom Protocol Governance has been released:

https://factomize.com/img/fp-logo.png (https://youtu.be/CzXbmvoIdMI)


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 28, 2019, 09:37:52 PM
Paul Bernier of the Authority Node Operator Luciap released joi-factom (https://www.npmjs.com/package/joi-factom) which is a convenient tool to make the development of Factom applications easier for JavaScript developers. It extends Joi, a popular JS object schema validation library, to add the ability to validate common Factom identifiers: Factoid addresses, Entry Credit addresses, and digital identity keys. One use case is to ensure that the user input of your program is valid.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: muleroaa on March 30, 2019, 10:25:53 PM
Its been 5 years now. Your incompetence for not providing more liquidity across dozens of exchanges, multiple different pairs, multiple fiat gateways has killed the marketcap and volume.

Thank you very much also for the F rating on Coinmarketcap. That and providing no liquidity will probably do it.


Some more liquidity would be nice. Where do you get this F rating from on Coinmarketcap?

See here
https://coinmarketcap.com/currencies/factom/#ratings

Although, there are some shitcoins with grade A or B so I wouldn't read much into it

Thanks, never noticed this. Do you know if it has been on Coinmarketcap for a while?

But indeed, can't take it too serious if Factom gets rated F and some random shitcoins get an A or a B.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on March 31, 2019, 11:51:49 PM
Triall, the company performing the first planned Initial Token Offering on Factom has been awarded Seal of Excellence by the European Commission (https://insights.triall.io/triall-awarded-seal-of-excellence-by-the-european-commission/).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 01, 2019, 03:12:20 AM
The Factom Protocol Newsletter (https://factomize.com/forums/newsletter/93/view) for April 1st, 2019 is out.

Please share this tweet (https://twitter.com/FactomProtocol/status/1112550214148214784) if you're on twitter.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Ferdo on April 01, 2019, 04:22:39 PM
Its been 5 years now. Your incompetence for not providing more liquidity across dozens of exchanges, multiple different pairs, multiple fiat gateways has killed the marketcap and volume.

Thank you very much also for the F rating on Coinmarketcap. That and providing no liquidity will probably do it.


Some more liquidity would be nice. Where do you get this F rating from on Coinmarketcap?

See here
https://coinmarketcap.com/currencies/factom/#ratings

Although, there are some shitcoins with grade A or B so I wouldn't read much into it

Thanks, never noticed this. Do you know if it has been on Coinmarketcap for a while?

But indeed, can't take it too serious if Factom gets rated F and some random shitcoins get an A or a B.

Not more than few months if I'm not mistaken


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: klarki on April 03, 2019, 05:46:15 PM
FACTOM is listed at  (https://www.livecoin.net/en/news/view/122[/b) and available for trading.

FCT/BTC: https://www.livecoin.net/en/trade/index?currencyPair=FCT%2FBTC
FCT/ETH: https://www.livecoin.net/en/trade/index?currencyPair=FCT%2FETH


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Margary on April 03, 2019, 06:17:25 PM
Shitcoin like Electroneum starts outperforming Factom . ... what a disgrace lol. Factom slowly turning into shitcoin in 2019

In the long run FCT will survive where many shitcoins will likely die, especially when institutional investors start looking for non speculative coins.

I think, that this project can be attributed to the most promising ones. it looks promising. maybe, then we will see a good result from the team's activity.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 10, 2019, 07:01:07 PM
The Authority Node Operator Luciap released version 1.1 of factom.js (https://github.com/PaulBernier/factomjs/releases/tag/v1.1) today. New features:

1. A new Factom blockchain event emitter. This is a great addition made by Alex of Factoshi which simplifies a lot writing applications that react to on-chain events (new blocks, new entries, new transactions etc).

2. Proper support for chain and entry EC signature delegation. This is useful to allow external devices storing your EC keys to pay for the entry. Think hardware wallet integration or IOT device integration.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 11, 2019, 05:21:32 PM
TFA Labs announce a solution for securing data in billions of IoT devices, using the Factom® blockchain. (https://medium.com/tfa-labs/tfa-labs-announce-a-solution-for-securing-data-in-billions-of-iot-devices-using-the-factom-64f4a11c68f8?sk=aee9dcd088f2258bb5689d7f72893dd5)


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 11, 2019, 07:46:15 PM
Hello FCT Holders.  Are you interested in being a part of the future Factom Protocol Community Website Committee?  One slot is open to FCT holders via election.  To learn more, please go here (https://factomize.com/forums/threads/starting-the-factom-community-website-committee-formation-process.1840/).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: cryptounicon on April 11, 2019, 08:06:35 PM
Quite a lot of recent news has been coming to Factom, I think I'm going to have to consider getting a bag. Your use-case of blockchain is pretty impressive.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: broadhurst on April 13, 2019, 05:25:09 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Kasperiko on April 13, 2019, 06:24:03 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.

The price on the market at the moment does not depend on fundamental factors. Almost all the upward movement is speculation. Good projects can fall in price for a very long time while shit grows.
Do not be surprised that this market is simple and you need to understand it.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 15, 2019, 03:11:47 AM
The April 15th Factom Protocol newsletter is out (https://twitter.com/DChapmanCrypto/status/1117625510865989632).


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 17, 2019, 04:27:48 PM
The Triall whitepaper is out (https://insights.triall.io/triall-announces-the-official-release-of-the-triall-whitepaper/).  They are the first planned Initial Token Offering on Factom.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: bitChipper on April 17, 2019, 06:38:20 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.

Do yall remember that report that came out recently about fake volume across exchanges? Go back and look at it....the coin with the lowest fake volume?? Factom....

Ya it would be nice to be listed on 50-100 different markets but if its all fake volume then what does it matter?


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 23, 2019, 06:31:59 PM
A new voting page for the Factom protocol (https://factomize.com/forums/voting/) that showcases upcoming, active, and past governance votes.  The Factom Protocol's governance is more decentralized than the vast majority of projects out there and this is one more way for us to showcase as much.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: Factom Protocol on April 24, 2019, 03:58:03 PM
An update on the Factom Asset Token (FAT) protocol (https://factomize.com/forums/threads/fat-development-grant-2-update.1880/) which is the tokenization platform for Factom.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on April 24, 2019, 05:16:31 PM
A great update from Sphereon and BIF which are building solutions on the Factom Protocol: https://factomize.com/forums/threads/bif-sphereon-2019-q1-update.1881/


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on April 29, 2019, 01:35:18 AM
Zero-knowledge proofs will be coming to the Factom Protocol in the future (https://factomize.com/forums/threads/quarterly-update-q1-2019.1898/).


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on April 29, 2019, 03:48:05 PM
The Factom Open API (https://github.com/DeFacto-Team/Factom-Open-API) has been released.  It is a lightweight REST API for the Factom blockchain. It connects to an existing factomd node and has a built-in Factom wallet.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 01, 2019, 03:11:06 AM
The Factom Protocol Newsletter (https://factomize.com/forums/newsletter/126/view) for May 1st is out. 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 03, 2019, 12:47:59 AM
Grant proposals have been posted and the Q/A is now live (https://factomize.com/forums/factom/grants/).


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: igorttomic on May 11, 2019, 11:01:37 AM
Factom (FCT) - Data Integrity Protocol: https://www.publish0x.com/introduction-to-cryptocurrencies/factom-fct-data-integrity-protocol-xgdgze


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 13, 2019, 04:11:14 AM
Anatomy of Factom's Addresses (https://factomize.com/anatomy-of-factoms-addresses/).  A blog post by the Core Developer "Who".


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: negomarkett on May 14, 2019, 01:53:57 PM
why dump price??  ??? ???


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: DStefanov on May 14, 2019, 02:07:14 PM
why dump price??  ??? ???

Good time to buy more FCT!  ;)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: negomarkett on May 14, 2019, 02:11:37 PM
2nd fall this week ... I'll wait a little before buying. ;D ;D


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: mishax1 on May 14, 2019, 02:32:36 PM

Someone is trying very hard to sell at half the price on Poloniex because the price on Bittrex didn't go below 10K sat.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: negomarkett on May 14, 2019, 10:57:07 PM
well returned to 12k ..... the next buy .. :-[ :-[


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 15, 2019, 03:58:39 AM
The May 15th Edition of the Factom Protocol Newsletter (https://factomize.com/forums/newsletter/143/view) is out.  It includes a short Q/A with Carl DiClementi of Factom Inc.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 21, 2019, 03:10:57 AM
VERSO Presents Blockchain-enabled Warranty Claims Management Module (https://www.factom.com/company/news/press-release/verso-presents-blockchain-enabled-warranty-claims-management-module/) in partnership with Factom Inc.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 26, 2019, 05:46:19 PM
Developers should check out the testnet (https://developers.factomprotocol.org/start/factom-community-testnet) and sandbox (https://developers.factomprotocol.org/start/developer-sandbox-setup-guide) documentation in the developers portal.  And if you have any questions, join the Discord chat server linked in our signature or post here.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on May 27, 2019, 07:11:29 PM
The results of the ANO election are in.  The four winners are:

Consensus Networks (http://https://factomize.com/forums/threads/consensus-networks.1902/)
Kompendium (http://https://factomize.com/forums/threads/kompendium.1897/)
HashQuark (http://https://factomize.com/forums/threads/hashquark.1879/)
Factable Solutions (http://https://factomize.com/forums/threads/factable-solutions.1916/)

We now have 28 Authority Node Operators decentralizing the protocol's infrastructure.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: David Chapman on May 28, 2019, 11:56:21 PM
Factom EDA - A Vision of the Future (https://factomize.com/factom-eda-a-vision-of-the-future/).

This blog post was written by "Who", Factomize's Core developer. It is meant to inspire future development goals and trends.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: broadhurst on June 06, 2019, 12:56:03 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.

The price on the market at the moment does not depend on fundamental factors. Almost all the upward movement is speculation. Good projects can fall in price for a very long time while shit grows.
Do not be surprised that this market is simple and you need to understand it.

What I do understand is that that I would have been much better off putting it in BTC which is where my main bag is, but I decided to give an Altcoin a chance and Factom has spectacularly  under performed given it's supposed "real world" use case.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: negomarkett on June 06, 2019, 07:44:32 PM
well returned to 12k ..... the next buy .. :-[ :-[

well now if I start to buy ... I see RSI (1D) increasingly low

 ;D ;D


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: broadhurst on June 06, 2019, 09:28:42 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.

The price on the market at the moment does not depend on fundamental factors. Almost all the upward movement is speculation. Good projects can fall in price for a very long time while shit grows.
Do not be surprised that this market is simple and you need to understand it.

What I do understand is that that I would have been much better off putting it in BTC which is where my main bag is, but I decided to give an Altcoin a chance and Factom has spectacularly  under performed given it's supposed "real world" use case.

 16% dump - it has become a shitcoin if it was not always one


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: MrSunshine on June 07, 2019, 06:24:14 PM
YOU HAVE 50.000$/100.000$ daily volume man. What are you talking about FAT? You wanna compete with ETH, Stratis, waves, lisk, komodo, ubiq, RVN and god knows how many more? With your 2 markets and 50k volume? Can we get back to earth plz?

You need to suit up and start selling to exchanges because i can also write an email to binance knowing beforehand no one will probably read it. Same goes for you. MANUP SUITUP and go to them PHYSICALLY, make appointment and fucking SELL YOUR MOTHER! Thats the attitude im expecting from a company. You are not decentralized platform like RVN you have a CEO. So act like a fucking CEO then dammit!



I bought Factom when it was $2   All I have been hearing since then is  " factom is one of the very few coins that has a real world use"  yet this is not reflected in its price - There are truly shitcoins out
there that out perform factom - There is definitely something wrong with Factoms attitude to its investors - if and when their is another bull run I shall have to sell my bag as Factom just does not seem
to have any energy.

The price on the market at the moment does not depend on fundamental factors. Almost all the upward movement is speculation. Good projects can fall in price for a very long time while shit grows.
Do not be surprised that this market is simple and you need to understand it.

What I do understand is that that I would have been much better off putting it in BTC which is where my main bag is, but I decided to give an Altcoin a chance and Factom has spectacularly  under performed given it's supposed "real world" use case.

 16% dump - it has become a shitcoin if it was not always one

It dumped in part because of margin losses on Polo.


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: broadhurst on June 07, 2019, 07:19:48 PM
There is like what, 73000 factoids created every month? How you gonna sell them without crashing the market if you only have two major exchanges listing it? You can build a blockchain service but cant provide liquidity? It just blows my mind really.



Dude they are not worried about liquidity right now, these ANO that are getting a portion of the 73k factom are not just market selling everything. Maybe some to cover cost of running the node but they are saving the rest.

If a big client comes along and wants to make a bunch of entries then they don't need to hold factoids, thats the best part of the two token system.

It blows my mind that you think the developers should be working on liquidity rather than the product.

The " we are working on platform" card is long due, dude. That was nice first 2-3 years. Not after 5 years. "IF" a big client comes along? You listen to yourself? Factom was allegedly working with these so called BIG corporations for years. Where are they now then? They used factom as a testnet and now they are all looking to build their own chains using JPM's quorum. That is whats up now.
I guess you are ok with this and that is fine.

I am selling my Factom bag if and when it gets to a "decent" price - even though I "only" paid $2 for Factom it has been my worst "investment out of all my portfolio - I don't want to hear about "real world use case" as it's all talk and no walk - Factom is a solution looking for a problem.. It jumped on the "Blockchain" bandwagon and has made as much progress for it's investors as a snail climbing Mount Everest... Factom talks the talk but cannot walk the walk..period
 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: negomarkett on June 08, 2019, 04:38:32 AM
well returned to 12k ..... the next buy .. :-[ :-[

well now if I start to buy ... I see RSI (1D) increasingly low

 ;D ;D


I can not complain, yesterday I bought in 60k and I just sold in 90k in poloniex and this was my 3rd try.

the previous 2 I let them pass because I thought the currency would not rise again. my mistake  :D :D


Title: Re: [FCT] The Factom Protocol (Since 2014)
Post by: broadhurst on June 08, 2019, 04:06:59 PM
There is like what, 73000 factoids created every month? How you gonna sell them without crashing the market if you only have two major exchanges listing it? You can build a blockchain service but cant provide liquidity? It just blows my mind really.



Dude they are not worried about liquidity right now, these ANO that are getting a portion of the 73k factom are not just market selling everything. Maybe some to cover cost of running the node but they are saving the rest.

If a big client comes along and wants to make a bunch of entries then they don't need to hold factoids, thats the best part of the two token system.

It blows my mind that you think the developers should be working on liquidity rather than the product.

The " we are working on platform" card is long due, dude. That was nice first 2-3 years. Not after 5 years. "IF" a big client comes along? You listen to yourself? Factom was allegedly working with these so called BIG corporations for years. Where are they now then? They used factom as a testnet and now they are all looking to build their own chains using JPM's quorum. That is whats up now.
I guess you are ok with this and that is fine.

I am selling my Factom bag if and when it gets to a "decent" price - even though I "only" paid $2 for Factom it has been my worst "investment out of all my portfolio - I don't want to hear about "real world use case" as it's all talk and no walk - Factom is a solution looking for a problem.. It jumped on the "Blockchain" bandwagon and has made as much progress for it's investors as a snail climbing Mount Everest... Factom talks the talk but cannot walk the walk..period

Factom getting ready to leave Coin market caps Top 100 - the final nail in its coffin... R.I.P.
  


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: donnatello on June 09, 2019, 12:03:39 AM
Factom EDA - A Vision of the Future (https://factomize.com/factom-eda-a-vision-of-the-future/).

This blog post was written by "Who", Factomize's Core developer. It is meant to inspire future development goals and trends.

Any idea why FCT is being lumped in with the other alts on Bittrex?


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: bitChipper on June 11, 2019, 08:52:20 PM
Factom EDA - A Vision of the Future (https://factomize.com/factom-eda-a-vision-of-the-future/).

This blog post was written by "Who", Factomize's Core developer. It is meant to inspire future development goals and trends.

Any idea why FCT is being lumped in with the other alts on Bittrex?

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: donnatello on June 12, 2019, 07:27:54 AM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Ferdo on June 13, 2019, 08:16:14 PM
https://www.freightwaves.com/news/factom-protocol-joins-blockchain-in-transport-alliance


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on June 15, 2019, 03:49:07 AM
The Factom Protocol Newsletter for June 15th (https://factomize.com/forums/newsletter/176/view) is out.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on June 15, 2019, 05:17:43 AM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: tempus on June 15, 2019, 09:00:05 AM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


If you believe that Factom is dead, why do you still care?

Btw, this is a very interesting Interview with Jay Smith:
https://youtu.be/VSFo72izXCc

Doesn't seem to be dead. 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: bitChipper on June 17, 2019, 07:38:54 PM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


If you believe that Factom is dead, why do you still care?

Btw, this is a very interesting Interview with Jay Smith:
https://youtu.be/VSFo72izXCc

Doesn't seem to be dead. 

It's not dead no, but the only reason we are at $5.75 is because the price in bitcoin has increased a lot since factom was launched in 2014.....although there is significant development going on, if you looked at the chart of FCT you would almost certainly think that the project is dead and gone.

The chart looks no different than other alts that have been abandoned, as a long term holder its the most frustrating shit ever.

We are only listed on 3 exchanges and for US citizens its about to be 1, I am not counting upbit because its korean and translate only works on 1/2 the page. But think about that, 3 exchanges!! There are coins outside the top 200 that have more.

Multi-coin capital had a post on the forum about how they talked with institutional investors and they were interested in the concept of factom but would not invest because of LACK OF LIQUIDITY....


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: factoo3 on June 17, 2019, 08:18:37 PM
I think binance (us) is not gonna list fct.
So us is out of order. ???
So its gonna be another year with no exchanges.
Can you imagine btc back to 4000 what will happen to fct.
Its gonna be 2014 again.
But hej maybe new investors chances for us.
Maybe buy fct for 1 dollar again....


   


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on June 20, 2019, 02:24:56 PM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


If you believe that Factom is dead, why do you still care?

Btw, this is a very interesting Interview with Jay Smith:
https://youtu.be/VSFo72izXCc

Doesn't seem to be dead. 

Interviews are are all talk, how about walking the walk instead of talking the talk - get this motherfucker on some exchanges for God's sake  - why do I care? because I am holding a bag which even though is in profit has seriously over promised and under delivered.. I feel sorry for the Investors who bought in and are suffering.   


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: mishax1 on June 20, 2019, 02:32:59 PM

What's with the dumps? are these stolen coins?


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Piston Honda on June 20, 2019, 02:43:23 PM
lol man.  such good potential this had 2016/2017, beauty pump too...made nice coin.  but it was dying. and now dead.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: GreatOrchids on June 20, 2019, 02:51:23 PM
they like investers is like junba juice


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: GreatOrchids on June 20, 2019, 03:01:07 PM
they knew that before they even started

unless they are really stupid ;D


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: GreatOrchids on June 20, 2019, 03:48:24 PM
like trump for a last name


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on June 20, 2019, 08:07:05 PM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


If you believe that Factom is dead, why do you still care?

Btw, this is a very interesting Interview with Jay Smith:
https://youtu.be/VSFo72izXCc

Doesn't seem to be dead. 

Interviews are are all talk, how about walking the walk instead of talking the talk - get this motherfucker on some exchanges for God's sake  - why do I care? because I am holding a bag which even though is in profit has seriously over promised and under delivered.. I feel sorry for the Investors who bought in and are suffering.   

Yet another big dump - Number 114 in the charts and falling.. For crying out loud even  coins likeThundercore and ClipperCoin, which does not even have a Https website, is ahead of Factom.. it's embarrassing..   Austin, Texas..we have a problem
a big problem.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: bitChipper on June 20, 2019, 08:54:07 PM

What's with the dumps? are these stolen coins?

No one really knows, it could be because of polo closing margin and some people are having to close their positions....but honestly I really dont know enough about how margin trading works to come to a conclusion.

I will say that these dumps are somewhat exclusive to poloniex which really gets me wondering.....margin trading is still available to the rest of the world for FCT...could these dumps really be coordinated to yield others to profit massively off margin trading a very low liquidity market? I don't know.... but look at the charts you will see that polo always dumped harder than bittrex. So it seems more is going on with poloniex.

It also could literally just be ANOs just dumping the created FCT they got from grants to run their business, which could equate to real world use down the road but still concerning....since we still don't see much real world use.



Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on June 22, 2019, 12:26:17 PM

Not sure, it sucks though.

Now liquidity really is a problem, for all the ANOs in the united states they are now solely limited to poloniex and thats IF polo doesn't geofence it either. It's already been said by Paul and other members of the team that factom is not a security so I don't know why trex is fencing it.

Price just continues to flirt with all time lows in sats (50-70k), these are levels we haven't seen since 2015!

How can the overall market value FCT now the same that it did in 2015 with all the progress? If i had to guess I would say that it's because nobody outside the realm of people who already own bitcoin KNOW about factom.....the 2017 investor does not know about factom....wall street does not know factom.

The only people that do know about the project would never value the Factoid over their bitcoin, its just another shitcoin. Maybe if we got talked about on cnbc like other alts or had USD pairs we wouldn't be in this spot.

The crack team in Austin are sleeping at the wheel. Fucking wake up already and convert some of your MOUs to bankable projects!

 You mean the crap team in Austin.. sleeping at the wheel with flat tyres a blown engine and a truck on it's way to tow it to the scrap yard - I read somewhere that Factom is a sleeping giant.. it is not asleep it is dead, rigor mortis has occured and it has a space reserved for it at the mortuary.


If you believe that Factom is dead, why do you still care?

Btw, this is a very interesting Interview with Jay Smith:
https://youtu.be/VSFo72izXCc

Doesn't seem to be dead. 

Interviews are are all talk, how about walking the walk instead of talking the talk - get this motherfucker on some exchanges for God's sake  - why do I care? because I am holding a bag which even though is in profit has seriously over promised and under delivered.. I feel sorry for the Investors who bought in and are suffering.   

Yet another big dump - Number 114 in the charts and falling.. For crying out loud even  coins likeThundercore and ClipperCoin, which does not even have a Https website, is ahead of Factom.. it's embarrassing..   Austin, Texas..we have a problem
a big problem.

haha,another Factom dump, Bitcoin doing what it does and Factom doing the opposite - I have Factom but I can still laugh at how fragile and underwhelming it is - can't even be bothered to sell it. 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: GmanUtrecht on June 23, 2019, 10:35:54 AM
I’n Buying. Downtrent is gone when all here screaming that the project is dead. You buy when there is blood on the street, especially with these kinda projects with is so much more then a second rate scam coin.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on June 25, 2019, 06:24:09 AM
Deepfakes, Blockchain, and Factom (https://factomize.com/deepfakes-blockchains-and-factom/).  A blog post by Who, Factomize's Core developer.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on June 25, 2019, 08:35:41 AM
I’n Buying. Downtrent is gone when all here screaming that the project is dead. You buy when there is blood on the street, especially with these kinda projects with is so much more then a second rate scam coin.

It's not going to get much lower than this but don't expect to go to the moon with Factom, expect plenty of aborted take offs from the launchpad


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: bitChipper on June 28, 2019, 07:20:07 PM
Another ANO ask-me-anything on Reddit to boost investor confidence....or possibly get listed on binance, either way its good to see the ANOs are still optimistic considering their business's will depend on the success of the protocol.

https://old.reddit.com/r/factom/comments/c5a1s3/were_factoms_authority_node_operators_were_here/

If you are really interested in the project and are wondering if you should invest then do through the thread above in detail, research the ANOs and then form you're decision.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on July 01, 2019, 03:16:58 AM
The July 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/191/view) is out.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on July 05, 2019, 11:35:18 AM
The July 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/191/view) is out.

Factom: A General Purpose Pointless Data Protocol and World Class Serial Underperformer


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on July 09, 2019, 12:58:00 PM
Another ANO ask-me-anything on Reddit to boost investor confidence....or possibly get listed on binance, either way its good to see the ANOs are still optimistic considering their business's will depend on the success of the protocol.

https://old.reddit.com/r/factom/comments/c5a1s3/were_factoms_authority_node_operators_were_here/

If you are really interested in the project and are wondering if you should invest then do through the thread above in detail, research the ANOs and then form you're decision.

It is going to take more than an 'ask me anything' on Reddit to boost investor confidence - Factom is on a downward spiral from an investors point of view, and has been for as long as i can remember - Factom seems to be all smoke and mirrors,
all style and no substance.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: factoo3 on July 10, 2019, 07:21:06 PM
hi exchange committee, maybe it is an idea to put factom on exodus wallet? so its easier to buy factoids for people (swap) without the use of poloniex? It's a start and I think people would happy with it.
Thanks


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on July 11, 2019, 07:46:36 AM
A blog post by Who, Factomize's Core Developer.

https://factomize.com/gossip-optimization-part-2-breaking-the-hub/


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on July 13, 2019, 11:18:56 PM
Triall Foundation announces World’s first Clinical Trial in production on a public blockchain (Factom) (https://medium.com/@niels.klomp/the-worlds-first-clinical-trial-in-production-on-the-blockchain-has-just-been-announced-by-the-e05b73557dd0)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on July 15, 2019, 03:16:35 AM
The July 15th Factom Protocol Newsletter (https://factomize.com/forums/newsletter/208/view) is out.  It includes an interview with Colin Campbell of Federate This regarding Off Blocks, their mobile signing app built on Factom.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on July 26, 2019, 02:09:25 PM
The July 15th Factom Protocol Newsletter (https://factomize.com/forums/newsletter/208/view) is out.  It includes an interview with Colin Campbell of Federate This regarding Off Blocks, their mobile signing app built on Factom.

How low does this thing have to go before the lightbulb moment that Factom is going nowhere but a race to the bottom of the altcoin abyss


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: patrolmi on July 26, 2019, 09:38:35 PM
As a common folk investor-- not in the "business" I held about 3000 FCT's for 2 years but finally gave up a few months ago due to absolutely zero discussion and interest.  I get it that someone like Tron does new releases for news releases, and is at the far end of the spectrum-- but I really think the Factom crew is missing the boat by not devoting energies to marketing.... unless they want to hoard all the tokens at these low levels, for themselves, and they know something more then the public!  I tried to find info and discussion, but it was harder then mining a bitcoin.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on July 27, 2019, 05:34:06 AM
As a common folk investor-- not in the "business" I held about 3000 FCT's for 2 years but finally gave up a few months ago due to absolutely zero discussion and interest.  I get it that someone like Tron does new releases for news releases, and is at the far end of the spectrum-- but I really think the Factom crew is missing the boat by not devoting energies to marketing.... unless they want to hoard all the tokens at these low levels, for themselves, and they know something more then the public!  I tried to find info and discussion, but it was harder then mining a

Factom is, and has always been, a solution looking for a problem - they either are too arrogant or too rich from their ICO to not bother with their investors ..To put it bluntly Factom is just another shitcoin.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on August 01, 2019, 08:21:48 PM
The August 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/223/view) is out.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on August 03, 2019, 01:19:03 AM
Graff: A GraphQL Wrapper for the Factomd RPC API has been released by Factoshi: https://blog.factoshi.io/graff-a-graphql-wrapper-for-the-factomd-rpc-api/


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Kartaba on August 03, 2019, 01:16:57 PM
Applause to all the people who are still here after all these years. The stress we all endured was absolutely astounding :P. Price is still shit and we are still out of top 100. Liquidity is still in the hands of a few people and the danger of getting delisted is forming a bigger threat each day. Its a shame factom, with years of advantage compared to many projects, was incapable to claim a strong position in the lets say top 50-100 alts.

Come on altseason daddy needs an exit to put this altcoin madness behind  ;)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on August 08, 2019, 02:20:56 AM
Applause to all the people who are still here after all these years. The stress we all endured was absolutely astounding :P. Price is still shit and we are still out of top 100. Liquidity is still in the hands of a few people and the danger of getting delisted is forming a bigger threat each day. Its a shame factom, with years of advantage compared to many projects, was incapable to claim a strong position in the lets say top 50-100 alts.

Come on altseason daddy needs an exit to put this altcoin madness behind  ;)

This is a pathetic project, all smoke and mirrors and nothing for it's investors to look forward too - what a dissappointing waste of money compared to  a btc investment. I bought this stuff at $2 and wonderedwhy it was so 'undervalued', now i know why.
T
This can truly be  called a shitcoin






Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Ferdo on August 08, 2019, 03:59:12 PM
Applause to all the people who are still here after all these years. The stress we all endured was absolutely astounding :P. Price is still shit and we are still out of top 100. Liquidity is still in the hands of a few people and the danger of getting delisted is forming a bigger threat each day. Its a shame factom, with years of advantage compared to many projects, was incapable to claim a strong position in the lets say top 50-100 alts.

Come on altseason daddy needs an exit to put this altcoin madness behind  ;)

This is a pathetic project, all smoke and mirrors and nothing for it's investors to look forward too - what a dissappointing waste of money compared to  a btc investment. I bought this stuff at $2 and wonderedwhy it was so 'undervalued', now i know why.
T
This can truly be  called a shitcoin






I presume you are referring to the price and not the quality of the project. Check some latest updates and you will see that FCT is legit and moving forward...


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on August 13, 2019, 03:53:02 AM
PegNet testnet mining is now live (https://bitcointalk.org/index.php?topic=5174967.0).  PegNet is built on the Factom Protocol and the testnet uses mainnet Entry Credits.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Ferdo on August 13, 2019, 03:12:42 PM
PegNet testnet mining is now live (https://bitcointalk.org/index.php?topic=5174970).  PegNet is built on the Factom Protocol and the testnet uses mainnet Entry Credits.

Wuhuu. Great news. Does the link work? I'm getting a n error


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on August 14, 2019, 02:06:49 AM
Applause to all the people who are still here after all these years. The stress we all endured was absolutely astounding :P. Price is still shit and we are still out of top 100. Liquidity is still in the hands of a few people and the danger of getting delisted is forming a bigger threat each day. Its a shame factom, with years of advantage compared to many projects, was incapable to claim a strong position in the lets say top 50-100 alts.

Come on altseason daddy needs an exit to put this altcoin madness behind  ;)

This is a pathetic project, all smoke and mirrors and nothing for it's investors to look forward too - what a dissappointing waste of money compared to  a btc investment. I bought this stuff at $2 and wonderedwhy it was so 'undervalued', now i know why.
T
This can truly be  called a shitcoin

Just sold  all  my  factom  which i bought for $2 approx 3years ago- finally had enough of watching it going down and down and down.. factom has over ppromised and under delivered to the point where  ii have lost any enthusiasm i had for this 'general purpose blockchain'  whatever that is supposed  to mean





I presume you are referring to the price and not the quality of the project. Check some latest updates and you will see that FCT is legit and moving forward...


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on August 14, 2019, 02:12:33 AM
Applause to all the people who are still here after all these years. The stress we all endured was absolutely astounding :P. Price is still shit and we are still out of top 100. Liquidity is still in the hands of a few people and the danger of getting delisted is forming a bigger threat each day. Its a shame factom, with years of advantage compared to many projects, was incapable to claim a strong position in the lets say top 50-100 alts.

Come on altseason daddy needs an exit to put this altcoin madness behind  ;)

This is a pathetic project, all smoke and mirrors and nothing for it's investors to look forward too - what a dissappointing waste of money compared to  a btc investment. I bought this stuff at $2 and wonderedwhy it was so 'undervalued', now i know why.
To
This can truly be  called a shitcoin

Just sold  all  my  factom  which i bought for $2 approx 3years ago- finally had enough of watching it going down and down and down.. factom has over ppromised and under delivered to the point where  ii have lost any enthusiasm i had for this 'general purpose blockchain'  whatever that is supposed  to mean





I presume you are referring to the price and not the quality of the project. Check some latest updates and you will see that FCT is legit and moving forward...

R.I.P Factom


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on August 14, 2019, 03:48:22 PM
PegNet testnet mining is now live (https://bitcointalk.org/index.php?topic=5174967.0).  PegNet is built on the Factom Protocol and the testnet uses mainnet Entry Credits.

Wuhuu. Great news. Does the link work? I'm getting a n error
Sorry about that.  The Bitcointalk mods moved things around a little on us.  The link has been fixed in the first post and the announcement thread can be found here: https://bitcointalk.org/index.php?topic=5174967.0


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on August 17, 2019, 05:54:43 AM
Results from the latest grant round are in (https://factomize.com/forums/grant-pool/grant-rounds/4/).


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on August 19, 2019, 06:04:50 AM
PegNet is launching today (https://bitcointalk.org/index.php?topic=5174967.0) (Monday August 19th) on the Factom Protocol MainNet at 17:00 UTC!


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: David Chapman on August 30, 2019, 08:39:35 PM
PegNet hashrate has double since launch:

https://twitter.com/PegNetNews/status/1166378130350587904


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: David Chapman on September 01, 2019, 04:20:50 AM
The September 1st Factom Protocol Newsletter is out.  In includes various information on PegNet: https://factomize.com/forums/newsletter/256/view

And a tweet if you'd like to help spread the word (please): https://twitter.com/DChapmanCrypto/status/1168012856358359041


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: GamEth on September 04, 2019, 07:25:39 PM
Hey everyone !! Help FACTOM get listed on BINANCE by asking CZ on twitter !  

Here's my tweet !  https://twitter.com/JayjayFD/status/1169662760109727744


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on September 05, 2019, 03:05:06 PM
NEWS - The US Department of Energy is funding work on the Factom Protocol to secure the US power grid (https://www.coindesk.com/us-energy-department-funds-trial-of-factom-blockchain-to-secure-power-grid)!

Tweet: https://twitter.com/FactomProtocol/status/1169619272328499202


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on September 09, 2019, 12:47:27 AM
The following is a Video showing DAML smart contracts using the Factom Asset Token (FAT) Protocol (https://vimeo.com/356218156).


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Deathrow on September 12, 2019, 01:34:37 PM
When proof of social media? We need a pump. Anyone contacted McAfee yet?


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: U on September 16, 2019, 09:25:21 AM
NEWS - The US Department of Energy is funding work on the Factom Protocol to secure the US power grid (https://www.coindesk.com/us-energy-department-funds-trial-of-factom-blockchain-to-secure-power-grid)!

Tweet: https://twitter.com/FactomProtocol/status/1169619272328499202
Nice job.
FACTOM is now one of few projects survived since 2014, and 95%+ projects launched in 2014 were dead or became scams already,only a few still realized their promise and change the world.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on September 24, 2019, 08:08:28 PM
NEWS - The US Department of Energy is funding work on the Factom Protocol to secure the US power grid (https://www.coindesk.com/us-energy-department-funds-trial-of-factom-blockchain-to-secure-power-grid)!

Tweet: https://twitter.com/FactomProtocol/status/1169619272328499202
Nice job.
FACTOM is now one of few projects survived since 2014, and 95%+ projects launched in 2014 were dead or became scams already,only a few still realized their promise and change the world.

Tired of hearing about the 'potential' of factom - thankfully got out a few weeks ago after years of waiting and waiting for something to happen - factom is now in shitcoin territory - factom talks the talk but has never walked the walk.
$2.70 and falling.
 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: U on September 25, 2019, 03:01:07 AM
NEWS - The US Department of Energy is funding work on the Factom Protocol to secure the US power grid (https://www.coindesk.com/us-energy-department-funds-trial-of-factom-blockchain-to-secure-power-grid)!

Tweet: https://twitter.com/FactomProtocol/status/1169619272328499202
Nice job.
FACTOM is now one of few projects survived since 2014, and 95%+ projects launched in 2014 were dead or became scams already,only a few still realized their promise and change the world.

Tired of hearing about the 'potential' of factom - thankfully got out a few weeks ago after years of waiting and waiting for something to happen - factom is now in shitcoin territory - factom talks the talk but has never walked the walk.
$2.70 and falling.
 
Yes,in this industry,price of the most projects will drop,even though they looks promising,their dev are working,their cooperation are more,but the fact is,they just need to cash to follow more valuable coins,so
money will move into btc,eth and a few real creative project,most of the projects in this area are born out of air,just to cash to BTC/ETH.

So for most projects,just look and follow,but put your money in REAL creative projects,such as BTC/ETH.

REAL Creative = REAL Creating Value.



Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Deathrow on September 26, 2019, 06:48:48 PM
Again some fake news about some scam partnership. Do people still believe in your lies after all these years?
What was it again? Homeland security bullshit right? And.....?... wtf happenend?

If you are a holder of this shitcoin you never asked yourself this?
Factom always writes about positive announcements regarding partnerships and such. Its never negative... never any failures....
But it cannot keep in the top 100, it has barely no liquidity and you cant even trade it on the most popular exchanges?
They even have an exchange committee lol.

And what about all the announcements regarding international companies working with you but you never could disclose anything because you were hiding behind nondisclosure contracts?
Were you people lying all that time? All those years?
Do you have any evidence to show that you were not lying all this time?

I will not go to your discord because anyone asking though questions or show their discontent there is considered fudder and you guys bann everyone being negative. You want everyone to sing kumbaya on there and pretend nothing is going on.

Asking the hard questions is not being a FUDDER. It means you are a liar and dont want people like me to speak out.

Arent you guys not running out of money? Do you show any balances or profit and loss statements like for example LISK?


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: David Chapman on October 01, 2019, 03:05:16 AM
October 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/289/view)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on October 05, 2019, 03:42:32 AM
For those interested in PegNet, which is a network of stablecoins built on top of Factom:

PegNet Milestone 2 (pM2) is just about here!  The plan is that conversions and transactions will go live on Monday, October 7 at 1500 UTC (block height 213237). If you wish to transfer/transact your pFCT and PEG, you will need to download the release of pegnetd. This is the daemon that will sync from a factomd node, and interpret the pegnet OPR and transactions chain. It will allow you to query for balances of all assets, and make transactions. The current pegnet miner only tracks rewards and total burns, it does not track transctions and conversions. So all balance queries should be done through this daemon.

When we go live, PEG conversions will not be enabled. This is because PEG is currently valued at 0 by all miners. We will need to push out a miner update such that miners can query for the value for PEG, which will enable PEG conversions.

If you have any questions, please reach out on Discord: https://discord.gg/V6T7mCW

Release Download: https://github.com/pegnet/pegnetd/releases/tag/v0.1.0


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on October 07, 2019, 01:30:49 PM
PegNet Milestone 2 is live!  Conversions and transactions are now possible with instructions on how to in the blog post below.

How to Setup The PegNet Ecosystem and Conduct Conversions and Transactions: https://factomize.com/how-to-setup-the-pegnet-ecosystem-for-conversions-and-transfers/


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on October 07, 2019, 05:29:59 PM
Introducing https://pegnetmarketcap.com -- a market cap site dedicated to PegNet which is build on top of the Factom Protocol.

PegNetMarketCap.com was created by Factomize, a Factom Protocol Authority Node Operator.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on October 15, 2019, 03:10:45 AM
The October 15th Factom Protocol Newsletter (https://factomize.com/forums/newsletter/306/view) is out.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on October 19, 2019, 09:05:20 PM
Introducing https://pegnetmarketcap.com -- a market cap site dedicated to PegNet which is build on top of the Factom Protocol.

PegNetMarketCap.com was created by Factomize, a Factom Protocol Authority Node

Factom, Factomize, pegnet blah blah blah - factom is now officially a shitcoin, it is going nowwhere except up it's own ass, with factom you will be buying the dip forever, it is a solution looking for a problem that does not exist and just churns out technobabble for its bagholders to make it look like their is something happening on the horizon, however it is a mirage which disappears like an oasis in the desert when you get up close.


 


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Kartaba on October 26, 2019, 06:04:02 PM
I know Paul Snow is not the type to listen to his ICO investors. He rather listens to lawyers, staying USA compliant and all. But now one of the two exchanges this shitcoin is listed on, poloniex, just removed the usa market completely LOL.
And the other one, bittrex, separated USA markets with the rest of the worlds markets. Which probably means they will soon remove their USA markets as well. Who knows right? they can do anything... our job as entrepreneurs is hedging the risk of that ever happening...right? Anticipating right?.... Yes an entrepreneur would do this yes.

So what does that make you?

Why do u think we fucking BEGGED you, with your fancy exchange commite, to get us listed on every exchange in the space? In japan when a CEO fails he will apologize and step down so someone more competent takes over because they are fucking samurai warriors over there.
American CEO's on other hand steer their ships into the bottom of the ocean first before they admit failure. Because they have this whole "but its my baby" complex.

You are a perfect example of this. Thank you for reading. You can now go play with your fancy lawyers and your exchange commites and whatever fucking people you pay for being incompetent.

Still out of top 100, still no volume, still no exchange, still damage control in discord.......... you F'ing idiot you lol













Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on October 29, 2019, 05:23:06 AM
I know Paul Snow is not the type to listen to his ICO investors. He rather listens to lawyers, staying USA compliant and all. But now one of the two exchanges this shitcoin is listed on, poloniex, just removed the usa market completely LOL.
And the other one, bittrex, separated USA markets with the rest of the worlds markets. Which probably means they will soon remove their USA markets as well. Who knows right? they can do anything... our job as entrepreneurs is hedging the risk of that ever happening...right? Anticipating right?.... Yes an entrepreneur would do this yes.

So what does that make you?

Why do u think we fucking BEGGED you, with your fancy exchange commite, to get us listed on every exchange in the space? In japan when a CEO fails he will apologize and step down so someone more competent takes over because they are fucking samurai warriors over there.
American CEO's on other hand steer their ships into the bottom of the ocean first before they admit failure. Because they have this whole "but its my baby" complex.

You are a perfect example of this. Thank you for reading. You can now go play with your fancy lawyers and your exchange commites and whatever fucking people you pay for being incompetent.

Still out of top 100, still no volume, still no exchange, still damage control in discord.......... you F'ing idiot you lol












This solution without a problem project has faded into obscurity where it deserves to be..it thought it would succeed by default but is now just another shitcoin. Bagholders have been watching their investment vanish while the bow tied leader dissapears up his own backside

Factom, 'A General Not Fit For Purpose Failed Tokenization Platform'



Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on October 29, 2019, 05:37:41 AM
I know Paul Snow is not the type to listen to his ICO investors. He rather listens to lawyers, staying USA compliant and all. But now one of the two exchanges this shitcoin is listed on, poloniex, just removed the usa market completely LOL.
And the other one, bittrex, separated USA markets with the rest of the worlds markets. Which probably means they will soon remove their USA markets as well. Who knows right? they can do anything... our job as entrepreneurs is hedging the risk of that ever happening...right? Anticipating right?.... Yes an entrepreneur would do this yes.

So what does that make you?

Why do u think we fucking BEGGED you, with your fancy exchange commite, to get us listed on every exchange in the space? In japan when a CEO fails he will apologize and step down so someone more competent takes over because they are fucking samurai warriors over there.
American CEO's on other hand steer their ships into the bottom of the ocean first before they admit failure. Because they have this whole "but its my baby" complex.

You are a perfect example of this. Thank you for reading. You can now go play with your fancy lawyers and your exchange commites and whatever fucking people you pay for being incompetent.

Still out of top 100, still no volume, still no exchange, still damage control in discord.......... you F'ing idiot you lol












This solution without a problem project has faded into obscurity where it deserves to be..it thought it would succeed by default but is now just another shitcoin. Bagholders have been watching their investment vanish while the bow tied leader dissapears up his own backside

Factom:   'A General Not Fit For Purpose Failed Data Protocol and Useless Tokenization Platform'




Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on October 31, 2019, 09:04:34 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on November 01, 2019, 03:13:08 AM
The November 1st Factom Protocol Newsletter (https://factomize.com/forums/newsletter/321/view) is out.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: DavPassion on November 02, 2019, 06:48:47 AM
Interview: Keith Pincombe de chez Factom (FCT)
https://passioncrypto.com/interview-keith-pincombe-de-chez-factom-fct/


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: mishax1 on November 02, 2019, 08:43:54 AM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on November 02, 2019, 01:23:00 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: mishax1 on November 02, 2019, 03:56:17 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom

Clearly you have no idea what you're talking about, as that's one of the few legit and successful projects in crypto.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Davidbike1 on November 02, 2019, 06:21:05 PM
Is Factom taking awhile for anyone else to withdraw from poloniex and deposit to Bittrex? It has been a couple of days and I found my transaction on Factom explorer and I put in the correct Bittrex deposit address but I see no sign of the deposit on Bittrex  ???


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: tempus on November 02, 2019, 07:23:37 PM
Is Factom taking awhile for anyone else to withdraw from poloniex and deposit to Bittrex? It has been a couple of days and I found my transaction on Factom explorer and I put in the correct Bittrex deposit address but I see no sign of the deposit on Bittrex  ???

If it's on the correct address on the Explorer it's not a problem of Factom but Bittrex.

In 2017 the same happened very often with Poloniex. Deposits arrived on the correct address but Polo didn't process them correctly and they didn't show up in the account. I would write to Bittrex-Support, including TxID.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Factom Protocol on November 04, 2019, 04:08:27 PM
The first public mining pool has launched for PegNet which is a stablecoin network on top of Factom.  Use your CPU power to support a cutting edge application on Factom!

Quote
Hello everyone we are happy to announce the public launch of our PegNet mining pool: https://www.oraxpool.com

We have been running privately for more than 2 months and distributed over 10 millions PEG to our miners.

We focused on making the user experience very simple, follow our quickstart guide <https://docs.oraxpool.com/getting-started/quickstart-guide> (or check the video version of it https://youtu.be/RW9PQ2osv3k)
and you will be mining on PegNet within just a few minutes. Have a quick read at our FAQ to know why you should consider mining with Orax: <https://docs.oraxpool.com/getting-started/faq>

Whether you want to mine or you are just curious you are invited to join our happy little community on Discord: https://discord.gg/ZxF9ydP

Happy mining everyone!


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on November 06, 2019, 06:17:07 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom

Clearly you have no idea what you're talking about, as that's one of the few legit and successful projects in crypto.
Try telling that to the Factoms bagholders who have watched their investment freefall into oblivion - There is nothing successfull about a project that no one knows about and loses money consistantly for its investors.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: mishax1 on November 06, 2019, 06:33:27 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom

Clearly you have no idea what you're talking about, as that's one of the few legit and successful projects in crypto.
Try telling that to the Factoms bagholders who have watched their investment freefall into oblivion - There is nothing successfull about a project that no one knows about and loses money consistantly for its investors.

I am, and obviously you are one of them, otherwise you wouldn't be here, right?

https://i.imgur.com/qYCeY5u.png


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Davidbike1 on November 07, 2019, 04:46:13 AM
Is Factom taking awhile for anyone else to withdraw from poloniex and deposit to Bittrex? It has been a couple of days and I found my transaction on Factom explorer and I put in the correct Bittrex deposit address but I see no sign of the deposit on Bittrex  ???

If it's on the correct address on the Explorer it's not a problem of Factom but Bittrex.

In 2017 the same happened very often with Poloniex. Deposits arrived on the correct address but Polo didn't process them correctly and they didn't show up in the account. I would write to Bittrex-Support, including TxID.

Bittrex solved I deposited less than the minimuim. I deposited 0.99 and the minimuim is 1 so i withdrew the rest from poloniex and it worked, but I can't trade it on Bittrex since I live in the USA.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Cimmy_revenger on November 09, 2019, 02:36:40 PM
Is Factom taking awhile for anyone else to withdraw from poloniex and deposit to Bittrex? It has been a couple of days and I found my transaction on Factom explorer and I put in the correct Bittrex deposit address but I see no sign of the deposit on Bittrex  ???

If it's on the correct address on the Explorer it's not a problem of Factom but Bittrex.

In 2017 the same happened very often with Poloniex. Deposits arrived on the correct address but Polo didn't process them correctly and they didn't show up in the account. I would write to Bittrex-Support, including TxID.

Bittrex solved I deposited less than the minimuim. I deposited 0.99 and the minimuim is 1 so i withdrew the rest from poloniex and it worked, but I can't trade it on Bittrex since I live in the USA.
I'am so sad to hear that , if you now stay in USA I recommended you trade in exchanger cryptocurrency support citizenship USA.
now poloniex support this.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: synthgauge on November 09, 2019, 03:47:18 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom

Clearly you have no idea what you're talking about, as that's one of the few legit and successful projects in crypto.

That is adverse effect of building a permissionless trustless ledger. Factom is meant to be a book-keeping paradise while at the same time preserving the principles of federated governance. The firm above tries to take advantage of this to change the way banks organize their compliance databases. Regulations, spying, KYC and every single dreaded thing we fight against, now all of it will be recorded in the factom blockchain. Forever.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: broadhurst on November 11, 2019, 10:02:28 PM
UK Banking Pilot Aims to Streamline Compliance Using Factom Blockchain (https://www.coindesk.com/uk-banking-pilot-aims-to-streamline-compliance-using-factom-blockchain)

Oh nice, how did I miss this?!  :)
Will not make the slightest bit of difference - This shitcoin is on a race to the bottom

Clearly you have no idea what you're talking about, as that's one of the few legit and successful projects in crypto.
Try telling that to the Factoms bagholders who have watched their investment freefall into oblivion - There is nothing successfull about a project that no one knows about and loses money consistantly for its investors.

I am, and obviously you are one of them, otherwise you wouldn't be here, right?
Wrong, sold at a profit but only because I bought at $2 - I am just here to warn others not to waste their money but put it into Bitoin instead - look at the daily volume, that is truly shitcoin land.

https://i.imgur.com/qYCeY5u.png


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: David Chapman on November 14, 2019, 04:14:57 PM
pUSD, a truly decentralized, fully auditable, US Dollar stablecoin on PegNet (which is built on Factom) that competes with USDT and USDC, is now listed on ViteX.  PegNetMarketCap.com displays that data https://pegnetmarketcap.com/asset/pUSD/exchange-price-trend and as of right now, pUSD is at $0.98 on the exchange.  A good start!

And the tweet: https://twitter.com/pegnetmarketcap/status/1195008320114806785


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: coin_1122 on November 18, 2019, 05:22:48 AM
pUSD, a truly decentralized, fully auditable, US Dollar stablecoin on PegNet (which is built on Factom) that competes with USDT and USDC, is now listed on ViteX.  PegNetMarketCap.com displays that data https://pegnetmarketcap.com/asset/pUSD/exchange-price-trend and as of right now, pUSD is at $0.98 on the exchange.  A good start!

And the tweet: https://twitter.com/pegnetmarketcap/status/1195008320114806785

This is not the right place to promote your stuff because if moderators find you definitely they will block your accounts. So it's a better idea to open another thread instead of posting in this thread if the company has reputation definitely people will attract your stuff.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: PegNet on November 20, 2019, 01:49:22 AM
pUSD, a truly decentralized, fully auditable, US Dollar stablecoin on PegNet (which is built on Factom) that competes with USDT and USDC, is now listed on ViteX.  PegNetMarketCap.com displays that data https://pegnetmarketcap.com/asset/pUSD/exchange-price-trend and as of right now, pUSD is at $0.98 on the exchange.  A good start!

And the tweet: https://twitter.com/pegnetmarketcap/status/1195008320114806785

This is not the right place to promote your stuff because if moderators find you definitely they will block your accounts. So it's a better idea to open another thread instead of posting in this thread if the company has reputation definitely people will attract your stuff.
David Chapman wasn't "promoting his stuff".  He was posting about PegNet which is a 2nd layer solution on top of the Factom Protocol.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: MrSunshine on November 22, 2019, 01:23:38 PM
And Pegnet has been one of the best things to happen to Factom, love it.


pUSD, a truly decentralized, fully auditable, US Dollar stablecoin on PegNet (which is built on Factom) that competes with USDT and USDC, is now listed on ViteX.  PegNetMarketCap.com displays that data https://pegnetmarketcap.com/asset/pUSD/exchange-price-trend and as of right now, pUSD is at $0.98 on the exchange.  A good start!

And the tweet: https://twitter.com/pegnetmarketcap/status/1195008320114806785

This is not the right place to promote your stuff because if moderators find you definitely they will block your accounts. So it's a better idea to open another thread instead of posting in this thread if the company has reputation definitely people will attract your stuff.
David Chapman wasn't "promoting his stuff".  He was posting about PegNet which is a 2nd layer solution on top of the Factom Protocol.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: Gash on November 23, 2019, 03:23:21 PM
pUSD, a truly decentralized, fully auditable, US Dollar stablecoin on PegNet (which is built on Factom) that competes with USDT and USDC, is now listed on ViteX.  PegNetMarketCap.com displays that data https://pegnetmarketcap.com/asset/pUSD/exchange-price-trend and as of right now, pUSD is at $0.98 on the exchange.  A good start!

And the tweet: https://twitter.com/pegnetmarketcap/status/1195008320114806785

This is not the right place to promote your stuff because if moderators find you definitely they will block your accounts. So it's a better idea to open another thread instead of posting in this thread if the company has reputation definitely people will attract your stuff.
David Chapman wasn't "promoting his stuff".  He was posting about PegNet which is a 2nd layer solution on top of the Factom Protocol.

Is this guy, Chapman, is he involved in FCT development? Because I have a feeling that Factom has totally lost its value. It froze and stuck in a hibernation pod, probably with no chance of being revamped. In other words, Factom's utility purpose has become the part of other coins' development. Lots of cryptos could do what Factom does.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: factoo3 on November 23, 2019, 04:19:13 PM

Yes these blockchain startups are all over the place working with The United States Department of Homeland Security (DHS) wich is a cabinet department of the U.S. federal government with responsibilities in public security.


Title: Re: [FCT] Factom - A General Purpose Data Protocol and Tokenization Platform
Post by: JanpriX on November 26, 2019, 06:44:36 AM

Yes these blockchain startups are all over the place working with The United States Department of Homeland Security (DHS) wich is a cabinet department of the U.S. federal government with responsibilities in public security.
Is this article[1] related to what you're talking about? What you think about it? I mean, is this a good thing that they are working hand-in-hand with the government? Doesn't it defeat the purpose of it (being a cryptocurrency)?  ::)


[1]https://www.theblockcrypto.com/linked/47517/us-homeland-security-taps-blockchain-firm-factom-to-track-raw-material-imports


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on December 13, 2019, 02:55:24 AM
Kambani, a MetaMask-like browser extension for the Factom Protocol has been released (https://chrome.google.com/webstore/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili).  This opens up substantial functionality for the protocol.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on December 13, 2019, 03:44:52 PM
The Factom Open Node has hit over 150 million monthly requests (https://www.reddit.com/r/factom/comments/e9zzum/open_node_hits_150_mln_processed_requests_monthly/).  A new record.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on December 17, 2019, 05:34:54 PM
Factomatic released the first GUI wallet for PegNet: https://twitter.com/Factomatic1/status/1206984362593587201. The wallet has support for burning FCT to pFCT, as well as for PegNet transfers and conversions. In order to use the wallet you will need to first install their Chrome extension Kambani: https://chrome.google.com/webstore/detail/kambani/oiceedellfbhhplkfkpkkocbdkifpili. Kambani is a MetaMask-like browser extension, which creates an encrypted vault in your browser and allows you to sign PegNet transactions from the web wallet. Your private keys are never exposed to the wallet and never leave your encrypted vault! After installing the extension, you can access the wallet at https://factomatic.io/wallet The wallet has undergone substantial testing in the last few days and they haven't had any reports about missing funds or otherwise faulty transactions. HOWEVER, THE WALLET IS STILL IN ALPHA, SO ALWAYS TRY INITIAL TRANSACTIONS ONLY WITH SMALL AMOUNTS


Step by step instructions to move PEG and pAssets from the Enterprise wallet to the GUI wallet: https://factomize.com/how-to-transfer-peg-from-the-enterprise-wallet-to-the-gui-wallet/


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Piston Honda on December 20, 2019, 02:19:50 PM
man this thing pumped and dumped hard huh?

yup...................................now and still a dead shitcoin lol :(


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on December 20, 2019, 05:15:39 PM
FCT has been added to Bilaxy which is a top 10 exchange according to CMC.  https://bilaxy.com/trade/FCT_BTC
This goes along with a PEG listing as well. https://bilaxy.com/trade/PEG_USDT

In addition, 5 PegNet pairs were added to IDEX as an ERC20 gateway has been created for PegNet which creates Ethereum Interoperability for PegNet, and thus Factom ecosystem.  The following tokens have been listed: PEG, pUSD, pFCT, pXAU (pGold), and pKRW (ETH pairs) - https://idex.market/eth/peg
IDEX is the #2 DEX by volume according to Etherscan: https://etherscan.io/stat/dextracker


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: mishax1 on December 20, 2019, 10:01:28 PM
Factom is delisted from Poloniex.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on December 22, 2019, 07:23:28 AM
Factom is delisted from Poloniex.
Put Factom's bagholders out of their misery and put a bullet through Factoms head..its more humane than a slow lingering death.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: lavenderp on December 23, 2019, 09:00:15 AM
FCT has been added to Bilaxy which is a top 10 exchange according to CMC.  https://bilaxy.com/trade/FCT_BTC
This goes along with a PEG listing as well. https://bilaxy.com/trade/PEG_USDT

In addition, 5 PegNet pairs were added to IDEX as an ERC20 gateway has been created for PegNet which creates Ethereum Interoperability for PegNet, and thus Factom ecosystem.  The following tokens have been listed: PEG, pUSD, pFCT, pXAU (pGold), and pKRW (ETH pairs) - https://idex.market/eth/peg
IDEX is the #2 DEX by volume according to Etherscan: https://etherscan.io/stat/dextracker


idex scu m, worst exchange, dex and suddenly require kyc, gfy idex.
great peg stuff though


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: MrSunshine on December 24, 2019, 08:09:31 PM

idex scu m, worst exchange, dex and suddenly require kyc, gfy idex.
great peg stuff though

It's not that bad. The KYC is light if trading less than $5K per day. Volume is a bit low, but it works OK.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on December 27, 2019, 10:31:48 PM
Factom is delisted from Poloniex.
Put Factom's bagholders out of their misery and put a bullet through Factoms head..its more humane than a slow lingering death.
Dumping yet again.. buy the never ending dip >:(


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Crystalicus on December 31, 2019, 06:20:21 AM
Factom is delisted from Poloniex.
Put Factom's bagholders out of their misery and put a bullet through Factoms head..its more humane than a slow lingering death.
Dumping yet again.. buy the never ending dip >:(

Why even buy a coin that does not bring any income? Especially since FCT does not have the exact number of coins in the system. I assume that some users were waiting for quick earnings due to the pump on Poloniex, but it is obvious that these times will no longer be.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: PegNet on January 01, 2020, 03:19:40 AM
Looking forward to a great 2020 for PegNet and Factom.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Factom Protocol on January 01, 2020, 03:20:44 AM
The January 1st, 2020 Factom Protocol Newsletter is out: https://factomize.com/forums/newsletter/371/view


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: JanpriX on January 01, 2020, 07:00:47 AM
The January 1st, 2020 Factom Protocol Newsletter is out: https://factomize.com/forums/newsletter/371/view

Thanks for the quick update. Starting the New Year right. The 2020 roadmap is also looking good (and busy) but quick question, do you have any plan on being listed to other exchanges? I know that you already have a significant amount of trading volume in Bilaxy but are you planning to get listed on the mainstream ones? Like Binance?


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on January 11, 2020, 11:19:34 AM
Looking forward to a great 2020 for PegNet and Factom.
Yes, lets see if Factom can get under $1.00 which is what it's main goal seems to be


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: rendravolt on January 12, 2020, 11:56:51 AM
Looking forward to a great 2020 for PegNet and Factom.
Yes, lets see if Factom can get under $1.00 which is what it's main goal seems to be

I still remember the time when Factom dominated the market in large exchanges such as bittrex and poloniex, but now I see it being in the position of 145 sources of coinmarketcap. Will the factom be able to succeed again? at least they should be able to change the concepts that already exist and be able to equate with what already exists now.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Kartaba on January 24, 2020, 04:30:23 PM
Well poloniex officially delisted, now we wait for bittrex delisting and voila you get exactly what you wanted all these years... an exit strategy ;) yeeehaaww

Congratulations !


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Deathrow on January 24, 2020, 06:49:55 PM
Looking forward to a great 2020 for PegNet and Factom.
Yes, lets see if Factom can get under $1.00 which is what it's main goal seems to be


Agree 100%


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: VeeTeaSee on February 05, 2020, 12:13:41 AM

Factom is way undervalued..  3 months there were 9.8m FCT , today there are 8.8m !



https://i.imgur.com/dkl5AAS.png

yes the burning was a great thing
it brought FCT supply to be almost the same as in 2018


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: coinwider on February 19, 2020, 04:53:34 AM
Factom Rising From the Ashes - 61% UP in Just 7 days - https://www.publish0x.com/crypto-chart-wizard/factom-rising-from-the-ashes-61-percent-up-in-just-7-days-xodvoy

great  ;D


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on April 03, 2020, 04:42:11 AM
Factom Rising From the Ashes - 61% UP in Just 7 days - https://www.publish0x.com/crypto-chart-wizard/factom-rising-from-the-ashes-61-percent-up-in-just-7-days-xodvoy

great  ;D
I remember when this shitcoin was $40..look at it now..under $2..Over promised and under delivered, just like it's bow tie wearing leader.

Factom is on a one way ticket to nowhere, and has been for years.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Piston Honda on April 03, 2020, 03:37:10 PM
welp another uber shitcoin bites the dust

RIP

way to manage your project and money "devs"  ::)  ::)  ::) typical idiots

rekt!!!!


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: factoo3 on April 03, 2020, 04:08:43 PM
6-01-2018              4-04-2020
Bitcoin 16477        6881      -58%
Ethereum 1153      144         -87%
Xrp 3.38                    0.18      -94%
Xlm  0.69                  0.041    -94%
EOS  12.52                2.34     -81%
Xrm   459                   53        -88%
Ada   1.01                  0.032   -97%
Tron  0.20                  0.11     -95%
Dash 1285                 68        -95%
Neo  102                     7          -93%
Iota   4.07                   0.15     -96%
Xem  1.84                   0.037   -98%
Zcash 880                   32.75  -96%
Strat   17.05                0.28    -98%
FACTOM 71.38            1.77   -97%

We are all in the same boat


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on April 03, 2020, 04:22:21 PM
6-01-2018              4-04-2020
Bitcoin 16477        6881      -58%
Ethereum 1153      144         -87%
Xrp 3.38                    0.18      -94%
Xlm  0.69                  0.041    -94%
EOS  12.52                2.34     -81%
Xrm   459                   53        -88%
Ada   1.01                  0.032   -97%
Tron  0.20                  0.11     -95%
Dash 1285                 68        -95%
Neo  102                     7          -93%
Iota   4.07                   0.15     -96%
Xem  1.84                   0.037   -98%
Zcash 880                   32.75  -96%
Strat   17.05                0.28    -98%
FACTOM 71.38            1.77   -97%

We are all in the same boat
Apart from Bitcoin the rest are money grabs, solving problems that do not exist and enriching their creators.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: BitconeHead on April 07, 2020, 12:19:55 PM
So factom inc has gone bankrupt. Congratulations to the team. Very nice job guys.
We have a tumor which is paul snow. If we want to live we need to cut the tumor out before it spreads and destroys us permanently.
And yes i just started this account because i lost my password and forgot what email i used....for all the smartass bitchasses who keep kissing these people's asses over the years.

Get rid of the useless people taking all funds enriching themselves over the years

Make factom great again!   :D


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: factoo3 on April 20, 2020, 02:32:21 PM
Hej Sphereon,

Is it possible to make a APP with factom
for a save corona APP.

Is something like this possible?

Greetings


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: MrSunshine on May 05, 2020, 03:14:14 PM
Factom’s Two Employees Press On Despite Investor’s Call to Liquidate: https://www.coindesk.com/factoms-two-employees-press-on-despite-lead-investors-call-to-liquidate



Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on May 27, 2020, 09:55:16 PM
 :'(
So factom inc has gone bankrupt. Congratulations to the team. Very nice job guys.
We have a tumor which is paul snow. If we want to live we need to cut the tumor out before it spreads and destroys us permanently.
And yes i just started this account because i lost my password and forgot what email i used....for all the smartass bitchasses who keep kissing these people's asses over the years.

Get rid of the useless people taking all funds enriching themselves over the years

Make factom great again!   :D
Factom has never been great..It has always over promised and under delivered.. Factom needs to be put out of it's misery with a bullet to the head. :'(


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on June 08, 2020, 04:24:52 AM
:'(
So factom inc has gone bankrupt. Congratulations to the team. Very nice job guys.
We have a tumor which is paul snow. If we want to live we need to cut the tumor out before it spreads and destroys us permanently.
And yes i just started this account because i lost my password and forgot what email i used....for all the smartass bitchasses who keep kissing these people's asses over the years.

Get rid of the useless people taking all funds enriching themselves over the years

Make factom great again!   :D
Factom has never been great..It has always over promised and under delivered.. Factom needs to be put out of it's misery with a bullet to the head. :'(

Factom heading out of the top 200..a slow lingering slide into obscurity..forget Factom, it's called Fuckedtom


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Black.Wolf on June 12, 2020, 04:00:02 PM
""Empowering Business and Government

By providing high throughput, low fixed cost, and secure data entry that easily integrates with your existing systems, the Factom protocol solves the data integrity needs of today. Using Blockchain technology, the Factom protocol enables efficient, immutable publication of data, benefiting people and companies by providing a source of data integrity and verification to all parties.  Learn more.""



Anything related to improve government should burn  ;) ;)


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on June 18, 2020, 08:46:25 AM
""Empowering Business and Government

By providing high throughput, low fixed cost, and secure data entry that easily integrates with your existing systems, the Factom protocol solves the data integrity needs of today. Using Blockchain technology, the Factom protocol enables efficient, immutable publication of data, benefiting people and companies by providing a source of data integrity and verification to all parties.  Learn more.""



Anything related to improve government should burn  ;) ;)
The enivitable has happened, out of the top 200 and into the shitcoin abyss..Next target is under $1.00


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: ilzheev on June 19, 2020, 09:05:48 AM
Factom Realtime Explorer released
https://explorer.factom.pro

With Factom Realtime Explorer all chains, entries, and transactions are caught up within 1–2 seconds — that means you don’t need to wait for block confirmation, you can see or share your transactions or data entries instantly after submission to the network.

Additionally, Factom Realtime Explorer has significantly improved performance and a lot of usability features:

1. Realtime entries, chains, factoid transactions
2. Search chains by ExtIDs (and share search results)
3. Search by all hashes
4. Fully responsive design
5. Explore huge chains
6. Custom pages sizes
7. Copyable hashes and external IDs
8. Clickable External IDs
9. External IDs in Directory Block & Chain views
10. Blockchain Hints
11. Filtering Entry Credit transactions by commit type, entry hash, paying address
12. Filtering Factoid transactions by type

Press release: https://medium.com/factom-pro/factom-realtime-explorer-690718ee2a69


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: pangu on June 21, 2020, 05:16:49 PM
Blockchain Company Factom Inc. Files for Chapter 11 Bankruptcy:
https://www.coindesk.com/blockchain-company-factom-files-chapter-11-bankruptcy


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: MrSunshine on July 02, 2020, 06:34:17 PM
I expect Factom to be around for awhile and it may come though this, but I dumped all my coins over the last few months.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on July 06, 2020, 02:09:15 PM
I expect Factom to be around for awhile and it may come though this, but I dumped all my coins over the last few months.
I bought BTC, Ethereum, litecoin, maidsafe and factom in 2015/16..Factom was $2 and I am shocked but not surprised to see it at $1.45 and falling 5 years later..  Factom has always been a solution looking for a problem..it jumped on the 'Blockchain' bandwagon and thought it had a divine right to succeed but  has disappeared into obscurity.
     


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on September 21, 2020, 07:00:39 PM
I expect Factom to be around for awhile and it may come though this, but I dumped all my coins over the last few months.
I bought BTC, Ethereum, litecoin, maidsafe and factom in 2015/16..Factom was $2 and I am shocked but not surprised to see it at $1.45 and falling 5 years later..  Factom has always been a solution looking for a problem..it jumped on the 'Blockchain' bandwagon and thought it had a divine right to succeed but  has disappeared into obscurity.
     
Yup, it's coming, Factom heading for $1  .. the final  ignominy.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on October 28, 2020, 10:30:12 PM
Under $1.00 ..how pathetic is that..where is that wanker Paul Snow


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Ferdo on October 29, 2020, 04:35:14 PM
Under $1.00 ..how pathetic is that..where is that wanker Paul Snow

He's been active on discord so you can share your troubles there


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Kartaba on October 30, 2020, 08:05:50 PM
Under $1.00 ..how pathetic is that..where is that wanker Paul Snow

He's been active on discord so you can share your troubles there

You cant you get banned


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Kartaba on October 30, 2020, 08:26:24 PM
If burning factom to the ground was not enough for Paul. The fat fuck is now trying to scam people off their Ethereums ROFL
Incredible  ;D ;D



Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Justsomerandombitcoiner on October 30, 2020, 10:05:23 PM
Is this still alive? I see only people outside us can buy it on bittrex. Why isnt this on binance or krakenfx or something? I hear this project is 5 years old.
Is it good?


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Ferdo on October 31, 2020, 09:21:02 AM
Under $1.00 ..how pathetic is that..where is that wanker Paul Snow

He's been active on discord so you can share your troubles there

You cant you get banned

No true


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Kartaba on November 01, 2020, 03:03:54 PM
Is this still alive? I see only people outside us can buy it on bittrex. Why isnt this on binance or krakenfx or something? I hear this project is 5 years old.
Is it good?

As one of the people who have been involved with factom from the start. I strongly advise you to stick with bitcoin. And if you really want to take your chances with altcoins look for coins in the top 100 of coinmarketcap because no one in their right mind will look at a 500+ place altcoin and think oh well this looks promising.
This is not 2015 anymore there are now over 7500 altcoins.
This thread is new. Look at the old thread of factom if its still there. You will see for yourself how incredibly incompetent these people are. Also the lies these people spread about working together with "quote 500" companies which they couldnt disclose because of their so called NDA (non disclosure agreement).
And in 2019 they had an AMA (which you can also find on the internet) saying that they will disclose who they are working with. To this day they haven't been transparent with anything at all. They cant prove they worked with anyone at all!! hahahahaa

As for having lack of exchanges. These people had a what they called an "exchange committee". Im not kidding. They had iirc 4 people or more in this committee who were responsible for getting factom on differentr exchanges FOR YEARS. Which ofcourse all was paid by us the investors. We literally begged this guy to listen but he is so incompetent its amazing.

Imagine standing in front of a group of people saying "factom doesn't do anything". Yes these words came out of Paul's mouth during one of these crypto conventions.

Look you are new here. Get away from this scam. Go to coins that have an actual community. This shitcoin has no more community. Everyone with half a brain left this shitcoin long time ago. Goodluck mate




Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on November 01, 2020, 05:21:49 PM
Is this still alive? I see only people outside us can buy it on bittrex. Why isnt this on binance or krakenfx or something? I hear this project is 5 years old.
Is it good?

As one of the people who have been involved with factom from the start. I strongly advise you to stick with bitcoin. And if you really want to take your chances with altcoins look for coins in the top 100 of coinmarketcap because no one in their right mind will look at a 500+ place altcoin and think oh well this looks promising.
This is not 2015 anymore there are now over 7500 altcoins.
This thread is new. Look at the old thread of factom if its still there. You will see for yourself how incredibly incompetent these people are. Also the lies these people spread about working together with "quote 500" companies which they couldnt disclose because of their so called NDA (non disclosure agreement).
And in 2019 they had an AMA (which you can also find on the internet) saying that they will disclose who they are working with. To this day they haven't been transparent with anything at all. They cant prove they worked with anyone at all!! hahahahaa

As for having lack of exchanges. These people had a what they called an "exchange committee". Im not kidding. They had iirc 4 people or more in this committee who were responsible for getting factom on differentr exchanges FOR YEARS. Which ofcourse all was paid by us the investors. We literally begged this guy to listen but he is so incompetent its amazing.

Imagine standing in front of a group of people saying "factom doesn't do anything". Yes these words came out of Paul's mouth during one of these crypto conventions.

Look you are new here. Get away from this scam. Go to coins that have an actual community. This shitcoin has no more community. Everyone with half a brain left this shitcoin long time ago. Goodluck mate




I remember the mantra about a contract with the government regarding some shit about ' Home Border Security'  yeah right.. thank god i got out of factom when i did and thank god that i bought my btc when i did.. waiting now for factom to go to $0.001 so I can buy the dip.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on November 01, 2020, 05:26:40 PM
Is this still alive? I see only people outside us can buy it on bittrex. Why isnt this on binance or krakenfx or something? I hear this project is 5 years old.
Is it good?

It is still alive, as alive as a Zombie, the walking dead.. A Zombie has more life in it than Factom   :D


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Justsomerandombitcoiner on November 01, 2020, 06:13:02 PM
Im not new in crypto but i never used this website. This thread has only 15 pages so yes i think that is also a good way to see if its popular right? Some have thousand pages hmmm

I went to the older factom thread and read about it there. I also thought this project was working with big corporations and i remember something about homeland security.

But now i think i see that the main project went bankrupt or something? And this is like a factom 2.0. Nevermind i spend too much time reading about factom. As you said Karteba there are over 7500 coins. And if it takes two days to readup on a coin then after i researched all of them it would take me 15000 days minimum. I would be dead before i could read all of them

Looking at most of the frustrations here i should not waste anymore time understanding this project. Thank you guys, really


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Branko on March 18, 2021, 01:24:49 PM
Interesting...I remember this was one of the most hyped coins with "real use case" and supposedly
real customers...can't believe it was all scam  ???


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Riptex on April 02, 2021, 10:31:33 PM
This is the most recent Tweet from Factom: February 27th 2021
https://twitter.com/FactomProtocol/status/1365780398345715713

Quote from Twitter post:
"
@FactomProtocol
 is pleased to announce it's first ever Director, Niels Klomp.

The position will spur renewed direction and vision at #Factom, whilst supported by an elected council Chart with upwards trend

Welcome
@niels_klomp
! $FCT

"


And there was an article November 2020
https://getblock.io/blog/about-factom


I also thought / think?! it's dead, I am more uncertain than ever


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: MrSunshine on April 05, 2021, 12:17:44 PM
The website is up at https://www.factomprotocol.org/ so I don't think the project is dead, though it went through some very hard times.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Riptex on April 14, 2021, 11:41:49 AM
The website is up at https://www.factomprotocol.org/ so I don't think the project is dead, though it went through some very hard times.

I thought so too, but regarding their development progress, marketing actions, connection to community etc. the project can be clearly declared as dead.

Neither the developers
Nor the Marketing Team
Nor the Product Manager
Nor the Social Media Team
Nor anyone at all is giving their investors / the space any information or update or hope.


To me this has been one of the worst dissapointments of all dead investments since they claimed so big to be working / partnered with a government.


It's just sad


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: MrSunshine on April 22, 2021, 11:59:56 AM
Yea it could be dead, glad I sold my bags months ago, but that is why I invest in many different crypto projects, as some boom, but most will eventually bust.


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on August 20, 2021, 05:51:44 AM
The website is up at https://www.factomprotocol.org/ so I don't think the project is dead, though it went through some very hard times.

I thought so too, but regarding their development progress, marketing actions, connection to community etc. the project can be clearly declared as dead.

Neither the developers
Nor the Marketing Team
Nor the Product Manager
Nor the Social Media Team
Nor anyone at all is giving their investors / the space any information or update or hope.


To me this has been one of the worst dissapointments of all dead investments since they claimed so big to be working / partnered with a government.


It's just sad

Position 723 on CoinGeko. What happened to you Factom?  Where is that fat bastard Paul Snow?


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: factoo3 on November 12, 2021, 09:23:04 AM
Hello,

Does anybody know,if you still have factoids,that you can still use or transfer them later on.
Or do you have to do something with them?

Example i buy factoids(FCT) transfer them to the enterprise wallet,can i switch them later on to WFCT or to the Accumulate Network?
Where can you store WFCT(also in enterprise wallet?)

Or are factoids(FCT)just useless?
Would it possible to acquire ACME(accumulate network)with factoids later on?
Thank you very much.

greetings


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Branko on November 12, 2021, 10:16:33 AM
Hello,

Does anybody know,if you still have factoids,that you can still use or transfer them later on.
Or do you have to do something with them?

Example i buy factoids(FCT) transfer them to the enterprise wallet,can i switch them later on to WFCT or to the Accumulate Network?
Where can you store WFCT(also in enterprise wallet?)

Or are factoids(FCT)just useless?
Would it possible to acquire ACME(accumulate network)with factoids later on?
Thank you very much.

greetings



You're confused, and totally missed point of this thread


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: mishax1 on March 11, 2022, 09:26:51 AM

Factom becomes Accumulate (https://factom-council.medium.com/factom-becomes-accumulate-860ededf771f)
"Convert existing Factoids to ACME tokens at a 5 ACME to 1 FCT ratio,
meaning 50M ACME tokens will be available after all FCT is converted."
-
Which means a devaluation of existing FCT by 90%, while printing themselves 150M just like that.



Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: Branko on March 11, 2022, 11:07:48 AM

Factom becomes Accumulate (https://factom-council.medium.com/factom-becomes-accumulate-860ededf771f)
"Convert existing Factoids to ACME tokens at a 5 ACME to 1 FCT ratio,
meaning 50M ACME tokens will be available after all FCT is converted."
-
Which means a devaluation of existing FCT by 90%, while printing themselves 150M just like that.



I guess "fool me once..."! rule should be applied  ;D


Title: Re: [FCT] Factom - A data-centric platform for decentralized applications
Post by: broadhurst on May 17, 2022, 06:37:32 AM

Factom becomes Accumulate (https://factom-council.medium.com/factom-becomes-accumulate-860ededf771f)
"Convert existing Factoids to ACME tokens at a 5 ACME to 1 FCT ratio,
meaning 50M ACME tokens will be available after all FCT is converted."
-
Which means a devaluation of existing FCT by 90%, while printing themselves 150M just like that.



I guess "fool me once..."! rule should be applied  ;D
Accumulate more money for that No 1 bullshitter bastard Paul Snow.
Where is that pot bellied fat bastard.