Quantum computing and Bitcoin - Bitcoin Wiki

Bitcoin - The Currency of the Internet

A community dedicated to Bitcoin, the currency of the Internet. Bitcoin is a distributed, worldwide, decentralized digital money. Bitcoins are issued and managed without any central authority whatsoever: there is no government, company, or bank in charge of Bitcoin. You might be interested in Bitcoin if you like cryptography, distributed peer-to-peer systems, or economics. A large percentage of Bitcoin enthusiasts are libertarians, though people of all political philosophies are welcome.
[link]

a community mesh network serving Austin, TX

MAINTENANCE MODE YALL
[link]

Bitcoin Gone Wild

[link]

⚡ Lightning Network Megathread ⚡

Last updated 2018-01-29
This post is a collaboration with the Bitcoin community to create a one-stop source for Lightning Network information.
There are still questions in the FAQ that are unanswered, if you know the answer and can provide a source please do so!

⚡What is the Lightning Network? ⚡

Explanations:

Image Explanations:

Specifications / White Papers

Videos

Lightning Network Experts on Reddit

  • starkbot - (Elizabeth Stark - Lightning Labs)
  • roasbeef - (Olaoluwa Osuntokun - Lightning Labs)
  • stile65 - (Alex Akselrod - Lightning Labs)
  • cfromknecht - (Conner Fromknecht - Lightning Labs)
  • RustyReddit - (Rusty Russell - Blockstream)
  • cdecker - (Christian Decker - Blockstream)
  • Dryja - (Tadge Dryja - Digital Currency Initiative)
  • josephpoon - (Joseph Poon)
  • fdrn - (Fabrice Drouin - ACINQ )
  • pmpadiou - (Pierre-Marie Padiou - ACINQ)

Lightning Network Experts on Twitter

  • @starkness - (Elizabeth Stark - Lightning Labs)
  • @roasbeef - (Olaoluwa Osuntokun - Lightning Labs)
  • @stile65 - (Alex Akselrod - Lightning Labs)
  • @bitconner - (Conner Fromknecht - Lightning Labs)
  • @johanth - (Johan Halseth - Lightning Labs)
  • @bvu - (Bryan Vu - Lightning Labs)
  • @rusty_twit - (Rusty Russell - Blockstream)
  • @snyke - (Christian Decker - Blockstream)
  • @JackMallers - (Jack Mallers - Zap)
  • @tdryja - (Tadge Dryja - Digital Currency Initiative)
  • @jcp - (Joseph Poon)
  • @alexbosworth - (Alex Bosworth - yalls.org)

Medium Posts

Learning Resources

Books

Desktop Interfaces

Web Interfaces

Tutorials and resources

Lightning on Testnet

Lightning Wallets

Place a testnet transaction

Altcoin Trading using Lightning

  • ZigZag - Disclaimer You must trust ZigZag to send to Target Address

Lightning on Mainnet

Warning - Testing should be done on Testnet

Atomic Swaps

Developer Documentation and Resources

Lightning implementations

  • LND - Lightning Network Daemon (Golang)
  • eclair - A Scala implementation of the Lightning Network (Scala)
  • c-lightning - A Lightning Network implementation in C
  • lit - Lightning Network node software (Golang)
  • lightning-onion - Onion Routed Micropayments for the Lightning Network (Golang)
  • lightning-integration - Lightning Integration Testing Framework
  • ptarmigan - C++ BOLT-Compliant Lightning Network Implementation [Incomplete]

Libraries

Lightning Network Visualizers/Explorers

Testnet

Mainnet

Payment Processors

  • BTCPay - Next stable version will include Lightning Network

Community

Slack

IRC

Slack Channel

Discord Channel

Miscellaneous

⚡ Lightning FAQs ⚡

