Bitcoin Forum
March 19, 2024, 03:01:56 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: 1 2 3 4 5 6 [All]
  Print  
Author Topic: Bitcoin-Qt/bitcoind version 0.7.0 released  (Read 25304 times)
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2164


Chief Scientist


View Profile WWW
September 17, 2012, 11:50:30 PM
Last edit: September 22, 2012, 07:55:52 PM by Gavin Andresen
 #1

Bitcoin version 0.7.0 is now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/

We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt
upgrade to this release, except for users running Mac OSX 10.5.

Please report bugs using the issue tracker at github:
  https://github.com/bitcoin/bitcoin/issues

Project source code is hosted at github; you can get
source-only tarballs/zipballs directly from there:
  https://github.com/bitcoin/bitcoin/tarball/v0.7.0  # .tar.gz
  https://github.com/bitcoin/bitcoin/zipball/v0.7.0  # .zip

Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep
bitcoin up-to-date.  Just type
  sudo apt-add-repository ppa:bitcoin/bitcoin
  sudo apt-get update
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt


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
Code:
/Applications/Bitcoin-Qt
(on Mac) or
Code:
bitcoind/bitcoin-qt
(on Linux).

If you were running on Linux with a version that might have been compiled
with a different version of Berkeley DB (for example, if you were using the
PPA and are switching to the binary release), then run the old version again
with the -detachdb argument and shut it down; if you do not, then the new
version will not be able to read the database files and will exit with an error.

Incompatible Changes

* Replaced the 'getmemorypool' RPC command with 'getblocktemplate/submitblock'
  and 'getrawmempool' commands.
* Remove deprecated RPC 'getblocknumber'

Bitcoin Improvement Proposals implemented

BIP 22 - 'getblocktemplate', 'submitblock' RPCs
BIP 34 - block version 2, height in coinbase
BIP 35 - 'mempool' message, extended 'getdata' message behavior


Core bitcoin handling and blockchain database

* Reduced CPU usage, by eliminating some redundant hash calculations
* Cache signature verifications, to eliminate redundant signature checks
* Transactions with zero-value outputs are considered non-standard
* Mining: when creating new blocks, sort 'paid' area by fee-per-kb
* Database: better validation of on-disk stored data
* Database: minor optimizations and reliability improvements
* -loadblock=FILE will import an external block file
* Additional DoS (denial-of-service) prevention measures
* New blockchain checkpoint at block 193,000


JSON-RPC API

* Internal HTTP server is now thread-per-connection, rather than
  a single-threaded queue that would stall on network I/O.
* Internal HTTP server supports HTTP/1.1, pipelined requests and
  connection keep-alive.
* Support JSON-RPC 2.0 batches, to encapsulate multiple JSON-RPC requests
  within a single HTTP request.
* IPv6 support
* Added raw transaction API.  See https://gist.github.com/2839617
* Added 'getrawmempool', to list contents of TX memory pool
* Added 'getpeerinfo', to list data about each connected network peer
* Added 'listaddressgroupings' for better coin control
* Rework getblock call.
* Remove deprecated RPC 'getblocknumber'
* Remove superceded RPC 'getmemorypool' (see BIP 22, above)
* listtransactions output now displays "smart" times for transactions,
  and 'blocktime' and 'timereceived' fields were added


P2P networking

* IPv6 support
* Tor hidden service support (see doc/Tor.txt)
* Attempts to fix "stuck blockchain download" problems
* Replace BDB database "addr.dat" with internally-managed "peers.dat"
  file containing peer address data.
* Lower default send buffer from 10MB to 1MB
* proxy: SOCKS5 by default
* Support connecting by hostnames passed to proxy
* Add -seednode connections, and use this instead of DNS seeds when proxied
* Added -externalip and -discover
* Add -onlynet to connect only to a given network (IPv4, IPv6, or Tor)
* Separate listening sockets, -bind=<addr>


Qt GUI

* Add UI RPC console / debug window
* Re-Enable URI handling on Windows, add safety checks and tray-notifications
* Harmonize the use of ellipsis ("...") to be used in menus, but not on buttons
* Add 2 labels to the overviewpage that display Wallet and Transaction status (obsolete or current)
* Extend the optionsdialog (e.g. language selection) and re-work it to a tabbed UI
* Merge sign/verify message into a single window with tabbed UI
* Ensure a changed bitcoin unit immediately updates all GUI elements that use units
* Update QR Code dialog
* Improve error reporting at startup
* Fine-grained UI updates for a much smoother UI during block downloads
* Remove autocorrection of 0/i in addresses in UI
* Reorganize tray icon menu into more logical order
* Persistently poll for balance change when number of blocks changed
* Much better translations
* Override progress bar design on platforms with segmented progress bars to assist with readability
* Added 'immature balance' display on the overview page
* (Windows only): enable ASLR and DEP for bitcoin-qt.exe
* (Windows only): add meta-data to bitcoin-qt.exe (e.g. description)

Internal codebase

* Additional unit tests
* Compile warning fixes


Miscellaneous

* Reopen debug.log upon SIGHUP
* Bash programmable completion for bitcoind(1)
* On supported OS's, each thread is given a useful name



Thanks to everybody who contributed to this release:

Chris Moore
Christian von Roques
David Joel Schwartz
Douglas Huff
Fordy
Gavin Andresen
Giel van Schijndel
Gregory Maxwell
Jeff Garzik
Luke Dashjr
Matt Corallo
Michael Ford
Michael Hendricks
Peter Todd
Philip Kaufmann
Pieter Wuille
R E Broadley
Ricardo M. Correia
Rune K. Svendsen
Scott Ellis
Stephane Glondu
Wladimir J. van der Laan
cardpuncher
coderrr
fanquake
grimd34th
sje397
xanatos

Thanks to Sergio Lerner for reporting denial-of-service vulnerabilities fixed in this release.

How often do you get the chance to work on a potentially world-changing project?
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1710817316
Hero Member
*
Offline Offline

Posts: 1710817316

View Profile Personal Message (Offline)

Ignore
1710817316
Reply with quote  #2

1710817316
Report to moderator
jimbobway
Legendary
*
Offline Offline

Activity: 1304
Merit: 1014



View Profile
September 18, 2012, 12:06:06 AM
 #2

Awesomeness.
knight22
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000


--------------->¿?


View Profile
September 18, 2012, 12:11:50 AM
 #3

Excellent! Thanks for your hard works!

hazek
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


View Profile
September 18, 2012, 12:11:55 AM
 #4

Awesomeness.
Excellent! Thanks for your hard work!

+1!

Gavin, I was just wondering, would you mind explaining what this is:
* New blockchain checkpoint at block 193,000

Nvm, found an explanation here: http://bitcoin.stackexchange.com/questions/1061/can-a-51-attack-be-detected-and-dealt-with/1065#1065

