Bitcoin Forum
June 16, 2024, 06:46:01 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 »  All
  Print  
Author Topic: Yet another Coin Control Release [CLOSED]  (Read 47429 times)
WilderedB
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
April 23, 2013, 05:37:12 PM
 #41

Which would bypass the need for all this? Cool  Cool

Thanks
IVIasterZox
Sr. Member
****
Offline Offline

Activity: 330
Merit: 250


View Profile
May 01, 2013, 08:03:17 AM
 #42

+1

Love this Addon!

CIYAM
Legendary
*
Offline Offline

Activity: 1890
Merit: 1078


Ian Knowles - CIYAM Lead Developer


View Profile WWW
May 01, 2013, 08:25:01 AM
 #43

Looking very nice - hope to see it appearing in the next major release (although you can do this and more with raw tx's it is going to be helpful to have something so easy to use in the GUI itself).

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

GPG Public Key | 1ciyam3htJit1feGa26p2wQ4aw6KFTejU
IVIasterZox
Sr. Member
****
Offline Offline

Activity: 330
Merit: 250


View Profile
May 01, 2013, 08:49:16 AM
 #44

Jea if we find it in the next official release it would be great Cheesy
MajorMiner
Full Member
***
Offline Offline

Activity: 147
Merit: 196


View Profile WWW
May 04, 2013, 05:28:35 AM
 #45

+1 love the add-on!

"From a small seed a mighty trunk may grow." -Aeschylus
gramma
Full Member
***
Offline Offline

Activity: 194
Merit: 100



View Profile
May 09, 2013, 08:59:10 PM
 #46

Just reading this discussion has taught me a lot more about how bitcoin works. Looking forward to learning more.

As for backing up my wallet.dat, it always seemed easiest to just make a copy of that file, then encrypt and store the backup. In reading this thread, that also sounds like the most reliable backup.  Is it?  Does bitcoin-qt's wallet transfer across wallet clients?  When I upgrade to 0.9, will it be as straightforward as dropping my saved wallet.dat into the usual place?

BTC: 1MrNRPo7p8DEyxn87c9BCGwrbatBQeCHc1
calian
Sr. Member
****
Offline Offline

Activity: 354
Merit: 250



View Profile
May 25, 2013, 02:38:16 AM
 #47

Does bitcoin-qt's wallet transfer across wallet clients?  When I upgrade to 0.9, will it be as straightforward as dropping my saved wallet.dat into the usual place?

It only seems to work for a limited number of upgrades. I tried pulling a v0.3 wallet out of storage with v0.8.1 and it puked. It looked like I could download every intermediate version of bitcoin and run them one at a time with it or just extract the keys with pywallet (my choice). I don't really know why previous wallet files aren't supported, there can't be that many changes in the file structure in that length of time.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 25, 2013, 02:45:32 AM
 #48

It only seems to work for a limited number of upgrades. I tried pulling a v0.3 wallet out of storage with v0.8.1 and it puked. It looked like I could download every intermediate version of bitcoin and run them one at a time with it or just extract the keys with pywallet (my choice). I don't really know why previous wallet files aren't supported, there can't be that many changes in the file structure in that length of time.
wallets should always be forward compatible, but backwards compatibility is tricky because there has been various updates to the wallet format since 0.3.x.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Luke-Jr
Legendary
*
expert
Offline Offline

Activity: 2576
Merit: 1186



View Profile
May 25, 2013, 03:59:23 AM
 #49

The only cases I am aware of people having trouble "upgrading" wallets, is really because their wallet got corrupted somewhere along the lines.

If Bitcoin-Qt (or any other Satoshi-based client) does not cleanly exit, your wallet.dat is not intact!
It will depend on the database/ subdirectory until you resolve it with a clean shutdown.
If that directory disappears on it (or is replaced, etc), you may be losing money.

Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
May 30, 2013, 02:11:28 AM
 #50

0.8.2 final has been released. (of the main bitcoin-qt reference client.)

ShadowOfHarbringer
Legendary
*
Offline Offline

Activity: 1470
Merit: 1005


Bringing Legendary Har® to you since 1952


View Profile
May 30, 2013, 10:36:36 AM
 #51

0.8.2 final has been released. (of the main bitcoin-qt reference client.)

But it does not contain CoinControl.

Birdy
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
May 30, 2013, 09:18:17 PM
 #52

0.8.2 final has been released. (of the main bitcoin-qt reference client.)

But it does not contain CoinControl.
Yes :/
Dabs
Legendary
*
Offline Offline

Activity: 3416
Merit: 1912


The Concierge of Crypto


View Profile
May 31, 2013, 04:16:27 AM
 #53

0.8.2 final has been released. (of the main bitcoin-qt reference client.)

But it does not contain CoinControl.
Yes :/
Not yet. I just bumped this thread in the hopes that whoever made the previous version will make an updated version with Coin Control.

drrussellshane
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500


View Profile
May 31, 2013, 12:10:39 PM
 #54

Coin Control is crucial!

Buy a TREZOR! Premier BTC hardware wallet. If you're reading this, you should probably buy one if you don't already have one. You'll thank me later.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 31, 2013, 04:34:55 PM
 #55

Sipa has an up-to date branch for coincontrol. I have built it using gitian in my build VM. (VMWare Ubuntu guest, Windows 7 x64 host).

My Windows build1: bitcoin-0.8.2-sipa-coincontrol-win32.zip (SHA b7bc93cdaacbe24b42bff6714d59a9fcc49e85dc)
linux users: do it yourself. you probably know how to do it and you don't have to trust me.
mac users: sipa's build script doesn't build mac (I think). sucks to be you, I guess.




summary of my build instructions:
Code:
git clone -b coincontrol git://github.com/sipa/bitcoin.git
git tag -a v0.8.2-sipa-coincontrol -m 'sipa coincontrol'
./bitcoin-build.sh v0.8.2-sipa-coincontrol
http://bitcoin.sipa.be/builds/bitcoin-build.sh.txt

1Standard disclaimer: While I'm confident my host system is virus free, and the probability of a virus infecting VM guests is low, I can not guarantee the build is clean. Hashes of the output files are generated within the VM, and are verified at the time of upload, so the risk of tampering in transit is low. However, audits of my build are always welcome.

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
June 01, 2013, 05:14:21 PM
 #56

[...CoinControlForThePeople...]
Sweet.
cozz (OP)
Member
**
Offline Offline

Activity: 61
Merit: 15


View Profile
June 05, 2013, 10:41:15 PM
 #57

update:

  • v0.8.2
  • Updates to the new dust logic
    • if you enter dust as recipient amount the label Low Ouput shows "DUST"
    • fee is calculated correctly according to dust, this is when change would be dust, its added to the fee
    • actual dust threshold is 5460 satoshis

1cozzwyCJvDiyBA8zXGJ1qxtrd5b4i1nB
hahahafr
Hero Member
*****
Offline Offline

Activity: 938
Merit: 501



View Profile
June 06, 2013, 08:51:35 PM
 #58

Question: Why is not coincontrol idea/code implemented in the bitcoin-qt client?




                                           ◢◣                      ◢◣
                                     ◢████◣           ◢████◣
                               ◢████████◣◢████████◣
                               █████████████████
                               █████████████████
                               █████████████████
                               █████████████◤██████
                               ███████████◤████████
                               █████████◤██████████
                               ███████◤████████████
                               █████◤██████████████
                               █████◣                       ◢█████
                               ███████◣            ◢███████
                               █████████◣◢█████████
                               ◥████████◤◥████████◤
                                    ◥████◤            ◥████◤
                                          ◥◤                      



HYDAX
       Secure  
   Efficient
   Simple  
   Medium 
    Twitter  
    Telegram 
[/center
DannyHamilton
Legendary
*
Offline Offline

Activity: 3430
Merit: 4660



View Profile
June 06, 2013, 09:08:07 PM
 #59

Question: Why is not coincontrol idea/code implemented in the bitcoin-qt client?

The bottleneck for getting this pulled is testing.

It needs a thorough test plan that tries to test edge cases where things might break, and then it needs people to carry out that test plan to make sure it is solid. "It works for me" isn't good enough for wallet-touching code.

See https://github.com/bitcoin/QA  for a suggested process.
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
June 06, 2013, 11:13:41 PM
 #60

How to proceed if one wants to help with testing?

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
Pages: « 1 2 [3] 4 5 6 7 8 »  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!