If you can answer please PM me and include source if possible. Feel free to help keep these answers up to date and as brief but correct as possible
Is Lightning Bitcoin?
Yes. You pick a peer and after some setup, create a bitcoin transaction to fund the lightning channel; it’ll then take another transaction to close it and release your funds. You and your peer always hold a bitcoin transaction to get your funds whenever you want: just broadcast to the blockchain like normal. In other words, you and your peer create a shared account, and then use Lightning to securely negotiate who gets how much from that shared account, without waiting for the bitcoin blockchain.
Is the Lightning Network open source?
Yes, Lightning is open source. Anyone can review the code (in the same way as the bitcoin code)
Who owns and controls the Lightning Network?
Similar to the bitcoin network, no one will ever own or control the Lightning Network. The code is open source and free for anyone to download and review. Anyone can run a node and be part of the network.
I’ve heard that Lightning transactions are happening “off-chain”…Does that mean that my bitcoin will be removed from the blockchain?
No, your bitcoin will never leave the blockchain. Instead your bitcoin will be held in a multi-signature address as long as your channel stays open. When the channel is closed; the final transaction will be added to the blockchain. “Off-chain” is not a perfect term, but it is used due to the fact that the transfer of ownership is no longer reflected on the blockchain until the channel is closed.
Do I need a constant connection to run a lightning node?
Not necessarily,
Example: A and B have a channel. 1 BTC each. A sends B 0.5 BTC. B sends back 0.25 BTC. Balance should be A = 0.75, B = 1.25. If A gets disconnected, B can publish the first Tx where the balance was A = 0.5 and B = 1.5. If the node B does in fact attempt to cheat by publishing an old state (such as the A=0.5 and B=1.5 state), this cheat can then be detected on-chain and used to steal the cheaters funds, i.e., A can see the closing transaction, notice it's an old one and grab all funds in the channel (A=2, B=0). The time that A has in order to react to the cheating counterparty is given by the CheckLockTimeVerify (CLTV) in the cheating transaction, which is adjustable. So if A foresees that it'll be able to check in about once every 24 hours it'll require that the CLTV is at least that large, if it's once a week then that's fine too. You definitely do not need to be online and watching the chain 24/7, just make sure to check in once in a while before the CLTV expires. Alternatively you can outsource the watch duties, in order to keep the CLTV timeouts low. This can be achieved both with trusted third parties or untrusted ones (watchtowers). In the case of a unilateral close, e.g., you just go offline and never come back, the other endpoint will have to wait for that timeout to expire to get its funds back. So peers might not accept channels with extremely high CLTV timeouts. -- Source
What Are Lightning’s Advantages?
Tiny payments are possible: since fees are proportional to the payment amount, you can pay a fraction of a cent; accounting is even done in thousandths of a satoshi. Payments are settled instantly: the money is sent in the time it takes to cross the network to your destination and back, typically a fraction of a second.
Does Lightning require Segregated Witness?
Yes, but not in theory. You could make a poorer lightning network without it, which has higher risks when establishing channels (you might have to wait a month if things go wrong!), has limited channel lifetime, longer minimum payment expiry times on each hop, is less efficient and has less robust outsourcing. The entire spec as written today assumes segregated witness, as it solves all these problems.
Can I Send Funds From Lightning to a Normal Bitcoin Address?
No, for now. For the first version of the protocol, if you wanted to send a normal bitcoin transaction using your channel, you have to close it, send the funds, then reopen the channel (3 transactions). In future versions, you and your peer would agree to spend out of your lightning channel funds just like a normal bitcoin payment, allowing you to use your lightning wallet like a normal bitcoin wallet.
Can I Make Money Running a Lightning Node?
Not really. Anyone can set up a node, and so it’s a race to the bottom on fees. In practice, we may see the network use a nominal fee and not change very much, which only provides an incremental incentive to route on a node you’re going to use yourself, and not enough to run one merely for fees. Having clients use criteria other than fees (e.g. randomness, diversity) in route selection will also help this.
What is the release date for Lightning on Mainnet?
Lightning is already being tested on the Mainnet Twitter Link but as for a specific date, Jameson Lopp says it best
Would there be any KYC/AML issues with certain nodes?
Nope, because there is no custody ever involved. It's just like forwarding packets. -- Source
What is the delay time for the recipient of a transaction receiving confirmation?
Furthermore, the Lightning Network scales not with the transaction throughput of the underlying blockchain, but with modern data processing and latency limits - payments can be made nearly as quickly as packets can be sent. -- Source
How does the lightning network prevent centralization?
Bitcoin Stack Exchange Answer
What are Channel Factories and how do they work?
Bitcoin Stack Exchange Answer
How does the Lightning network work in simple terms?
Bitcoin Stack Exchange Answer
How are paths found in Lightning Network?
Bitcoin Stack Exchange Answer
How would the lightning network work between exchanges?
Each exchange will get to decide and need to implement the software into their system, but some ideas have been outlined here: Google Doc - Lightning Exchanges
Note that by virtue of the usual benefits of cost-less, instantaneous transactions, lightning will make arbitrage between exchanges much more efficient and thus lead to consistent pricing across exchange that adopt it. -- Source
How do lightning nodes find other lightning nodes?
Stack Exchange Answer
Does every user need to store the state of the complete Lightning Network?
According to Rusty's calculations we should be able to store 1 million nodes in about 100 MB, so that should work even for mobile phones. Beyond that we have some proposals ready to lighten the load on endpoints, but we'll cross that bridge when we get there. -- Source
Would I need to download the complete state every time I open the App and make a payment?
No you'd remember the information from the last time you started the app and only sync the differences. This is not yet implemented, but it shouldn't be too hard to get a preliminary protocol working if that turns out to be a problem. -- Source
What needs to happen for the Lightning Network to be deployed and what can I do as a user to help?
Lightning is based on participants in the network running lightning node software that enables them to interact with other nodes. This does not require being a full bitcoin node, but you will have to run "lnd", "eclair", or one of the other node softwares listed above.
All lightning wallets have node software integrated into them, because that is necessary to create payment channels and conduct payments on the network, but you can also intentionally run lnd or similar for public benefit - e.g. you can hold open payment channels or channels with higher volume, than you need for your own transactions. You would be compensated in modest fees by those who transact across your node with multi-hop payments. -- Source
Is there anyway for someone who isn't a developer to meaningfully contribute?
Sure, you can help write up educational material. You can learn and read more about the tech at http://dev.lightning.community/resources. You can test the various desktop and mobile apps out there (Lightning Desktop, Zap, Eclair apps). -- Source
Do I need to be a miner to be a Lightning Network node?
No -- Source
Do I need to run a full Bitcoin node to run a lightning node?
lit doesn't depend on having your own full node -- it automatically connects to full nodes on the network. -- Source
LND uses a light client mode, so it doesn't require a full node. The name of the light client it uses is called neutrino
How does the lightning network stop "Cheating" (Someone broadcasting an old transaction)?
Upon opening a channel, the two endpoints first agree on a reserve value, below which the channel balance may not drop. This is to make sure that both endpoints always have some skin in the game as rustyreddit puts it :-)
For a cheat to become worth it, the opponent has to be absolutely sure that you cannot retaliate against him during the timeout. So he has to make sure you never ever get network connectivity during that time. Having someone else also watching for channel closures and notifying you, or releasing a canned retaliation, makes this even harder for the attacker. This is because if he misjudged you being truly offline you can retaliate by grabbing all of its funds. Spotty connections, DDoS, and similar will not provide the attacker the necessary guarantees to make cheating worthwhile. Any form of uncertainty about your online status acts as a deterrent to the other endpoint. -- Source
How many times would someone need to open and close their lightning channels?
You typically want to have more than one channel open at any given time for redundancy's sake. And we imagine open and close will probably be automated for the most part. In fact we already have a feature in LND called autopilot that can automatically open channels for a user.
Frequency will depend whether the funds are needed on-chain or more useful on LN. -- Source
Will the lightning network reduce BTC Liquidity due to "locking-up" funds in channels?
Stack Exchange Answer
Can the Lightning Network work on any other cryptocurrency? How?
Stack Exchange Answer
When setting up a Lightning Network Node are fees set for the entire node, or each channel when opened?
You don't really set up a "node" in the sense that anyone with more than one channel can automatically be a node and route payments. Fees on LN can be set by the node, and can change dynamically on the network. -- Source
Can Lightning routing fees be changed dynamically, without closing channels?
Yes but it has to be implemented in the Lightning software being used. -- Source
How can you make sure that there will be routes with large enough balances to handle transactions?
You won't have to do anything. With autopilot enabled, it'll automatically open and close channels based on the availability of the network. -- Source
How does the Lightning Network stop flooding nodes (DDoS) with micro transactions? Is this even an issue?
Stack Exchange Answer

