Bitcoin Forum
June 01, 2024, 11:17:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 [139] 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 ... 447 »
2761  Local / Crittografia e decentralizzazione / Re: Bitmessage - Alternativa decentralizzata all'email on: November 15, 2015, 02:09:51 AM
Sta migliorando sempre di più Cheesy

Altra release.

https://github.com/mailchuck/PyBitmessage/releases

v0.5.3 (November 15th 2015):
Opportunistic TLS encryption among compatible nodes
SQLite zeroes deleted blocks
Bundled Windows / OSX executables include a working PoW library and translations
Assorted UI fixes
Blacklisting senders is easier
Network tab show sync status

v0.5.2 (November 8th 2015):
The sizes of components like account lists and addressbooks are now resizable, and PyBitmessage remembers the sizes across restarts. No more "Recieved" column stretching across half the screen! Also the saving of these attributes now works correctly on linux.
PyBitmessage now includes a library for faster PoW. You have to compile it yourself, on a Unix-like system that should be very easy. Unfortunately, I was unable find out how to include it in the binary (Windows/OSX) releases correctly yet. Precompiled Windows libraries (both 32bit and 64bit) are avalable for download for those who run PyBitmessage from python.

v0.5.1 (November 1st 2015):
There is nothing major, just plenty of small bugfixes that will make your user experience smoother.
2762  Local / Italiano (Italian) / Re: Bitcoin core bloccato on: November 14, 2015, 08:50:21 PM
1) Prova ad aggiornare alla nuova versione 0.11.2
2) Una volta che hai ricevuto i Bitcoin, spostali su un altro client che non debba scaricare tutta la blockchain. Il client Bitcoin Core è sconsigliato agli utenti comuni.

Fra i client locali (non dipendenti da un unico servizio online) si consiglia Electrum, o Multibit.
2763  Local / Italiano (Italian) / Re: Pagina unica on: November 14, 2015, 05:55:10 PM
Sembra che ora stia riuscendo a crearla.
Chi vuole partecipare alla sua creazione e testing mi contatti su Telegram.
2764  Local / Accuse scam/truffe / Re: Federico Pecoraro - CEO Robocoin Italia - Prestito ripagato on: November 13, 2015, 05:01:12 PM
Si chiudo.
2765  Local / Italiano (Italian) / Re: Bitgold - comprare e scambiare oro con bitcoin on: November 13, 2015, 01:41:43 PM
La carta prepagata ora è disponibile a tutti.
E' richiesto però che sia presente almeno 1 g d'oro sul vostro account.

Non è ancora possibile però ritirare sotto forma di Bitcoin ...
2766  Local / Italiano (Italian) / Re: tutte le private keys in un sito on: November 13, 2015, 01:34:03 PM
https://bitcointalk.org/index.php?topic=98823.msg10175705#msg10175705
2767  Local / Accuse scam/truffe / Re: Federico Pecoraro - CEO Robocoin Italia - Prestito ripagato on: November 13, 2015, 01:24:32 PM
Ricevuti gli ultimi 300 euro.

Prestito ripagato completamente.
2768  Bitcoin / Bitcoin Discussion / Bitcoin Core version 0.11.2 released on: November 13, 2015, 12:26:08 PM
Bitcoin Core version 0.11.2 is now available from:

https://bitcoin.org/bin/bitcoin-core-0.11.2

This is a new minor version release, bringing bug fixes, the BIP65
(CLTV) consensus change, and relay policy preparation for BIP113. It is
recommended to upgrade to this version as soon as possible.

Please report bugs using the issue tracker at github:

https://github.com/bitcoin/bitcoin/issues

Upgrading and downgrading
=========================

How to Upgrade
--------------

If you are running an older version, shut it down. Wait until it has completely
shut down (which might take a few minutes for older versions), then run the
installer (on Windows) or just copy over /Applications/Bitcoin-Qt (on Mac) or
bitcoind/bitcoin-qt (on Linux).

Downgrade warning
------------------

