Bitcoin Forum
May 04, 2024, 02:20:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 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 ... 187 »
81  Other / Meta / Re: Reply without bumping? on: April 16, 2024, 09:54:56 PM
Is it possible to reply to a topic without bumping it? I think this would be a very useful way to warn others of scammers, trolls and suspicious posts without bumping the thread to the top where more people can see.
It's possible but i'm curious how could it be done though. Or maybe theymos can add an option filter on the "Additional options..." like "ignore bumping the thread after a reply" or something similar. So yes, it will be another workload to theymos.

But thinking about it, knowing scam are not moderated here, so i don't think admin would care much.
82  Economy / Service Discussion / Re: Is possible to add this feature on ninjastic.space ? on: April 15, 2024, 10:51:14 PM
It's possible but it will take more resources on the server if abused. It might work if its limited only like for 90 days of custom sorting dates or 120 days (feb xx 2022- may xx 2022).
83  Other / Meta / Re: Long codes messing up the post history appearance. Solutions? on: April 15, 2024, 10:44:50 PM
I just wanted to know how you know the table name, or row name, or title name, on that page. Is there any other script to extract such data?
You can inspect element your post history or anywhere in this forum to check that every box like UI/look is made with table tags. For me to manipulate all affected tags since there's no class name or id i just use the table, its attributes and its value, also the ":nth-child()" selector. In this case i just use ":first-child" selector since i just need only the first "td", you will need the latter if you need the other nth in order of tags (parent > child)
84  Other / Meta / Re: Long codes messing up the post history appearance. Solutions? on: April 15, 2024, 02:57:31 AM
It's a known long time website look issue, it's the same thing for those big block images posted in ANN threads if the width is not set and the image is too large then it become like that on user post history. Unfortunately, theymos never fix it, well, unless PowerGlove do something to it.
Is it sort of bug?
I mean, if it's possible for the codes to appear neatly in the threads, then they surely should be able to replicate the same when one is viewing the post history
Looks like it.

I checked and compared both page, the difference is that the post history doesn't have this style "table-layout: fixed;" but if you will put this style on the table tags, the wide code tags content will be fixed but the dates and titles is affected, so putting width will fix it.

I just made a script to make it work, you can put it on any browser extension like Tampermonkey and Greasemonkey. Or you can try it first in the console of your desktop browser.

Code:
var urlString = window.location.href;
// Check if the URL contains "sa=showPosts"
if (urlString.indexOf("sa=showPosts") !== -1) {
  var tables = document.querySelectorAll("table.bordercolor[width='100%'][cellpadding='4']");
  tables.forEach(function(tables) {
    tables.style.tableLayout = "fixed";
  });

  var tds = document.querySelectorAll("table.bordercolor[width='100%'][cellpadding='4'] tr.titlebg2 >td:first-child");
  for (var i = 0; i < tds.length; i++) {
      tds[i].style.width = '15px';
  }
}
85  Economy / Gambling / Re: unlimitedmoneyglitch.com | Crypto Market and Casino All-In-One on: April 14, 2024, 11:47:00 PM
Fix your ann thread too, it's messy, images that should in the same row getting in the next row/line, currently using mobile phone. The same thing for the website it's not mobile responsive, it's unusable in mobile phone mode tbh.
86  Other / Meta / Re: Long codes messing up the post history appearance. Solutions? on: April 14, 2024, 11:04:08 PM
It's a known long time website look issue, it's the same thing for those big block images posted in ANN threads if the width is not set and the image is too large then it become like that on user post history. Unfortunately, theymos never fix it, well, unless PowerGlove do something to it.
87  Economy / Gambling discussion / Re: Where would you prefer to watch your favorite team? on: April 14, 2024, 04:11:26 PM
For sports events, it will always be fun and enjoyable watching in the live match event with people on the same gang. Not unless the venue is too far away from home, or the weather won't cooperate then it's much better to do it at home. I'm sure most fans will the same.
88  Other / Meta / Re: Bitcointalk Uptime Website Status on: April 14, 2024, 04:07:13 PM
Moved to Meta board since most forum related developments posted here. Correct me if i'm wrong though so i can move this back to project development.