Unanswered Questions

How do on-chain fees work when opening and closing channels? Who pays the fee?
How does the Lightning Network work for mobile users?
What are the best practices for securing a lightning node?
What is a lightning "hub"?
How does lightning handle cross chain (Atomic) swaps?

Special Thanks and Notes

  • Many links found from awesome-lightning-network github
  • Everyone who submitted a question or concern!
  • I'm continuing to format for an easier Mobile experience!
submitted by codedaway to Bitcoin [link] [comments]

Velkommen til BitcoinDK

Følgende videoer er et godt udgangspunkt til at forstå, hvordan Bitcoin virker og en lille smule om dets potentiale på lang sigt:
Tjek video wikisiden eller BitcoinTV.
Køb/Sælg bitcoins
Webshops med Bitcoin betaling
Webshops i EU med Bitcoin betaling
Webshops i med Bitcoin betaling * Newegg - Elektronik mm.
Lightning Network
LN on IOS
LN on Android
Hvad kan man med LN?
Steder hvor du kan bruge bitcoins, dog ikke nødvendigvis uden dialog
Donér
Info
Skat
Hanne Søgaard Hansen:
Men man er nødt til at set på den konkrete situation. Er det for at sælge eller for at bruge bitcoins som betalingsmiddel? * skat.dk - Guide * skat.dk - Skattefri gevinst * Børsens fortolkning * Spekulations beskatning Hvis du købte bitcoins for at sælge dem igen, og hvis de er faldet i værdi så kan du få fradrag. * Skattefri gevinst ved anvendelse som betalingsmiddel (Bindende personlig svar fra skat)
Moms
Reddit
Gode banker
Onde banker
Danske kryptonyheder
Ramt af ransomware
Nyttige sider
Chat
Via IRC - irc.freenode.net
submitted by bitcoinDKbot to BitcoinDK [link] [comments]

Beginner's Guide: Where to start & FAQ!

Welcome to /Litecoin!

Whether you're new to cryptocurrency and have no clue what a 'litecoin' is, or a seasoned investor in cryptocurrencies, the resources below will answer all your questions. If you still have questions, feel free to ask below in the comments!
 

What is Litecoin?

Litecoin (LTC or Ł) is a peer-to-peer cryptocurrency and open source software project released under the MIT/X11 license. Litecoin is one of the largest, oldest, and most used cryptocurrencies in the world. Similar to Bitcoin, Litecoin uses blockchain technology to process transactions.
So what's the difference? To process a block, Litecoin takes 2.5 minutes rather than Bitcoins 10 minutes. This allows for faster processing times. Litecoin also has the capability to produce a total of 84 million units, compared to Bitcoins 21 million. In addition, Litecoin uses scrypt in its proof-of-work algorithm, a sequential memory-hard function requiring asymptotically more memory than an algorithm which is not memory-hard.
Still confused? Take a look at this video!
 

Where can I buy Litecoin?

There are many websites and applications where you can buy and sell Litecoin, but make sure the exchange you are using is trusted and secure. Here are some exchanges that are trusted in the cryptocurrency community:
Exchange
Coinbase
Kraken
247Exchange
Bittrex
Quadrigacx
 

Where can I securely store Litecoin?

Litecoin (and other cryptocurrencies) is stored in a digital wallet. When storing Litecoin, you want to make sure you trust the place you store them. This is why it is best to store them yourself through the electrum wallet. It is highly suggested to not store your Litecoin in an exchange (such as Coinbase, Poloniex, Bittrex, etc.) because you don't control the private keys. If the exchange ever goes offline, or becomes insolvent, your Litecoin essentially disappear.
Some other options are:
Wallet
Electrum Lightweight Wallet
Official Core Wallet
LiteVault Secure Web Wallet
Paper Wallet Generator
 