My personality type: INTJ - please forgive my weaknesses (Not naturally in tune with others feelings; may be insensitive at times, tend to respond to conflict with logic and reason, tend to believe I'm always right)

If however you enjoyed my post: 15j781DjuJeVsZgYbDVt2NZsGrWKRWFHpp
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
September 18, 2012, 01:19:06 AM
 #5

Excellent. I guess the Ubuntu PPA takes some time to be ready as it doesn't seem to be showing an update available yet.

Severian
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
September 18, 2012, 01:19:50 AM
Last edit: September 18, 2012, 02:33:38 AM by Severian
 #6

Mac version is running like a champ. Quicker load time, it seems.

You all are the bomb. Gracias.
nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
September 18, 2012, 01:34:46 AM
 #7

Great work! Grin
evoorhees
Legendary
*
Offline Offline

Activity: 1008
Merit: 1021


Democracy is the original 51% attack


View Profile
September 18, 2012, 01:35:37 AM
 #8

I have a man-crush on all the developers. THANK YOU GUYS FOR YOUR AMAZING WORK.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
September 18, 2012, 01:37:41 AM
 #9

Excellent. I guess the Ubuntu PPA takes some time to be ready as it doesn't seem to be showing an update available yet.

The update is there. I updated mine 1 hour ago.
BinaryMage
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


Ad astra.


View Profile
September 18, 2012, 02:17:23 AM
 #10

Threaded RPC server, excellent. Less memory usage is never a bad thing either.

Thank you developers!

-- BinaryMage -- | OTC | PGP
BkkCoins
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1009


firstbits:1MinerQ


View Profile WWW
September 18, 2012, 02:17:55 AM
 #11

Excellent. I guess the Ubuntu PPA takes some time to be ready as it doesn't seem to be showing an update available yet.

The update is there. I updated mine 1 hour ago.
Weird. I see it listed on the launchpad website but in Update Manager and Synaptics it only shows 0.6.3-natty2 even after reloading. Well, I guess it will show up some time.

edit: fixed err in version.

sebicas
Member
**
Offline Offline

Activity: 69
Merit: 20


View Profile WWW
September 18, 2012, 03:08:01 AM
 #12

Great Improvements on the RPC-API! Thanks so much!! Smiley
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
September 18, 2012, 03:53:45 AM
 #13

Thanks devs!

Is this the September announcement?

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 18, 2012, 04:01:15 AM
 #14

Is this the September announcement?

No.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
lebing
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000

Enabling the maximal migration


View Profile
September 18, 2012, 05:07:08 AM
 #15

Thank you guys!!

Bro, do you even blockchain?
-E Voorhees
David M
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
September 18, 2012, 05:46:07 AM
 #16

Upgrade went perfectly on Win7 32bit.

The Debug window is fantastic and "out of sync" messages really help.

Excellent work as usual. 

<PissAntComplaint>
As a colour blind DBA (i.e UI retarded), I dislike the startup logo.
I'd rather see the "traditional" Bitcoin icon on a light coloured (perhaps a gradient) background.
</PissAntComplaint>
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
September 18, 2012, 06:14:31 AM
 #17

Yeah, logo is how big? in kilobytes? (but QT is also big, hehehe.) I prefer no pictures though and just a purely functional program, but splash screens have been pretty much standard in many apps, so thanks.

piotr_n
Legendary
*
Offline Offline

Activity: 2053
Merit: 1344


aka tonikt


View Profile WWW
September 18, 2012, 06:20:22 AM
 #18

Thank you!

This time I can confirm that gitian gives me exactly the same bitcoin-qt.exe as you serve. (unlike it once was with 0.6.2)

Check out gocoin - my original project of full bitcoin node & cold wallet written in Go.
PGP fingerprint: AB9E A551 E262 A87A 13BB  9059 1BE7 B545 CDF3 FD0E
Seal
Donator
Hero Member
*
Offline Offline

Activity: 849
Merit: 1078


View Profile WWW
September 18, 2012, 06:29:56 AM
 #19

Good work Gavin + team, much appreciated.

DefiDive - Filter the noise
A clean crypto asset management terminal
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
September 18, 2012, 07:52:45 AM
 #20

Thank you , devs.

mintymark
Sr. Member
****
Offline Offline

Activity: 286
Merit: 251


View Profile
September 18, 2012, 08:05:27 AM
 #21

Is there really STILL no coin control options in this release? This is the major feature I have been waiting for for many many months and I am so disappointed that it seems to be not here ?

[[ All Tips gratefully received!!  ]]
15ta5d1N8mKkgC47SRWmnZABEFyP55RrqD
SRoulette
Sr. Member
****
Offline Offline

Activity: 364
Merit: 252



View Profile WWW
September 18, 2012, 08:10:26 AM
 #22

Thanks to Gavin and all Bitcoin devs current and past.

Our games at SatoshiRoulette simply would not be possible were it not for bitcoind and the ongoing work from yourselves.

tpantlik
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile
September 18, 2012, 08:46:02 AM
 #23

Thanks to all the developers, great work!

Is there an option to send some coins as a donation?

Gods sent us a powerful tool - cryptography - to fight with those who are trying to exploit us. USE IT!!
CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1072


Ian Knowles - CIYAM Lead Developer


View Profile WWW
September 18, 2012, 08:50:44 AM
 #24

Is there really STILL no coin control options in this release? This is the major feature I have been waiting for for many many months and I am so disappointed that it seems to be not here ?

There is actually complete coin control now (note that the patch that had been created earlier whilst having GUI support only provided limited control), however,  you will need to use the console version (bitcoind) to create the tx's via the "raw transactions" RPC calls: https://en.bitcoin.it/wiki/Raw_Transactions

Great work guys (am reading about raw tx's now in order to start playing with them)!

With CIYAM anyone can create 100% generated C++ web applications in literally minutes.

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
waspoza
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


Firstbits: 1waspoza


View Profile
September 18, 2012, 08:55:02 AM
 #25

Thanks!
minimalB
Donator
Hero Member
*
Offline Offline

Activity: 674
Merit: 522


View Profile
September 18, 2012, 09:16:11 AM
 #26

Wow... i can browse the web while DLing BlockChain on my old trusty P4!

Thanks!
arklan
Legendary
*
Offline Offline

Activity: 1778
Merit: 1008



View Profile
September 18, 2012, 10:40:54 AM
 #27

yay! updates! thanks guys.

i don't post much, but this space for rent.
waspoza
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


Firstbits: 1waspoza


View Profile
September 18, 2012, 10:54:10 AM
Last edit: September 18, 2012, 11:42:15 AM by waspoza
 #28

Bad news, this new version hogging cpu, making my server unresponsive:

Code:
top - 12:50:36 up 259 days, 13:54,  1 user,  load average: 1.42, 0.89, 0.81
Tasks: 185 total,   1 running, 184 sleeping,   0 stopped,   0 zombie
Cpu0  :  1.3%us, 11.0%sy,  0.0%ni, 39.2%id, 48.3%wa,  0.0%hi,  0.0%si,  0.2%st
Cpu1  :  1.7%us,  2.6%sy,  0.0%ni, 70.6%id, 24.9%wa,  0.0%hi,  0.0%si,  0.2%st
Cpu2  : 33.3%us,  0.0%sy,  0.0%ni, 66.7%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Cpu3  : 25.0%us, 25.0%sy, 50.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   6033904k total,  5858656k used,   175248k free,   632912k buffers
Swap:   488444k total,   488444k used,        0k free,  2984440k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
25314 bitcoin   20   0  328m  97m 3800 S  143  1.6   3:29.96 bitcoind
   12 root      20   0     0    0    0 S   39  0.0 167:28.84 ksoftirqd/2
25567 web28     20   0  443m  15m 4824 D   17  0.3   0:05.10 apache2
   15 root      20   0     0    0    0 S   17  0.0 167:39.36 ksoftirqd/3
26319 web29     20   0  440m  14m 3288 S    1  0.2   0:00.03 apache2
 1161 mysql     20   0  411m  85m 3876 S    0  1.4   3004:18 mysqld

Its Debian Squeeze 64 bit.
tenakha
Hero Member
*****
Offline Offline

Activity: 1470
Merit: 509



View Profile
September 18, 2012, 11:16:15 AM
 #29

Hi,

I want to upgrade to 0.7. I'm using macos. Do I just download and install?

Should I backup my wallet again just for safely?

There is no chance of my existing wallet getting over-written or anything is there?

T
fornit
Hero Member
*****
Offline Offline

Activity: 987
Merit: 1001


View Profile
September 18, 2012, 11:29:39 AM
 #30

nice improvements  Smiley
runs smothly so far, great job devs! 
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
September 18, 2012, 11:43:24 AM
 #31

Good work guys, thank you  Smiley

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
September 18, 2012, 12:34:40 PM
 #32

Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep
bitcoin up-to-date.  Just type
  sudo apt-add-repository ppa:bitcoin/bitcoin
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt

Ubuntu PPA is not updated.

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
bitcoin-qt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 523 not upgraded.

Code:
$ bitcoind getinfo
{
    "version" : 60300,
    "protocolversion" : 60001,
    "walletversion" : 10500,
    "balance" : 1.04223600,
    "blocks" : 199384,
    "connections" : 54,
    "proxy" : "",
    "difficulty" : 2694047.95295501,
    "testnet" : false,
    "keypoololdest" : 1330254479,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
September 18, 2012, 12:38:55 PM
 #33

Ubuntu Linux users can use the "Personal Package Archive" (PPA)
maintained by Matt Corallo to automatically keep
bitcoin up-to-date.  Just type
  sudo apt-add-repository ppa:bitcoin/bitcoin
in your terminal, then install the bitcoin-qt package:
  sudo apt-get install bitcoin-qt

Ubuntu PPA is not updated.

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
bitcoin-qt is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 523 not upgraded.

Code:
$ bitcoind getinfo
{
    "version" : 60300,
    "protocolversion" : 60001,
    "walletversion" : 10500,
    "balance" : 1.04223600,
    "blocks" : 199384,
    "connections" : 54,
    "proxy" : "",
    "difficulty" : 2694047.95295501,
    "testnet" : false,
    "keypoololdest" : 1330254479,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

Yes, it is. Do a...

Code:
sudo apt-get update

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
XertroV
Member
**
Offline Offline

Activity: 88
Merit: 12

Max Kaye


View Profile WWW
September 18, 2012, 01:03:26 PM
 #34

...
Core bitcoin handling and blockchain database
...
* -loadblock=FILE will import an external block file
...

Is there any chance of this being able to support blockchains made using a different version of libdb?

Also, the PPA is most certainly updated.
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2164


Chief Scientist


View Profile WWW
September 18, 2012, 01:10:27 PM
 #35

The block files (blk000N.dat) are not BDB files, they're a raw, binary, append-only list of serialized blocks, so -loadblock doesn't care about the version of libdb used.

How often do you get the chance to work on a potentially world-changing project?
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
September 18, 2012, 01:13:52 PM
 #36

Thanks.

old_engineer
Sr. Member
****
Offline Offline

Activity: 387
Merit: 250


View Profile
September 18, 2012, 01:34:11 PM
 #37

Gavin, you might want to add that Ubuntu users should also type
 sudo apt-get update
between the repository addition and apt-get install steps.
rate5
Member
**
Offline Offline

Activity: 104
Merit: 100



View Profile
September 18, 2012, 04:20:43 PM
 #38

Upgraded with PPA on Ubuntu 12.04 32bit.  No problems, tray icon fixed and now showing Smiley

Gavin, you might want to add that Ubuntu users should also type
 sudo apt-get update
between the repository addition and apt-get install steps.

+1 this step should be included
Dansker
Hero Member
*****
Offline Offline

Activity: 740
Merit: 500


Hello world!


View Profile
September 18, 2012, 05:53:38 PM
 #39

Thank you for your hard work!

I hope that history will remember your contributions Smiley

flatfly
Legendary
*
Offline Offline

Activity: 1064
Merit: 1011


View Profile
September 18, 2012, 06:27:45 PM
 #40

Great job once again!
Congratulations.

My main address: 1337sfeChyyzZLzdHLewXzcaAaJSNTM893.
paulie_w
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
September 18, 2012, 06:37:01 PM
 #41

nice work team. where to send my bitcoins to fund your work?
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
September 18, 2012, 08:09:52 PM
 #42

Bad news, this new version hogging cpu, making my server unresponsive:

Its Debian Squeeze 64 bit.

Just during startup, or always?

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
waspoza
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


Firstbits: 1waspoza


View Profile
September 18, 2012, 08:51:17 PM
 #43

Always. 30 minutes after startup was same thing.
Pieter Wuille
Legendary
*
Offline Offline

Activity: 1072
Merit: 1170


View Profile WWW
September 18, 2012, 08:56:22 PM
 #44

Always. 30 minutes after startup was same thing.

And earlier versions didn't have this problem?

I do Bitcoin stuff.
waspoza
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


Firstbits: 1waspoza


View Profile
September 18, 2012, 08:59:06 PM
 #45

Always. 30 minutes after startup was same thing.

And earlier versions didn't have this problem?

Nop.

This is version 0.6.3, 1% load:

Code:
top - 23:03:33 up 260 days, 7 min,  2 users,  load average: 0.56, 0.25, 0.12
Tasks: 152 total,   1 running, 151 sleeping,   0 stopped,   0 zombie
Cpu(s):  1.0%us,  0.2%sy,  0.0%ni, 75.5%id, 23.1%wa,  0.0%hi,  0.0%si,  0.1%st
Mem:   6033904k total,  5857288k used,   176616k free,   552244k buffers
Swap:   488444k total,   488444k used,        0k free,  3166980k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
11915 web21     20   0  440m  15m 3996 S    2  0.3   0:00.07 apache2
30390 bitcoin   20   0  266m  96m  43m S    1  1.6   0:11.63 bitcoind
20600 mongodb   20   0 7014m 144m  85m S    0  2.5  55:38.28 mongod
30729 root      20   0 19120 1404 1016 R    0  0.0   0:00.07 top
    1 root      20   0  8404  628  520 S    0  0.0   4:03.64 init
    2 root      20   0     0    0    0 S    0  0.0   0:00.00 kthreadd
    3 root      20   0     0    0    0 S    0  0.0 150:09.33 ksoftirqd/0
    4 root      20   0     0    0    0 S    0  0.0  32:40.17 kworker/0:0
    5 root      20   0     0    0    0 S    0  0.0   0:00.00 kworker/u:0
    6 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/0
    7 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/1
    8 root      20   0     0    0    0 S    0  0.0   9:48.57 kworker/1:0
    9 root      20   0     0    0    0 S    0  0.0 174:30.29 ksoftirqd/1
grondilu
Legendary
*
Offline Offline

Activity: 1288
Merit: 1076


View Profile
September 18, 2012, 09:08:09 PM
 #46

Lots of new features and all.  That's great.  Thanks guys.

... BUT ...


The important september announcement is not that there is a troyan horse in the binary, allowing a secret retrieval of all private keys in order to reboot the block chain, is it?

I mean, everybody's so quick into jumping in every new version.  Am I the only one worrying a bit about that?

David M
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
September 18, 2012, 09:20:05 PM
 #47

Am I the only one worrying a bit about that?

Only if you did not read the source.

Personally, I run a simple file compare against the last build and look at the changes.

It ain't called Open Source for nothing.
Adrian-x
Legendary
*
Offline Offline

Activity: 1372
Merit: 1000



View Profile
September 18, 2012, 09:25:11 PM
 #48

Thanks, its running smoothly.

Thank me in Bits 12MwnzxtprG2mHm3rKdgi7NmJKCypsMMQw
fimp
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250



View Profile WWW
September 18, 2012, 09:41:19 PM
 #49

0.7 quits unexpectedly immediately after launch on my OSX 10.5.8.

Is anyone else having this issue?

The-Real-Link
Hero Member
*****
Offline Offline

Activity: 533
Merit: 500


View Profile
September 18, 2012, 10:08:43 PM
 #50


  Only using ~300MB of RAM for me.  Seems slightly reduced so that's nice, even if not a big deal.  The "Out of Sync" notifications are nice to see.

  The options appears to be cleaned up a lot.

  Thank you for the continued hard work!

Oh Loaded, who art up in Mt. Gox, hallowed be thy name!  Thy dollars rain, thy will be done, on BTCUSD.  Give us this day our daily 10% 30%, and forgive the bears, as we have bought their bitcoins.  And lead us into quadruple digits
WikileaksDude
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500



View Profile
September 18, 2012, 10:31:19 PM
 #51

the new client is running very smooth.

_Amazing_ work.

mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
September 18, 2012, 10:36:22 PM
 #52

* Add UI RPC console / debug window

Where is this? I can't seem to find it

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
MadSweeney
Full Member
***
Offline Offline

Activity: 160
Merit: 100



View Profile
September 18, 2012, 11:10:40 PM
 #53

* Add UI RPC console / debug window

Where is this? I can't seem to find it

It's under 'Help' menu.

paulie_w
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
September 18, 2012, 11:25:07 PM
 #54

gavin any chance of seeing big endian/little endian compatibility someday?
DannyHamilton
Legendary
*
Offline Offline

Activity: 3332
Merit: 4492



View Profile
September 19, 2012, 12:30:03 AM
 #55

Should I backup my wallet again just for safely?

There is no chance of my existing wallet getting over-written or anything is there?
It shouldn't over write your existing wallet.dat, but why wouldn't you back it up just in case?

It is pretty easy to do, and if for some reason something unexpected should go wrong for you, saying "I thought you said it would be ok" won't bring back your coins.
kiba
Legendary
*
Offline Offline

Activity: 980
Merit: 1014


View Profile
September 19, 2012, 12:41:46 AM
 #56

Anybody got a plain English explanation?

kano
Legendary
*
Offline Offline

Activity: 4438
Merit: 1794


Linux since 1997 RedHat 4


View Profile
September 19, 2012, 01:07:45 AM
 #57

Bitcoin version 0.7.0 is now available for download at:
  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/

We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt
upgrade to this release.

...

JSON-RPC API

...

* Remove deprecated RPC 'getblocknumber'
* Remove superceded RPC 'getmemorypool' (see BIP 22, above)

...
I'd like to request people using bitcoind to NOT upgrade and force the devs to deal with changes properly.

These 2 changes above are ridiculous.
Can we expect the next version of bitcoin to remove other things that people are using and simply say - bad luck - see you later?
Have any of the bitcoin devs ever worked in a real production environment?
This sort of change suggests the answer to that question is 'no'.

We already had a nightmare of problems back in April due to not dealing with change properly, why are we still seeing this lack of proper procedure here with this 0.7.0 release?

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
DannyHamilton
Legendary
*
Offline Offline

Activity: 3332
Merit: 4492



View Profile
September 19, 2012, 01:13:29 AM
 #58

. . . a real production environment . . . this 0.7.0 release?
From everything I've seen the bitcoin client has always appeared to me to be in Beta.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
September 19, 2012, 01:24:49 AM
 #59

. . . a real production environment . . . this 0.7.0 release?
From everything I've seen the bitcoin client has always appeared to me to be in Beta.

Are you insinuating we shouldn't use beta software to do real work?  Shocked


Wink
kano
Legendary
*
Offline Offline

Activity: 4438
Merit: 1794


Linux since 1997 RedHat 4


View Profile
September 19, 2012, 01:27:08 AM
 #60

. . . a real production environment . . . this 0.7.0 release?
From everything I've seen the bitcoin client has always appeared to me to be in Beta.
So - since the software is in beta the changes done shouldn't be treated appropriately? ...

And ... yes your quote is trying to create a link between 2 things I said that were not linked at all ...

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Hasimir
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
September 19, 2012, 01:37:01 AM
 #61

The Mac version crashes on launch on my Leopard box, so I guess I'll wait for 0.7.1 and see what happens.

Website: Organised Adversary
OpenPGP/GPG key: 0x321E4E2373590E5D  I provide GPG Training services
IRC nick: Hasimir (Freenode and elsewhere)
BTC address: 19hiwsQq7xMAEyQMdiyGjkMGNmpN6GA5wL
Hasimir
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
September 19, 2012, 01:49:22 AM
 #62

0.7 quits unexpectedly immediately after launch on my OSX 10.5.8.

Is anyone else having this issue?

Yes, that's what I'm seeing.

Website: Organised Adversary
OpenPGP/GPG key: 0x321E4E2373590E5D  I provide GPG Training services
IRC nick: Hasimir (Freenode and elsewhere)
BTC address: 19hiwsQq7xMAEyQMdiyGjkMGNmpN6GA5wL
DannyHamilton
Legendary
*
Offline Offline

Activity: 3332
Merit: 4492



View Profile
September 19, 2012, 02:13:39 AM
 #63

From everything I've seen the bitcoin client has always appeared to me to be in Beta.
Are you insinuating we shouldn't use beta software to do real work?  Shocked

Wink
Nah, just that I don't expect beta software to be maintained with the same attention to backward compatibility as I would expect of work done in a production environment.  If I'm going to use beta software in my own production environment, then I'm going to expect to have to do some work on my end to keep up with the newest releases.

So - since the software is in beta the changes done shouldn't be treated appropriately? ...

And ... yes your quote is trying to create a link between 2 things I said that were not linked at all ...
I used ellipsis to show that content had been removed from the original and left the link there so that anybody who wants to can see the context. Not trying to hide anything.

How were they not linked?  You asked if the bitcoin devs had ever worked in a production environment and then complained about the way they were handling 0.7.0 which is a beta release.

Feel free to create competing software.  It is open source after all, and the protocol is public knowledge.  If you can provide a better product and do a better job of treating changes properly, then yours will likely become the new standard.
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 19, 2012, 02:51:23 AM
 #64

gavin any chance of seeing big endian/little endian compatibility someday?

For the main client it is low priority.

But in a blatant plug... https://github.com/jgarzik/pynode does support big + little endian out of the box.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
kano
Legendary
*
Offline Offline

Activity: 4438
Merit: 1794


Linux since 1997 RedHat 4


View Profile
September 19, 2012, 02:52:25 AM
 #65

From everything I've seen the bitcoin client has always appeared to me to be in Beta.
Are you insinuating we shouldn't use beta software to do real work?  Shocked

Wink
Nah, just that I don't expect beta software to be maintained with the same attention to backward compatibility as I would expect of work done in a production environment.
...
Clearly it isn't, I'll agree with you on that Smiley

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 19, 2012, 02:57:19 AM
 #66

. . . a real production environment . . . this 0.7.0 release?
From everything I've seen the bitcoin client has always appeared to me to be in Beta.

Correct.

And beyond that, the RPC API has never had the same ironclad backwards-compat guarantees that the blockchain and P2P network have.  From satoshi's time to present, RPC calls have been considered an internal control plane.  Compatibility with existing use cases is very important, even with RPC API, but sometimes there are exceptions:  deprecated, unused APIs; APIs where we've discussed and planned for changes ahead of time, etc.




Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 19, 2012, 02:59:28 AM
 #67

0.7 quits unexpectedly immediately after launch on my OSX 10.5.8.

Is anyone else having this issue?

Yes, that's what I'm seeing.

hmmm, it sounds like there may be an OSX-specific problem.

What is the previous known working version?

Was that an official OSX build from Gavin, your own build, or a third party build?

Thanks.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
Hasimir
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
September 19, 2012, 04:05:43 AM
 #68

0.7 quits unexpectedly immediately after launch on my OSX 10.5.8.

Is anyone else having this issue?

Yes, that's what I'm seeing.

hmmm, it sounds like there may be an OSX-specific problem.

Could be, hopefully Gavin will find something useful in my debug.log file.  Wink

What is the previous known working version?

0.6.3, which is running right now.

Was that an official OSX build from Gavin, your own build, or a third party build?

It was the official release.

Website: Organised Adversary
OpenPGP/GPG key: 0x321E4E2373590E5D  I provide GPG Training services
IRC nick: Hasimir (Freenode and elsewhere)
BTC address: 19hiwsQq7xMAEyQMdiyGjkMGNmpN6GA5wL
Maged
Legendary
*
Offline Offline

Activity: 1204
Merit: 1015


View Profile
September 19, 2012, 04:51:02 AM
 #69

I'd like to request people using bitcoind to NOT upgrade and force the devs to deal with changes properly.

These 2 changes above are ridiculous.
Can we expect the next version of bitcoin to remove other things that people are using and simply say - bad luck - see you later?
Have any of the bitcoin devs ever worked in a real production environment?
This sort of change suggests the answer to that question is 'no'.

We already had a nightmare of problems back in April due to not dealing with change properly, why are we still seeing this lack of proper procedure here with this 0.7.0 release?
This is a major version update, so things like this can be expected. Even if they had left those features in, the upgrade still might not be seamless for business users. If you don't want to update immediately to the new version, old versions still receive bugfix-only updates for about 1 year or so.

0.6.4 is currently being tested here:
https://bitcointalk.org/index.php?topic=110231.0

btcx
VIP
Sr. Member
*
Offline Offline

Activity: 302
Merit: 253



View Profile WWW
September 19, 2012, 05:37:36 AM
 #70

First, thank you!

Second, if it's not too much trouble:  two datetime columns on address Book would be great:  created, last txn

Bitcoin, Ethereum, Litecoin, Namecoin, Dogecoin, Ripple, Stellar, US dollar, euro, British pound, Canadian dollar and Japanese yen exchange:  https://www.kraken.com
Serenata
Sr. Member
****
Offline Offline

Activity: 250
Merit: 250



View Profile WWW
September 19, 2012, 08:53:21 AM
 #71

A sincere "Thank you!" to all the developers.

BitcoinX.gr - To ελληνικό στέκι τoυ Bitcoin

My GPG Key
fimp
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250



View Profile WWW
September 19, 2012, 01:30:47 PM
 #72

hmmm, it sounds like there may be an OSX-specific problem.

What is the previous known working version?

Was that an official OSX build from Gavin, your own build, or a third party build?

Thanks.
0.6.3 also works fine here.

0.7 was the official build from bitcoin.org.

jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 19, 2012, 05:05:44 PM
 #73

hmmm, it sounds like there may be an OSX-specific problem.

What is the previous known working version?

Was that an official OSX build from Gavin, your own build, or a third party build?

Thanks.
0.6.3 also works fine here.

0.7 was the official build from bitcoin.org.

That last question was asking who built the previous, working version?  Who built 0.6.3?  Gavin, you, or other?


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
bccasino
Donator
Full Member
*
Offline Offline

Activity: 199
Merit: 100


YOU WIN . WE PAY


View Profile WWW
September 19, 2012, 05:09:48 PM
 #74

We updated today from 6020 to 70003 all went smooth, thank you very much!

One thing we can't figure out. Why bitcoind API can't return the senders address from a transaction?

We are still using third parties for this operation which is far from optimal. I believe that lot of others have the same needs as I read in other posts.

REASONS TO PLAY @ BC-CASINO.com

BEST CASINO SOFTWARE - PLAYER ANONYMITY - SAFE AND SECURE
fimp
Sr. Member
****
Offline Offline

Activity: 304
Merit: 250



View Profile WWW
September 19, 2012, 05:11:38 PM
 #75

That last question was asking who built the previous, working version?  Who built 0.6.3?  Gavin, you, or other?
Ah. 0.6.3 was the build from bitcoin.org too.

zveda2000
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
September 19, 2012, 06:04:45 PM
 #76

Tremendous.
Pieter Wuille
Legendary
*
Offline Offline

Activity: 1072
Merit: 1170


View Profile WWW
September 19, 2012, 07:34:19 PM
 #77

We updated today from 6020 to 70003 all went smooth, thank you very much!

One thing we can't figure out. Why bitcoind API can't return the senders address from a transaction?

We are still using third parties for this operation which is far from optimal. I believe that lot of others have the same needs as I read in other posts.

Bitcoin transactions do not have a sender address. They have one or more input txouts, each of which may or may not have an identifiable address it was previously sent to. Relying on this information is not portable, as it is client-dependent. If you need a refund address or some payout address, ask for it. This also prevents reuse of addresses, which is bad for Bitcoin's privacy model (not just of those whose addresses are involved).

PS: since 0.7, you can find this information using the raw transaction API.

I do Bitcoin stuff.
BR0KK
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
September 19, 2012, 10:19:52 PM
 #78

i have problems with p2pool !

Quote
2012-09-20 00:18:17.974000 p2pool (version 3.1)
2012-09-20 00:18:17.974000
2012-09-20 00:18:17.974000 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'user'...
2012-09-20 00:18:18.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:21.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:24.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:27.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:30.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:33.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:36.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!

iongchun
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
September 20, 2012, 12:32:27 AM
 #79

i have problems with p2pool !

Quote
2012-09-20 00:18:17.974000 p2pool (version 3.1)
2012-09-20 00:18:17.974000
2012-09-20 00:18:17.974000 Testing bitcoind RPC connection to 'http://127.0.0.1:8332/' with username 'user'...
2012-09-20 00:18:18.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:21.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:24.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:27.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:30.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:33.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!
2012-09-20 00:18:36.505000 > Error: Bitcoin version too old! Upgrade to v0.5 or newer!

P2pool 3.1 is not compatible with bitcoind 0.7,
and since getmemorypool is removed, it thinks its version is too old.
You can upgrade p2pool to 5.0 now.

Bitcoin: 1NFMpJUW7sTKmnVKj12MxhPvCvzAKQ5gUV
Namecoin: N5Tnt3JyMeizsoAFAZDr7CSxjzDtPSisK8
Mining with P2Pool. Graph. Blocks.
Hasimir
Member
**
Offline Offline

Activity: 98
Merit: 10



View Profile WWW
September 20, 2012, 01:59:27 PM
 #80

hmmm, it sounds like there may be an OSX-specific problem.

What is the previous known working version?

Was that an official OSX build from Gavin, your own build, or a third party build?

Thanks.
0.6.3 also works fine here.

0.7 was the official build from bitcoin.org.

That last question was asking who built the previous, working version?  Who built 0.6.3?  Gavin, you, or other?

Both of my copies, 0.6.3 and 0.7.0, were official releases too.

Website: Organised Adversary
OpenPGP/GPG key: 0x321E4E2373590E5D  I provide GPG Training services
IRC nick: Hasimir (Freenode and elsewhere)
BTC address: 19hiwsQq7xMAEyQMdiyGjkMGNmpN6GA5wL
kuzetsa
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
September 20, 2012, 02:28:03 PM
 #81

Bitcoin transactions do not have a sender address. They have one or more input txouts, each of which may or may not have an identifiable address it was previously sent to. Relying on this information is not portable, as it is client-dependent. If you need a refund address or some payout address, ask for it. This also prevents reuse of addresses, which is bad for Bitcoin's privacy model (not just of those whose addresses are involved).
PS: since 0.7, you can find this information using the raw transaction API.

really?

1) Are you sure that there are transactions without an identifiable sender addresses? I've never seen a single transaction like that in the blockchain.

2) "coin taint" all the way back to the original generated coin(s) in question  has always been fully traceable whenever I've attempted.

3) Coin control is a desired / requested / needed feature. The ability to control which source coins are spent in transactions and whatnot.

4) there is no four. except maybe "please qualify your assertion as I've addressed in #1"
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
September 20, 2012, 02:48:46 PM
 #82

