Search content
Sort by

Showing 20 of 22 results by rollinsweet
Post
Topic
Board Services
Re: Looking for budgets for simple websites
by
rollinsweet
on 08/06/2025, 09:54:05 UTC
@darxiaomi please send me DM i show you something
Post
Topic
Board Services
Re: Looking for budgets for simple websites
by
rollinsweet
on 25/05/2025, 01:38:57 UTC
Thanks for your info, when i ahve something more clearly i take a decission.
Hi examplens, yes is my alt, im darbit in most of the pools and predictions competitions here in the forum. I used it most when im outside.

Most likely, more budget money will go to purchasing API for displaying matches and statistics than to developing the site itself.

But in general, describe what functions you would like to see on this site? In addition to the fact that it will show all matches of all disciplines and add the ability to add games to favorites for tracking events that interest the user.
Post
Topic
Board Services
Re: Looking for budgets for simple websites
by
rollinsweet
on 23/05/2025, 23:43:24 UTC
Up to 1200 usd
2-3 weeks
Hosting including (for year)

No prepayment, availalble for suggestons.

I don't think that project like this worth more than few k USD, main thing is the API which is fetching matches history and live results.

Dm me.
Post
Topic
Board Services
Re: [OPEN] eXch Anti-Phishing Campaign
by
rollinsweet
on 15/03/2025, 02:56:13 UTC
Since i was the victim of cc domain i'll take part of this beautiful campaign, thanks

bc1qsuf5yz8f4effey5ks3dvm4pzgw4esutxx7wgqj
Post
Topic
Board Exchanges
Re: eXch - instant exchange BTC / LN / XMR / LTC / ETH / ERC20
by
rollinsweet
on 09/03/2025, 06:38:46 UTC
Did you send 0.027 or 0.0027 to the scam site?

You are right not 0.027 but 0.0027
Post
Topic
Board Exchanges
Re: eXch - instant exchange BTC / LN / XMR / LTC / ETH / ERC20
by
rollinsweet
on 07/03/2025, 11:33:13 UTC
If this domain is not yours : exch dot CC - [SCAM link]

If we are already talking about the phishing .cc domain, one of the active links is on X (former Twitter). I assume that the X account was officially created when the .cc domain was under the original owner's control. I guess it would be good if someone from the exch team tried to access that account and delete all phishing links and posts with them.

https://talkimg.com/images/2025/03/07/0CRKo.png
Code:
https://x.com/_exch_


By the way, yes, I came across this page and an old inactive page on bestchange. In any case, it's my fault and carelessness.
I will also agree if one of the admins deletes or corrects the link on twitter(X) if there is still access.
Post
Topic
Board Exchanges
Re: eXch - instant exchange BTC / LN / XMR / LTC / ETH / ERC20
by
rollinsweet
on 06/03/2025, 12:42:02 UTC
The URL you posted has been discussed many times in this thread.  I'm afraid you have indeed been scammed.

Eh, it's a shame though.. Even before the deposit I went to check the address and saw that transactions had already been made on it, which bothered me, but I still made the transfer. Usually exchange addresses are always generated.
But what happened, happened, I hope I'm the last one to donate to the creator of this phishing site.
Post
Topic
Board Exchanges
Re: eXch - instant exchange BTC / LN / XMR / LTC / ETH / ERC20
by
rollinsweet
on 06/03/2025, 11:47:18 UTC
If this domain is not yours : https://exch.cc
Then im just lost my funds right now  Undecided
Post
Topic
Board Project Development
Re: TaskNet and AI agents
by
rollinsweet
on 28/02/2025, 07:17:25 UTC
Are you referring to this https://tasknet.co/? It seems more like a service and a call to participate rather than actual development. I think it would be more appropriate for you to post this in the Services section.

Also, why is everything written as if you were too lazy or in a hurry? There are no links, no background information, just a request right away - it's unprofessional.
Post
Topic
Board Services
Re: ----JAYCE DESIGNS---- Logo, Avatar, Signature, Banner, etc.
by
rollinsweet
on 13/02/2025, 16:03:09 UTC
A pleasant young man who is easy to work with and he is always in touch.
We haven't been able to do much work together, but I'll be contacting him in the future.

