Bitcoin Forum
May 06, 2024, 10:56:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: December 02, 2016, 11:44:03 PM
One of the tests I run is:

Code:
 g factomd -count=25 -net=alot+ -blktime=30 -enablenet=false -network=LOCAL -startdelay=5 > out.txt 

This sets up a control console that you can use to play with a simulated network of 25 factom instances.

Then I cd to the factomd directory (on my machine that's ~/go/src/github.com/FactomProject/factomd

Then in another console I run

Code:
 scripts/startstatus.sh  

Now this console gives an over view of all the nodes running in real time. Think of it as a "status console".  This is really crude 1980's console programming, but it is lightweight and effective.  As status messages are printed, they replace the previous, to give the illusion of status updates in the status console.

If you go back to the control console, you can type 'h' followed by an 'enter" to get all the commands you can execute.   The important one is to type 's' followed by enter.   This will start the printing of status to the status console.

Typing the node number (0-24 in this case) puts the 'focus' on one of the nodes (as denoted by the 'f' on the that node's line in the status console).  

Typing 'w' followed by enter directs all api calls to the instance denoted by the 'w' on that node's line in the status console.

If you go to http://localhost:8090 , you will see factomd's built in Explorer to get web based feedback on the status of a node in your test.  Please note that this information comes only from the instance with the 'w' next to it, and by default node 0 if you don't do anything.

I hope this helps get you started.  I really do intend to get some better documentation and blog posts together for people as soon as I can get some time.
This is so cool, thank you!

Just (hopefully) a last question on this topic: what is the 'g' command? Googling it is quite difficult...
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: December 02, 2016, 11:39:34 AM
Does anyone know how to start a local private network? I don't mean the testnet but a real private one for development purposes.

I remember Brian or Paul mentioned it somewhere as a sidenote, but I can't find it anymore...



edit: seems like the solution is somewhere buried within factomd/scripts folder

edit: I'm now using this command. However, I'm not sure if it makes totally sense Wink At least the node visualizer starts counting blocks from 1 increasing every 10 seconds:

Code:
factomd -enablenet=false -node=0 -count=3 -network=LOCAL -blktime=10 -runtimeLog=true -netdebug=5 -customnet=123

Any improvement suggestions or comments on this?


edit: run the following command to import an address with 20k factoids (this works at least on the m2-rc1 branch):
Code:
factom-cli importaddress Fs1KWJrpLdfucvmYwN2nWrwepLn8ercpMbzXshd1g8zyhKXLVLWj
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: November 25, 2016, 05:25:59 PM
https://www.smartrac-group.com/pr/smartrac-launches-dloc.html

"The solution can be applied to almost any document, using a printed barcode representing a number, as well as linking personalized data to the document itself. A dLoc sticker is applied to the document. That sticker contains a Smartrac Bullseye NFC inlay, within which is integrated a security chip chosen from a range of different chip platforms with storage capacities between 1kB and 64kB. In addition, dLoc stickers support all the security features, like guilloches, UV print, micro text or latent image normally found in high-security documents.

To enable document authentication in the course of the issuance process, document data is married with the unique ID of the NFC tag to create a 32-bit hash value, which is only recognizable by the issuing agency using a private key. The hash value is stored in Smart Cosmos and backed up in a public blockchain. Once that has happened, the document with the dLoc sticker can be verified using a desktop reader, or more likely, a mobile app on an NFC-enabled phone.
"


Does one entry credit only allow one hash up to 1kb or can it contain multiple hashes up to 1kb?

If multiple hashes can be put into one entry credit, Smartrac could put 250 (8000 / 32 bit) tags into one entry credit. A yearly production of 2.6 billion RFID transponders would account for a usage of 10.4 million (2.6 billion / 250) entry credits, assuming every tag is stored on the Factom blockchain.

I got the yearly production from: https://www.smartrac-group.com/files/content/About%20us/SMARTRAC_Company_Presentation.pdf

Please correct me if I'm wrong.

As far as i know only one kb can be stored for every kb, so they prob need max 64 entry credits for a document, you might think thats insane expansive, but thats only 6 dollar cent for the bigest ones.

Not whole documents/data will be stored on the blockchain, but just hashes of documents/data: http://media.coindesk.com/uploads/2014/11/Factom.jpg

Smartrac states they will create a 32-bit hash value per tag, so the previous calculations made a few pages back might be too ambitious, unfortunately.

Edit: data won't be hashed as the link will show
Every application is free to store any kind of data it wants, up to 10kb per entry for 1EC per 1kb. That may be (multiple) hashes, plaintext or both. It all depends on how the application works and what data it needs.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: November 24, 2016, 09:32:50 PM
@Factom:

What encoding are you using for the data attribute of the gzip compressed template files at template.go? I altered the localTop.html and want factomd to serve this modified file.

Code:
"index/localTop.html": {
data:  "\x1f\x8b\b\x00\x00\tn\x88\x02\xff\xdcXQo\

https://github.com/FactomProject/staticfiles
Oh great! I didn't see the wood for the trees. There's so much material around factom.
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: November 24, 2016, 03:52:19 PM
@Factom:

What encoding are you using for the data attribute of the gzip compressed template files at template.go? I altered the localTop.html and want factomd to serve this modified file.

Code:
"index/localTop.html": {
data:  "\x1f\x8b\b\x00\x00\tn\x88\x02\xff\xdcXQo\xdb6\x10~\xef\xaf`9\f\x88\x81\xb1\xb2\xb3`\vR\x89@\x92\xa2݀\xb5(\xe6\xeea\x8f\xb4x\xb6\x89P\xa4F\x9e\x9c\x18\x86\xff\xfb@Jr\x12\u05ced\xa7\xe9C\xf3\x12\x85\xbc\xfb\xee\ueecfG\"\xab\x95\x84\xa92@\xa8\xb6\xb9\xd0_lI\xd7\xebW\xa4\xf9I=䨬!Jf\xb5\x01\xe5\x9b\xcdh Ղ\xe4Zx\x9fQgo\xb7v\xb7-r\xab\xab\xc2\xf8\x1dVu\xb0Bh\xcdS_\x8a:\xa0\a\xb7\x00\xc7<\n\xac<\xe5i\x12v¯h\xb7\x1bc>\"\x1e\x97\x1a2z\xab$\xce/F\xc3\xe1\xcfo)\xff\xd7V\x8e|\xb2\x12\xda(\x8b\xd37#\x92\n2w0\xcd\xe8O4\x06\x9c\x8a\x1cm\xc1<\b\x97ϙV\xe6\x86\xf2\x93\u007fʙ\x13\x12\xc8\xe5B(-&\x1a\x06i\"6Y\xd4pm̩\xb6\x02/\x9c\x9a\xcd\xf1-\xe5\x1f\x14\x92\xabJiyAV\xab7\xeb\xf5\xc6'\x99\x8f8ٝ\xffkƚ\x14\x895\xb9V\xf9MF\r\xdca\xc8\xfdd@y*\xf8'\xb8\xc3X\xcb\xc3<~i\v\xbb\xae\x9c\x03\x83\x17\xf74\xe6\xf5\n3V\x023U1\x01G\xf9p\x8bM\xc2؎\xde%R-\xb6\x1a\xbec\xe9 \rh\xe1f\xc0~%\x05HU\x15\xec\x8c\xc4\xf8ltJ:\xd4\xf1\x00\xa3\x00t*\xdfc\x18\x8d\xb5\x98\x80&S\xeb2\x1a\xca\xfe\x03BK\x1a\x19\\i\x9bߐz\xe9\"M\xa2\xe9\x13Pʔ\x15\x12\\\x96\x90Q\x84;\xac\xa5\xf2\x00\x95\x18Q\xc0\xe3\x15\xa9|P\x8a\xcc(\xba\n(Y\b]AFپھ&\xf5\xd9e\xfb\xa5\xc9\xdf+\xe7\x91\xf2\xa8\xfb\xf1\xd2\xe4d\x1c\x8f\x129\x19y$\xa5\xf0~У\xfe\x90@<\x8d\x1b\xc06\x9f\xd2ٙ\x03\xef)q6\xa8\xbf\xfd{\"\x1c%(&\xcaH\xb8\xcb\xe8\x90\x12\xe1\x94`\x91\x04co3z\xfah\xa9Pf\xcb(М\xd1\xd1pHJp9\x18|d.\xee\xe2\xde\x13<\xd4\xd3$\xe8\u007f+SV\x00\x82\xa3\x8fG\x04\t3\xa2\x03-\"\x96\x91\a\x04\x8f\xca\xcc\xe8nl\x16%\xc2\x03d\xa4\x1c$9\x19\x12;%\xc3A\x9a\x94\x1d)\xd7Gr\u007f+\x9e\x90\xc9\v)h\f\xb95r\x97\x84N\x8d<JB\r\xe2w\xd2\xd0\xf9\xd9\xf7\x91\xd0\xf9YO\x05\xfd\x90\xa2\xe9\xbc\x00\xf6Y׳\xff\xb7\x8eѿW\xa0\xf1}0\x05\x99\xdb\xca \xe5\xefA\x82\x13\b\xb2S\x91\x1d\xc3}\v\xb8\x19\xf0۫\a\x0e\xf9\x1e\xac\xbf\x14E\xa2j)\xba\xac\xa4\xc2oC\xcf\x06\xb4\xa1\xe7\xa5\b9\\\xc0\xfb\x96\xbfz\x85\x9c\xb7\xaf\x90\xdf_\xfc\x15R\x02\xb8\xbfT\xb8\x8d\xef\x1ffhQ\xe8\xcf\x00\xee\xbanNs\x94ɵ5\xa6~w\xfb\x1e\xc3\x15\x03\xe7\x11\xef>\xc6\xd3|\xe3\x1c\x84\xec\xd1}t\xddF\r\xe0&>S%\xe5\u007f~&\xa9*f$\x0e\xc70i7\xe3\xde[\x17.O\x16v\xe7J\x02}\xe8\xc8\xc2nآ$\xe1i\x82\xf3\xde\xe1y}+\x1d\xe6s\x90\xf5}\x9e\xb2r\"\xf4\x86\xf2w\xcd\xd7\x11Ŷ ǖ\xfc\x9a\xb1PB\x9bA\xf4\xdc\xf5\x82\xef\xacƇ\xab\x91\x8f\xc1\xe0\x11U\x04\xe7\xe3\x9bv\x8f\xe3 \a\xb5\x00I\xf9\xdf\xcd\xd7\x11ɴ \xcfP\xd1e}\xe8\xfa9\xa5I\xd7\xf9\b8\x9d'-ʼn\x95\xcbN\xa0\x1eF8\xb5\x16\xbf鱖\xfc\xe3\xf8\xc3\xf8\xe4\xdd\xe5\x97\xcbA\x9a\xa0\xec\xefw\x90\xf5\xa6\x87\xffUB+\\R\xfe\xd2\xc1\xaa\x92\xf2axc}\xbc\x1a\x1c\xee-\xed\xad9ҿg\xae\xbd\xb4\xf5t\xbb\xd3$^\fϽ8\xb7\x96Ҥ\xf9\x8f\x10\u007f\xb5Z\x81\x91\xeb\xf5\xff\x01\x00\x00\xff\xff\xe87\x03bA\x12\x00\x00",
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: November 14, 2016, 07:28:26 PM
I get the impression that there's none controlling the market but a crowd of individuals which do and hence act in a manner which moves the market in exactly the way they expect it  Cheesy
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: November 03, 2016, 10:15:14 AM
I know this has been explained already 1000 times and it is essential to understand Factom but could somebody explain again why Factoids are needed if a company can buy directly Entry Credits to use the Factom Blockchain?

Thx in advance Smiley
You need an incentive for node operators.
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HZ] Horizon Long + Fair Distribution|Decentralized Asset Exchange on: October 17, 2016, 04:18:40 PM
If the host system (windows) isn't secure then the guest systems are not, too. Better install a linux system on a flash drive and install your crypto tools on it.
29  Local / Announcements (Deutsch) / Re: [ANN][LISK] Lisk | ICO | Dezentrale Anwendungen & Sidechain Plattform on: October 16, 2016, 01:29:48 AM
guten abend.
kann mir mal bitte jemand erläutern was es mit dem "forging" auf sich hat?Huh
es taucht auch in diesem forum immer wieder als diskussionsstoff auf und im lisk-client ist ja nun auch mit der netten fabrik als symbol versehen.
wie ihr an meinen formulierungen wohl schon gemerkt habt, ich bin nicht der computer-und internet freak. mir geht es eher um die
anlage- und zukunftsaussichten bei den jungunternehmen im cryptobereich. deswegen entschuldigt bitte die teilweise holperige ausdrucksweise, bei der mancher freak sich wohl die hände an den kopf schlagen mag - aber wie heiss es so schön: wer nicht fragt bleibt dumm!!!  Smiley vielen dank im voraus.
http://lmgtfy.com/?q=lisk+forging

Gleich erster Treffer Wink
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 07, 2016, 05:14:57 PM
And to all those guys thinking that someone is manipulating the market:

I think this is just stupid FUD all the time.
It is just possible to make money of "manipulating" if ppl buy or sell on panic or make stupid moves at all. Otherwise if a big whale moves the market he is the one who looses the most.
How do you call it if within a second the buy side drops from 800 BTC to 150 BTC and goes to 800 BTC again 5min later? If that is not manipulation you're either naive or don't know the meaning of the word manipulation.

This is btw something you go to jail in a lot of countries. Waiting for the day these laws also apply to crypto.
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 05, 2016, 09:05:12 PM
Anyone knows what the customnet is on github? M2 has just been merged into customnet on github

Yes, looks like the Genesis Block has been added to the code  Cheesy

Are you sure? I can't figure out if it is anything of importance.
This one: https://github.com/FactomProject/factomd/commit/8926f2ed003392bd62e7fa9b6402d650c32e5c54
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: October 04, 2016, 07:03:10 PM
Yes, looks like the Genesis Block has been added to the code  Cheesy
33  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: CoinTracking - Profit/Loss Portfolio and Tax Reporting for Digital Currencies on: September 27, 2016, 03:47:54 PM
Hey, just tested it with FF 35.0.1 (should be the latest version) and it's working good.
Latest version is 49.0.1  Cheesy
34  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: September 21, 2016, 10:24:29 PM
What advantage does this service offer compared to just handing out the merchants address directly to the customer?

It would also be usefull to hand over just a fiat value and receive the according xmr amount. An average merchant can't code the conversion calculation nor doesn't he want to mandate someone for it.



edit: is it mainly that this service creates a unique address for each payment and manages the relationship between "order id <-> incoming payment"?
35  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: September 20, 2016, 06:17:16 PM
Total entries, not daily Wink But yeah, still a great milestone  Cheesy
36  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Pascal Coin: P2P cryptocurrency without need of historical operations on: September 18, 2016, 11:04:38 PM
Any early miners with lots of empty accounts that you don't want, PM me. 

why do you want empty accounts?
I'd guess it has something to do with taxes...
37  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: September 16, 2016, 11:34:14 PM
Can anyone confirm if Factom will be at devcon?
I only know for sure they are attending IEEE N3XT conference today/tomorrow: https://twitter.com/factom/status/776858217108283393
38  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: September 11, 2016, 06:43:25 PM
Some real action on Polo today. Anyone know any good reasons why?

Not sure why it would randomly pump 9%. I guess someone got sick of waiting for a dump to get in.

10%?? Not sure anyone s that dumb to buy up 10% without a reason. There s always a reason.
The reason may be very simple: M2 is coming closer each day and people don't wanna miss out
39  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: September 06, 2016, 11:48:10 AM
Thanks haggis for comment - again unfortunately - does not seem much related to what I wrote.

If you really think a marketing blondie said something with a value, do not hesitate and enlighten us all, sharing is caring.

Anchoring is every 10 minutes as stated in the whitepaper I linked.

I have never said you have to store in the blockchain 1:1 - you can, but why, just chain - hash. Repeating myself. Again.

BTW there is a FREE service running with API for proven timestamping applied on bitcoin blockchain - guess what - they just chain hashes at the end of the day.

I see you are all selling a thin air Smiley
Indeed. You just should go ahead and build a wrapper company about this FREE API and then convince experienced investors, DHS, Wall Street and other institutions to rate your company with $30m.

I'm done with you. Me and others tried to educate you but it looks as you are not interested in it. Just trolling.
40  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FACTOM - Introducing Honesty to Record-Keeping on: September 06, 2016, 08:32:22 AM
Thanks for that clarification, Josef27. A bit worrisome.

And thanks Tempus for patience, I am sorry, I probably still do not understand, please see below. The whitepaper on the first page says "Factom is a general purpose data layer, secured by the Bitcoin Blockchain."

So it seems to me it really is just another layer and it stores hashes into Bitcoin itself (by spamming it with OP_RETURN). I can do that myself and do not need Factom Inc, Entry Credits, Factoids, and to trust to a new technology with Federated Servers and Audit Servers that they somehow magically come to consensus.
Yes - it is a ready made solution that may attract companies, and Factom Inc. can be their partner. You are right. That's what I meant with "not technically skilled ....".

But again - even if now the price is cheap, if I say "the space in the blockchain is scarce", it must come with a price, so while it will always be cheaper to store data with FCT, the storing price will go up (even if "they will have in mind to do it in best interest for the Factoid-price"). And the infrastructure costs will be there.
Now I'd say it is about 0.1 USD to store 32B with BTC against 0.00003 USD with FCT that is a big (3000x) gain, I agree.
But who needs many can just "chain his hashes" as I mentioned.

Again - as I said - Factom really seems to be "just a sugar" to me (with capitalization over 26,000,000 USD Smiley.

Thanks for videos, I stopped the first one in 15 sec after "... Marketing Officer ... what is blockchain" and the second one in 20 sec after " bitcoin .. 7 tps .. company .. trillion transactions per day .. it's never gonna scale" (as I said - "chain hashes").

I am not trying to be clever, I know I am not, just trying to understand.
Factom doesn't write each entry 1:1 to the bitcoin blockchain and is thus not spamming OP_RETURNs. Only every "now and then" the state of the factom blockchain ("anchoring"), I don't have the real number handy.
Moreover, anchoring to Ethereum is in development as well. Others are possible in the future. So Factom doesn't depend on just one blockchain.

And if you realy try to understand, you shouldn't stop watching videos after 15 or 20 seconds just because the CMO is talking. A CMO is explaining the advantages to an audience with little to no knowledge about blockchain technology. So that might be helpful to you (or not - you will know that AFTER watching the videos Wink ).
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!