Bitcoin transactions do not have a sender address. They have one or more input txouts, each of which may or may not have an identifiable address it was previously sent to. Relying on this information is not portable, as it is client-dependent. If you need a refund address or some payout address, ask for it. This also prevents reuse of addresses, which is bad for Bitcoin's privacy model (not just of those whose addresses are involved).
PS: since 0.7, you can find this information using the raw transaction API.

really?

1) Are you sure that there are transactions without an identifiable sender addresses? I've never seen a single transaction like that in the blockchain.

2) "coin taint" all the way back to the original generated coin(s) in question  has always been fully traceable whenever I've attempted.

3) Coin control is a desired / requested / needed feature. The ability to control which source coins are spent in transactions and whatnot.

4) there is no four. except maybe "please qualify your assertion as I've addressed in #1"

What you have is the last address that received those coins.  This is not the same thing as a sender address.

Things get even more silly if you think about transactions with multiple inputs and/or outputs.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
kuzetsa
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
September 20, 2012, 03:57:34 PM
 #83

@kjj

huh? why not?

Are you saying you can spend someone else's coins despite not having access to the private key for their address(es)?

Edited to add:

multi-input transactions require private keys just the same as single-input. I'm not sure what you're referring to.

A rather direct, simlpified implication is that if coins are sent, the private key(s) used to generate the transaction script(s) is controlled by the sender.
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
September 20, 2012, 04:49:19 PM
 #84

