Bitcoin Forum
July 05, 2024, 12:29:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 08, 2016, 03:32:15 AM
Brian,

I just finished reading the whitepaper.  I am still confused about the servers.  The servers act as a node like in bitcoin.  Are these servers run by people are are they all owned and operated by factom.  Also I read somewhere that there is a limit on the total number of federated servers.  I am assuming a federated server is like a dedicated server, just bigger.  And is there a factom rich list?

1.  By M3, who is a Federated and who is an Audit servers will be voted for by users of Entry Credits.  It could end up being you or me.  M3 will make it a decentralized system.  M2 will be centralized and Factom appears to be choosing who is running those servers.

2.  I suspect initially a Federated or Audit server could be run on a VPS.  I also suspect, in time, Federated and Audit servers will require MUCH MORE computing power as use of the protocol grows.

This is pretty much right, but a few details need correcting.  Think of the Federated servers like you think of bitcoin mining pools.  They are the authorities of how transactions get ordered in the system.  They all work together to build the blockchain.  There can be thousands of bitcoin nodes in the system, that also see all the data.  The bitcoin nodes see all the pending unconfirmed transactions, then after the miners order the transactions, all the nodes save the block which sets the ordering.  It is similar with factom.  All the nodes will see all the data, just like bitcoin.  Unlike bitcoin, the authorities are known in advance, so the order can be determined in real time, instead of probabilistically after the fact.  This gives faster response time.  Like the bitcoin miners, the servers will run the same code as all the other nodes.

Unlike ethereum or even bitcoin, factom nodes & servers do very little validation.  All that is checked is if data was paid for before putting it in the blockchain.  This is in contrast to something Turing complete, or even with a simple script like bitcoin.  All the validation for an application will be done on the client side, rather than on the servers.  Here is a comparison of the approaches: https://www.youtube.com/watch?v=naKvYfYsBQo&feature=youtu.be&t=3476

Even with a very high transaction usage, the bandwidth required will be about that of a High Definition movie or two.  

https://bitcointalk.org/index.php?topic=850070.msg13588841#msg13588841

When the system starts to process more transactions than the average node bandwidth can handle, that is where the p2p network sharding comes into effect.  Since all entries in the system need to declare a ChainID, then there is room for lots of parallelism.  We are anticipating this.  For example, Identities are a big part of how the servers will be chosen and managed.  They are forced to start with 0x888888 to be valid by using brute force hashing.  https://github.com/FactomProject/FactomDocs/blob/master/Identity.md#factom-identity-chain-creation  This will put all identities into an easily identifiable network shard.  Since most people won't care about other people's applications, they only join the network shard that handles their application.  The shard is there for real time communication.  After the blocks are made, everyone needs the directory blocks, but you would only download the entry blocks and entries related to your application.  For now everyone downloads everything.

Myfarm's conclusion about the federated servers being more powerful than nodes will come about if they span different network shards.

We will have 32 federated servers for M3.  More than that and we probably would have coordination issues.  

Thank you Brian for your time and patience.  It is much appreciated.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 11:05:58 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.

A good place to start is with the whitepaper.  This will catch you up on the basics.

https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper.pdf

If you still want more after digesting the 38 page whitepaper, we have another follow up paper with more details.

https://github.com/FactomProject/FactomDocs/blob/master/FactomLedgerbyConsensus.pdf



I appreciate the white paper reference and I know about that, but I'm not a computer programmer.  Any articles that break it down into laymen terms?

The whitepaper does not have any code in it.  In my opinion, there might be a little too much fluff and exposition.  It is approachable by those who cannot read code.  Most, if not all your questions posted are answered in the whitepaper.

You are asking for a 5 minute read to "fully understand" the project.  It take would probably take a years worth of study to fully understand it.  If you won't even read the whitepaper, then it seems you do not want to understand Factom.

We do have some informative explainer videos.  These may help, and will only take a few minutes to watch.

https://www.youtube.com/watch?v=6NF7ZqaQHqs
https://www.youtube.com/watch?v=2Dj3qZeSLdY&list=PLz_L4-CmLmkf2hAcCEnM_5RM1Gs7XPuuN&index=2

Brian,

