FLO pulse
Jr. Member
Offline
Activity: 38
Merit: 15
|
|
October 26, 2018, 01:52:16 AM |
|
FLO is open source software. Anyone can implement it, including crummy pools; the FLO team has no control over that because of the MIT license.
The same goes for Bitcoin, Litecoin, and any other open source crypto under similar free software licenses.
Nothing was ever let to lie. The 0.15.1.1 update was released a month after the 51% attack.
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 3976
Merit: 1250
Owner at AltQuick.com
|
|
October 26, 2018, 04:55:33 AM |
|
Welcome to Crypto starcat.
Maybe fiat or ripples a better option. *gag*
Did someone actually attack the network with >51% or just the risk of?
Back in the day there were many days that I was much more than 51% of the network, but I didn't do anything fucky.
|
|
|
|
bitspill
Legendary
Offline
Activity: 2087
Merit: 1015
|
|
October 26, 2018, 08:39:38 AM |
|
Welcome to Crypto starcat.
Maybe fiat or ripples a better option. *gag*
Did someone actually attack the network with >51% or just the risk of?
Back in the day there were many days that I was much more than 51% of the network, but I didn't do anything fucky.
There was a 443 block reorganization to steal ~700K FLO from Bittrex
|
|
|
|
|
BayAreaCoins
Legendary
Offline
Activity: 3976
Merit: 1250
Owner at AltQuick.com
|
|
October 27, 2018, 03:06:00 PM |
|
Welcome to Crypto starcat.
Maybe fiat or ripples a better option. *gag*
Did someone actually attack the network with >51% or just the risk of?
Back in the day there were many days that I was much more than 51% of the network, but I didn't do anything fucky.
There was a 443 block reorganization to steal ~700K FLO from Bittrex That's really not good :-/ Suprised they didn't delist FLO for that... Bittrex totally just delisted CLAM from left field. No reason was given or anything of the sort.
|
|
|
|
bellaobella
Jr. Member
Offline
Activity: 140
Merit: 1
|
|
October 30, 2018, 09:28:13 AM |
|
This coin has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price, 1 hour change, 24 hour change, 7 days change, historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit https://coinmarketdaddy.com/currencies/flo/
|
|
|
|
|
|
FLO pulse
Jr. Member
Offline
Activity: 38
Merit: 15
|
|
November 11, 2018, 03:03:16 PM |
|
|
|
|
|
mitzi101
Newbie
Offline
Activity: 22
Merit: 1
|
|
December 01, 2018, 01:54:03 PM |
|
is there an easy way to search all text posted on florincoin blockchain ?
|
|
|
|
mitzi101
Newbie
Offline
Activity: 22
Merit: 1
|
|
December 02, 2018, 02:20:12 AM |
|
is there an easy way to search all text posted on florincoin blockchain ?
never mind i have found a way. I check all tx in all blocks, and in every tx i check floData field. (would take a long time if blockchain was busy) i can index it into a search database for later quicker searches for this to work i need to run flo daemon with -txindex
|
|
|
|
bitspill
Legendary
Offline
Activity: 2087
Merit: 1015
|
|
December 03, 2018, 01:38:04 AM |
|
is there an easy way to search all text posted on florincoin blockchain ?
never mind i have found a way. I check all tx in all blocks, and in every tx i check floData field. (would take a long time if blockchain was busy) i can index it into a search database for later quicker searches for this to work i need to run flo daemon with -txindex Yes, that's exactly how to do it and is how I've been doing it. There's an online API for it from my server but it's in development and may be up/down periodically so don't rely on it yet for any critical systems. http://snowflake.oip.fun:1606/floData/search?limit=10&q=Hello
|
|
|
|
mitzi101
Newbie
Offline
Activity: 22
Merit: 1
|
|
December 04, 2018, 02:04:46 AM Last edit: December 04, 2018, 11:53:07 AM by mitzi101 |
|
is there an easy way to search all text posted on florincoin blockchain ?
never mind i have found a way. I check all tx in all blocks, and in every tx i check floData field. (would take a long time if blockchain was busy) i can index it into a search database for later quicker searches for this to work i need to run flo daemon with -txindex Yes, that's exactly how to do it and is how I've been doing it. There's an online API for it from my server but it's in development and may be up/down periodically so don't rely on it yet for any critical systems. http://snowflake.oip.fun:1606/floData/search?limit=10&q=HelloI am indexing the floData into an ElasticSearch. it is working. i had a though to run it on a server, and open it for public queries. can i get into any kind of trouble for that ? what if someone wrote a hate speech or worse (illegal stuff) into the blockchain text ??
|
|
|
|
bitspill
Legendary
Offline
Activity: 2087
Merit: 1015
|
|
December 06, 2018, 07:34:58 PM |
|
is there an easy way to search all text posted on florincoin blockchain ?
never mind i have found a way. I check all tx in all blocks, and in every tx i check floData field. (would take a long time if blockchain was busy) i can index it into a search database for later quicker searches for this to work i need to run flo daemon with -txindex Yes, that's exactly how to do it and is how I've been doing it. There's an online API for it from my server but it's in development and may be up/down periodically so don't rely on it yet for any critical systems. http://snowflake.oip.fun:1606/floData/search?limit=10&q=HelloI am indexing the floData into an ElasticSearch. it is working. i had a though to run it on a server, and open it for public queries. can i get into any kind of trouble for that ? what if someone wrote a hate speech or worse (illegal stuff) into the blockchain text ?? Any rules/laws regarding potential trouble for such content appearing in the text would depend upon local regulations that vary per country. For the United States there are a few applicable regulations two of which are 47 U.S.C. § 230(c)(1) and 17 U.S.C. § 512(c) also known as " Section 230 of the Communications Decency Act" and " Online Copyright Infringement Liability Limitation Act" Also, sounds like you may be pursuing similar end goals to the Open Index Protocol and we are also indexing blockchain data into ElasticSearch (that's what's behind the snowflake API I posted above) if you'd like to discuss more specifics on how it all works or to build upon OIP please join our Rocket.Chat instance at https://chat.alexandria.io
|
|
|
|
|
Tibo189
Newbie
Offline
Activity: 2
Merit: 0
|
|
December 09, 2018, 02:00:39 PM |
|
Project has potential, i'm very interested because of the great team
|
|
|
|
PoolMinor
Legendary
Offline
Activity: 1843
Merit: 1338
XXXVII Fnord is toast without bread
|
|
December 09, 2018, 02:47:43 PM |
|
I keep reporting these spammers that keep posting in this thread. Though the above post I did not, being as general as it is. For now they are added to my ignore list.
It is true that this is a great project.
|
Btc=C2MF Free BTC Poker Being defeated is often a temporary condition. Giving up is what makes it permanent. -Marilyn vos Savant
|
|
|
Kriptobt1
Member
Offline
Activity: 560
Merit: 10
|
|
December 10, 2018, 03:07:30 PM |
|
Looking FLOward to 2019https://medium.com/@flo.cash/looking-floward-to-2019-f30906a1ae50Although we have been quiet lately, rest assured we’re working hard on things behind the scenes. And if it seems that not much progress has been made on the FLO blockchain, we’re here to tell you Stay Tuned for an exciting 2019. It’s because we are a volunteer team of developers, with no ICO funds to support us, that we prefer to announce new developments as they come online. That said, we have spent this entire year on intensive back-end development, with significant resources going toward the Open Index Protocol (OIP). As an index of decentralized data, OIP allows you to monetize digital content on the blockchain. And while building, we have been presenting our vision for a decentralized web all around the world. In 2018 we introduced OIP at conferences and events in San Francisco, Texas, Wyoming, and Shanghai, and the responses have been positive. Our efforts are now seen in different use cases being tested with Tzero for Digital Locate Receipts; in Zambia and Rwanda for land title registry by Medici Land Governance; at California Institute of Technology for storing and sharing scientific data; in India for dapps as simple as creating digital business cards; in Flotorizer for timestamping and notorizing digital data; and we will soon go live with the FLO Foundation that has been established in Hong Kong. While 2018 has been difficult for many blockchain projects, this was the year that FLO and OIP have found a global reach. One of the most exciting projects built on FLO and OIP, is of course Alexandria, an OIP browser that will connect content creators directly to users, without the need for intermediaries (think Youtube, Itunes, Spotify). Alexandria allows creators to upload their work, set a price for it, and get paid immediately in Bitcoin and other currencies.
|
|
|
|
snaker19t
Newbie
Offline
Activity: 29
Merit: 0
|
|
December 11, 2018, 01:46:35 AM |
|
Nova Exchange reopened its doors and you can change your Florincoin currency! Let's check your currency in the Nova market! https://novaexchange.com/market/BTC_FLO/We are happy for your participation! Nova team #novaisback
|
|
|
|
bitspill
Legendary
Offline
Activity: 2087
Merit: 1015
|
|
December 21, 2018, 08:42:52 AM |
|
|
|
|
|
|