If you're a fan of mobile devices, then Loafwallet is the wallet for you. Developed by a Litecoin community member, losh11, this mobile wallet works great!
 
Hardware wallets are another great option, in fact, they are said to be the most secure way to store cryptocurrencies. Below is a list of the litecoin flexible hardware wallets.
Wallet
Ledger
Trezor
Keepkey
 

Where can I spend Litecoin?

Litecoin is now the sixth-largest true cryptocurrency by market capitalization. Websites are rapidly adopting Litecoin as a method of payment, if you would like to explore websites that accept Litecoin, head over to /AcceptingLTC.
Here are several of our favorite merchants accepting Litecoin:
Merchant
EGifter
Cheap Air
Bitfly
All Things Luxury
AFK Apparel
Many more!
 

Where can I discuss Litecoin?

The Litecoin community is extremely kind and robust. There are many forums and places where you can discuss Litecoin with others who are interested in the currency. Here are the main ones:
Platform
Reddit
Litecoin Markets Subreddit
Discord
Official Forum
IRC
 

Litecoin Statistics

Find them here
 

Additional Resources and Help

If you have more questions, or are genuinely interested in learning more about Litecoin then be sure to check out the Litecoin Wiki. If you have a specific question that you can't seem to find the answer too, ask below and someone will help you out!
submitted by Sparkswont to litecoin [link] [comments]

Monero at the 35C3 – 35th Chaos Communication Congress, 27.-30.December 2018, Leipzig, Germany

As in 2017 there will also a Monero Assembly during 35C3 in Leipzig, Germany (here is a bit of historic background).
tldr; go to the taiga workgroup wiki on taiga.getmonero.org to see the current status
The Chaos Computer Club (CCC) is the largest (and oldest) hacker association in europe (see Wikipedia). Originating from Germany, it has spread over Europe and organizes numerous events. Most important the annual Chaos Communication Congress between christmas and new years eve. It is considered one of the largest (over 13,000 attendees) events of this kind, alongside the DEF CON in Las Vegas. Besides the top-class Main Talks, which all get recorded there are other formats such as assemblies and so called “self organized sessions”.
In 2016 the RIAT Crypto Assembly (see 33C3 Wiki and cache) featured crypto-based workshops with Monero, and Tomu 2FA devices and was the initial (mini) implementation of Monero at C3. IN 2016 the Bitcoin Assembly was the only other “Cryptocurrency” Assembly. In 2017 we had a combined RIAT/Monero/Bitcoin “Village”. The Monero December meetup in Vienna served as a real-life meeting in order to prepare the Monero Assembly. Communication and organisation was via hackpad and reddit.
This year we are using the taiga wiki on taiga.getmonero.org to and the IRC channel #monero-ccc to coordinate. The next IRC meeting of the workgroup will be on 2018-11-07 17:00 UTC on "monero-community".
What happened so far:

submitted by parasew to Monero [link] [comments]

Welcome to the FLO subreddit! Here you can learn about FLO and its use as a worldwide public record in many blockchain-based applications

FLO: a worldwide public record

http://flo.cash

What is FLO?
FLO is a cryptocurrency that introduces a worldwide public record for storing information. FLO coins are needed to pay for storage capacity, and coins are issued to reward participants for their work to secure and distribute information.
FLO is used to send payments and store data. This encourages building applications because anyone has the ability to write data into FLO.
How does FLO work?
FLO is a network similar to bitcoin where the open ledger is secured by miners competing to find proof-of-work. FLO has its own ledger, called the FLO blockchain, that can be thought of as a digital public space for storing information.

Download

0.15.1.1
Release files https://github.com/floblockchain/flo/releases

Features

Technical Specifications

Block target spacing: 40 seconds
Difficulty retargets every blocks
Block reward: 100 FLO, halving every 800,000 blocks (about 1 year)
Maximum coins: 160 million FLONetwork port: 7312RPC port: 7313

Mining Information

See our mining guide here: https://forum.flo.cash/t/mining-guide-antminer-l3/36

Block explorers

http://flocha.in/
http://network.flo.cash/

Exchanges

Bittrex https://bittrex.com/Market/Index?MarketName=BTC-FLO
Nova https://novaexchange.com/market/BTC_FLO/
OpenBazaar https://openbazaar.org/
Komodo https://komodoplatform.com/decentralized-exchange/
Blocknet https://www.blocknet.co/block-dx/
Indacoin https://indacoin.com/
Thecoin.pw Exchange https://trade.thecoin.pw
Coin swap services https://coinswitch.co/http://changenow.io

Social

Twitter http://twitter.com/FLOblockchain
Telegram https://t.me/FLOblockchain
Alexandria Rocket Chat https://chat.alexandria.io
YouTube https://www.youtube.com/channel/UCDAELSdJelys5VkE1FuXo2A
Medium Blog https://medium.com/flo-cash
Reddit http://www.reddit.com/FLOblockchain
IRC channel Join #florincoin on http://webchat.freenode.net/
FLO Slack https://florincoin.slack.com/shared_invite/MTgzNDk0MzYxMjY5LTE0OTQ4MTgzMDEtNGIwYzI4NjkwNw

Merchants

http://cryptocloudhosting.org/order
https://cointopay.com/

Notable Partnerships:

California Institute of Technology- https://etdb.caltech.edu/
Overstock's tZERO - https://www.tzero.com/
Open Index Protocol Working Group- https://github.com/oipwg / http://oip.wiki/
Medici Ventures- www.mediciventures.com

Apps running on top of the FLO blockchain:

https://flo.cash/dapps.html
OIP apps
Open Index Protocol - https://oip.wiki/
Alexandria - https://alexandria.io/browse
California Institute of Technology - https://etdb.caltech.edu/browse
Medici Ventures - https://www.mediciventures.com/
Block Header - https://t.me/blockheader
FLO native apps
Overstock's tZERO - https://www.tzero.com/
Shared Secret - http://www.sharedsecret.net/
Notarize with Flotorizer - http://flotorizer.net/
World Mood - http://worldmood.io/
Aterna Love - https://github.com/metacoin/aternaloveXcertify - https://github.com/akhil2015/Xcertify

Links

Official web site http://www.flo.cash
Github links for Alexandria, OIP, Ranchi, and FLO
https://github.com/floblockchain
https://github.com/oipwg
https://github.com/dloa
https://github.com/RanchiMall
FLO Foundation http://flo.foundation
Roadmap https://trello.com/b/jFlPhrzW/florincoin-roadmap
Florincoin and Alexandria presentation @ BitDevs NYC 5/24/17 https://twitter.com/Official_Florin/status/867614281868726273
Florincoin @ CryptoCurrency Convention NYC 4/9/14 https://www.youtube.com/watch?v=0U7MXAYCXGc
Florin article @ bitcoinist http://bitcoinist.net/exclusive-qa-with-joseph-fiscella-florincoin-and-decentralized-applications/
Blockchain bootstrap from http://cryptochainer.com/dihttps://mega.nz/#!u15HSADT!nstJ67-mKnWZbMPwddeRJoxEnNneS_94yTfLHoeNQyg
FLO market data read from FLO blockchain visualised http://iquidus.io:5000/
The Decentralized Library of Alexandria - San Diego Bitcoin Meetup 08/15 https://www.youtube.com/watch?v=XiZnjM7Y7Cs
Blocktech Project Alexandria v0.4 alpha Intro and Walkthrough https://www.youtube.com/watch?v=z_u-ndscZjY
Alexandria v0.5.1 alpha demo https://www.youtube.com/watch?v=zcuj_xILct0
FLO History
Launched June 17th 2013, the first coin with a metadata field on the blockchain for the purpose of building blockchain applications.
2013 * Jun 17th: FLO released with no pre-mine and no ICO https://bitcointalk.org/index.php?topic=236742.0 * Jul 9th: Florincoin is the 61st coin added to Cryptsy, the first major altcoin exchange * Sep 9th: Created the first block explorer, florinexchange.com/explorer, an open source explorer which is later replaced with https://florincoin.info * Nov 27th: Coordinated with Skyangel on a hard-fork (required update) to increase the transaction comment size to 528 bytes https://bitcointalk.org/index.php?topic=236742.msg3731680#msg3731680 * Dec 10th: Started work on new website * Dec 16th: Songs of Love, a charity for children based in NYC, beings accepting FLO donations to make customized songs for children in need
2014 * Feb 1st: Created the FLO twitter account https://twitter.com/floblockchain (Originally @Official_Florin) * Feb 1st: Created a website, Aterna Love, to store valentine's day messages in the blockchain. Those messages still exist today * Feb 12th: Promoted FLO at the bitcoin center in NYC, with interview by Naomi Brockwell https://www.youtube.com/watch?v=BbeYJID7Ewg * Mar 2nd: Launched new florincoin.org website * Mar 20th: Florincoin subreddit created https://reddit.com/floblockchain (originally /florincoin) * Apr 9th: Presentation about Florincoin at the 1st Cryptocurrency Convention at the scholastic auditorium in NYC https://www.youtube.com/watch?v=giUL0Wiaz1M * Apr 12th: skyangel releases Florin v0.6.5.13, a hard fork at block 426000, causing FLO to start adjusting difficulty every block https://bitcointalk.org/index.php?topic=236742.msg6191701#msg6191701 * Jun 21st: skyangel releases Florin v0.8.7.2, up to date with the latest Litecoin codebase https://bitcointalk.org/index.php?topic=236742.msg7440510#msg7440510 * Jun 22nd: bitcoinist.net article: exclusive Q&A with Joseph Fiscella http://bitcoinist.com/exclusive-qa-with-joseph-fiscella-florincoin-and-decentralized-applications/ * Sep 20th: Alexandria team meets in San Diego to work on the project as a team for the first time * Oct 4th: Inside Bitcoins Las Vegas conference with the Alexandria Booth
2015 * Jan 1st: FLO and Alexandria mentioned in a chapter about blockchain applications in Melanie Swan's book Blockchain: A Blueprint for a New Economy http://shop.oreilly.com/product/0636920037040.do * Mar 3rd: Released the first golang SDK for Florincoin, foundation, on github: - https://github.com/metacoin/foundation - https://github.com/metacoin/flojson * Mar 11th: FLO is open for trading on Bittrex * Mar 11th: FLO is open for trading on Poloniex * Apr 17th: Alexandria 0.4 walkthrough video: https://www.youtube.com/watch?v=z_u-ndscZjY * Jun 10th: n-o-d-e.net interview with Alexandria https://n-o-d-e.net/alexandria.html * Jun 25th: Alexandria historian is born and begins recording historic data on the blockchain * Jun 29th: VICE article about Alexandria released: Could Cyberwar Cause a Library of Alexandria Event? https://motherboard.vice.com/en_us/article/ae3p4p/could-cyberwar-cause-a-library-of-alexandria-event * Aug 5th: LA times article about Blockchain Technology Group / Alexandria http://www.latimes.com/business/la-fi-cutting-edge-blockchain-20150809-story.html * Sep 24th: CoinTelegraph article about Alexandria https://cointelegraph.com/news/a-glimpse-into-the-future-of-decentralized-media * Dec 9th: Alexandria v0.5.1 alpha demo https://www.youtube.com/watch?v=zcuj_xILct0 * Dec 16th: Alexandria booth at Inside Bitcoins San Diego https://i.imgur.com/zZWi31F.jpg
2016 * Mar 25th: FLO 0.10.4.0 released by Bitspill and the Alexandria team, as well as a pool mining historian blocks https://bitcointalk.org/index.php?topic=236742.msg14314984#msg14314984 * Apr 8th: FLO used to store Libertarian Party votes in blockchain https://www.coindesk.com/libertarian-party-texas-logs-votes-presidential-electors-blockchain/ * May 3rd: Alexandria meetup in NYC (video URL missing) * Jun 19th: FLO 0.10.4.4 recommended update to latest Litecoin codebase * Nov 27: Alexandria presentation at DAppHack Berlin 2016 https://www.youtube.com/watch?v=qwqkmK9aTXs
2017 * May 15th: FLO meetup in NYC, Telegram channel created https://bitcointalk.org/index.php?topic=236742.1560 * May 25th: FLO/Alexandria presentation lived streamed from BitDevs NYC: https://twitter.com/FLOblockchain/status/867614281868726273 * July 12th: Introducing Alexandria and the Open Index Protocol https://steemit.com/cryptocurrency/@m3ta/introducing-alexandria-and-the-open-index-protocol * July 28th: Amy's blog post about the Alexandria team's visit to San Diego https://medium.com/@amyellajames/build-faster-51712d0ed51d * Aug 20th: Valentin Jesse creates a FLO touchbar app for the 2017 MacBookPro https://bitcointalk.org/index.php?topic=236742.msg21047455#msg21047455 * Nov 29th: New logo and new website concept released and revealed to community in the rebranding initiative https://bitcointalk.org/index.php?topic=236742.msg25431477#msg25431477 * Dec 22nd: New website launched: https://flo.cash * Dec 22nd: Flotorizer launched at flotorizer.net, Medium article written by Davi Ortega describing the creation of a FLO blockchain application as a non-programmer https://medium.com/@ortega_science/flotorizer-an-experiment-on-blockchain-for-noobs-5dfb3aa6bbd2 * Dec 24th: FLO Community Update https://steemit.com/cryptocurrency/@m3ta/flo-community-update-december-2017 * Dec 31st: SharedSecret.net, the first blockchain-based implementation of Shamir's Secret Sharing algorithm, is live (again created by Davi Ortega)
2018 * Jan 13th: Live-streaming FLO dev on twitch.tv https://www.youtube.com/watch?v=AAbk8FrbF7k * Jan 18th: FLO python SDK released https://github.com/metacoin/flo-python-sdk * Jan 18th: FLO added to brainwalletX https://github.com/brainwalletX/brainwalletX.github.io/pull/5/files * Jan 18th: FLO C# SDK released https://github.com/adreno-abhi/Flo-CSharp-SDK * Feb 23th: FLO partners with YBF Ventures http://ybfventures.com/worlds-first-web-3-0-hub-ybf-mesh/ * Mar 20th: FLO releases version 0.15 with segwit support, up-to-date with current Bitcoin and Litecoin codebases: https://github.com/floblockchain/flo/releases * May 1st: SPV wallet floj is open-sourced by Alexandria and Medici teams https://github.com/floj-org/floj * July 17th: FLO summit 2018 held in San Diego https://twitter.com/FLOblockchain/status/1018858384534179842 * July 26th: Website updated with dapps dashboard https://twitter.com/flo_development/status/1022534376226213890
submitted by metacoin to floblockchain [link] [comments]

