Skip to main content

A bot to automatically farm BlockCoins on blockcoin.vercel.app

Project description

BlockCoins

GitHub Actions Workflow Status GitHub Issues or Pull Requests GitHub Issues or Pull Requests PyPI - License GitHub Repo stars PyPI - Version

Automate BlockCoin farming on https://blockcoin.vercel.app with ease.

📦 Installation

pip install blockcoins

🚀 Features

  • Multi-threaded automated post creation
  • Automatic liking of posts (two like methods)
  • Target-based coin farming
  • Thread-safe logging of created posts
  • Graceful error handling and recovery
  • Real-time stats on earnings and performance

🔧 Usage

from blockcoin import BlockCoinFarm

# Your login credentials
username = "your_username"
password = "your_password"

# Initialize the farming bot
farm = login(username, password)

# Post contents and prices
texts = ["Farming blockcoins!", "Let's go!", "Boost me up!"]
prices = [1, 2, 3, 4, 5]

# Start farming
stats = farm.get_blockcoins(
    post_texts=texts,
    prices=prices,
    thread_count=3,
    amount_of_blockcoins=100,
    like=1  # like method: 1 = raw request, 2 = API method
)

# Print results
print(stats)

⚙️ Class: BlockCoinFarm

init(username, password)

Initializes the bot with your login details.

login()

Logs into blockcoin.vercel.app and stores the session.

get_blockcoins(post_texts, prices, thread_count=1, amount_of_blockcoins=None, like=1)

Starts the farming process.

Arguments:

  • post_texts: List of text strings to be posted
  • prices: List of prices for the posts
  • thread_count: Number of concurrent threads (default 1)
  • amount_of_blockcoins: Stop when target is reached (optional)
  • like: Liking method (1 = raw HTTP, 2 = API-based)

Returns a dictionary with:

  • initial_balance
  • final_balance
  • coins_earned
  • target_reached (True/False)
  • time_took (formatted time string)
  • posts_created (int)
  • average_price (float)
  • coins_per_minute (float)
  • like_method_used (int)
  • details (list of created post dicts)

🧠 Notes

  • Threaded execution ensures high performance farming.
  • If a thread encounters a "No const data = [" error, it will retry intelligently.
  • You can stop the farming process anytime with Ctrl+C.
  • The like method is optional — use like=2 if the default fails.

🛠 Example Output

{ 'initial_balance': 50, 'final_balance': 150, 'coins_earned': 100, 'target_reached': True, 'time_took': '0:01:32.141245', 'posts_created': 48, 'average_price': 2.3, 'coins_per_minute': 65.21, 'like_method_used': 1, 'details': [...] }

💬 Support

Issues or questions? Hit up the dev or open an issue on the GitHub repo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blockcoins-0.2.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

blockcoins-0.2.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file blockcoins-0.2.0.tar.gz.

File metadata

  • Download URL: blockcoins-0.2.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for blockcoins-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b08d7ed25e73a7e7d3ec7a04dc87c0a2970128a899647e327eb7edfab14169b6
MD5 84b84538a765d29c83249c1fea7cdf88
BLAKE2b-256 f4d881a2f6225c5d4f712405b82f96bccba837bb5bcf83a490dd804c2200f0a2

See more details on using hashes here.

File details

Details for the file blockcoins-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: blockcoins-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for blockcoins-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 308b70b1beeaa2f2f9a545eff832cb48080924430348b302dde08d1528711c53
MD5 ea181f92d2f2e267a69da2b1b712d458
BLAKE2b-256 52a0df8acbfc99148e4edafcad69f17c05ee0c6475eb5a0e442f7a29756b6162

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page