Bitcoin Forum
June 23, 2024, 04:39:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 [380] 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 ... 554 »
7581  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 10:53:59 PM
For some reason the userscripts link isn't resolving... :/
Read the topic my dear friend. Userscripts died Tongue It was accessible at http://userscripts.org:8080/scripts/show/174546, but it's totally dead now.
7582  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 10:53:05 PM
my greasemonkey script has this in the header:

"
// ==UserScript==
// @name          BitcoinTalk++
// @version       0.2.86
"

But the BT++ SETTINGS* has a asterix that says it is out of date....
That seems to be correct, I have the same. The asterisk can be ignored, since it's incorrect. JackJack hasn't worked on it for ages. Tongue
7583  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 10:48:32 PM
I did set this password up and saved it in my profile.

Still I can't vote.

Where would the vote buttons even be?
-snip-
This is some weirdass behavior. The vote buttons should be next to the +5 and it should look like this:


What version do you have (don't ask me how to check that, because I don't know).
7584  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 10:36:27 PM
I didn't receive anything from github, gonna check why I didn't get an email alert.
I created an issue on your btpp repository on GitHub. Normally, Github sends you an email if that happens.

The thread ignore function isn't working on firefox anymore.
Also the rating feature isnt showing all the time.
I can't register for the rating feature too.
1. Didn't test that.
2. Rating feature always works for me.
3. You need to setup a password, checkout the "Get password" link in BT++ Settings.

JackJack, I added a new feature to your script. Now I am able to view the PM's in my outbox as well. I added/changed the following code snippets (the first one changes the BT++ Settings page):
Code:
<a href="https://bitcointalk.org/privatemessages.php">List of PMs in your Inbox</a><br />\
<a href="https://bitcointalk.org/privatemessagesoutbox.php">List of PMs in your Outbox</a><br />\
Code:
if(document.location.href.split('/privatemessagesoutbox.ph').length>1){
  body.innerHTML='';
  getPage('https://bitcointalk.org/index.php?action=pm;f=outbox', callbackPMOutbox, 0);
  return;
}
Code:
function callbackPMOutbox(r){
    var reg = new RegExp('f=outbox;start=([0-9]{0,10})" method=');
    maxpagePM = reg.exec(r.responseText)[1];
    body.innerHTML=BTCSS+'Downloading PMs';
    getPage('https://bitcointalk.org/index.php?action=pm;f=outbox;sort=date;start=0', function(r){concatPMOutbox(r,0,maxpagePM,callbackPMEnd);}, 0);
}
Code:
function concatPMOutbox(r,i,max,c){
    var resp = r.responseText;
    result = regexpPMS.exec(resp);
    
    body.innerHTML=BTCSS+BTPPtitle+'<a href="https://bitcointalk.org">Bitcoin Forum</a> > All your PMs\
        <br /><br />Downloading PMs: '+i+'/'+max;
    
    while(result != null){
        PMfaits+=1;
        listPM+='<tr><td'+result[1]+'</table>\n\t\t</td></tr>';
        result = regexpPMS.exec(resp);
    }  
    
    if(i<maxpagePM){
        var pmpage='https://bitcointalk.org/index.php?action=pm;f=outbox;sort=date;start='+String(i+20);
        getPage(pmpage, function(r){concatPMOutbox(r,i+20,maxpagePM,c);}, 0);
    }else{
        c();
    }
}

Could you add/change that in the script as well? Having both options is nice Cheesy
7585  Other / Meta / Re: Ironic if this image don't load to show image proxy sucks? on: June 06, 2014, 02:26:46 PM
It's too big. The limit is 2.5 MB
That sucks... Well, not much to do about it I suppose. Why did you choose for 2.5MB by the way? Good quality pictures are almost bigger than that and are slowly get bigger all the time.
7586  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 01:27:11 PM
Hi guys
Sorry for having been out for so long, that was not for anything fun at all.
Since a few weeks I have more time but I guess I needed a PM to bring me back, so thanks bitcoininformation.
Ah man, it sucks to hear that. I hope that everything will be well in the end. And no problem about the PM, sorry for bothering you on GitHub as well.

It will take some time for me to dive in the code again but I'd be more than happy to continue the development of BT++ if you users want so.
And about the licence problem: I don't know yet, I'll think about it. But if I ever leave the forum "forever", I'll release all the code (server-side included).
Well, it seems that more users are interested in the plugin, so please do Cheesy Also, you should re-upload the plugin on a different website. userscripts.org is dead, greasyfork.org is the successor made by the same person.
Releasing everything if you really leave would be amazing!
7587  Economy / Goods / Re: [WTS] BIP38 cold-storage wooden cards to protect your bitcoin - 10% off on: June 06, 2014, 01:17:53 PM
Don't refrain your instinct, this one is not just a gadget. I mean, its a gadget but a) is awesome b)is useful Wink ehehe.

We could do an electrum experiment :

one side would contain your public master key and your public key
the other would contain your seed.

We can find a way to encrypt your seed before sending it to me. I'm afraid it can't be BIP38... Let me know if you want me to go ahead... Also, I don't have much free time to play with this so it would be awesome of you if you can find someone else who wants this Wink
Well, I am very very tempted but I have spend so much lately, hahaha. The Electrum thing would be amazing and I would love to have that. If we could do it, I would gladly buy one. What do you mean with finding someone else who wants it? Do you need more than one person to do this idea?
7588  Economy / Goods / Re: [WTS] BIP38 cold-storage wooden cards to protect your bitcoin - 10% off on: June 06, 2014, 11:43:24 AM
These look amazing. I promised myself to stop buying Bitcoin related items, but man... I am really tempted to get me one of these.