[uncensored-r/Bitcoin] Lightning Network Megathread

The following post by codedaway is being replicated because the post has been silently removed.
The original post can be found(in censored form) at this link:
np.reddit.com/ Bitcoin/comments/7npeh6
The original post's content was as follows:
Hi Everyone,
I'm trying to create a post that can be stickied with regards to the Lightning Network. This post should be used to provide as many links to as many resources as organized as possible. This is obviously a large task and I've tried to start it in hopes that I can crowdsource this in the comments to keep adding content to this post. Feel free to recommend any additions but please provide sources for your information. Also please correct myself or anything that appears up here that seems incorrect and I'll do my best to edit quickly.

What is the Lightning Network? ?

Explanations:

Specifications / White Papers

Videos

Lightning Network Experts on Reddit

Medium Posts

Learning Resources

Books

Desktop Interfaces

Web Interfaces

Tutorials and resources

Lightning on Testnet

Lightning Wallet
Place a transaction

Lightning on Mainnet

Atomic Swaps

Developer Documentation and Resources

Lightning implementations:

  • LND - Lightning Network Daemon (Golang)
  • eclair - A Scala implementation of the Lightning Network (Scala)
  • lit - Lightning Network node software (Golang)
  • c-lightning - A Lightning Network implementation in C
  • lightning-onion - Onion Routed Micropayments for the Lightning Network (Golang)
  • lightning-integration - Lightning Integration Testing Framework
  • ptarmigan - C++ BOLT-Compliant Lightning Network Implementation [Incomplete]

