Bitcoin Forum
May 30, 2024, 12:34:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
1761  Bitcoin / Project Development / Re: CheapSweep: a script for low-cost address sweeping on: January 13, 2013, 08:53:23 AM
just tested this and sadly it dosnt work.
$addrs and $totals arent calucalted correctly, i tested it with testnet (yes i changed the script apropriately):

Code:
$ ./cheapsweep.sh -n -f 0 -d n1vCS8kqNQJSnFu3xA1ma64RafUEZ7oAtJ `bitcoind -testnet -rpcport=18334 listaddressgroupings | grep '",' | sed "s/            \"//" | sed "s/\",//" | xargs echo`
error: Error parsing JSON:c
error: Error parsing JSON:c
error: {"code":-3,"message":"Invalid amount"}
error: {"code":-1,"message":"signrawtransaction <hex string> [{\"txid\":txid,\"vout\":n,\"scriptPubKey\":hex},...] [<privatekey1>,...] [sighashtype=\"ALL\"]\nSign inputs for raw transaction (serialized, hex-encoded).\nSecond optional argument (may be null) is an array of previous transaction outputs that\nthis transaction depends on but may not yet be in the blockchain.\nThird optional argument (may be null) is an array of base58-encoded private\nkeys that, if given, will be the only keys used to sign the transaction.\nFourth optional argument is a string that is one of six values; ALL, NONE, SINGLE or\nALL|ANYONECANPAY, NONE|ANYONECANPAY, SINGLE|ANYONECANPAY.\nReturns json object with keys:\n  hex : raw transaction with signature(s) (hex-encoded string)\n  complete : 1 if transaction has a complete set of signature (0 if not)"}

$total is 0 and $address is "c"
1762  Bitcoin / Pools / Re: [400GH/s] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: January 13, 2013, 07:35:34 AM
zvs, how exactly are you removing peers from your p2pool? Or how are you checking their latency?
http://xxx:xxx/peer_addresses shows the peers connected on the web interface... or you can use netstat -p -n --tcp in linux (and look for python).  netstat would work on windows too, but not sure if you can list by program or not... you could tell by the ports, I guess.

There might be a way on the web interface to see latency... there used to be at one point.  I'm not sure what it is anymore, or if it still exists...  I use mtr in linux to check ping times, or from a command prompt in windows you can just use ping -t xx.xx.xx.xx

use <IP>:9332/pings
1763  Other / Beginners & Help / Re: Help me do research - You can win 0.5 BTC on: January 12, 2013, 11:03:17 PM
dac3c635eaf409a9216dd92fea943140
1764  Other / Beginners & Help / Re: Get 0.0001 BTC for answering a simple question on: January 12, 2013, 01:45:42 PM
ive chosen option1 since it dosnt depend on me rolling the dice Wink (98b392a98ca11b11324a7279f36250a5)
didnt do this for the BTC, interested in the statistics. i believe most will chose option2.
1765  Other / Beginners & Help / Re: Mine bitcoins whit your browser on: January 10, 2013, 09:19:26 PM
javaminer you did not make this my good friend Donald made this and he has chosen to stop development as he has bigger and better projects he is pursuing now. This is not a SCAM just a waste of time unless you are content with mining bitcents instead of Bitcoins!
bitcoinplus is a scam, there are many threads dealing with this problem. the software itself isnt a scam (it really mines)
1766  Bitcoin / Pools / Re: Neighbourhood Pool Watch 8.2 BitcoinPool: The great anomaly hunt. on: January 10, 2013, 08:39:28 PM
20% fee pool last 18 moths? WOW!
deepbit version 2.0?
1767  Bitcoin / Development & Technical Discussion / Re: Help wanted: QA test spendfrom.py (coin control utility) on: January 10, 2013, 07:56:50 PM
If you're interested in coin control, and you're comfortable with python and the command-line, then I could use your help.

I've written a little utility called 'spendfrom.py' that uses the raw transactions JSON-RPC api to send coins received on particular addresses that I'd like to ship in the contrib/ directory.

But since it touches the wallet it needs thorough testing.

I've written a test plan; who is willing to run through the test plan with their -testnet wallet and then try to break it?

Test plan:
  https://github.com/gavinandresen/QA/blob/master/SpendFrom.md

Code:
  https://github.com/gavinandresen/bitcoin-git/tree/spendfrom/contrib/spendfrom