Because release 0.10.0 and later makes use of headers-first synchronization and
parallel block download (see further), the block files and databases are not
backwards-compatible with pre-0.10 versions of Bitcoin Core or other software:

* Blocks will be stored on disk out of order (in the order they are
received, really), which makes it incompatible with some tools or
other programs. Reindexing using earlier versions will also not work
anymore as a result of this.

* The block index database will now hold headers for which no block is
stored on disk, which earlier versions won't support.

If you want to be able to downgrade smoothly, make a backup of your entire data
directory. Without this your node will need start syncing (or importing from
bootstrap.dat) anew afterwards. It is possible that the data from a completely
synchronised 0.10 node may be usable in older versions as-is, but this is not
supported and may break as soon as the older version attempts to reindex.

This does not affect wallet forward or backward compatibility. There are no
known problems when downgrading from 0.11.x to 0.10.x.

Notable changes since 0.11.1
============================

BIP65 soft fork to enforce OP_CHECKLOCKTIMEVERIFY opcode
--------------------------------------------------------

This release includes several changes related to the [BIP65][] soft fork
which redefines the existing OP_NOP2 opcode as OP_CHECKLOCKTIMEVERIFY
(CLTV) so that a transaction output can be made unspendable until a
specified point in the future.

1. This release will only relay and mine transactions spending a CLTV
   output if they comply with the BIP65 rules as provided in code.

2. This release will produce version 4 blocks by default. Please see the
   *notice to miners* below.

3. Once 951 out of a sequence of 1,001 blocks on the local node's best block
   chain contain version 4 (or higher) blocks, this release will no
   longer accept new version 3 blocks and it will only accept version 4
   blocks if they comply with the BIP65 rules for CLTV.

For more information about the soft-forking change, please see
https://github.com/bitcoin/bitcoin/pull/6351

Graphs showing the progress towards block version 4 adoption may be
found at the URLs below:

- Block versions over the last 50,000 blocks as progress towards BIP65
  consensus enforcement: http://bitcoin.sipa.be/ver-50k.png

- Block versions over the last 2,000 blocks showing the days to the
  earliest possible BIP65 consensus-enforced block: http://bitcoin.sipa.be/ver-2k.png

**Notice to miners:** Bitcoin Core’s block templates are now for
version 4 blocks only, and any mining software relying on its
getblocktemplate must be updated in parallel to use libblkmaker either
version 0.4.3 or any version from 0.5.2 onward.

- If you are solo mining, this will affect you the moment you upgrade
  Bitcoin Core, which must be done prior to BIP65 achieving its 951/1001
  status.

- If you are mining with the stratum mining protocol: this does not
  affect you.

- If you are mining with the getblocktemplate protocol to a pool: this
  will affect you at the pool operator’s discretion, which must be no
  later than BIP65 achieving its 951/1001 status.

[BIP65]: https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki

BIP113 mempool-only locktime enforcement using GetMedianTimePast()
----------------------------------------------------------------

Bitcoin transactions currently may specify a locktime indicating when
they may be added to a valid block.  Current consensus rules require
that blocks have a block header time greater than the locktime specified
in any transaction in that block.

Miners get to choose what time they use for their header time, with the
consensus rule being that no node will accept a block whose time is more
than two hours in the future.  This creates a incentive for miners to
set their header times to future values in order to include locktimed
transactions which weren't supposed to be included for up to two more
hours.

The consensus rules also specify that valid blocks may have a header
time greater than that of the median of the 11 previous blocks.  This
GetMedianTimePast() time has a key feature we generally associate with
time: it can't go backwards.

[BIP113][] specifies a soft fork (**not enforced in this release**) that
weakens this perverse incentive for individual miners to use a future
time by requiring that valid blocks have a computed GetMedianTimePast()
greater than the locktime specified in any transaction in that block.

Mempool inclusion rules currently require transactions to be valid for
immediate inclusion in a block in order to be accepted into the mempool.
This release begins applying the BIP113 rule to received transactions,
so transaction whose time is greater than the GetMedianTimePast() will
no longer be accepted into the mempool.

