Bitcoin Forum
June 16, 2024, 01:33:08 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 13 14 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 105 106 107 108 109 110 111 112 113 ... 554 »
1241  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 15, 2023, 10:11:51 AM
Since there is a risk (?) of imgur deleting images today, I decided to add ImgBB as a image provider while TalkImg is under maintenance.

Just change the field "provider" at the top to "imgbb" (IMPORTANT: ALL LOWERCASE) and add your account's API key just a few lines below (providers -> imgbb -> apiKey).

Example:

Code:
const provider = 'imgbb'

Code:
imgbb: {
    url: 'https://api.imgbb.com/1/upload',
    apiKey: 'YOUR-API-KEY',
    uploadsPerMinute: 10,
    deleteOnError: false,
}

Run the script and the images will be uploaded to imgbb + your posts updated.

The script is now published (and will be updated) here: https://gist.github.com/ninjastic/36c14fb2eb1c4b750f40f332d408688f



People who are making translations and/or posting on their own local threads, please don't put the code directly on your local threads since I'm always fixing something here or there and your code will most likely be outdated. Instead, link this thread and tell people to get the code from here.

cc @Eternad @Charles-Tim (which I saw posting the script somewhere else)
Good job brother.

Questions:
How do I get the API Key of imgbb. I did not need it yesterday though. It seems I need to register with them. Hopefully there is a chance to skip it.
1242  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 05:43:55 PM
Sorry for the repeated post. But I suggest a break, because of the maintenance that is being carried out on my server.

Before the script stops or actually doesn't move and show any new status, it shows the above warnings and then the errors. That's why I was assuming it's happening once it's receiving a lock topic [(maybe locked?)]. Every time it stops on the error I increment the const startPage with +1 and works just fine. Right now I am on 167 page out of 465.
I hear you brother. I will be trying it tomorrow again and hoping before that you will be able to fix it. The uploads are definitely creating huge load to your server very similar to a ddos attack if I can relate it
1243  Economy / Gambling discussion / Re: Sportsbet.io's English Premier League Football Pool Discussion Thread on: May 14, 2023, 05:27:13 PM
Manchester city closing in on the title with the current win they are getting over Everton, and any drop of points at this point puts city in a position to be confirmed early champs...and looking at some of the fixtures on Arsenals card, I think they play against teams who are in desperate need of a win. Arsenal faces a Brighton side that have a chance to play in the Europa  with a 5th or 6th position finish and currently  sit in 8th..honestly  this won't be an easy meet.
City was meant to win against team like Everton however I don't trust Arsenal much today so here is what I got.


Bold prediction right here and if given an opportunity to cashout I will take it because Arsenal win their games in the first half and clearly this didn't happen, but Arsenals ego won't along them to walk away without a point from the Emirates stadium and the double chance could still play out,good luck  Smiley
F**k Arsenal. They seem to have no motivation to win a game. The 2nd position is secured, no chance to win the league so they are not even giving it a try to win the match. I must be a stupid for not cashing it out at half time, I am even more stupid because I was picking them on this double chance too. 0 - 3 lose is deserved!
1244  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 05:06:49 PM
Code:
[60454365] Could not edit post (maybe locked?), deleting uploaded images...
This won't stop the script, so you can ignore it. Or maybe you're still getting the long "Cross-Origin Request Blocked" message everytime it tries to delete the image from TalkImg?

Before the script stops or actually doesn't move and show any new status, it shows the above warnings and then the errors. That's why I was assuming it's happening once it's receiving a lock topic [(maybe locked?)]. Every time it stops on the error I increment the const startPage with +1 and works just fine. Right now I am on 167 page out of 465.
1245  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 04:46:27 PM
I got error
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://talkimg.com/image/UUGNf/delete/eb7edff665a1505b793b77cfb76374db770c993d2420a8d6. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
It's an error with TalkImg, maybe load related (or joker_josue is trying to fix CORS while we're talking, which would make the script work without my proxy).

I was able to skip the error and rerun the script.

