Search content
Sort by

Showing 5 of 5 results by Degen-BagHodL
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] BITCOINTALK TOKEN ($BITCOINTF)
by
Degen-BagHodL
on 03/01/2024, 00:29:01 UTC
Will check with BT mods to ensure is not going to cause a conflict don't want to be the cause of spam like what happened at Reddit
Post
Topic
Board Tokens (Altcoins)
Re: ETNTPOW
by
Degen-BagHodL
on 31/12/2023, 17:19:29 UTC
http://explorer.etntpow.com/accounts

Supply very odd considering launch tomorrow lol
Post
Topic
Board Tokens (Altcoins)
Re: [ANN] BITCOINTALK TOKEN ($BITCOINTF)
by
Degen-BagHodL
on 31/12/2023, 17:06:13 UTC
import requests
from bs4 import BeautifulSoup
import datetime
import os
import json

# Function to check last post date, track merit changes, and log wallet addresses
def track_merit_and_wallet_changes():
    # Load previously logged data if available
    log_data = {}
    log_file = "merit_logs/merit_wallet_changes_log.json"

    if os.path.exists(log_file):
        with open(log_file, 'r') as file:
            log_data = json.load(file)

    # URL for the Bitcointalk recent posts
    url = 'https://bitcointalk.org/index.php?action=recent'

    response = requests.get(url)

    if response.status_code == 200:
        soup = BeautifulSoup(response.content, 'html.parser')
        post_table = soup.find('table', class_='bordercolor')
        post_rows = post_table.find_all('tr')[1:]  # Skip the table header

        for row in post_rows:
            username_elem = row.find('td', class_='poster_info').find('a', class_='msguser')
            if username_elem:
                username = username_elem.text.strip()
                user_url = f"https://bitcointalk.org/index.php?action=profile;username={username}"
                user_response = requests.get(user_url)

                if user_response.status_code == 200:
                    user_soup = BeautifulSoup(user_response.content, 'html.parser')
                    merit_element = user_soup.find('div', class_='merit_bar')

                    # Check last post date
                    last_post_element = user_soup.find('td', text='Last post')
                    if last_post_element:
                        last_post_date_str = last_post_element.find_next('td').text.strip()
                        last_post_date = datetime.datetime.strptime(last_post_date_str, "%B %d, %Y, %I:%M:%S %p")
                        current_month_start = datetime.datetime.now().replace(day=1, hour=0, minute=0, second=0, microsecond=0)
                       
                        if last_post_date >= current_month_start and merit_element:
                            wallet_element = user_soup.find('div', {'id': 'info_section'})
                            wallet_address = None

                            if wallet_element:
                                wallet_row = wallet_element.find(text='Sollet Wallet:').find_next('td')
                                if wallet_row:
                                    wallet_address = wallet_row.text.strip()

                            if wallet_address:
                                current_merit = int(merit_element['title'])
                                previous_merit = log_data.get(username, 0)

                                if current_merit - previous_merit > 10:
                                    # Log if the merit change is more than 10 along with the wallet address
                                    current_time = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')
                                    log_data[username] = current_merit

                                    with open(log_file, 'w') as file:
                                        json.dump(log_data, file, indent=4)

                                    print(f"Merit change detected for {username}: +{current_merit - previous_merit} merits")
                                    print(f"Solana Wallet Address: {wallet_address}")
                                else:
                                    print(f"No significant merit change for {username}")
                                    print(f"Solana Wallet Address: {wallet_address}")
                            else:
                                print(f"{username} did not post within the last month or has no Solana wallet address")
                        else:
                            print(f"{username} did not post within the last month or has no merit information")
                    else:
                        print(f"Unable to find last post information for {username}")
                else:
                    print(f"Failed to fetch user data for {username}")
            else:
                print("Username not found in post")

    else:
        print("Failed to fetch recent posts")

if __name__ == "__main__":
    track_merit_and_wallet_changes()


This script checks each user's profile for recent posts within the last month and also looks for Solana wallet addresses in their profiles. If a user has a Solana wallet address listed, it logs their merit changes along with the wallet address in the merit_wallet_changes_log.json file within the merit_logs directory. Adjustments to the HTML structure may be needed if Bitcointalk updates its layout.


Ensure you have added wallet# to profile to be included!
Post
Topic
Board Tokens (Altcoins)
Topic OP
[ANN] BITCOINTALK TOKEN ($BITCOINTF)
by
Degen-BagHodL
on 31/12/2023, 13:57:22 UTC
Working to launch BITCOINTF token in January 2024!
Lets bring activity back to BitcoinTalk Forum!

BITCOINTF will enjoy the benefits of low transactions fees on the SOLANA network!

Rewards will be distributed monthly based on MERIT accumulation

Users with 1000+ Merit that have made a post within the last 6 months are eligible to claim 10 000 tokens each.

To ensure distribution is fair rewards will not be provided on the initial drop based on previous merit accumulation max 10 000 tokens per user.


Supply: No cap new tokens released with merit distribution

10 merit = 100 tokens

Presale = NO


Exchange Listing - NONE To Start!

Wait who provides Liquidity?? Smart Contract Sell Liquidity Fee 1%  Buy Fee 0%

Frontend of website will be connected to Github using Netlify for build//deploy allowing members to contribute to frontend changes if content is suitable will be merged into the main repository.


Launch Date Jan 10th
Website reveal : Jan 8th



 
Post
Topic
Board Tokens (Altcoins)
Topic OP
[ANN] [New Token] Crypto Degen
by
Degen-BagHodL
on 16/11/2023, 17:39:00 UTC
Launching Nov 18th on the Ethereum network CDBH TOKEN (Crypto Degen Bag HodL)

Supply : 25 000 000 000

Presale 25%
Liquidity 75% Locked 1 Year

Presale price 0.0000001 Max buy 0.25ETH

Launch price 0.0000003

https://t.me/CryptoDegenBagHodL

Presale Address - 0xf993a650a947Ca1d44D1EbB35754a54e70D2757b

Do not send more than 0.25 ETH per wallet otherwise will be considered as a donation towards future exchange listings.