@kjj

huh? why not?

Are you saying you can spend someone else's coins despite not having access to the private key for their address(es)?

Edited to add:

multi-input transactions require private keys just the same as single-input. I'm not sure what you're referring to.

A rather direct, simlpified implication is that if coins are sent, the private key(s) used to generate the transaction script(s) is controlled by the sender.

Yes, that is exactly what I am saying.  Post an address, and I will cause a 3rd party to send a transaction to it in such a way that it can not be returned to me.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
szuetam
Sr. Member
****
Offline Offline

Activity: 377
Merit: 253



View Profile
September 20, 2012, 09:09:10 PM
 #85

Thanks for new version.
Smiley
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
September 20, 2012, 11:15:02 PM
 #86

Is there really STILL no coin control options in this release? This is the major feature I have been waiting for for many many months and I am so disappointed that it seems to be not here ?
Please find or hire someone to update and fix the problems in it, so that it might be merged in the future. Maybe start a bounty?
Today's next-test still has Coin Control barely merged in, but this will probably be the last time due to rapid bitrot.

kuzetsa
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
September 21, 2012, 02:05:11 AM
 #87

Please find or hire someone to update and fix the problems in it, so that it might be merged in the future. Maybe start a bounty?

+1

I would love to see this feature working.

I might start the bounty myself in the morning (or some other time) if it hasn't been started yet... After when I've slept and/or look back in this direction (bitcointalk forums) again.