**Implication for miners:** you will begin rejecting transactions that
would not be valid under BIP113, which will prevent you from producing
invalid blocks if/when BIP113 is enforced on the network. Any
transactions which are valid under the current rules but not yet valid
under the BIP113 rules will either be mined by other miners or delayed
until they are valid under BIP113. Note, however, that time-based
locktime transactions are more or less unseen on the network currently.

**Implication for users:** GetMedianTimePast() always trails behind the
current time, so a transaction locktime set to the present time will be
rejected by nodes running this release until the median time moves
forward. To compensate, subtract one hour (3,600 seconds) from your
locktimes to allow those transactions to be included in mempools at
approximately the expected time.

[BIP113]: https://github.com/bitcoin/bips/blob/master/bip-0113.mediawiki

Windows bug fix for corrupted UTXO database on unclean shutdowns
----------------------------------------------------------------

Several Windows users reported that they often need to reindex the
entire blockchain after an unclean shutdown of Bitcoin Core on Windows
(or an unclean shutdown of Windows itself). Although unclean shutdowns
remain unsafe, this release no longer relies on memory-mapped files for
the UTXO database, which significantly reduced the frequency of unclean
shutdowns leading to required reindexes during testing.

For more information, see: https://github.com/bitcoin/bitcoin/pull/6917

Other fixes for database corruption on Windows are expected in the
next major release.

0.11.2 Change log
=================

Detailed release notes follow. This overview includes changes that affect
behavior, not code moves, refactors and string updates. For convenience in locating
the code changes and accompanying discussion, both the pull request and
git merge commit are mentioned.

- #6124 `684636b` Make CScriptNum() take nMaxNumSize as an argument
- #6124 `4fa7a04` Replace NOP2 with CHECKLOCKTIMEVERIFY (BIP65)
- #6124 `6ea5ca4` Enable CHECKLOCKTIMEVERIFY as a standard script verify flag
- #6351 `5e82e1c` Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic
- #6353 `ba1da90` Show softfork status in getblockchaininfo
- #6351 `6af25b0` Add BIP65 to getblockchaininfo softforks list
- #6688 `01878c9` Fix locking in GetTransaction
- #6653 `b3eaa30` [Qt] Raise debug window when requested
- #6600 `1e672ae` Debian/Ubuntu: Include bitcoin-tx binary
- #6600 `2394f4d` Debian/Ubuntu: Split bitcoin-tx into its own package
- #5987 `33d6825` Bugfix: Allow mining on top of old tip blocks for testnet
- #6852 `21e58b8` build: make sure OpenSSL heeds noexecstack
- #6846 `af6edac` alias `-h` for `--help`
- #6867 `95a5039` Set TCP_NODELAY on P2P sockets.
- #6856 `dfe55bd` Do not allow blockfile pruning during reindex.
- #6566 `a1d3c6f` Add rules--presently disabled--for using GetMedianTimePast as end point for lock-time calculations
- #6566 `f720c5f` Enable policy enforcing GetMedianTimePast as the end point of lock-time constraints
- #6917 `0af5b8e` leveldb: Win32WritableFile without memory mapping
- #6948 `4e895b0` Always flush block and undo when switching to new file

Credits
=======

Thanks to everyone who directly contributed to this release:

- Alex Morcos
- ฿tcDrak
- Chris Kleeschulte
- Daniel Cousens
- Diego Viola
- Eric Lombrozo
- Esteban Ordano
- Gregory Maxwell
- Luke Dashjr
- Marco Falke
- Mark Friedenbach
- Matt Corallo
- Micha
- Mitchell Cash
- Peter Todd
- Pieter Wuille
- Wladimir J. van der Laan
- Zak Wilcox

And those who contributed additional code review and/or security research.

