Search content
Sort by

Showing 18 of 18 results by fthoughts
Post
Topic
Board Project Development
Re: [OFFICIAL] Bitproof.io - Say Hello to True Certification in the Blockchain
by
fthoughts
on 23/02/2015, 21:43:13 UTC
How does this differ from other notary services that try to use the blockchain for this purpose ? This isn't addressed very well in the ANN. Not to mention, there is a bias against this type of use (non-financial data in blockchain), how do you plan to combat such criticisms?
Post
Topic
Board Services
Re: Seeking Developer for an idea ...
by
fthoughts
on 23/02/2015, 21:33:01 UTC
I think there are a lot of developers in this space who are looking for the kind of work you proposed.

"Hack something up" and "2-3 days" are very mutual ideas so there is definitely some overlap between hacker/programmer culture and the finite space of ideas... If you could post a few more details about what the end result would be and who your demographics would be I'm sure some fine talented people will be knocking down your door to help.
Post
Topic
Board Exchanges
Re: BITCUREX.COM - new official thread
by
fthoughts
on 23/02/2015, 21:15:01 UTC
Hey Bitcurex, have you considered adding an easier method for 2-factor authentication? I started using Clef recently and it was much safer (in my opinion) and easier to use than traditional methods like Google Auth and Authy.

Would love to see this considered as an option for 2-factor on your platform.
Post
Topic
Board Project Development
Re: [ANN] Clef is secure two-factor authentication with no passwords or tokens
by
fthoughts
on 23/02/2015, 08:19:42 UTC
Pretty sure this could be a way to make 2 factor authentication easy for exchanges to implement, then maybe we will start seeing less of what happened to blockchain.info and others. Exchanges and wallet providers *need* a secure way to keep their login details from prying eyes, and as far as I can tell Clef is actually a solution. Bitstamp, Coinbase, you guys need to listen and pay attention here.
Post
Topic
Board Announcements (Altcoins)
Re: [OFFICIAL THREAD] FACTOM - Offchain transactions + Factom Blocks
by
fthoughts
on 22/02/2015, 15:33:15 UTC
This was a really insightful discussion led by Paul of Factom, discussing digitial identity and trust while also speaking humbly about Factom's origins as an identity service! Crucial watching for Factom-fans and would-be Factoid-owners- Their code is getting developed everyday (https://github.com/FactomProject/FactomCode) and just going through the tax documentation use case (https://github.com/FactomProject/FactomDocs/tree/master/examples/tax) is enough for me to see the real value they are trying to bring to the blockchain. Bravo guys!
Post
Topic
Board Armory
Re: SOLVED - MADE SCRIPT: signing raw transactions from bitcoind with armory
by
fthoughts
on 09/07/2014, 21:17:56 UTC
Hm, I'm curious, how or where are you getting the data to reconstruct the Armory tx? If you haven't looked at their code, I think this approach is perilous, since Armory's custom format will surely throw your code in disarray.

For example, I'm not sure if the bytes from utxo's are appended like this:

Code:
for coin in inputs:                                                 
        tx_list += get_raw_transaction(coin['txid'], json=False)       
for byte in range(0,len(tx_list),80):                               
        txdp.append(tx_list[byte:byte+80] )                         

Post
Topic
Board Group buys
Re: [OPEN - HOT] KnC N3PTUNE shares 30GH/s = 0.12 BTC = 60$ *NO VAT* *EARLY ORDERS*
by
fthoughts
on 19/06/2014, 04:12:37 UTC
refund us man whats going on
Post
Topic
Board Armory
Re: SOLVED - MADE SCRIPT: signing raw transactions from bitcoind with armory
by
fthoughts
on 24/05/2014, 18:41:41 UTC
"However, even if that was fixed, you still need the previous TxOut scripts in order to execute signing, which have to be retrieved from the blockchain -- again something else that Armory's TxDP structure bundles with it, but a raw unsigned tx from Bitcoin Core does not have."

I think  you could make an additional query to the blockchain from bitcoin-core to find this info, AFAIK that is what we are doing now, but the answer to the above question is basically Armory has metadata that has to be fetched while online first, if going from bitcoin-core tx -> Armory tx

etothepi, could you let us know what exactly that info is?
Post
Topic
Board Armory
Re: SOLVED - MADE SCRIPT: signing raw transactions from bitcoind with armory
by
fthoughts
on 22/05/2014, 21:06:58 UTC
cause you have to let armory sort out whether the input you selected is a valid (unspent) one or not
Post
Topic
Board Group buys
Re: [OPEN - HOT] KnC N3PTUNE shares 30GH/s = 0.12 BTC = 60$ *NO VAT* *EARLY ORDERS*
by
fthoughts
on 22/05/2014, 20:56:43 UTC
I hope the extra units will be added to increase current owner holding.

I think this is the case, as quoted from AKW above "release the *NEW* shares corresponding to PSUs" to me says he is selling additional share to cover the PSU's required for the new units. AKW may give current share owners first refusal on these additional share.

AKW, is the above correct? The new shares are to cover the cost of the PSU's for the additional units?


That was my reading of it too. I'm happy with the way AKW has managed this - it's been no easy task. My only reason for wanting to persue the refund path is simply that I do not believe anymore it will ever be profitable.

Agree, refund
Post
Topic
Board Armory
Re: SOLVED - MADE SCRIPT: signing raw transactions from bitcoind with armory
by
fthoughts
on 25/04/2014, 03:33:42 UTC
this just saved me so hard.