AA+
Post
Topic
Board Project Development
Re: List of all Bitcoin addresses ever used - weekly updates work again!
by
rollinsweet
on 10/02/2025, 11:52:32 UTC
I downloaded a database from alladdresses . loyce . club and parsed the old wallets starting with "1", but couldn’t find the address. I’m guessing this might not be a complete database.
to make it clear that this list is not complete, first tell us in detail what methods you used to sort through these wallets and what triggers you used? maybe you're doing something wrong, share it here, maybe we'll solve this problem collectively.
Post
Topic
Board Securities
Re: THIS CASINO SCAMS PEOPLE
by
rollinsweet
on 07/02/2025, 04:34:58 UTC
unfortunately I cannot share these screenshots on this forum but I can assure you that they clearly show how the results are altered.
why? what is reason of that.
without proof, your story sounds like some guy who lost some cash and is looking for an excuse.
Post
Topic
Board Nigeria (Naija)
Re: Technical developments in bitcoin.
by
rollinsweet
on 05/02/2025, 09:12:45 UTC
What is this topic about? it looks like a shittok from AI
Post
Topic
Board Exchanges
Re: Explace – Exchange Without Limits!
by
rollinsweet
on 04/02/2025, 16:34:57 UTC
Another ChangeNow reseller.
Fun fact: there is not exchangers without max limits.
Post
Topic
Board Project Development
Re: Hiding gambling in bitcointalk
by
rollinsweet
on 04/02/2025, 12:18:30 UTC
Although it is probably enough to just put the gambling section on hide

this is gem for me, thanks.

I have added a toggle (ON/OFF) near the nickname at the top of the site. Also, there is a pencil icon to add or delete keywords that will be blocked in signatures and small text.
Additionally, I found a way to hide the small text message without affecting the entire block.

Code:
// ==UserScript==
// @name         Bitcointalk Gambling Signature Blocker
// @namespace    https://bitcointalk.org/
// @version      1.1
// @description  Hides gambling-related signatures and personal text on Bitcointalk + filter control & keyword editor
// @author       YourName
// @match        https://bitcointalk.org/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    const defaultKeywords = [
        'casino', 'bet', 'gambling', 'poker', 'slots', 'stake', '1xbit',
        'wager', 'bonus', 'free spins', 'sportsbook', 'betting', 'jackpot',
        'duelbits'
    ];
    let gamblingKeywords = JSON.parse(localStorage.getItem('gamblingKeywords')) || defaultKeywords;
    let isFilterActive = JSON.parse(localStorage.getItem('filterActive')) ?? true;

    function hideGamblingContent() {
        if (!isFilterActive) return;

        document.querySelectorAll('.signature, .quote, .smalltext').forEach(el => {
            if (gamblingKeywords.some(keyword => el.innerText.toLowerCase().includes(keyword))) {
                el.style.display = 'none';
            }
        });

        document.querySelectorAll('.signature a, .smalltext a').forEach(link => {
            if (gamblingKeywords.some(keyword => link.href.toLowerCase().includes(keyword))) {
                link.style.display = 'none';
            }
        });
    }

    function createNicknameControls() {
        const helloMemberSpan = document.getElementById('hellomember');
        if (!helloMemberSpan) return;

        // toggle button
        const toggleButton = document.createElement('button');
        toggleButton.textContent = isFilterActive ? 'Filter: ON' : 'Filter: OFF';
        toggleButton.style.marginLeft = '10px';
        toggleButton.style.padding = '2px 8px';
        toggleButton.style.fontSize = '12px';
        toggleButton.style.cursor = 'pointer';
        toggleButton.style.border = '1px solid #ccc';
        toggleButton.style.background = isFilterActive ? '#28a745' : '#dc3545';
        toggleButton.style.color = 'white';
        toggleButton.style.borderRadius = '5px';

        toggleButton.addEventListener('click', () => {
            isFilterActive = !isFilterActive;
            localStorage.setItem('filterActive', JSON.stringify(isFilterActive));
            toggleButton.textContent = isFilterActive ? 'Filter: ON' : 'Filter: OFF';
            toggleButton.style.background = isFilterActive ? '#28a745' : '#dc3545';
            hideGamblingContent();
        });

        // pencil
        const editButton = document.createElement('button');
        editButton.innerHTML = '✏️';
        editButton.style.marginLeft = '5px';
        editButton.style.padding = '2px 6px';
        editButton.style.fontSize = '12px';
        editButton.style.cursor = 'pointer';
        editButton.style.border = '1px solid #ccc';
        editButton.style.background = '#007bff';
        editButton.style.color = 'white';
        editButton.style.borderRadius = '5px';

        editButton.addEventListener('click', () => {
            const userInput = prompt('Edit blocked keywords (comma separated):', gamblingKeywords.join(', '));
            if (userInput !== null) {
                gamblingKeywords = userInput.split(',').map(word => word.trim().toLowerCase()).filter(word => word !== '');
                localStorage.setItem('gamblingKeywords', JSON.stringify(gamblingKeywords));
                hideGamblingContent();
                alert('Filter list updated!');
            }
        });

        helloMemberSpan.appendChild(toggleButton);
        helloMemberSpan.appendChild(editButton);
    }

    hideGamblingContent();

    const observer = new MutationObserver(hideGamblingContent);
    observer.observe(document.body, { childList: true, subtree: true });

    createNicknameControls();
})();
Post
Topic
Board Project Development
Re: Hiding gambling in bitcointalk
by
rollinsweet
on 03/02/2025, 13:21:21 UTC
then, when I try to remove the personal text, the entire "small text" block gets removed except for the nickname. maybe someone can help with this?
Post
Topic
Board Project Development
Merits 2 from 1 user
Topic OP
Hiding gambling signatures
by
rollinsweet
on 03/02/2025, 12:23:42 UTC
⭐ Merited by ABCbits (2)
sometimes it feels like I'm not sitting in a bitcoin forum, but on a gambling forum.
if someone needs to hide casino-related signatures, enjoy. now I'm adding a hide on personal text related to gambling.
if you want to hide something else, just add keywords