Most possibly when it finds a topic which is locked then from the next step it stops working and shows error.

In my case the error was on the 33rd page [const startPage = 33]
Then I thought to skip the page and started from 34th page [const startPage = 34]


It worked until I got the same error on 78th page.
Code:
[60454365] Uploading image... debugger eval code:138:25
[60454365] Uploaded: https://talkimg.com/images/2023/05/14/blob55aa087fccffd7d7.jpeg debugger eval code:143:29
[60454365] Editing post https://bitcointalk.org/index.php?topic=5404157.msg60454365#msg60454365 debugger eval code:156:25
[60454365] Could not edit post (maybe locked?), deleting uploaded images...
Again skipped the error page and started from 79th page [const startPage = 79]

It's working.

Hopefully it will help for those who are seeing error after running the script for a few minutes.

[edit]
This is my current status
Quote
Getting posts on page 136/465 (29%)


1246  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 04:15:13 PM
@TryNinja, please check edit of my last post if you missed it already.

[edit]
I got error
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://talkimg.com/image/UUGNf/delete/eb7edff665a1505b793b77cfb76374db770c993d2420a8d6. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
The learn more link: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin?utm_source=devtools&utm_medium=firefox-cors-errors&utm_campaign=default

Followed by the following
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
Code:
<anonymous> debugger eval code:172
    AsyncFunctionNext self-hosted:810
    (Async: async)
    <anonymous> debugger eval code:172
    getEvalResult resource://devtools/server/actors/webconsole/eval-with-debugger.js:251
    evalWithDebugger resource://devtools/server/actors/webconsole/eval-with-debugger.js:172
    evaluateJS resource://devtools/server/actors/webconsole.js:960
    evaluateJSAsync resource://devtools/server/actors/webconsole.js:851
    makeInfallible resource://devtools/shared/ThreadSafeDevToolsUtils.js:103
1247  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 04:09:31 PM
465 is the number of images I posted so far on the forum using imgur?
If feels like not even close to what I think the real number should be out of 9815 total posts LOL
It's the number of pages you have on your post history (minus ignored boards, maybe? because I see you actually have 491 pages).

Could you check how many pages you see? https://bitcointalk.org/index.php?action=profile;u=662330;sa=showPosts
I get caught on the ignore boards in many occasions so far. Yes I have many boards are on ignored and with ignored boards total number of pages are 465. When I am checking it from none logged in browser then I see it's 491. I don't care about the ignored boards though LOL

Thanks for clarification. I was thinking those were number of images.

[edit]
I got error
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://talkimg.com/image/UUGNf/delete/eb7edff665a1505b793b77cfb76374db770c993d2420a8d6. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200.
The learn more link: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin?utm_source=devtools&utm_medium=firefox-cors-errors&utm_campaign=default

Followed by the following
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
Code:
<anonymous> debugger eval code:172
    AsyncFunctionNext self-hosted:810
    (Async: async)
    <anonymous> debugger eval code:172
    getEvalResult resource://devtools/server/actors/webconsole/eval-with-debugger.js:251
    evalWithDebugger resource://devtools/server/actors/webconsole/eval-with-debugger.js:172
    evaluateJS resource://devtools/server/actors/webconsole.js:960
    evaluateJSAsync resource://devtools/server/actors/webconsole.js:851
    makeInfallible resource://devtools/shared/ThreadSafeDevToolsUtils.js:103
1248  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 03:58:43 PM
I am on Firefox using the TOR connection. But interestingly I can not copy and paste the code even anything to my console. What is the mystery?
You need to type "allow pasting" on the Console (notice the alert under the Console tab).
It's working!!!



465 is the number of images I posted so far on the forum using imgur?
If feels like not even close to what I think the real number should be out of 9815 total posts LOL
1249  Economy / Gambling discussion / Re: Sportsbet.io's English Premier League Football Pool Discussion Thread on: May 14, 2023, 03:48:42 PM
Manchester city closing in on the title with the current win they are getting over Everton, and any drop of points at this point puts city in a position to be confirmed early champs...and looking at some of the fixtures on Arsenals card, I think they play against teams who are in desperate need of a win. Arsenal faces a Brighton side that have a chance to play in the Europa  with a 5th or 6th position finish and currently  sit in 8th..honestly  this won't be an easy meet.
City was meant to win against team like Everton however I don't trust Arsenal much today so here is what I got.