Thanks for the official-like status update on the future of this feature, luke.
kuzetsa
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
September 21, 2012, 02:12:17 AM
 #88

((...snip...))
Post an address, and I will cause a 3rd party to send a transaction to it in such a way that it can not be returned to me.

Are you describing a scenario where your bitcoin wallet (private keys) is controlled by a third party?

Or perhaps (for example)

One could "withdraw" from their GLBSE balance to someone else's bitcoin address (to make a patment from them)

perhaps mtgox and/or other "in the cloud" wallet providers... I can only speculate. Only ever used official satoshi (bitcoinqt / bitcoind) wallet.
wumpus
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
September 21, 2012, 11:59:30 AM
 #89

<PissAntComplaint>
As a colour blind DBA (i.e UI retarded), I dislike the startup logo.
I'd rather see the "traditional" Bitcoin icon on a light coloured (perhaps a gradient) background.
</PissAntComplaint>
I'm aiming to completely get rid of the splash screen by 0.8. No promises though.

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
September 21, 2012, 01:21:10 PM
 #90

((...snip...))
Post an address, and I will cause a 3rd party to send a transaction to it in such a way that it can not be returned to me.

Are you describing a scenario where your bitcoin wallet (private keys) is controlled by a third party?

Or perhaps (for example)

One could "withdraw" from their GLBSE balance to someone else's bitcoin address (to make a patment from them)

