Search content
Sort by

Showing 16 of 16 results by 128bpm
Post
Topic
Board Armory
Re: Armory 0.96.2 is out (SegWit enabled)
by
128bpm
on 30/08/2017, 18:04:05 UTC
Thanks goatpig and achow101 for keeping things going!

Best,
Kevin
Post
Topic
Board Armory
Re: Armory - Discussion Thread
by
128bpm
on 31/03/2015, 02:13:57 UTC
Is there a plugin or something that automatically can create a new deposit address on bitfinex and send all change, which normally would go to change addresses, to bitfinex, then withdraws it to a fresh address?

Im asking because i do this manually when i think its needed to keep my privacy. Bitcoin wallet addresses can be connected way to easy otherwise.

+1 for some variant of this idea.
Post
Topic
Board Armory
Re: Armory Hardened: DIY Armory Hardware Wallet for $29
by
128bpm
on 04/03/2015, 00:07:54 UTC
Should be easy to do and integrate into the build process using the xcodebuild and/or xcrun tool.  GPG and all that is great, but this is a check that every Mac performs so it would be great to support it.
Post
Topic
Board Armory
Re: Feature Request: Actual status of "Building Databases" progress
by
128bpm
on 11/09/2014, 04:07:49 UTC
I guess the good news is that now (25 hours later), it's down to just 37 minutes remaining, so I should expect it to finish within 6 more days?
Post
Topic
Board Armory
Topic OP
Feature Request: Actual status of "Building Databases" progress
by
128bpm
on 10/09/2014, 20:02:59 UTC
Over the past 24 hours, the "building databases" progress bar has gone from saying "2 hours" to saying "42 minutes".  Every hour or so, it seems to go down by 1 minute.  What I'd prefer is some sort of actual numeric status (20000 blocks to go...) so I can at least know that progress is being made, however slow.
Post
Topic
Board Armory
Re: Would a Kocaso Andriod 4.0 mini netbook book ok for an offline computer?
by
128bpm
on 30/06/2014, 18:30:41 UTC
I recently had success installing ChrUbuntu on a $199 Acer Chromebook and it works great with Armory.  I think this is the cheapest offline laptop solution at the moment, but if someone has a better one, please let me know!
Post
Topic
Board Speculation
Re: SecondMarket Bitcoin Investment Trust Observer
by
128bpm
on 15/03/2014, 21:20:25 UTC
Does anyone know for sure whether their "liquidity" has started?

I suppose that it means that some investors now can "liquidate" their investment, i.e. withdraw dollars based on the current valuation or soething.

If so, presumably that applies only the early investors, for now? I.e. there is a minimum wait period before one can "liquidate" one's investment?

I'd have to imagine that given the fees involved, most of their clients are going to be long-term holders.
Post
Topic
Board Exchanges
Re: [ANN] KRAKEN.COM - Exchange Now Open with USD, EUR, BTC, LTC, XRP, NMC, XDG
by
128bpm
on 10/03/2014, 07:09:48 UTC
Hi Everyone - just wanted to post a quick update on our audit. We expected to have it done this week, but it's taking a bit longer than expected. At this point we're just waiting for the independent party who's doing the audit to finish up. We'll share all the details once it's finished.

Thanks for the update!
Post
Topic
Board Armory
Re: Armory and Mac OS
by
128bpm
on 08/02/2014, 20:33:35 UTC
Bitcoin-QT is actually rock solid on my iMac. Armory however...well thats a different matter!  Roll Eyes

No complaints here with Bitcoin-QT on mac, however, I must say that I can't wait for the new version to come out with parallel block downloading!
Post
Topic
Board Armory
Re: Sent from wallet, not on blockchain.info
by
128bpm
on 09/01/2014, 20:03:03 UTC
Yes, 0.9 uses considerably less RAM.
Post
Topic
Board Project Development
Re: [BOUNTY] Help test next major release of Armory! [0.04 BTC/bug]
by
128bpm
on 18/11/2013, 06:20:51 UTC
https://codereview.qt-project.org/#change,62937
seems to have a patch that is working to solve the 10.9 Modal sessions issues on Mac.

EDIT: the current build script is using a precompiled version of Qt, targeted at Mountain Lion.  Maybe try building Qt from scratch (using the homebrew formula for inspiration) and adding this patch.
Post
Topic
Board Project Development
Re: [BOUNTY] Help test next major release of Armory! [0.04 BTC/bug]
by
128bpm
on 16/11/2013, 21:21:34 UTC
OS X 10.7.5, using version from this thread.  App is crashing immediately upon startup, no logfile is written.  I traced this back to a segfault in Python.  Here's the output from gdb:

Quote
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
0x0000000000000000 in ?? ()
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00000001039ab5eb in qfontForThemeFont ()
#2  0x00000001038ecd93 in qt_mac_update_os_settings ()
#3  0x00000001038eebd5 in qt_init ()
#4  0x000000010394e0c7 in QApplicationPrivate::construct ()
#5  0x000000010394e26b in QApplication::QApplication ()
#6  0x0000000103147237 in init_QApplication ()
#7  0x00000001013c26d8 in sipSimpleWrapper_init ()
#8  0x0000000100062722 in type_call ()
#9  0x000000010000fe25 in PyObject_Call ()
#10 0x00000001000a53c4 in PyEval_EvalFrameEx ()
#11 0x00000001000a1386 in PyEval_EvalCodeEx ()
#12 0x00000001000a0cb6 in PyEval_EvalCode ()
#13 0x00000001000baf27 in PyImport_ExecCodeModuleEx ()
#14 0x00000001000bde2f in load_source_module ()
#15 0x00000001000bea47 in import_submodule ()
#16 0x00000001000be4df in load_next ()
#17 0x00000001000bc3d0 in PyImport_ImportModuleLevel ()
#18 0x000000010009c554 in builtin___import__ ()
#19 0x000000010000fe25 in PyObject_Call ()
#20 0x00000001000a4a73 in PyEval_EvalFrameEx ()
#21 0x00000001000a1386 in PyEval_EvalCodeEx ()
#22 0x00000001000a0cb6 in PyEval_EvalCode ()
#23 0x00000001000baf27 in PyImport_ExecCodeModuleEx ()
#24 0x00000001000bde2f in load_source_module ()
#25 0x00000001000bea47 in import_submodule ()
#26 0x00000001000be4df in load_next ()
#27 0x00000001000bc3d0 in PyImport_ImportModuleLevel ()
#28 0x000000010009c554 in builtin___import__ ()
#29 0x000000010000fe25 in PyObject_Call ()
#30 0x00000001000a4a73 in PyEval_EvalFrameEx ()
#31 0x00000001000a1386 in PyEval_EvalCodeEx ()
#32 0x00000001000a0cb6 in PyEval_EvalCode ()
#33 0x00000001000baf27 in PyImport_ExecCodeModuleEx ()
#34 0x00000001000bde2f in load_source_module ()
#35 0x00000001000bea47 in import_submodule ()
#36 0x00000001000be4df in load_next ()
#37 0x00000001000bc3d0 in PyImport_ImportModuleLevel ()
#38 0x000000010009c554 in builtin___import__ ()
#39 0x000000010000fe25 in PyObject_Call ()
#40 0x00000001000a4a73 in PyEval_EvalFrameEx ()
#41 0x00000001000a1386 in PyEval_EvalCodeEx ()
#42 0x00000001000a0cb6 in PyEval_EvalCode ()
#43 0x00000001000c8351 in PyRun_FileExFlags ()
#44 0x00000001000c7e9e in PyRun_SimpleFileExFlags ()
#45 0x00000001000dcedb in Py_Main ()
#46 0x0000000100000e55 in ?? ()
#47 0x0000000100000d71 in ?? ()
(gdb)

I'm happy to help you test-- let me know what you need.



EDIT: this thread: https://bugreports.qt-project.org/browse/QTBUG-27219?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel

.... seems to suggest that "this problem goes away when adding "-sdk /Developer/SDKs/MacOSX10.6.sdk" to the configure script. "
Post
Topic
Board Armory
Re: Armory - Discussion Thread
by
128bpm
on 20/09/2013, 22:27:29 UTC

Right, but on a laptop increasing either is often hard.

Sure, the RAM reduce work you're doing is appreciated - of course I'd rather have the blockchain on disk than in RAM.  But not everyone has 1TB of anything.  Fortunately 128GB will, I hope, be enough in the short term.

roy

When the blockchain starts getting into the hundreds of GBs, I suspect that most normal bitcoin users will be using Armory in "lite mode" that doesn't require the blockchain locally at all. 

Fortunately, I think that date is long enough into the future that Alan and co. should have this "lite mode" working well by then.
Post
Topic
Board Armory
Re: Armory Bitcoin Wallet Raises $600k led by Trace Mayer
by
128bpm
on 16/09/2013, 08:47:05 UTC
Wow.

Does that mean you are switching to full time work on the project (or were you already)?

Yep, Alan will now be full time on Armory.  And so will at least two other folks as well.

Btw, I'm Kevin Bombino, one of the investors in the deal.  I just wanted to add my congratulations to Alan.  I'm thrilled to have the opportunity to support the project.
Post
Topic
Board Beginners & Help
Re: What difficulty does it become impossible to make ROI?
by
128bpm
on 22/07/2013, 20:08:21 UTC
I think that's what you have to determine yourself to determine whether you want to get into mining.  The thing I'd look at primarily is the amount of ASICs being sold.  Can you estimate how many ASIC mining machines are being sold by the various companies?  Can you estimate when they'll ship/come online?  If so, you should be able to build a basic model of what you think the difficulty will be going into the future.
Post
Topic
Board Gambling
Re: BTCLevels - provably fair bitcoin Binary Option
by
128bpm
on 22/07/2013, 20:01:16 UTC
It seems like a cool service, but I can't seem to find anywhere on the site where you disclose your fee structure.  It's obviously important to know how much we'll be paying to you guys as commission.