Is there still any mathematical chance that Newcastle will be out of the top 4? To do this, they must be overtaken by two teams at once. Let's say the first is United. Liverpool claim the role of second, but they are 4 points behind. Three rounds before the end of the season it is difficult to hope for a miracle. There is also Brighton, but they have such a complicated calendar and so many games to win that it's definitely unrealistic.
May be couple draws will do the job. Considering the remaining three matches, 2 points from two matches and a win will get 5 points. All together that will make them total of 71 points. Liverpool to win all remaining matches will have them 9 more points and total of 71. I don't trust Utd but managing 6 points from the remaining matches is not going to be hard for them.

To be honest I don't see Liverpool has a chance.

Apart from Newcastle's points loss, we should also see three wins in a row from Liverpool (in addition to the 6 they already have). In this form, the puzzle looks less likely, doesn't it?
I will say yes but still consider this situation. Liverpool manage to win three upcoming matches.

Castle will win against Leicester, against Chelsea considering the matches Chelsea is playing another win for Castle. May be a hard contest against Brighton. No matter what happens against Brighton, they will still get 6 points.

Liverpool has no chance LOL
1250  Other / Meta / Re: [Script] Imgur to TalkImg - automatically fix your broken images on: May 14, 2023, 09:36:37 AM
Did you make talkimg.com server busy?



I am assuming a lot of data are now uploading by the script to their server and it's like a ddos attack for them LOL


Script:



I am on Firefox using the TOR connection. But interestingly I can not copy and paste the code even anything to my console. What is the mystery?
1251  Economy / Gambling discussion / Re: 🦊 Betnomi.com | Champions League Pool ⚽️ Discussion Thread on: May 14, 2023, 08:39:15 AM
I have not decided yet who to follow between City and Real but for sure Inter is my next horse for the other semi 2nd leg. Home team, 2 goals ahead. They will be stress-less and will play their natural game which is defending the score. Doing that will bring them some chances for counter attack and they may find few times their ball in the back of the opponents net.

And who do you think will come out for all-attaching play in the Manchester City-Real Madrid game? I believe Manchester City will run around like spoilt kids again, as they did in the first leg, while Real Madrid does the damage with counter-attacking football, playing deep with Camavinga and Kroos, then Modric a bit up front to set up the counter passes, I believe Real Madrid will wrap it up in a very fashionable way. A crucial round for everyone in the pool, it's a make or break round for those of us in the bottom of the top 10, because the CL final wouldn't mean much to anyone.

I think the visitors are the underdogs, while the home team is the best playing on their own turf, and the support of the fans will have a big impact on the atmosphere of the match. I am currently in the lower ranks and cannot taste the cake here, but despite this, I will place a big bet this time in favor of the visitors because the odds of @5.30 are good for me, and I don't know if the MANCITY team will really kick me.
That's a valuable odd right there, and I might put some money on it tomorrow before it starts falling, because we're talking about 15-time champions here, and let me blow your mind Man City have no big fan base, and the club rarely fills the stadium, therefore I don't see them having any impact at all.Right n

Right now the odd for Real is 17/4 which is a good bargain considering the record Real and City both has in Champions League. Real is a team who have the highest success rate in the league and despite being best in English Football league and many other leagues, City is a team who still yet to break the code to win their first CL title. I am considering to risk some money for Real too after looking at the odd LOL. At least a $50 😂
1252  Bitcoin / Electrum / Re: A bug on Android Electrum 4.4.3 on: May 13, 2023, 06:04:58 PM
The bug is that I was not able to proceed directly but I used I already have a seed to import the seed phrase. This can confuse newbies.
It's not a bug.
If you already created a set of Electrum seed then you don't need to finish the procedure before completing the wallet. You can restore the wallet associated with the seed set anytime.