perhaps mtgox and/or other "in the cloud" wallet providers... I can only speculate. Only ever used official satoshi (bitcoinqt / bitcoind) wallet.

Yes.  I have at least three accounts with services that will send coins at my command, but will not come from a key that I control, or is otherwise associated with me in any way.  A return to sender on those payments will go either to the service provider, or to a random user of that service.

And that's just off the top of my head.  I bet that if I looked through my password safe, I'd see plenty more accounts that I've totally forgotten.

And that's not all.  Say you are making a major sale, and you want the proceeds to go into a P2SH multisig account where most of the keys are offline, or under the control of an authentication service.  You get the payment and check the list, see that the coins are "tainted".  Now what?  You don't have the keys available to return them immediately.  Oops.

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
dlb76
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 21, 2012, 01:44:47 PM
 #91

updated to 0.7.0-beta
Thanks!
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2164


Chief Scientist


View Profile WWW
September 21, 2012, 01:51:02 PM
Last edit: September 22, 2012, 06:27:17 PM by Gavin Andresen
 #92

Update, 22 Sept:  Still looking for a fix for OSX 10.5 users. If you are running 10.5, you should not upgrade yet.

How often do you get the chance to work on a potentially world-changing project?
ydenys
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
September 21, 2012, 10:05:48 PM
 #93