I just finished reading the whitepaper.  I am still confused about the servers.  The servers act as a node like in bitcoin.  Are these servers run by people are are they all owned and operated by factom.  Also I read somewhere that there is a limit on the total number of federated servers.  I am assuming a federated server is like a dedicated server, just bigger.  And is there a factom rich list?

1.  By M3, who is a Federated and who is an Audit servers will be voted for by users of Entry Credits.  It could end up being you or me.  M3 will make it a decentralized system.  M2 will be centralized and Factom appears to be choosing who is running those servers.

2.  I suspect initially a Federated or Audit server could be run on a VPS.  I also suspect, in time, Federated and Audit servers will require MUCH MORE computing power as use of the protocol grows.

3.  www.factom.live for the rich list -- it is widely suspected the top is Poloniex's cold wallet.

Thanks buddy!!!
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 09:07:31 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.

A good place to start is with the whitepaper.  This will catch you up on the basics.

https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper.pdf

If you still want more after digesting the 38 page whitepaper, we have another follow up paper with more details.

https://github.com/FactomProject/FactomDocs/blob/master/FactomLedgerbyConsensus.pdf



I appreciate the white paper reference and I know about that, but I'm not a computer programmer.  Any articles that break it down into laymen terms?

The whitepaper does not have any code in it.  In my opinion, there might be a little too much fluff and exposition.  It is approachable by those who cannot read code.  Most, if not all your questions posted are answered in the whitepaper.

You are asking for a 5 minute read to "fully understand" the project.  It take would probably take a years worth of study to fully understand it.  If you won't even read the whitepaper, then it seems you do not want to understand Factom.

We do have some informative explainer videos.  These may help, and will only take a few minutes to watch.

https://www.youtube.com/watch?v=6NF7ZqaQHqs
https://www.youtube.com/watch?v=2Dj3qZeSLdY&list=PLz_L4-CmLmkf2hAcCEnM_5RM1Gs7XPuuN&index=2

Brian,

I just finished reading the whitepaper.  I am still confused about the servers.  The servers act as a node like in bitcoin.  Are these servers run by people are are they all owned and operated by factom.  Also I read somewhere that there is a limit on the total number of federated servers.  I am assuming a federated server is like a dedicated server, just bigger.  And is there a factom rich list?
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 08:03:04 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.

A good place to start is with the whitepaper.  This will catch you up on the basics.

https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper.pdf

If you still want more after digesting the 38 page whitepaper, we have another follow up paper with more details.

https://github.com/FactomProject/FactomDocs/blob/master/FactomLedgerbyConsensus.pdf



I appreciate the white paper reference and I know about that, but I'm not a computer programmer.  Any articles that break it down into laymen terms?

The whitepaper does not have any code in it.  In my opinion, there might be a little too much fluff and exposition.  It is approachable by those who cannot read code.  Most, if not all your questions posted are answered in the whitepaper.

You are asking for a 5 minute read to "fully understand" the project.  It take would probably take a years worth of study to fully understand it.  If you won't even read the whitepaper, then it seems you do not want to understand Factom.

We do have some informative explainer videos.  These may help, and will only take a few minutes to watch.

https://www.youtube.com/watch?v=6NF7ZqaQHqs
https://www.youtube.com/watch?v=2Dj3qZeSLdY&list=PLz_L4-CmLmkf2hAcCEnM_5RM1Gs7XPuuN&index=2

I glanced at the white paper, but I'll give it more than a cursory glance this time round.  I was hoping factom "could" be surmised in a paragraph, but if it can't no big deal.  Also Brian, are you part of the factom team?  Reason I asked is you used the word "we" Thank you

Nevermind, Brian Deery, Chief Scientist at Factom, Google search Smiley
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 07:57:11 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.

A good place to start is with the whitepaper.  This will catch you up on the basics.

https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper.pdf

If you still want more after digesting the 38 page whitepaper, we have another follow up paper with more details.

https://github.com/FactomProject/FactomDocs/blob/master/FactomLedgerbyConsensus.pdf



I appreciate the white paper reference and I know about that, but I'm not a computer programmer.  Any articles that break it down into laymen terms?