I guess I did not misunderstand your case with the wallet.
1253  Bitcoin / Bitcoin Technical Support / Re: help with stuck txid on: May 13, 2023, 05:02:35 PM
Gambling sites usually use high fees when you are withdrawing from them but it's interesting they only used 21 sat per vbyte. Mempool is going back to normal slowly but it will still require good amount of time to get this transaction confirmed. I think you have no other option but to wait.

hey i sended btc from 1 bet site to another sadly the first did sent with way to low fee now its stuck and i cant acclerate it or use viabtc cuz volume is over 0.5kb anybody who could help accleratae it ? thx in advance

I assume that gambling site has customer support, and the only option you have at the moment is to contact them and ask them nicely to increase the fee, because the transaction is marked with RBF. On the other hand, you can hope that you will be lucky with mempool because currently transactions are going through with about 30 sat/vB, and yours has 21 sat/vB.
I dealt with may casino customer support and unfortunately I found none of them have good knowledge about blockchain and how it works. The chances for this casino support will be slim too.

@OP, which one was the site you withdraw the balance?
1254  Bitcoin / Electrum / Re: Where is the private key on Electrum Android? on: May 13, 2023, 04:47:26 PM

I can confirm that on version 4.3.4, which I still use, there is an option to view the private key for each address individually, although I personally have never needed something like that. It is possible that this feature was removed, or that they hid it a little more in the new versions.
I did not see it on my Android too and it was removed from newest version of Electrum. It is available for desktop version and I think they remove it from Android like one of their security-wise concerns.
I don't use mobile version but on desktop as my hot wallet. However the 4.4.2 version seems complicating the features.

In previous versions you were able to set your preferences from one window using several tabs but it seems now they have less information to set from the preference window. When you try to send and receive bitcoin then there are separate options to set up you personal preferences only for the transaction you are about to do. It makes the job redundant to be honest.
1255  Economy / Gambling discussion / Re: Sportsbet.io's English Premier League Football Pool Discussion Thread on: May 13, 2023, 04:12:13 PM
Come on Newcastle. You cant drop points against Leeds, if you want to play UCL you cant made this kind of games.

Its LFC cursing again?.

For Leeds side a really big point, lets see how much worth at the end of the run/season.

Is there still any mathematical chance that Newcastle will be out of the top 4? To do this, they must be overtaken by two teams at once. Let's say the first is United. Liverpool claim the role of second, but they are 4 points behind. Three rounds before the end of the season it is difficult to hope for a miracle. There is also Brighton, but they have such a complicated calendar and so many games to win that it's definitely unrealistic.
May be couple draws will do the job. Considering the remaining three matches, 2 points from two matches and a win will get 5 points. All together that will make them total of 71 points. Liverpool to win all remaining matches will have them 9 more points and total of 71. I don't trust Utd but managing 6 points from the remaining matches is not going to be hard for them.

To be honest I don't see Liverpool has a chance.
1256  Economy / Scam Accusations / Re: Loan Defaulted [SiNeReiNZzz] on: May 13, 2023, 03:21:42 PM
Some guys asked him about it and wanted to know more but since I can't reply and he said it's a lie that's all I could find out.
I wonder why don't he say the same here LOL

Stake have their own forum. If you can create a topic about it may be you will be able to get your ban removed from the chat. It's such a shame that members deny a wrongdoing they did.
1257  Economy / Scam Accusations / Re: Coinplay CONFISCATING 291mbtc of fair NBA winnings on: May 13, 2023, 03:03:58 PM
Consider the facts and then reconsider your stance.  

Player:
- Gives detailed explanation of situation.  Provides evidence.
- Gives site permission to share any evidence.
- Offers to go to arbitration, gives permission to site to share all info with third party.
- Result of arbitration in their favor.