A minor issue, not sure if yet reported. 0.7.0 client does not allow to transfer the whole balance, stating an incorrect initial fee (prior to ‘send’ confirmation). My example: balance 0.1739839, client does not allow to spend more then 0.1719839 (initially assumes 0.002 minimum fee), the minimum fee is in fact 0.0015 (correctly calculated after 'send' data check on 0.1719839 and overrides an earlier 'assumed' 0.002), so 0.0005 remains unspent even if you force it as a nominal fee in the settings. Initial fee miscalculation? 6.3 does not have such problem. Please check. TIA.

pm me for details if needed.
rate5
Member
**
Offline Offline

Activity: 104
Merit: 100



View Profile
September 22, 2012, 06:51:08 PM
 #94

I am having a issue deleting old addresses from the address book using version 0.7.0 on Ubuntu 12.04.  Does anyone else have this issue?
elux
Legendary
*
Offline Offline

Activity: 1458
Merit: 1006



View Profile
September 22, 2012, 07:11:02 PM
 #95

Update, 22 Sept:  Still looking for a fix for OSX 10.5 users. If you are running 10.5, you should not upgrade yet.


If so, this warning should be included in the top post. (Not everyone will read page five before upgrading.)
regular
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
September 23, 2012, 05:26:38 PM
 #96

I am having trouble copy and pasting addresses into Pay to box when trying to send BTC in that it won't even give me the option to paste despite it being in the clipboard and working for all other applications.  .  Reverting to 0.63 works again for me.

I'm on windows 7 x64.
kuzetsa
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


View Profile
September 23, 2012, 11:36:06 PM
 #97

A minor issue, not sure if yet reported. 0.7.0 client does not allow to transfer the whole balance, stating an incorrect initial fee (prior to ‘send’ confirmation). My example: balance 0.1739839, client does not allow to spend more then 0.1719839 (initially assumes 0.002 minimum fee), the minimum fee is in fact 0.0015 (correctly calculated after 'send' data check on 0.1719839 and overrides an earlier 'assumed' 0.002), so 0.0005 remains unspent even if you force it as a nominal fee in the settings. Initial fee miscalculation? 6.3 does not have such problem. Please check. TIA.

pm me for details if needed.

I've experienced that exact issue before in 0.6.3 but just never thought to report it.

1) Often would get a message "insufficient... something something something ...after fee included" (can't remember exact wording)

2) So then  after I subtract the fee manually, it takes out a different fee amount or sometimes reports a different fee is required.

-- I haven't sent coins since upgrading to 0.7.0 but if I am able to reproduce this behavior at a later date I will fully document the messages
Boussac
Legendary
*
Offline Offline

Activity: 1220
Merit: 1015


e-ducat.fr


View Profile WWW
September 24, 2012, 07:28:30 AM
 #98

Quote
Thanks to everybody who contributed to this release:

Chris Moore
Christian von Roques
David Joel Schwartz
Douglas Huff
Fordy
Gavin Andresen
Giel van Schijndel
Gregory Maxwell
Jeff Garzik
Luke Dashjr
Matt Corallo
Michael Ford
Michael Hendricks
Peter Todd
Philip Kaufmann
Pieter Wuille
R E Broadley
Ricardo M. Correia
Rune K. Svendsen
Scott Ellis
Stephane Glondu
Wladimir J. van der Laan
cardpuncher
coderrr
fanquake
grimd34th
sje397
xanatos

Thanks to Sergio Lerner for reporting denial-of-service vulnerabilities fixed in this release.

Thanks to you Gavin and to the whole team.

BitPay Business Solutions
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile WWW
September 25, 2012, 01:31:41 PM
Last edit: September 25, 2012, 03:40:55 PM by BitPay Business Solutions
 #99

it looks like 0.70 is registering the bitcoin: URI protocol (at least in Windows) but if I already have the bitcoin client running, I get an error.


BitPay : The World Leader in Bitcoin Business Solutions

https://bitpay.com

Does your website accept bitcoins?
mb300sd
Legendary
*
Offline Offline

Activity: 1260
Merit: 1000

Drunk Posts


View Profile WWW
September 27, 2012, 03:09:27 PM
 #100

Downloading the blockchain in 0.7, seems a lot faster Smiley

1D7FJWRzeKa4SLmTznd3JpeNU13L1ErEco
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
September 27, 2012, 07:19:43 PM
 #101

I tried using the Donation link on the bitcoin foundation page, and nothing happened in the bitcoin client. I don't know what the expected behavior is, but I assume it isn't nothing.

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
elux
Legendary
*
Offline Offline

Activity: 1458
Merit: 1006



View Profile
September 27, 2012, 08:29:47 PM
 #102

it looks like 0.70 is registering the bitcoin: URI protocol (at least in Windows) but if I already have the bitcoin client running, I get an error.



Same error on my end, when clicking the provided URI to pay the Bitcoin Foundation of all things. (W7 64bit)

In short: When Bitcoin-Qt was not running, the application would launch normally, and then proceed to do... nothing in particular.

(I'm assuming something is meant to happen at this point. It doesn't.)