The whitepaper does not have any code in it.  In my opinion, there might be a little too much fluff and exposition.  It is approachable by those who cannot read code.  Most, if not all your questions posted are answered in the whitepaper.

You are asking for a 5 minute read to "fully understand" the project.  It take would probably take a years worth of study to fully understand it.  If you won't even read the whitepaper, then it seems you do not want to understand Factom.

We do have some informative explainer videos.  These may help, and will only take a few minutes to watch.

https://www.youtube.com/watch?v=6NF7ZqaQHqs
https://www.youtube.com/watch?v=2Dj3qZeSLdY&list=PLz_L4-CmLmkf2hAcCEnM_5RM1Gs7XPuuN&index=2

I glanced at the white paper, but I'll give it more than a cursory glance this time round.  I was hoping factom "could" be surmised in a paragraph, but if it can't no big deal.  Also Brian, are you part of the factom team?  Reason I asked is you used the word "we" Thank you
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 07:05:47 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.

A good place to start is with the whitepaper.  This will catch you up on the basics.

https://github.com/FactomProject/FactomDocs/blob/master/Factom_Whitepaper.pdf

If you still want more after digesting the 38 page whitepaper, we have another follow up paper with more details.

https://github.com/FactomProject/FactomDocs/blob/master/FactomLedgerbyConsensus.pdf



I appreciate the white paper reference and I know about that, but I'm not a computer programmer.  Any articles that break it down into laymen terms?
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 06:08:58 PM
I am having trouble understanding how factom secures things on the blockchain.  I've read that the factom protocol places a simple hash on the blockchain but that information is kept off the blockchain on private servers.  First, what are "federated servers"  is that similar to dedicated?  And I am not sure I fully understand this on the blockchain but not on the blockchain protocol.  I do know that one of the reasons banks are weary of bitcoin but like the idea of ripple is the issue of public info on the blockchain.  All I can find are coin desk articles, the factom website, and bitcointalk but my question is more specific.  I am also a investor, like everyone else I guess.  Thank you.
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: October 05, 2016, 07:17:52 AM
Halsey Minor found a way to squander a billion bucks in like 5 years.  Only addictions create those kinds of losses.  Imo, all roads point back to him.
69  Alternate cryptocurrencies / Altcoin Discussion / Re: Margin trading in crypto good or bad? on: October 05, 2016, 05:51:14 AM
I think margin trading is certainly bad for alt currency. crypto currency is volatile even without leverage, with the added option of leverage it makes the swing even more dramatic which makes it usability as a currency even more difficult.

when ever there is a Bitcoin or ether reversal some exchanges conveniently shut down for maintainence or the currency in question mysteriously vanishes from exchanges.



Invest what you can afford to lose, i.e 500 bucks, and try to turn it into 50k.  Don't take 50k turn it into 500.  Margin trading isn't bad.  When people tell me it is I don't listen to what they're saying, I listen to why they are saying it.  Life is a soccer game with defenders.  If you listened to someone everytime they tell you it can't be done you'll never make any $.
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: October 04, 2016, 06:23:34 PM
Hello everyone, I'm only guessing here but I assume those 3.5 million VOX came from an investor at Uphold.
I personally never had 1/3 of that amount coins to begin with.

I stated this before, but I received .005% of all VOX, in other words I got 1 million coins for my services to create the crypto VOX for Voxelus.
Of my million coins I shared and/or gave away over 100,000 of those coins to my core team members and supporters.
I kindly ask to stop with the claims that "the dev got rich quick" because that's not the case guys. I still work everyday on Crypto projects and I still hold VOX.
As many of you know already, I make cryptos for companies. I don't run these companies by any means. I'm simply subcontracted to make their crypto for them.
I recently created eBoost for mockit.gg and I have other clients waiting for their cryptos after that. I've never hid anything from you guys and I never will.

I'm sure no matter what I do or say, there will always be some people who will personally attack me here and ignore every bit of transparency that I can provide.
I apologize to everyone else for these people who wish to see me fail, and or make me look bad, and use that to create fear, uncertainty, and doubt on a project.  

I enjoy interacting with the crypto community, especially in person. I'm only human so I do get tired of false accusations and like I said before, I don't respond to trolling directly but I felt I needed to explain again exactly how many Voxels I was given because the "dev dumped and got rich quick" is not even close to accurate.