Regards.
89  Other / Beginners & Help / Re: Close Lightning channel and lost btc on: April 14, 2024, 02:17:00 PM
If it’s been more than 24hours, I suggest you take BitMaxz advice and create an issue in GitHub. They may be able to return your funds.
Creating an issue on electrum github page won't help you for them (electrum) to return your funds, this is not a payment gateway that they can refund you after submitting a ticket.
This is a known user issue that only waiting can help to solve such problems OR it will not — expensive lesson i may say. Some 
90  Local / Pilipinas / Re: SEC Slams eToro for Offering Unregistered Securities on: April 14, 2024, 02:07:54 PM
Pero diba galing na mismo sa Binance na gusto nila magkaroon ng license sa Pilipinas. Anong taon pa ba yun. Pero bakit ayaw ng gobyerno bigyan ng chance magkaroon ng license mga tulad ni Binance na subok na. Obviously positive siya sa market at mga crypto fanatics ng bansa. Top quality, free ang cashouts thru p2p, less fees, at excellent ang volume kaya the best ang spreads.

Tsaka bakit kaya nilimit ng gobyerno ang mga magkaroon license? Ayaw ba nila ng healthy competitions? Tapos mabalitaan na lang natin meron unfamiliar company na binawian ng license. Mukhang binigyan pa ng license kahit di naman pala capable while yung subok na globally ayaw bigyan. Kung ganito, aba'y manatili talagang greylist ang Pilipinas sa investment rating. 
That was 2022, ito yata yun[1], pero of course, actions speaks louder than voice, eh parang sweet talks lang meron sila niyan, hanggang sa nag take action na ang gobyerno. At dahil hindi sila nag karoon ng license dito it does not mean na ayaw ng gobyerno dito na mag karoon sila, actually daming licensed foreign platforms dito satin, the same thing na may license si binance to operate to other countries/state too like sa Spain, Italy, Dubai, Kazakhstan, etc. Malamang ayaw sumunod ng Binance sa requirements ng gobyerno, either daming requirements both documents and monetary requirements.

[1] Binance acquiring PH firm to secure VASP license
91  Other / Beginners & Help / Re: Close Lightning channel and lost btc on: April 13, 2024, 11:27:06 PM
Here's the answer i found online.

"When a channel is closed, the funds are swept to an on-chain address. Typically, it takes 144 blocks (about 24 hours) before the funds from the closed channel appear in a user's local wallet."
Source: https://doc.breez.technology/Closed-Channel.html.

The number of blocks on this article maybe is only based on the service they offer. But surely, your balance will be show to your electrum wallet again after some time, days or week. So what you need to do is to wait since this is basically a user mistake.
92  Economy / Service Discussion / Re: Currency/cryptocurrency exchange Obmify on: April 13, 2024, 10:51:12 PM
Is it a currency exchange or just an exchange monitor?
It is an exchange monitor.
It's confusing right, because of those converter, in first look i think its an exchange, until i looked its about page.

It's in Russian language as default language, make it in English if you want international potential users.

Not enough review, most review in trustpilot is in russian and all are not verified, high chance those are fakes.
93  Economy / Gambling discussion / Re: Neymar being addicted to online poker on: April 13, 2024, 10:30:50 PM
This to me goes to show that no one is immune from addiction.
Of course, but the only worst is if you're just an average earner yet you become addicted to it is the worst thing to happen, unlike people like this who have millions on their stash wouldn't be a problem.

Those "Neymar is gambling addict" from online naysayers were just pure assumptions or just baseless accusations judging from those few seconds video clip. If his wife does not bother to it, then how much for those stranger online.
He could just maybe promoting some gambling sites too, lol maybe he will announce it later on on his twitch livestream, anything like that lmao.

Plus, for god sake, 6 months is not a birthday lmao.
94  Local / Altcoins (Pilipinas) / Re: Paldo.io — Farm Airdrops, the Easier and Safer Way on: April 13, 2024, 10:14:48 PM
so ayoko sana iconnect tong account kong ito sa Paldo.io pero since ongapala may kinalaman ang reputation dito, aamin na ako saakin yang project na yan.

Will respond to other questions later. Out pa ako for dinner. Cheesy
Ayos 🔥. Ang bilis din ng website, bagay din ang name "Paldo" as directory list. Oo nga pala dami mo ng directory sites ah, although not sure if active pa yung iba.

Gawa ka din ng ANN thread sa altcoinstalks or sa PHCorner ang daming farmers dun ng mga airdrops, or sa ibang pinoy community groups, not sure nga lang kung saan pa yung iba.
95  Local / Altcoins (Pilipinas) / Re: Paldo.io — Farm Airdrops, the Easier and Safer Way on: April 13, 2024, 01:25:33 PM
Saw your fb page shared by Cryptocurrency Philippines fb page Smiley
If you can really distinguish or at least sort yung medjo hindi sketchy na project airdrops oks yan. Sa gustong mag based ng airdrops nila sa site or tg channel/group ni OP, make sure to make proper research din para walang sisihan lol.
96  Bitcoin / Bitcoin Technical Support / Re: Received a payment with low fees, stuck already for 3,5 days now on: April 13, 2024, 12:57:00 AM
Just enable coin control, select the unconfirmed input, spend it by sending to yourself, and add a significant fee.
You can do the same thing by right-clicking on the unconfirmed transaction and selecting "Child pays for parent". There is no need to use coin control.