Libraries

Lightning Network Visualizer (Testnet)

Community

Slack

IRC

IRC channel

  • #li...
submitted by censorship_notifier to noncensored_bitcoin [link] [comments]

Velkommen til BitcoinDK

Følgende videoer er et godt udgangspunkt til at forstå, hvordan Bitcoin virker og en lille smule om dets potentiale på lang sigt:
Tjek video wikisiden eller BitcoinTV.
Køb/Sælg bitcoins
Webshops med Bitcoin betaling
Webshops i EU med Bitcoin betaling
Lightning Network
LN on IOS
Steder hvor du kan bruge bitcoins, dog ikke nødvendigvis uden dialog
Donér
Info
Skat
Hanne Søgaard Hansen:
Men man er nødt til at set på den konkrete situation. Er det for at sælge eller for at bruge bitcoins som betalingsmiddel? * skat.dk - Guide * skat.dk - Skattefri gevinst * Børsens fortolkning * Spekulations beskatning Hvis du købte bitcoins for at sælge dem igen, og hvis de er faldet i værdi så kan du få fradrag. * Skattefri gevinst ved anvendelse som betalingsmiddel (Bindende personlig svar fra skat)
Moms
Reddit
Gode banker
Onde banker
Danske kryptonyheder
Ramt af ransomware
Nyttige sider
*Konverter bitpay til en almindelig transaktion
Chat
Via IRC - irc.freenode.net
submitted by bitcoinDKbot to BitcoinDK [link] [comments]

RetroShare Feature List

Information directly from Team Retroshare DevBlog:
RetroShare Features:
HowTo test RetroShare
ChatServer / IntroServer for making new Friends
RetroShare on Embedded Devices
From Unofficial Wiki
RetroShare on FreenodeIRC
RetroShare on Twitter
RetroShare on GitHub and SourceForge
Plugin Structure
How to Contribute
If you have questions, feel free to ask!
submitted by cavebeat to retroshare [link] [comments]

CFP Bitcoin Scalability Workshop (Sept 12-13), Montreal Canada | Pindar Wong | Aug 11 2015

Pindar Wong on Aug 11 2015:
Bitcoin Scalability Workshops
In recent months the Bitcoin development community has faced difficult
discussions of how to safely improve the scalability and decentralized
nature of the Bitcoin network. To aid the technical consensus building
process we are organizing a pair of workshops to collect technical
criteria, present proposals and evaluate technical materials and data with
academic discipline and analysis that fully considers the complex tradeoffs
between decentralization, utility, security and operational realities. This
may be considered as similar in intent and process to the NIST-SHA3 design
process where performance and security were in a tradeoff for a security
critical application.
Since Bitcoin is a P2P currency with many stakeholders, it is important to
collect requirements as broadly as possible, and through the process
enhance everyone’s understanding of the technical properties of Bitcoin to
help foster an inclusive, transparent, and informed process.
Those with technical interest are invited to participate in this pair of
workshops with the following intent:
Phase 1: Scene setting, evaluation criteria, and tradeoff analysis.
Montreal, Canada: September 12th-13th, 2015
Scalability is not a single parameter; there are many opportunities to make
the Bitcoin protocol more efficient and better able to service the needs of
its growing userbase. Each approach to further scaling the Bitcoin
blockchain involves implicit trade offs of desired properties of the whole
system. As a community we need to raise awareness of the complex and subtle
issues involved, facilitate deeper research and testing of existing
proposals, and motivate future work in this area.
The purpose of this workshop is to discuss the general tradeoffs and
requirements of any proposal to scale Bitcoin beyond its present limits.
Session topics are to include the presentation of experimental data
relating to known bottlenecks of Bitcoin’s continued growth and analysis of
implicit tradeoffs involved in general strategies for enabling future
growth.
This event will not host sessions on the topic of any specific proposals
involving changes to the Bitcoin protocol. Such proposals would be the
topic of a 2nd, follow-on Phase 2 workshop described below; this event is
intended to “set the stage” for work on and evaluation of specific
proposals in the time between the workshops.
Phase 2 will be planned out further as part of Phase 1 with input from the
participants.
Phase 2: Presentation and review of technical proposals, with simulation,
benchmark results.
Hong Kong, SAR, China: TBD Nov/Dec 2015
Hopefully to be easier for the Chinese miners to attend, the second
workshop pertaining to actual block size proposals is to be planned for
Hong Kong roughly in the late November to December timeframe.
The purpose of this workshop is to present and review actual proposals for
scaling Bitcoin against the requirements gathered in Phase 1. Multiple
competing proposals will be presented, with experimental data, and compared
against each other. The goal is to raise awareness of scalability issues
and build a pathway toward consensus for increasing Bitcoin’s transaction
processing capacity or, barring that, identify key areas of further
required research and next steps for moving forward.
Preliminarily, Phase 2 will be a time to share results from experiments
performed as a result of Phase 1 and an opportunity to discuss new
developments.
How do the Workshops work?
-
Both events will be live-streamed with remote participation facilitated
via IRC for parallel online discussion and passing questions to the event.
-
These workshops aim to facilitate the existing Bitcoin Improvement
Proposals (BIP)[1] process. Most work will be done outside of the workshops
in the intervening months. The workshops serve to be additive to the design
and review process by raising awareness of diverse points of view, studies,
simulations, and proposals.
-
Travel, venue details, and accommodation recommendation are available at
scalingbitcoin.org. Registration begins August 12th at an early-bird
ticket price of $150 USD until September 3rd. The ticket prices do not come
close to covering the venue expense and travel subsidies, hence the need
for corporate sponsors.
-
Please see the FAQ at scalingbitcoin.org which should answer most other
questions.
Travel Subsidies for Independent/Academic Researchers
There will be an application process for independent or academic
researchers to apply for travel assistance to help cover the expense of
airfare and hotel fees up to $1,000 per qualified presenter who intends to
give a presentation. The four underwriters of this event have agreed to
jointly review applications and cover the travel subsidies for qualified
presenters. See scalingbitcoin.org for details.
Sponsors of the Montreal Workshop
The first workshop is hosted and with logistics handled by the Montreal
consultancy CryptoMechanics <http://cryptomechanics.com>.
The Underwriters jointly responsible for venue expenses and researcher
travel subsidies are currently the MIT Digital Currency Initiative,
Chaincode Labs, Blockstream, and Chain.com.
Current sponsors include: Cryptsy, BitcoinTalk, Final Hash, Blockstream,
MIT DCI, Chaincode Labs, IDEO Futures, Kraken, and Chain.com.
Additional sponsors are needed. Please see scalingbitcoin.org for
sponsorship details or contact me directly via < pindar dot wong at
gmail.com >
Online Workshop Resources
-
Bitcoin-Workshops-Announce list
https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-workshops-announce
-
Bitcoin-Workshops discussion list
https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-workshops
-
#bitcoin-workshops chat on the Freenode IRC network
http://webchat.freenode.net/?channels=bitcoin-workshops
Call for Proposals/Papers/Presentations
If you have any research relevant to issues surrounding Bitcoin
scalability, your proposal for a presentation at the Montreal workshop
would be most welcome. Please see scalingbitcoin.org for submission
details.
Pindar Wong
Chair, Montreal Workshop Planning Committee
Chairman, VeriFi (Hong Kong) Ltd.
[1] https://en.bitcoin.it/wiki/Bitcoin_Improvement_Proposals
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/attachments/20150811/af220cea/attachment-0001.html>
original: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-August/010135.html
submitted by bitcoin-devlist-bot to bitcoin_devlist [link] [comments]