I see that you offer "Armory multi-fragment backups", would it be possible to do something like that for Electrum? Like, encrypt the seed with BIP38 and put it onto a piece of wood? Or is that something BIP38 doesn't support? I haven't taken the time to read up on it yet, so I apologize if this is a stupid question. Anyway I would love to have something like that as a backup. Grin
7589  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 06, 2014, 11:18:24 AM
When is the next payday ?
The 5th of July.

for the next payment, he pay new rate or old rate?
he paid me old rate yesterday Grin
You should have gotten two payments. One with the old rates and one correction so that you got paid according to the new rates. Keep in mind that OP only pays for good posts. Bad ones get deducted as far as I know.
7590  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 06, 2014, 08:06:55 AM
When is the next payday ?
The 5th of July.
7591  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 06, 2014, 08:04:36 AM
Current posts: 204
Bitcoin Address: 12feBGqmNSEKxvnjS7fZzzNa3qdKoufXBo

Just to confirm i am enroll for the next week Smiley .
*month. There are no more weekly payments.
7592  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 06, 2014, 05:37:09 AM
Where to find your version of the script?
My version is the same as JackJack's with an added "List all PM's in Outbox" function. I can't re-upload the script without knowing under what license JackJack put it. I have send him a message, let's hope he responds quickly.
7593  Other / Meta / Re: Ironic if this image don't load to show image proxy sucks? on: June 05, 2014, 11:20:11 PM
That happens when the server hosting the image is too slow. Use something faster like imgur.

One problem I have with the image proxy is how it breaks images without an extension. If an image is served with the right MIME type, such as image/png, it should be proxied even if it has no extension or the wrong extension. Extensions are a very bad way to describe file types over the Internet. MIME types exist for a reason...

It doesn't rely on extensions. Example:


Why doesn't this image work then? It's a GIF hosted on Imgur.
7594  Other / Meta / Re: BitcoinTalk++ script - v0.2.86 on: June 05, 2014, 10:45:32 PM
It is too bad this script was dead, It was awesome while JackJack was here, now that he is gone it has slowed down a bunch.
Well, most parts still work just fine. For example, the +- and buttons, the ✔ that gets added to someones name when he/she is on the DefaultTrust list is nice, loading Inbox PM's, chat, instant skip to the newest post when you click on a topic, and most likely more stuff that I can't remember.

The progress of the script itself slowed down a bunch, that's, sadly, true. But I won't remove the script just yet. Way to handy!
7595  Other / Archival / Re: Updated Overview of Bitcointalk Signature-Ad Campaigns on: June 05, 2014, 10:09:43 PM
UpDown.BT has switched to monthly payments with a 600 posts per month cap and a maximum of 60 participants.
7596  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 05, 2014, 09:57:53 PM
I've updated original post with monthly conditions. Cap is 600 messages per month. And now we have a maximum members limit — 60.
I have updated my "Overview of Bitcointalk Signature-Ad Campaigns"-topic to reflect this change. Is the campaign currently full?
7597  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 05, 2014, 09:39:35 PM
Just got another payment (e7716443b9e3b097613cc348522be36d0c56a5389fe562b69b1e02de5dd33e25) which brings my total to 0.1392 + 0.0174=0.1566BTC, which is really close with how much I should have gotten, but didn't because of corrections. Thank you OP! (This isn't supposed to be sarcastic)
7598  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 05, 2014, 09:29:15 PM
Got it, I've fixed rate in my table and will send additional transaction for all of the campaign members.
I'm glad to hear this! Thank you so much!

Can you tell us if the payment will continue weekly??

This is the 4th week
He said multiple times that he will switch to monthly payments after the first month (which is now). So I am going to assume that there will be no more weekly payments. Correct me if I'm wrong UpDown.BT!

0.1488 /0.00135 = 110.2 so it can't be this one
0.1488 /0.0012 = 124 so it's more likely you got paid the old rate if those were the old rates

I kept an eye on this campaign since the op is a gold member , this is a rare thing ...but seriously
Yeah, that's why I thought they were deducting posts from the total. Seems like the most logical explanation in my opinion.
7599  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 05, 2014, 09:20:25 PM
I just got paid! 300ffdda9ebc4df7333b9ae88c182a19d937420469e209ec7ec9817d12f10995. A bit less than I expected, but that is no problem since not all of my posts are constructive.

EDIT: UpDown.BT was quicker than me, hahaha.

We pay only for 200 posts since last week to avoid spam.
Well, I only made 124 according to my plugin (yes I wrote a Chrome Plugin that keeps track of that, since I am a lazy fuck). 124*0.00135=0.1674BTC (new rate) or 124*0.0012=0.1488BTC (old rate). Which both are a (bit) higher than what I got, 0,1392BTC. Which is why I am going to assume that you guys deducted some posts because of quality, correct?
7600  Economy / Services / Re: WE PAY FOR SIGNATURE EVEN MORE. UP TO 0.0016 BTCs PER POST. WEEKLY PAYOUTS. on: June 05, 2014, 09:09:53 PM
I just got paid! 300ffdda9ebc4df7333b9ae88c182a19d937420469e209ec7ec9817d12f10995. A bit less than I expected, but that is no problem since not all of my posts are constructive.

EDIT: UpDown.BT was quicker than me, hahaha.
Pages: « 1 ... 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 [380] 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 ... 554 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!