thanks for planning to support coin-control, this was a long missing feature since the old patches from coderrr Smiley
1768  Other / Meta / Re: Ignored user threads on: January 10, 2013, 07:49:52 PM
if you ignored someone then all topics by him are grey and italic (if you browse the forum), altough if you check for new with the watching/unread functions this dosnt work.

EDIT: i see theymos deleted his answer since he found it out on his own, can you please delete this one too? ty.
EDIT2: nvm since u restored ur message Wink
1769  Other / Beginners & Help / Re: Java miner on: January 10, 2013, 07:48:21 PM
same as here https://bitcointalk.org/index.php?topic=135773.msg1446549#msg1446549

@Mods pls close this ASAP
1770  Other / Beginners & Help / Re: Mine bitcoins whit your browser on: January 10, 2013, 07:45:02 PM
to all beginners, be aware that this pool BitcoinPlus is a scam, do not waste ur time with it.
1771  Bitcoin / Bitcoin Technical Support / Re: Tip: block downloading is ridiculously much faster on SSD on: January 10, 2013, 02:07:17 PM
this thread is kinda: hey i used a technology which is 100 faster than the old one and im so surprised its faster now... wtf?

tmpfs ftw Smiley
1772  Bitcoin / Bitcoin Technical Support / Re: Can i borrow some testnet coins? on: January 10, 2013, 09:05:54 AM
blockexplorer testnet seems somewhat stuck long ago!
there is a testnet faucet: tpfaucet.appspot.com
1773  Economy / Service Discussion / Re: Whats Up w/BitMit on: January 08, 2013, 05:17:05 PM
https://bitcointalk.org/index.php?topic=135366.0
1774  Economy / Service Discussion / Re: [warning] bitmit.net was sold secret without telling the community. on: January 08, 2013, 05:16:37 PM
Damn this was already several month ago before the offical auction on the bitmit site was there... so dont panic
this makes it even worse! it means u refused to tell the ppl that bitmit has been sold/traded and u didnt tell anyone who u are! will this get even more worse?
1775  Other / Beginners & Help / Re: I will answer your nooby noob questions about bitcoin! on: January 08, 2013, 02:50:29 PM
thx, just did here:
/index.php?PHPSESSID=a24ef9fc544090ae81610c5508df5c00;topic=131762.new#new
very wise to submit ur SESSID...
1776  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin Receiver File Problem on: January 08, 2013, 12:58:31 PM
K1773R has agreed to be the fifth file administrator. He uploaded up receiver files at his site, for example receiver_18.csv:
http://devcoin.darkgamex.ch/receiver_18.csv

He will get 2/5 of a share as long as he continues to keep the receiver files current.

this mirror will keep itself updated with the following script being run every hour with crontab:
http://devcoin.darkgamex.ch/update_receivers.sh

How does that script update anything? It looks like it just checks a charity file than recreates some already existing links if the charity file is new.

Don't the actual receiver files have to be built out of not just the charity file but some other files?

-MarkM-

it automatically updates the charity git (including the receiver files) and links any not linked receiver_*.csv files.
1777  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin Client Won't Download Blockchain Past Block 71999 on: January 08, 2013, 11:02:30 AM
linking in case someone finds this thread: https://bitcointalk.org/index.php?topic=129563.0
1778  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin QT Wallet For Windows Users Discussion Thread on: January 08, 2013, 10:58:25 AM
didnt knew this thread exists, watching now Wink
i dont maintain the source, i just create builds (and fix source according to Win* problems with compiling and libboost). please contact markm for such problems or post them here.

EDIT: the problem with fetching was because a mirror went down (according to devcoin thread).
1779  Alternate cryptocurrencies / Altcoin Discussion / Re: Devcoin Receiver File Problem on: January 08, 2013, 10:19:56 AM
K1773R has agreed to be the fifth file administrator. He uploaded up receiver files at his site, for example receiver_18.csv:
http://devcoin.darkgamex.ch/receiver_18.csv

He will get 2/5 of a share as long as he continues to keep the receiver files current.

this mirror will keep itself updated with the following script being run every hour with crontab:
http://devcoin.darkgamex.ch/update_receivers.sh
1780  Economy / Collectibles / Re: 1BTC Vires In Numers 2012 Physical Bitcoin - Montreal, FREE shipping world wide on: January 08, 2013, 09:31:58 AM
ive buyed 5x1BTC and 5x5BTC empty coins and just received them, thanks again for this Smiley they are totaly awesome.
i may buy more in the future Grin
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!