Casino:
- Does not provide any details or even a specific accusation.
- Agrees to arbitration, loses.
- Still doesn't pay.
- Ghosts forum.
- Only been around for 6 months.
- Obvious ties to the longest running scam casino on the forum that is well known for freerolling players by making vague accusations against winners, seizing their profit, returning only their deposit and then going silent.
It's not that I am not aware. Of course I am aware but why don't you consider the response from the license providers too? That does not seems the OP is innocent. Or you are saying licensor are protecting their clients and risking their reputation for 100s of other casinos they provided license.

Why would you defend the casino?  And yes, that is what you're doing.
Do you really think I am defending a specific casino? Since you asked [not sure why] then let me ask the same. Don't you think you are defending the OP blindly? Defending him just because he posted something which looks like legit to you but truth is you and I can not prove if that is indeed legit. Haven't we seen such accusations all the time against other casinos? Common accusations:

Casino x banned my account
Casino x confiscated my deposit
Casino x not responding to my PMs
Casino x is a scam
Casino x is 1xbit
Casino x do not pay my winning.

The entire scan accusation filled with such type of threads but it seems all your focus is one defending OP and seeing a specific casino should go down to the hole.
Why?
1258  Economy / Gambling discussion / Re: 🦊 Betnomi.com | Champions League Pool ⚽️ Discussion Thread on: May 13, 2023, 02:46:26 PM
Milan, Napoli, Inter, are just impossible to predict, Inter probably played their best game of the season considering how bad results been in different weeks.
I used think Napoli was my bad luck but it seems both Milan and Real brings me bad luck too. Real vs City was hard to predict for me and I was lost in both Milan match too resulting nothing to get from the semi 1st leg. Hopefully in the 2nd leg I will have some lucks.

I'll follow Real again I think, I have been disappointed too many times by Spanish teams this whole past weeks aaa!!
I have not decided yet who to follow between City and Real but for sure Inter is my next horse for the other semi 2nd leg. Home team, 2 goals ahead. They will be stress-less and will play their natural game which is defending the score. Doing that will bring them some chances for counter attack and they may find few times their ball in the back of the opponents net.

I'll post back in a few days the final prize distribution figures, just so we know in all it's glory. $10,000 prize pool, amazing, huh?
That's huge! How much KTC is going to receive? He is going to be rich 🤣
1259  Economy / Gambling discussion / Re: 🦊 Betnomi.com | Champions League Pool ⚽️ Discussion Thread on: May 11, 2023, 10:20:30 PM
Milan, Napoli, Inter, are just impossible to predict, Inter probably played their best game of the season considering how bad results been in different weeks.
I used think Napoli was my bad luck but it seems both Milan and Real brings me bad luck too. Real vs City was hard to predict for me and I was lost in both Milan match too resulting nothing to get from the semi 1st leg. Hopefully in the 2nd leg I will have some lucks.

If you're not having like 10+ outputs, you should at least be able to get it confirmed within the next few hours. At least it worked for all of us so far.

(It's in German, but you can just use Google translate)
It's clear on their website though

Quote
FREE Submission
ViaBTC will prioritize your transactions and include them in the next block we mine, provided the volume of this transaction must be ≤0.5 KB, and the transaction fee rate must be ≥ 0.0001 BTC/KB.
Paid Service
ViaBTC cooperates with multiple mainstream mining pools so that your transaction will be proposed and prioritized for quicker confirmation when any of our partner mining pool produces a block. NO limit on tx volume or minimum fees.
1260  Economy / Gambling discussion / Re: Bitcointalk IPL Prediction Pool & Discussion 2023 on: May 10, 2023, 02:22:56 PM
A streak of 11?  Shocked I don't think I've ever had that in sports betting, did have it a lot of times in gambling though.  Grin
It's a losing streak, I just wonder what if I would picked the opposite teams all the time. I could have a huge lead on the pool LOL
But this round so far not a bad one for me. 4 points so far out of 6 matches. You seems way ahead than others with 36 points, damn!

I have CSK in the live match now. and it seems 84% predicted CSK to win. May be i will have one more point this evening if I am lucky then two points LOL
Pages: « 1 ... 13 14 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 105 106 107 108 109 110 111 112 113 ... 554 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!