Thanks everyone,
Jim



That answer works for me.  Smiley  Thank you.
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: October 03, 2016, 08:41:10 PM
The chinese love VR. They are just beginning to gobble up cheap Vox. They can easily drive price back to $1. Halsey minor is a visionary genius who has assembled a strong and dedicated team that will not be deterred by negative campaign to drive prices lower.

The success of VR has nothing to do with Voxelus or Voxels as a crypto. Read the last few pages. They are completely useless bunch of people involved in this team who don't like to answer questions and dismiss us as FUD and trolls. The Voxelus forum has been dead for a long time. There have been people on the forum that have been trying to make Voxelus work but they gave up trying to get a response. Voxels is private checkpointed closed source garbage. Every once in a while, they buy a press release at a paid site with the same crap rehashed to dump some more coins on us. The volume is highly manipulated on Polo. Price is already down to about 5k now and going to dump more as the truth about this crap gets out. Sooner or later, Polo will get rid of this coin and then there will be nothing stopping it from a free fall.
Also, who the hell cares about Halsey Minor anymore?


And who the hell in Martin Repetto?  For a CEO, he doesn't want to be found.  I gotta admit wtman, at first I thought you were trolling.  My bad.
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 30, 2016, 02:36:21 AM
Did ya all missed out on VOX ICO? Here is your chance at early investment in their next venture EBOOST.

https://bitcointalk.org/index.php?topic=1630351.msg16397677#msg16397677

         

From the stellar developers of Voxels, this is your opportunity to lose your initial investment by 97% by participating in this

Can't wait to see guys like Blasko on American Greed in 5 years.
73  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: September 27, 2016, 02:59:05 AM
If banks adopted Bitcoin it would be the nightmare of all PR nightmares.  They would lose far more customers and accounts than imaginable.   Maybe in 10 years they will change their mind, but it probably won't happen anytime soon. <~ That's reality.
74  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XRP] Ripple Speculation on: September 27, 2016, 02:48:24 AM
There shouldn't even be a Ripple speculation topic.  The entire asset, it's issuance, and its distribution are centrally controlled - the price will be whatever the company wants.  The entire idea of speculating or investing such an asset is absurd.

I am So sick of hearing this "centrally controlled" nonsense.  It's getting really old and stale.  I love Bitcoin  as much as the next guy, but come on, get off it already.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 25, 2016, 07:05:09 PM
Is there a reason all of a sudden very little volume vox on bitter ex
The launderette has run out of coins, to put into the washing machines.  Lips sealed

Hilarious lol.  You don't mind if I borrow that one?  And how the hell do you generate 100k USD "fake" volume?  There were last time I checked, 5 million voxels on the sell side but only 20 btc on the buy side.  That was last week.  I am sure it's a lot worse now, haven't checked.
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 24, 2016, 04:46:57 AM
I feel for you man.  We need more regulation when it comes to projects spearheaded by desperate degenerates like Halsey Minor.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 23, 2016, 06:39:15 AM
I went to the Voxelus forum to see if anyone was alive there.  Well there were 12000 posts but only if you are in the market for Viagra and essay writing services, HA!

78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 23, 2016, 06:03:43 AM
Great, another scam project with no community, sigh.  Thankfully I didn't buy any, whew.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 22, 2016, 11:10:24 PM
Man this place is dead as a doornail.  We need WTMAN back lol
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VOXELS (VOX) | The Official Coin of Virtual Reality and Voxelus Platform on: September 22, 2016, 01:59:22 AM
stop loss and dump to 0. Grin

Who is dumping all these coins?  The volume is around 100k a day, seems like a lot.  I haven't invested yet, waiting for the damn thing to bottom out.

Ask the dev directly if you want to get some ideas.

Yeah, no kidding.  With volume like that it's gotta be the guys who issued voxels.  Ask Jim Blasko?  That's funny, I'd have an easier time getting a hold of the president.  Voxelus is a great idea but with another 180 million tokens being issued I gotta figure my ROI  is pretty much shot at least for the next 5-10 years.



How are people making money on this falling knife with self buy and sell orders?  I don't understand.
Pages: « 1 2 3 [4] 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!