Doing CPFP in this way is easier for someone without technical knowledge and the other advantage is that the user would see the effective fee rate before broadcasting the child transaction and wouldn't have to calculate that manually.

Thanks, I did it like this and it was indeed very easy, and it succeeded. The transaction is now confirmed.
That's good to hear, i just checked the transaction on mempool.space it was indeed confirmed just 1 hour ago as of writing.
97  Local / Pilipinas / Re: Listahan ng mga Crypto Platform, Trading Platform Blocked by SEC on: April 12, 2024, 11:59:01 PM
I mean hindi naman talaga naten eexpect namagregistered ang mga ito sa Bansa naten bilang business dahil hindi naman din sila base sa Pilipinas.
Wag ganun ang mindset, if gusto ng isang platform/business na makakuha ng user based isang bansa, mag follow sila sa regulations ng bansa na yun. Ang daming licensed financial platforms (crypto and non-crypto), check this link[1] iba diyan hndi "naka-based" sa pinas yet registered sila. Talagang in-understimate nila yung judgement ng isang bansa na "it's okay hindi naman strikto sa ganitong bansa regarding sa blabla" ngayon dahil may na testingan na, it will be step by step na iba-ban ang ibang financial platforms too for this reason sa post ko[2]

[1] https://fintechnews.ph/61554/crypto/here-are-the-licensed-cryptocurrency-exchanges-in-the-philippines/
[2] https://bitcointalk.org/index.php?topic=5491895.msg63937967#msg63937967
98  Local / Pilipinas / Re: SEC Slams eToro for Offering Unregistered Securities on: April 12, 2024, 11:33:05 PM
This move will be spreadwide sa lahat ng exchange or platforms na nag o-offer ng currency trading, gambling na unregistered dito sa pinas. This move is para maka alis ang PH sa grey list ng mga bansa na uso ang money laundering. Pag kase list ang isang bansa sa money laundering list ng FATF this will affect sa foreign investments nag bansa at tuluyang di mag invest dito pag naging high risk na.

Kaya sa mga nag sasabing pera-pera lang yan sa SEC, Yes and No. Yes, since need naman talaga ng pera para makapag register at makakuha ng license ang isang financial platform dito satin.
No, dahil obviously alam nila trabaho nila and it's risky doing things na makakasira sa position nila, isang reason why nag re-resign ang execs ng SEC dahil sa failure ng mga tasks nila.

Inuna ang platforms na may huge user based thinking na they will follow the regulations (sadly hindi) at para maging aware ang mga  nasa baba and knew what they're going to do — get a license, if seryoso sila sa business nila to get PH users, pag hindi then iisa isahin yan, since nasimulan na sa mga popular platforms how much more sa mga maliit lang.

https://www.fatf-gafi.org/en/countries/black-and-grey-lists.html
http://www.amlc.gov.ph/publications/16-news-and-announcements/485-phl-progress-cited-while-still-on-greylist-fatf
https://www.philstar.com/business/2024/02/25/2335869/philippines-remains-fatf-gray-list
99  Economy / Scam Accusations / Re: Kulboi123 is a Scammer - BEWARE on: April 12, 2024, 10:25:15 PM
this is where I saw trusted seller:
https://i.imgur.com/VJHlv6M.png
There is no "Trusted", word there but Trust any profile has that Trust word on that page, if you click that you will see the negative reviews of that user as scammers and plagiarist. Geez, how can you assume a word "trust" as "trusted".

Also, copy the whole thread context on your new thread then edit this OP and paste it to save. No need to create a new thread, lock it using the "lock topic" that can be seen in the lower left if the thread.
100  Economy / Scam Accusations / Re: Changenow.io Scam - 4100$ in BTC! Never send money to this cunts!!! on: April 12, 2024, 05:24:57 PM
This is my first time of hearing about this exchange...
Idk about you but it runs many years already and selective scamming its users too, it has a like service the changelly that has the same track record

They had already several scam accusations against them and I think they are not listed on Bestchange (I have not found them on BTC to usdt.
They are actually in there[1], changenow admin and bestchange admin already replied the OP's complain there and the coins sent by OP is considered as high risk (gambling, stolen coins), as its against their TOS, it looks like changenow has the uppe rhand on this case.


About the refund request of OP i don't think it will be sent too soon.

[1] https://www.bestchange.com/changenow-exchanger.html
Pages: « 1 2 3 4 [5] 6 7 8 9 10 11 12 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 ... 187 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!