TIGER'S ALTCOIN NEWS #4 EVERGREENCOIN AN EVNIRONMENTALLY FRIENDLY CURRENCY AUTO-TRADING - Running the Free Quatloo Trader for the first time (Altcoin Auto-trader software) JackpotCoin (JPC) is a fast, innovative and energy efficient crypto currency! Can 1 Unobtanium be worth 8 Bitcoins in the future? AUTOMATIC BOT FOR TRADING ON CEX.IO AND BITCOIN ARBITRAGE

You have stumbled upon the Kiwi Webchat for the freenode project. To learn more about the freenode IRC network, the freenode #live conference and other freenode projects head over to our website.our website. De Bitcoin Wiki. Aller à : navigation, rechercher. Présentation. Le chan #bitcoin-fr sur Freenode permet aux francophones de discuter et de partager autour du Bitcoin. rejoindre le chan #bitcoin-fr; rejoindre le chan #bitcoin-fr (webchat) NB : ... Internet Relay Chat (IRC) is an application layer protocol that facilitates communication in the form of text.The chat process works on a client/server networking model. IRC clients are computer programs that users can install on their system or web based applications running either locally in the browser or on 3rd party server. PDF On Jan 15, 2015, Petar Čekerevac and others published BITCOIN – BENEFITS AND RISKS Find, read and cite all the research you need on ResearchGate Quantum computers have arrived, and new models are introduced every year. Most recently, IBM demonstrated a brand new model at this year’s Consumer Electronics Show.Most quantum computing research is currently limited to academic institutions and major corporations, but the technology will become more widely available in the not-so-distant future.

[index] [37313] [46189] [48433] [59929] [12384] [35973] [60571] [48252] [61698] [35295]

TIGER'S ALTCOIN NEWS #4 EVERGREENCOIN AN EVNIRONMENTALLY FRIENDLY CURRENCY

Get the latest information and download the Quatloo-Trader here: https://bitcointalk.org/index.php?topic=711966.0;all Chatroom / IRC-Channel here: http://web... It already supports advanced trading on www.cryptsy.com, www.poloniex.com and www.bittrex.com - and now it supports www.cex.io - the worlds largest bitcoin commodity exchange. hi all here is a quick run threw of how to use some of the new features of the XRA Wallet bitcoin talk https://bitcointalk.org/index.php?topic=1119477.0;all ... NEWS ON EVERGREENCOIN AND THE STRATOSPHERE PROJECT donations bitcoin: 16GeBN822wk7qtErExHXN1Q2gNMejLe6Z2 evergreencoin: EW4fPaGJsY3gkJCMZcgTvrKqHCbToTsWZX st... UNO WALLET: ueFQSPc212KRRDYPDczSV46qXjarvTBMUE Get started trading crypto-currency in minutes Register at: https://www.cryptsy.com/users/register?refid=72643...

http://forex-sweden.miningoutlet.pw