Bitcoin Forum
May 01, 2024, 07:26:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 »
1281  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 13, 2015, 06:52:16 AM
Selling domain monerowallet.com, payment in monero, pm me your offers

Give me 10 XMR and I will take it off your hands.

Selling at a very reasonable price - 2500 xmr

Yea, only 2.5 btc. No biggie.
1282  Economy / Services / Re: [30 BTC Bounty] - Find a mathematical / algorithmical formula on: February 13, 2015, 05:23:22 AM
An approach idea.

Take an arbitrary x value (the one that is looked for, and find the point, that caused that value when inserted into the formula.
In Mathematica that would be:

Solve[(x*x - 1)^2/(4*x*(x*x + 486662*x + 1)) == THEVALUETOLOOKFOR,  Modulus -> 2^255 - 19]

Then go back the whole chain, unti you reach x=9.
This can sometimes be tricky, that is why you probably have to think about it further.

Only working in the case that it's a doubled value this should find the answer without brute forcing.

Disclaimer: I don't have Mathematica to test rather I'm writing based on documentation.




G = THEVALUETOLOOKFOR;
_x = G;
_i = 0;
While[_x!=9, _x = Solve[(x*x - 1)^2/(4*x*(x*x + 486662*x + 1)) == _x, x,   Modulus -> 2^255 - 19]; _i++];
Print["G (", G, ") is x=9 doubled ", _i, " times"]
1283  Bitcoin / Bitcoin Technical Support / Re: Blockchain Receive API not sending callbacks. on: February 13, 2015, 05:03:05 AM
I have the same problem.

Is there someone that can help me?

Callback URL is:
http://www.coin-analytics.com/rest/subscribe&anonymous=false&address=1CgJ3M9kweRAhpjRWAZYvE3UL8cpTjAox1&secret=1A8JiWcwvpY7tAopUkSnGuEYHmzGYfZPiq&user=22

If I try in https://blockchain.info/api/api_receive I receive: "Error No Log Entries Found"

Thanks.

You may be handling it on the server depending on your url routing but shouldn't there be a question mark rather than an ampersand after subscribe?

Quote
1284  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Looking to sell 25,000 CLAMS for 250 BTC or equivilent on: February 13, 2015, 04:45:46 AM
0.01 btc per clam, a bit above market, but you can't buy that quantity on market anyway, there's just not enough order depth.
1285  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: 0.5 BTC Bounty on: February 13, 2015, 04:39:48 AM
Why is this posted in the altcoin marketplace?



Progress report: Currently on block ~192k if you are already generating your own (or get from another user) let me know and I'll not worry about this anymore. While it may be 2/3 the way through the blocks it's roughly 1/10 the way through the transactions so it could be a bit yet.
1286  Other / Off-topic / Re: Let's talk about how hot Asian girls are. [NSFW] on: February 13, 2015, 04:25:27 AM


Nice!
1287  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 13, 2015, 02:40:27 AM
Maybe I'm old fashioned, but I can't stand "infinite scrolling" either. It's a feature I find to be very annoying for the most part (there are exceptions where it can serve a purpose, such as google image search). The problem I have with it is that I can't go to a particular page without scrolling endlessly. There are times when I want to lookup a discussion, and say there are 50 pages, I know it's likely to be somewhere around 30-40, with pagination I can make some guess and narrow it down fairly quick, but with infinite scroll I will have to scroll endlessly through page 1-30 or 50-40 before I can start my search. Another scenario could be you're reading a thread and are on page 30 (or in this case, far into your "scroll") and by accident you close the page or (god forbid) you are stupid enough to click a link without "open in new windows". Now you're left to wonder where you left of.

Try remember how long it took you to scroll down versus if you were on page 30 or not. You can't even remember the location of your scroll bar since there is no such thing as "half down the page" with infinite scroll.

As for my main concern (order), you are right, I can order it by oldest / latest. That's cool. But the quotes are not in the actual post, it's above in a tooltip, but the entire post is not displayed. So what happens if I want to read the post quoted? I have to click the link and it will take me to the post, but with infinite scroll how am I going to find my way back to the responding post? the scroll bar is useless. And it's not unreasonable to assume I want to read the quoted post of the quoted post, and as you move up you're just getting more lost.

Discourse addresses those issues.

Jeff Atwood (CodingHorror) blogged about the troubles of pagination and infinite scrolling
http://blog.codinghorror.com/the-end-of-pagination/

Robin Ward (EvilTrout) then blogged about how to "do it right" a year later
http://eviltrout.com/2013/02/16/infinite-scrolling-that-works.html


Here's an example of a long thread at Discourse
https://meta.discourse.org/t/what-is-the-most-awesome-plugin-for-discourse-that-does-not-yet-exist/31/73

The /73 is the currently viewed reply so navigating to a link and hitting back works it's updated using the javascript replaceState function to update the URL as described in EvilTrout's blog

In the lower right is a progress bar showing how far you are into a thread which upon clicking allows you to jump to a specific post, top, or bottom
1288  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: 0.5 BTC Bounty on: February 12, 2015, 12:02:21 PM
Just began to setup an abe server and it's building an abe.sqlite, currently on block ~175k if you still need the file when it's done I'll make it so you can download a copy of it
1289  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: February 11, 2015, 01:22:08 PM
Dear Users,
First of all we apologize for the terrible support we have given our users for the past few months.
Our company has undergone major changes in this time span.
We are recovering and we are back with a support staff and developers working on the site.
Our mining facilities have been 100% overhauled, we are currently mining with the newest technology available.
Mining was, is and always will be our #1 priority.
The chat box and the forums are being fixed, the support tickets are being resolved.
Thanks for the comprehension and for never giving up on us!

Why the sudden return 10 months later?
1290  Economy / Service Announcements / Re: Bitfetch - Anonymous Remote Torrent Downloading on: February 11, 2015, 11:30:15 AM
Looks like they're gone for good now. :/

September 2014 deposits stopped
October 2014 SSL certificate expired
February 2015 ERR_CONNECTION_REFUSED
1291  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: February 11, 2015, 11:22:53 AM
Is this good software to use as a bitcoin block explorer on a web server that will get a moderate amount of traffic, or is it too slow/bulky?

If it is not good for that purpose, are there any open source alternatives?

Thanks in advance for any answers or thoughts!
An alternative:

Insight (https://insight.bitpay.com/)

Open source and made by the people at BitPay
https://github.com/bitpay/insight
1292  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: February 11, 2015, 11:08:26 AM
But.. How i can withdrawal? Everyday i can?

Don't know, I got out a while ago.
1293  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Scrypt.CC | Scrypt Cloud Mining on: February 11, 2015, 10:41:39 AM
Scrypt.cc still paying? i wanna invesment 2 BTC in there..
But any info about this site?
Thank you master.. Smiley

From what I've seen it appears support is gone, forums are gone, admin is gone. But there have been reports of payouts and withdrawals working.

So I'd say invest at your own risk.
1294  Bitcoin / Bitcoin Technical Support / Re: which wallet to use ? API .net on: February 11, 2015, 05:49:17 AM
Nicolas Dorier published a free ebook on interacting with bitcoin via C# however it's only part 1 out of 3 to be released

Thread: https://bitcointalk.org/index.php?topic=926087.0

Website: http://blockchainprogramming.azurewebsites.net/

PDF: https://aois.blob.core.windows.net/public/Blockchain%20Programming%20in%20CSharp.pdf


BlockTrail.com also has a pretty good API (https://www.blocktrail.com/api/docs) and there is an unoffical .NET SDK for it https://github.com/raymens/BlocktrailSdk

If you use the BlockTrail API to build your app they'll even send you a free t-shirt

1295  Other / Off-topic / Re: Urgently need job. Resistance. on: February 11, 2015, 01:02:00 AM
Why do you ask for a job and say explicitly that it is to buy illegal weaponry Huh

Looks pretty illegal to me. /s

SVD: http://www.gunbroker.com/Auction/BI.aspx?View=0&Country=&CountryQualifier=0&Cat=0&Keywords=dragunov&Sort=5&Page=0
Scope: http://kalinkaoptics.com/rifle-scopes/posp/svd-psl-tigr-romak-3.html
Thermal: http://www.cabelas.com/product/Pulsar-Quantum-Thermal-Nightvision-Monocular/1617804.uts?productVariantId=3513687&srccode=cii_17588969&cpncode=40-25018052-2&WT.tsrc=CSE&WT.mc_id=GoogleProductAds&WT.z_mc_id1=03697032&rid=20
1296  Other / Off-topic / Re: Urgently need job. Resistance. on: February 11, 2015, 12:35:43 AM
Why do you ask for a job and say explicitly that it is to buy illegal weaponry Huh

I think anyone in your position would say it is for humanitarian purposes or something. Or at least that it to buy common weapons that usually aren't army-only.

Are you  some kind of undercover agent trying to catch people and charge them for financing terrorism or something like that?

What's illegal about it?
1297  Economy / Auctions / Re: Subtitle domains for sale! (low start!) on: February 10, 2015, 11:37:00 PM
I dont see that bitspill reply here.
If you didnt sold, please behave as you should as I won.

Take a look at replies #14, #15, #17, and #18.


The deal between liteon and myself is completed BTC and domains have been pushed. Trade went smooth with no issues.
1298  Economy / Auctions / Re: Subtitle domains for sale! (low start!) on: February 10, 2015, 01:04:32 PM
Woot. PM replied.
1299  Economy / Digital goods / Re: [S]STEAM & ORIGIN GAMES(GTA V 36$)- DOTA2 Items FOR BTC/WMZ/skrill on: February 10, 2015, 11:47:26 AM

Well, it saves me $0.99 and it helps further the BTC system... I'll take it Wink

Edit: Payment sent to 1DRiK
Game sent

Confirm. Game received.

Thanks for the quick deal again.
1300  Economy / Scam Accusations / Re: WoodCollector the saga continues?.... on: February 10, 2015, 11:45:00 AM
That's obviously the work of a machine. There's really no way to make such details by hand, unless you're working with a needle and it takes you a month to engrave it. Why deny it? The pieces look nice and would sell anyway.

Hence why some are waiting for a video of WC hand carving a detailed piece in the same detail as pieces he sold.

Such a great wood carver ...He even hand carves ....Cut and paste.... errors into his work




Cut and paste error or just forgot to carve one diagonal line?
Pages: « 1 ... 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!