As well as everyone that helped translating on [Transifex](https://www.transifex.com/projects/p/bitcoin/).
2769  Local / Italiano (Italian) / Re: Open Transactions e Moneychanger on: November 13, 2015, 02:13:48 AM
Complete User Autonomy – Chris Odom
https://www.youtube.com/watch?v=R0UYzucfBLs
2770  Local / Italiano (Italian) / Re: E' uscito Electrum v2.5.4! on: November 12, 2015, 05:23:05 PM
Credo che si, sia compatibile, ma poi avrai un nuovo seed.
Quello che avviene, da quel che ho capito, è semplicemente un trasferimento dei Bitcoin dagli indirizzi del vecchio seed su quello nuovo.

Mal che vada, basta fare un trasferimento normale.
2771  Local / Italiano (Italian) / Re: E' uscito Electrum v2.5.4! on: November 12, 2015, 02:36:50 PM
Il cold wallet credo che sia compatibile con le nuove versioni, nel senso che lui prende i Bitcoin e li sposta sui nuovi indirizzi.

Tu non stai cercando di preservare i tuoi Bitcoin, stai cercando di preservare i tuoi indirizzi.
In genere questa non è una cosa prevista da nessun software Bitcoin, si cerca invece di sconsigliare come pratica.


Nuova versione 2.5.4
 * increase MIN_RELAY_TX_FEE to avoid dust transactions
2772  Local / Italiano (Italian) / Re: AIUTO! Qualcuno puo' aiutarmi a capire come recuperare i miei coin da COINPOCKET on: November 12, 2015, 11:58:59 AM
Quella stringa è il tuo backup, devi avere anche la password.

Con quella stringa dovresti riuscire a riattivare il wallet anche su iPhone.

"Setup (and backup) a new wallet then go to Receive->Sweep Private Key."
2773  Local / Italiano (Italian) / Re: AIUTO! Qualcuno puo' aiutarmi a capire come recuperare i miei coin da COINPOCKET on: November 12, 2015, 11:21:08 AM
Qui ci sono alcune risposte:
https://twitter.com/CoinPocket/with_replies

Sembra che sia possibile prendere il backup dall'app precedente.
Settings -> View Encrypted Private Key (BIP38)

Se però non hai un backup, e l'app sull'Ipad non è accessibile, credo che non ci sia modo.
2774  Local / Mercato valute / Re: REGOLAMENTO - PREMESSA: SE SIETE NUOVI, FATE MOLTA ATTENZIONE! on: November 12, 2015, 12:20:58 AM
NUOVA REGOLA
Non ha senso farsi fare feedback doppi o più dagli stessi utenti nell'arco di 24 ore.
Si può lasciarsi fare solo un feedback.
2775  Local / Italiano (Italian) / Re: da cancellare on: November 12, 2015, 12:05:03 AM
Era per vedere se aveva altro da scrivere, pare di no.
2776  Local / Italiano (Italian) / Re: E' uscito Electrum v2.5.3! on: November 12, 2015, 12:04:19 AM
Non so quanto sia vecchia quella versione, ma no, credo che non potrai usare gli indirizzi vecchi.
2777  Economy / Service Announcements / Re: Bitwage Releases Bitcoin Payroll for the Individual. Live your life in Bitcoin! on: November 11, 2015, 08:15:25 PM
It is now available in Europe.
2778  Local / Italiano (Italian) / Re: [UTILE] Per pagare tasse/bollette/terzi o farsi pagare senza avere conti bancari on: November 11, 2015, 07:36:02 PM
Anche Bitwage apre (insieme a Cashila) come servizio per farsi pagare in euro e ricevere Bitcoin (quindi anche senza avere conto corrente)
2779  Local / Italiano (Italian) / Re: exchanger piu solido on: November 11, 2015, 05:02:51 PM
Therock e Kraken.
2780  Local / Italiano (Italian) / Re: E' uscito Electrum v2.5.3! on: November 11, 2015, 03:49:38 PM
Nuova versione

# Release 2.5.3 (bugfixes)
 * installwizard: do not allow direct copy-paste of the seed
 * installwizard: fix bug #1531 (starting offline)
Pages: « 1 ... 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 [139] 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 ... 447 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!