Code:
// ==UserScript==
// @namespace    https://bitcointalk.org/
// @ver         1.0
// @description  hiding gambling signatures
// @author       rollin
// @match        https://bitcointalk.org/*
// ==/UserScript==

(function() {
    'use strict';

    // keywords for hide signatures
    const gamblingKeywords = [
        'casino', 'bet', 'gambling', 'poker', 'slots', 'stake', '1xbit',
        'wager', 'bonus', 'free spins', 'sportsbook', 'betting', 'jackpot',
        'duelbits'
    ];

    function hideGamblingSignatures() {
        document.querySelectorAll('.signature').forEach(sig => {
            const sigText = sig.innerText.toLowerCase();
            if (gamblingKeywords.some(keyword => sigText.includes(keyword))) {
                sig.style.display = 'none';
            }
        });
    }

    hideGamblingSignatures();

    const observer = new MutationObserver(hideGamblingSignatures);
    observer.observe(document.body, { childList: true, subtree: true });

})();
Post
Topic
Board Service Announcements
Re: FREE ( forever ) AI Bitcoin Signals on Telegram
by
rollinsweet
on 03/02/2025, 09:43:50 UTC
I just have one question.
30 years of experience, positive indicators of your bot. So why are you sharing this in general? Where are your millions of dollars? why do you need this "benevolent AI bot"?
does this mean that you have not become successful just because you are not so good at this business, that you are trying to impose profitably an AI bot that trades in a plus and keeps statistics?

When will you start offering paid services? Be honest with me pls
Post
Topic
Board Service Announcements
Re: ❓ WHAT IS COINXES EXCHANGE
by
rollinsweet
on 02/02/2025, 05:53:41 UTC
https://ibb.co/bj0D2LR3

Nice solutions btw. the website is sending me vibes from 2015.
Well done, keep working in the same spirit to attract fewer investors.
Post
Topic
Board Reputation
Re: I have been offered over $10,000 to sell my account.
by
rollinsweet
on 02/02/2025, 04:22:18 UTC
buying an account like that makes no sense
if you spend $10,000 on an account, you'll still have to learn how to write, communicate, and express yourself just like the previous owner. On top of that, you'll need to understand their interests, like mining, for example.
people will notice the switch immediately. That would be the most pointless $10K ever spent on a forum.