Bitcoin Forum
April 26, 2024, 01:00:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [BitTalk.TV] Best of 2011 Contest - No bullshit.  (Read 4237 times)
Phinnaeus Gage
Legendary
*
Offline Offline

Activity: 1918
Merit: 1570


Bitcoin: An Idea Worth Spending


View Profile WWW
January 09, 2012, 04:34:28 AM
 #21

We've been Atlas'd  Cheesy


Because this thread needed a bear.
1714136439
Hero Member
*
Offline Offline

Posts: 1714136439

View Profile Personal Message (Offline)

Ignore
1714136439
Reply with quote  #2

1714136439
Report to moderator
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.
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 10, 2012, 05:27:46 PM
Last edit: January 10, 2012, 05:57:17 PM by Luke-Jr
 #22

For now, I reserve the right to edit this post to change my nominations/votes.

My address: (this step was extremely difficult even for me as a bitcoind developer! see below for help)
1MZCuosVctRDu4KnF1Hrh71mK64RTDfukB
Message:
2012-01-10: This address is owned by Luke Dashjr for the purpose of signing his BitTalk.TV Best of 2011 Contest votes.
Signature:
G6sUj+mg22y1m/me8m2FekxvO6/tc+TGLpo0Uo4G4NM1QEvgl4KmJD2mH0XrOJWSZrMqq7aYYd1qOWAVDcrmbQA=

Best Influence to Bitcoin
Mark Karpeles aka MagicalTux
and/or
Daniel Folkinshteyn aka nanotube

Best Bitcoin Event
...

Best Mining Pool
p2pool (I am affiliated with Eligius, but p2pool is clearly better for Bitcoin, even if it can't provide the same level of service as Eligius)

Most Helpful Bitcoiner
...

Most Interesting Bitcoin Project
Tonal Bitcoin (can I nominate/vote for it, even though I created the Bitcoin adaptation? I did not create Tonal, at least...)

Most Inspiring Bitcoin Start-up
...

Most Deserving Bitcoin Charity
...

This hack of a patch will add prevout to 'gettransaction', which you can lookup on Block Explorer even before your transaction confirms, to see your sending address.
Code:
diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp
index 09be73a..9c6edf3 100644
--- a/src/bitcoinrpc.cpp
+++ b/src/bitcoinrpc.cpp
@@ -1455,6 +1455,8 @@ Value gettransaction(const Array& params, bool fHelp)
     if (wtx.IsFromMe())
         entry.push_back(Pair("fee", ValueFromAmount(nFee)));
 
+entry.push_back(Pair("prevout", wtx.vin[0].prevout.ToString()));
+
     WalletTxToJSON(pwalletMain->mapWallet[hash], entry);
 
     Array details;

I suggest people who can't figure this all out, post your transaction ID Wink

Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
January 10, 2012, 11:25:00 PM
 #23

Your guys' call. We've got plenty to do at BitTalk.TV to not worry about this, but if you think a "Most Promising of 2012" awards ceremony would be better, I'll reformat to that instead.
I think 2012 should be done in a year, and 2011 now. :p

Pages: « 1 [2]  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!