So, I kill the application and click the link again. Same result. With mild annoyance, I repeat this a this a few times over.

I try to find some way to manually paste the link. (Because that sounds like something one should be able to do.) No luck there either.

At which point I give up and extract the address from the URI (no plaintext address was provided)

After conceding defeat, I finally manage to paste the address, smack a label on it, add the specified amount and
do the transaction by hand, while trembling and cursing in terrible anger. Wink
wumpus
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
September 28, 2012, 05:42:45 AM
Last edit: September 28, 2012, 06:46:30 AM by John Smith
 #103

If the registration doesn't work, you can also drag&drop a bitcoin: URI to the running client (this was the original mechanism).

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
September 28, 2012, 06:37:38 AM
 #104

Can you guys please tell me, if you did an upgrade install or removed the old version before installing 0.7?
Another interesting thing would be how the Bitcoin URI entry in your registry looks like.

Enter regedit and go to HKEY_CLASSES_ROOT\bitcoin\shell\open\command for that info.

Oh and please verify that you are using latest 0.7 release and no former RC!

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
September 28, 2012, 10:53:02 AM
 #105

Can you guys please tell me, if you did an upgrade install or removed the old version before installing 0.7?
Another interesting thing would be how the Bitcoin URI entry in your registry looks like.

Enter regedit and go to HKEY_CLASSES_ROOT\bitcoin\shell\open\command for that info.

Oh and please verify that you are using latest 0.7 release and no former RC!

Dia

I installed over the RC versions.

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"

The drag and drop method works.

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
Diapolo
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
September 28, 2012, 11:08:16 AM
 #106

Can you guys please tell me, if you did an upgrade install or removed the old version before installing 0.7?
Another interesting thing would be how the Bitcoin URI entry in your registry looks like.

Enter regedit and go to HKEY_CLASSES_ROOT\bitcoin\shell\open\command for that info.

Oh and please verify that you are using latest 0.7 release and no former RC!

Dia

I installed over the RC versions.

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"

The drag and drop method works.

Can you please change
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"
into
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"
and report back!

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
Mattster28
Full Member
***
Offline Offline

Activity: 169
Merit: 100



View Profile
September 28, 2012, 11:38:11 PM
 #107

Seam's to take forever for confirmation's now. 32 confirmation's for a Tx done 3 hour's ago. Took a long time just to get 1(about 20 min or so) is this normal for this version?
jgarzik
Legendary
*
Offline Offline

Activity: 1596
Merit: 1091


View Profile
September 29, 2012, 12:18:30 AM
 #108

Seam's to take forever for confirmation's now. 32 confirmation's for a Tx done 3 hour's ago. Took a long time just to get 1(about 20 min or so) is this normal for this version?

The timing of each confirmation is dependent on the network, not your client version.

Sometimes blocks are confirmed more slowly, sometimes blocks are confirmed more rapidly.

It is only the targetted average that is 10 minutes per confirmation.  This is a target that the network is always striving for, but -- due to probability -- never attains.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
Mattster28
Full Member
***
Offline Offline

Activity: 169
Merit: 100



View Profile
September 29, 2012, 12:45:21 AM
 #109

^^ Thank's for the info.
LightRider
Legendary
*
Offline Offline

Activity: 1500
Merit: 1021


I advocate the Zeitgeist Movement & Venus Project.


View Profile WWW
September 29, 2012, 05:47:06 AM
 #110

Can you guys please tell me, if you did an upgrade install or removed the old version before installing 0.7?
Another interesting thing would be how the Bitcoin URI entry in your registry looks like.

Enter regedit and go to HKEY_CLASSES_ROOT\bitcoin\shell\open\command for that info.

Oh and please verify that you are using latest 0.7 release and no former RC!

Dia

I installed over the RC versions.

Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"

The drag and drop method works.

Can you please change
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"
into
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"
and report back!

Dia

Of course! The symbol switching did the job. Thanks.

However, the text in the comment is "bitcoin+foundation+donation". I don't know if the '+' symbols are supposed to be rendered like that.

Bitcoin combines money, the wrongest thing in the world, with software, the easiest thing in the world to get wrong.
Visit www.thevenusproject.com and www.theZeitgeistMovement.com.
wumpus
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1022

No Maps for These Territories


View Profile
September 29, 2012, 01:09:15 PM
 #111

However, the text in the comment is "bitcoin+foundation+donation". I don't know if the '+' symbols are supposed to be rendered like that.
That's a problem in the website, not the client. %20 should be used to encode spaces in URIs, not "+":
http://stackoverflow.com/questions/2678551/when-to-encode-space-to-plus-and-when-to-20

Bitcoin Core developer [PGP] Warning: For most, coin loss is a larger risk than coin theft. A disk can die any time. Regularly back up your wallet through FileBackup Wallet to an external storage or the (encrypted!) cloud. Use a separate offline wallet for storing larger amounts.
elux
Legendary
*
Offline Offline

Activity: 1458
Merit: 1006



View Profile
September 29, 2012, 01:29:38 PM
 #112


Can you please change
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "$1"
into
Code:
"C:\Program Files (x86)\Bitcoin\bitcoin-qt.exe" "%1"
and report back!


Changed the "$1" part of the registry value to "%1". Works fine now.

I believe I upgraded to 0.7 from 0.6.2. Possibly from 0.6.3. (Not from an RC version.)

Would forcing the registry value to "%1" during installation break anything?

Thanks for the help. Smiley
Gavin Andresen (OP)
Legendary
*
Offline Offline

Activity: 1652
Merit: 2164


Chief Scientist


View Profile WWW
September 29, 2012, 04:42:35 PM
 #113

However, the text in the comment is "bitcoin+foundation+donation". I don't know if the '+' symbols are supposed to be rendered like that.
That's a problem in the website, not the client. %20 should be used to encode spaces in URIs, not "+":
http://stackoverflow.com/questions/2678551/when-to-encode-space-to-plus-and-when-to-20

Huh.

That's a problem with BIP 20-- it doesn't say how the parameters are encoded.  I assumed they were encoded the same way as http URLs (application/x-www-form-encoded) because the bitcoin: scheme is very similar to the http scheme (where everything after the ? is x-www-form-encoded); are they not?

How often do you get the chance to work on a potentially world-changing project?
420
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 20, 2012, 06:36:07 PM
 #114

This client opens much slower for me

Donations: 1JVhKjUKSjBd7fPXQJsBs5P3Yphk38AqPr - TIPS
the hacks, the hacks, secure your bits!
Stapleddiet
Member
**
Offline Offline

Activity: 89
Merit: 13



View Profile
October 21, 2012, 11:36:26 AM
 #115

As asked for in another thread, info even small from users who are using a client.
Running 0.7.0 on Win7 64 no problems, not turning the client on much though due to having mobile connection and saving my download limits. I never wanted to comment in these threads much because my tech knowledge is very limited even though I can piece them together hardware wise.
I will put my its running ok or not up from now on.
Thanks for all the hard work as well dev team.
Pages: 1 2 3 4 5 6 [All]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!