thanks bootloads rbdrbd, keep doin yer thing,

great dev work
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - www.middlecoin.com
by
fthoughts
on 07/02/2014, 00:34:13 UTC
what are the middlecoin mirrors again? I'm down and need to round-robin it.

They're listed at the Middlecoin homepage now.

Thanks. Will tip doge for that if you shoot me a PM with your address
Post
Topic
Board Pools (Altcoins)
Re: [ANN] profit switching auto-exchanging pool - www.middlecoin.com
by
fthoughts
on 07/02/2014, 00:26:58 UTC
what are the middlecoin mirrors again? I'm down and need to round-robin it.
Post
Topic
Board Altcoin Discussion
Re: *** Official: masterchain.info testing thread
by
fthoughts
on 23/01/2014, 19:12:27 UTC
Is /wallet/send /wallet/pushtx and wallet/* implemented somewhere? I'm unable to locate the server code that handles these POST requests. Thanks Graz

edit with reply from Grazcoin:

Quote
oh. server.py is *very* old code. It was the development server on the
first few days of development (last timestamp early October), and it is
deprecated. I will remove to avoid further mistakes.
I simply use nginx.

The web apps you can find on:
https://github.com/grazcoin/mastercoin-tools/tree/master/apps
currently there are 4 active apps:
/wallet/validateaddr which runs validateaddr.py
/wallet/send which runs send.py
/wallet/sell which runs sell.py
/wallet/accept which runs accept.py

The way to use those apps - check:

for validateaddr:
https://github.com/grazcoin/mastercoin-tools/blob/master/www/sendform.js#L105

for send:
https://github.com/grazcoin/mastercoin-tools/blob/master/www/sendform.js#L268


Graz I'm then wondering, is there no reason to run server.py? Which .py file handles GET requests then?
Post
Topic
Board Marketplace (Altcoins)
Re: 300 BTC Coding Contest: Distributed Exchange (MasterCoin Developer Thread)
by
fthoughts
on 23/01/2014, 03:42:34 UTC
Faiz and I have been working with extending the existing webwallet that grazcoin and Grimentz have posted on masterchain.info.  We've taken a crack at making a simple installer, and filled out installation instructions for the wallet, masterchain.info-style server, and obelisk server: https://github.com/LDEngine/msc-webwallet

The bulk of the Distributed Exchange specific stuff will come later - but I wanted to keep the project on people's radar.

Faiz brought me on to help out with this web wallet (https://github.com/LDEngine/msc-webwallet/).

I contributed to early API design which was unfortunately abandoned.
I helped Faiz with the client side encryption/decryption of private keys using HTML5 local storage
I have been testing various new features and assisting with debugging/improvement
I have started a fork to move the web wallet to django for maintainability as opposed to python's basic HTTP server


Additionally to grok grazcoin's mastercoin-tools (https://github.com/grazcoin/mastercoin-tools) I forked it and have started to write unit tests.

I think Curtis and Patrick have said it better but we're working on a limited/zero trust web wallet for Mastercoin users. Right now we have client-side encryption, storage, and signing soon to come, and aside from that I think Grazcoin and Grimentz have done great work on their implementation and have been really helpful in getting us up to speed (we're using their fork). The UI will be developed in parallel of Marv Schnieder and Yuval's feedback as well to maximize the user experience of using Mastercoin.

It is still in progress but as this is a bounty on reported progress I think it might be good just to inform others of where we stand.
Post
Topic
Board Marketplace (Altcoins)
Re: 300 BTC Coding Contest: Distributed Exchange (MasterCoin Developer Thread)
by
fthoughts
on 13/01/2014, 20:47:50 UTC
I've commented as well.
Post
Topic
Board Group buys
Re: [OPEN & HOTTEST!] KNC NEPTUNE +10GH/S = 0.05 BTC #1batch SebJu escrow! HURRY-UP
by
fthoughts
on 05/12/2013, 00:44:20 UTC

FROM PM:

Quote
Hi anykeywhy,

Sorry about this, I'm going to repost this in the thread but I have a 4hour newbie limit, I sent 0.5BTC from 13JRbwYFtmEtAhigqE55x9QULMSVqGV4gy

txID 4029fe2e855ffde2690e4d6377404ed013ae085dd80cf0b50fc7935faa7538ce

https://blockchain.info/tx/4029fe2e855ffde2690e4d6377404ed013ae085dd80cf0b50fc7935faa7538ce


Note, I'd like payouts to go to 1ATtAViULoo16rwv8Myvxk4726FyPcqtsK since that is the account I control fully. Thanks

Thank you!  && thank you all!
-akw-

This was me! Thanks for reposting.
Post
Topic
Board Beginners & Help
Re: hi
by
fthoughts
on 04/12/2013, 20:26:55 UTC
Hi everybody, new as well. Hope to capture some marketshare while performing great deeds for humanity Smiley

I have several ideas for making Bitcoin a sustainable currency one of which is sustained mining. Calculating the numbers for what it takes for a miner to become profitable, and the current technology and hashrates, it is easy to come to the conclusion that for scrypt mining gear it takes ~1.5 months to break even on your initial investment. Next, its possible to make more if you invest in stronger giga-hashing power, although that claim is still yet to be explored (possibly through the group-buy system set up in BitcoinTalk>Economy>MarketPlace>Hardware ).

Surely the community will hear of my efforts if they come to fruition, thanks.

Hope to chat soon,
cya