Bitcoin Forum
May 11, 2024, 09:18:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Altcoin Discussion / Thoughts on BNB (Why it won’t replace ETH) on: February 19, 2021, 06:21:13 PM
What is the point of Ethereum? To run decentralized applications. What Binance did, is basically saying lets copy Ethereum code and change (remove) the decentralized (the most important) part of it and rebrand it as something new.
Will it replace eth? No.
This remind me the most of Shitcoin Cash and what they tried to do before.
Only ones buying this are inexperienced in the crypto space, or those looking to make short term profit.

To app developers: Imo your app would be more decentralized if you bought 10 servers from aws and host it there, than making a dapp for binance eth clone.
2  Economy / Reputation / Scam attempt by @ebaymx (packtor/404city/itliame) on: July 09, 2020, 10:14:06 AM
What happened:

User posted that he offers installation services for my script (here). Based on his older post, he is looking for a marketplace script, and offering "promotion services" if someone provides him one with 50/50 profit share. This led me to believe he is trying to scam some of my customers, by offering his "service" and just stealing the files. I confronted him on thread, and privately on telegram.

Not to mention, that he said he never even saw my product in his life, and he's trying to offer installation services for it, I mean.... When I told him he needs to purchase it fist he though I was blackmailing him, and I'm not sure if we were lost in translation there or he really thought that, whatever...

After that, the scammer obviously felt a bit butthurt and started leaving questions about my product and trying to question my reputation. That would've been fine, I always answer to any concerns someone my have, but the guy messaged me on telegram and said he's purposely trying to ruin my thread and drive customers away (I mean how stupid can you be to admit to that?). Anyway, these are some key lines:
Quote
Smiley)

Cмoтpeл я вaшy вeткy, cмeшнo Wink)

ты нe cмoжeшь тaм пpoдaвaть бoльшe

я eщe пoигpaюcь в твoeй тeмe

y мeня eщe мнoгo нe yдoбныx вoпpocoв

oчeнь мнoгo


Quote
Smiley)

I looked at your branch, funny;))

you can’t sell there anymore

I'll play with your topic

I still have many uncomfortable questions

lots of

I spared you translating it, and this is our full chat history in csv: link

User profiles:
https://bitcointalk.org/index.php?action=profile;u=2827544
https://bitcointalk.org/index.php?action=profile;u=2825580
https://bitcointalk.org/index.php?action=profile;u=2799337

User's telegram:
@ebaymx


And a little bonus, just to show this users obsession:

Quote

я вceгo нaвceгo иcкaл paбoтy
тeпpь TЫ мoя paбoтa
дa, нo я ничeгo нe пpoдaю и ничeгo нe пpeдлaгaю
я пpocтo зaдaю вoпpocы
Smiley)

Quote
I was just looking for work
Now you are my job
yes, but I don’t sell anything or offer anything
I'm just asking questions
Smiley)


If someone agrees with me and can tag the accounts of the scammer, it would help a lot.
3  Economy / Digital goods / Eckmar's Marketplace Script v2.0 [MULTI-COIN] [TOR] [DEMO] on: March 25, 2019, 11:17:28 PM
Eckmar's Marketplace Script v2.0

This is a complete rewrite of my old script: Eckmar's Marketplace Script. The two share some similarities (functional), but new version is written from scratch, meaning no code is shared between them.

About script

Marketplace v2.0 is also written in PHP with Laravel framework. Its using latest standards for encryption (like Sodium library) and security. Its made without use of JavaScript, so its optimized for TOR, but can also be ran normally like any other web app (as you can see on demo).

Requirements

  • VPS with at least 2GB of RAM
  • Daemon for each coin that is enabled on marketplace

Server requirements: (what software is needed on VPS)
  • PHP 7 (recommended and tested on 7.2)
  • SQL Database (MySQL,PostgreSQL, SQLite, SQL Server)
  • Elasticsearch (Search interface that will keep track of search records and provide great search performance)
  • Redis (Optional, but will greatly increase app performance )

Features

Categories
Category system is very dynamic. Categories can be nested indefinitely. Creating, deleting and editing of categories is handled in admin panel.

Detailed home page
There is placeholder text on the home page at the moment that will represent most important features of your marketplace.
On top of that, all users can see Top Vendors (Vendors with most sales), Latest Orders (Products of orders completed most recently, as well as order value, but no information about buyer or seller), Rising Vendors (Vendors with most sales in specified time frame, defaults to 7 days).
Official mirrors is place where you can specify on what other links your website can be reached.

Password reset
Password can be reseted with PGP Key added on account (more about PGP below) or with Mnemonic key provided during signup. Mnemonic key is shown only once and should be written down on paper. During signup it is hashed (bcrypt) instantly and only stored in operating memory for the short time during display after which is cleared from memory manually as addition to automatic PHP Garbage Collection.

PGP
Each user can add their on PGP key which is used for multiple features. Vendors must have PGP and 2FA enabled before they are allowed to upgrade from user to vendor status. If you have active PGP key you can reset your password with it or enable 2FA for your login. Each PGP key must be confirmed before is linked to account, and if you want to add new key you must first sign a message from the old one.
Messages can also be encrypted with user's PGP key if its present (this is not enforced, its user's choice).

2FA (Two-Factor Authentication)

If user has PGP key linked to their account, they can enable 2FA. If enabled, login to marketplace will be prevented unless randomly generated message is signed from the key.

Wishlist

Buyers do not need to save product links for later. On each product there is "Add to wishlist" button that can be used, and they are stored in user's personal list for later.

Vendors

Normal users cannot post products on Marketplace. In order to post products you must become vendor. Before you can upgrade you must have PGP key and 2FA Enabled in your profile. Vendor price can be set in marketplace config. Vendor can use any of the coins available to purchase vendor status. Out of each vendor sale, a percentage of sale value goes to marketplace addresses.

Vendor profile customization

Vendors are able to customize their profile with pre-defined profile backgrounds and short personal description.

Vendor levels and XP

Each new vendor starts at Level 0 and progresses further based on performance. XP and Amount of levels is dynamic and configurable. Multipliers determine how much XP is granted to/taken from vendors for each action. XP is granted/taken by formula: USDvalue*multiplier
Example:
     product_delivered multiplier is 20
     USD value of product is 100$
     When vendor successfully delivers product, he will receive 100*20=2000 XP
     This is example from experience config file:
Code:
    'multipliers' => [
        'product_delivered' => 10,
        'product_dispute_lost' =>20,
        // How much XP per star (given/taken based on feedback type)
        'feedback_per_star' => 2,
        // how much XP per USD value of transaction (given/taken based on feedback type)
        'feedback_per_usd' => 5,
    ]

Feedback

After each completed purchase, vendors are able to leave feedback. Feedback types are Positive, Neutral and Negative and they will affect vendor score as well as product score.

Multiple Coins

Probably the most important system is Coin System. Its completely dynamic, which means new coins can be added at any time. Standard version of marketplace comes with Bitcoin and Monero included. For each coin added, in marketplace config there can be set unlimited amount of marketplace addresses (used for receiving fees from purchases), and in case more than one address is present, address for receiving fee will be choosen randomly (for each purchase).

Product types
There are two product types. Physical and Digital products. Based on the type, different options are displayed during product creating and purchase.
Both Digital and Physical products support offers and custom units of measure (Item, kg, gram, piece ...). With offers, vendors can give discounts on purchase based on quantity. For example:
Price for 1 product is 100$
Price for 10 products is 90$
Price for 20+ products is 80$
Each of those is considered an offer and can be added/removed at any time.

Digital products support automatic delivery which is optional. If checked, autofill system is used. Each line in textarea is treated as single item and will be product's quantity. It will be instantly sent on user upon purchase.

Physical products have delivery options. Each delivery option consists of: Name, Price, Expected delivery duration, Minimum quantity for delivery, Maximum Quantity for delivery. Physical products can also include/exclude countries from shipping.

Markdown styling
Instead of just plain text, product description and rules support markdown styling. Every tag is supported except URL tag.

Purchasing

When user chooses to purchase any product, he is able to pay with any coin supported by market (and vendor, since vendors can choose which coins they want on each product). There is no wallets or anything similar. Users do not need to keep money on marketplace at all times. For each purchase random address is generated, and its used for that purchase only.

Escrow

Escrow is present on every purchase by default. Upon purchase, marketplace address is generated that will hold funds. If purchase is completed if its marked as delivered or dispute is resolved. If buyer is unhappy with purchase he can open dispute and potentially (based on admin's decision) get his money back. Upon purchase completion, based on result money will be sent from temporary purchase address to buyer/vendor and to one of the marketplace holding addresses.

Cart

If user wants to buy more than one product (maybe from different sellers too), they can add them all in a cart and then checkout only once.

Messages

Most important feature of messages is security. Marketplace uses latest algorithms and standards in Public Key Cryptography (like XChaCha20-Poly1305-IETF) to encrypt messages between users. Upon registration, Public and Private keys are created for each user. Based on user's password an encryption key is derived, and that key is used to encrypt Private key, while Public Key is exposed. When user A whats to send message to user B, a key exchange happens. User A encrypts message with User B's public key, and that message is stored in database. Only user B can read that message when he logs in and decrypts his messages with password. This system makes messages secure and unreadable by anyone, including marketplace administrator or basically anyone who can possibly get access to the database.

Messages are organized in conversations. Multiple conversations can be started at the same time.

Notifications

Users will get notifications for most actions that happen on marketplace regarding them. Some of the examples are: New message, Purchase status update (product sent, product delivered etc.), Vendor actions (Feedback) and so on.
They can be read in User Account Panel and deleted at any time.

Bitmessage

Marketplace can possibly connect to Bitmessage daemon. If connected, users can chose to add their Bitmessage addresses and get their notifications forwarded there. This means they will still get notifications even if they are not currently logged in, and they don't need to refresh anything.
Before being able to forward notifications, Bitmessage addresses must be confirmed first.

JavaScript Warning

Optional warning can be enabled in marketplace config. If visitor has JavaScript enabled, a message will be displayed notifying them about security issues.

Support

Users can open support tickets regarding any problem they encounter. Administrators/Moderators will see this tickets in admin panel and can reply, or close them.

Admin Panel

Most of the stuff happening on marketplace can be viewed directly on admin panel. Administrators can access every feature on admin panel.

Moderators
Modular permission system is currently supported, which means admins can give/take some access to moderators (For example, support staff can only answer tickets and resolve disputes, community manager can only send mass messages etc.). Currently supported features:

  • Index - Basic information
  • Categories - Add/Edit/Remove Categories
  • Mass Messages - Ability to send messages to users by marketplace (Can be filtered to user groups)
  • Users - View users, search, filter, and edit each user individually.
  • Products - View, search, filter by user, or edit product
  • Log - Activity log of all Administrators/Moderators inside Admin Panel Example:
Code:
User: eckmar Type: change Description: Administrator status taken from user Performed on: exampleUser123 Date: 2019-03-20 11:36:52
  • Bitmessage - Status of Bitmessage service (performs test), and view of marketplace bitmessage address
  • Disputes - View and resolve purchase disputes
  • Tickets - View and resolve support tickets
  • Purchases - List of all purchases
  • Vendor Purchases - List of vendor purchases

Supported coins

Marketplace currently supports these coins:

  • Bitcoin - Included in standard version
  • Monero - Included in standard version
  • Litecoin
  • DASH
  • PIVX
  • Verge
  • Bitcoin Cash

Installation

Marketplace installation instructions are included. These are not 100% copy paste but they do explain how must of the things work in detail.

Selling terms and conditions:
  • I'm selling only script, I won't help you install it,or whatever you want to do after you purchase it
  • I'm not responsible for anything you do with the files after the purchase
  • After purchase you cannot resell or share this script
  • Script is tested for bugs but In case you find any, or any error in code it will be fixed with no additional charge
  • I will not give you files first in any case. I don't care who you are, if you don't trust me we will use escrow
  • In case of escrow I will deal only with bitcointalk trusted escrow (You can find list here)
  • Price stated below is for one copy of the script, that means I intend to sell it multiple times. In case you want to be the only buyer please contact me


DEMO LINK

Current price is: 599$ in BTC equivalent (please note that this can be changed at any time)
SCRIPT IS NO LONGER FOR SALE
For this price, you get standard version of the marketplace with two coins (Bitcoin and Monero). If you want additional coins, they are charged separately.
Litecoin, DASH, PIVX are 50$ each, Verge is 60$ and Bitcoin Cash is 90$

Multi Currency Module
Default marketplace currency is USD (converted to crypto at the moment of purchase). This module allows user to select local currency in profile (EUR, GBP, JPY...) and every price on marketplace will be converted to that. This module is optional and priced at 100$

There is 100$ discount available for anyone who bought original script Eckmar's Marketplace Script
In order to apply for discount, you must sign a message from address that sent coins for purchase.

Contact details
  • Bitcointalk Private Message

4  Other / New forum software / What is wrong with the development of new software ? on: February 10, 2019, 10:44:38 PM
I've been checking this section from time to time to see whats the progress on the new forum and I don't understand what's happening anymore. We can all see that a lot of money went to the project with no results whatsoever. Now, I'm looking at a situation as a web developer that's experienced in NodeJs (as I saw that new technologies was excuse for slow development before) and I don't understand why is development taking years ? I mean, when I was learning web development in high school years back the first thing you build on your own is blog and the next thing is forum.

Now, I know Bitcointalk has a lot of custom functionality but honestly can you say that anyone would need years to develop it ? There is not a single function that is considered "hard", just time consuming. A project like this in done in months of active development (1-2 developers). Now maybe we don't have the same understanding of active development ? I guess if you are paid to do a job you would be doing it for 6-7 hours every day (yeah you can't really code 8 hours straight).

Now with all this, can someone (preferably developer/s who work on new software) clarify what exactly is the problem with development ?
The funny thing is, they want new technologies like nodejs, redis etc but when they started development new tech of the time like AnguarJs is now outdated  Grin  Grin
5  Economy / Reputation / Someone is selling my script... on: December 09, 2018, 07:07:07 PM
I randomly found this thread earlier ( Marketplace Script * Tor Optimized * Bitcoin/Monero Escrow Market ) and saw the guy selling my script. He is obviously not authorized by me to do it... He even copy/pasted most of the stuff from my thread. Now, as a programmer I don't like seeing my work being sold by someone else because I know how much time I put into the project, but unfortunately there is not much I can do here other than posting this information out there. What he is doing is considered "untrusted behavior" by definition and should be dealt with. If some DT member is reading this and also find this behavior disgusting, you would be more than welcome to tag him with red trust.
6  Economy / Speculation / For those saying Bitcoin is doomed... on: March 09, 2018, 12:44:14 AM
Lately I saw an influx of threads here saying that Bitcoins is crashing every time price falls down. Now, I understand that the threads are stared by newbies or uneducated individuals so I've decided to explain things a little bit. Now the data I will show here is taken from investing.com and it shows per-month Bitcoin growth for last 6 months (so lets say before the peak in December until now).

September 17. 2017 - October 17. 2017  = +47.89%
October 17. 2017 - November 17. 2017 = +53.40%
November 17. 2017 - December 17. 2017 = +39.30%
December 17. 2017 - January 18. 2018 = -25.48%
January 18. 2018 - February 18. 2018 = +0.30%
February 18. 2018 - March 18. 2018 = -8.98%

This means, if you have 1000$ to put into Bitcoin at the start of the month (or middle of the month at this case...) and hold it for 30 days then sell for fiat, you would end up in profit 4 out of 6 times. To be exact, with this strategy you would be 1091.3$ in profit. So doing that (even selling in loss) you would double your money in 6 months. That is just insane in any financial world (well serious one, not a few hundred $). Not to mention profit that you would made just buy holding for 6 months and not selling anything.

So the point is, I know newcomers bought at the peak and are crying now, but DON'T SELL AT A LOSS , because statistically there are good months and bad months, and most likely it will be a good one. Now if fucked up and lost your money, and Bitcoin fallen from its peak to current price that does not mean that its crashing or anything similar to that. As you can see per-month growth is just fine, and "bad" months are even expected. Don't rush and don't panic every time price falls.
7  Alternate cryptocurrencies / Altcoin Discussion / How can people invest in ETH ? Does everyone have short term memory ? on: January 17, 2018, 09:57:09 PM
What I don't understand is how can people still invest and believe in Ethereum. Yeah I guess that newbs can argue fast, low fees blah blah. There are much better currencies that support smart contracts in a language other than shitty Solidity. But the main thing, did everyone forget about the DAO hack ? Yeah I understand that coins were stolen but still what happens on blockchain SHOULD NOT BE ALTERED because someone lost money. I mean that is the main point of blockchain isn't it ? I argued for ETC when this kind of topic was popular here. So I would really like for you guys to explain me your mindset and why would you invest in ETH long term (buying it in order to invest in ICOs is not long term !!) when you know that if something goes wrong or there is something that Buterin does not like can be reverted with a fork ?
8  Other / Meta / Security Features on: December 14, 2017, 07:01:58 PM
Recently my account has been compromised and I know how painful and process of recovery is. My suggestion is adding some security features to the current board (I know new one is in progress but it will be years before it is finished). What I mean exactly is this:

  • 2FA - Might be hard to implement on old platform like SMF and it would take some time to test it since it would greatly impact signing in process
  • Email Approval - Simple and easy solution that would greatly reduced the number of hacked/stolen accounts. Most of the accounts that are stolen are just password changes, and the attacker does not have access to the owner's email address. A solution would be to simply send an email "click here if you want to change your password/email". This solution would require 20 minutes of coding from Theymos (maximum) and it would help admins with the account recovery load long term
 

Let me know what you guys think about this features that I think are needed.
9  Economy / Computer hardware / [WTB] Antminer S9 on: November 05, 2017, 06:09:02 PM
I'm looking to purchase one or more S9's. Let me know what is your price. PSU is preferred and your location must be EU only. Please don't send me a message if you are from US even if you want to pay shipping fee or if you are looking for some ridiculous price. Thanks  Smiley
10  Bitcoin / Project Development / SMS messages with Bitcoin on: August 18, 2017, 10:24:37 PM
I found some project that was up long ago, and it allowed you to send SMS messages to someone paying with Bitcoin. Project is now closed, but look like a fun idea. Would you guys be interested in such a service ? It wouldn't take me long to make this and code would be publicly available on GitHub. Let me know your opinions on this idea.

Edit:
Since some people are to bored to read whole thread, point of last project was not to send SMS cheaper than your carrier or whatever, point was to send it anonymously.
11  Bitcoin / Press / [2017-07-20] Dark web marketplaces AlphaBay and Hansa shut down on: July 20, 2017, 05:42:57 PM
Looks like Hansa market is also down at the moment.

AlphaBay and Hansa – two of the largest “dark web” marketplaces for illegal and illicit items such as drugs and guns – have been shut down, the US Justice Department said on Thursday.

Police in the US and Europe, including the US Federal Bureau of Investigation (FBI), the Drug Enforcement Agency (DEA) and the Dutch National Police, partnered to shutter the sites accused of allowing thousands of vendors to sell illegal drugs, of which Europol said there were 250,000 listings on AlphaBay alone, with 200,000 members and 40,000 vendors....

https://www.theguardian.com/technology/2017/jul/20/dark-web-marketplaces-alphabay-hansa-shut-down
12  Economy / Digital goods / Eckmar's Digital Shop Script [89$] [DEMO] on: July 18, 2017, 08:59:48 PM
Eckmar's Digital Shop Script

Back-end of script is built on Laravel PHP Framework and front-end is built partially with Laravel Blade Templating system and partially with VueJS (Everything except admin panel) in order to increase user experience when using the script. This script will allow you to run service that other users will use to create their own shops. You will monetize with custom percentage fee for every transaction and premium user status upgrade.

Requirements:
  • VPS (any specs) in order to run script

Main features:

High Customization

Every setting is customizable withing the global script settings. This include fees for normal and premium users, minimum withdraw amount, cost of premium users and much more !


Premium User System

Since script was made with fees in mind there are two type of user accounts. Normal and Premium. Basically system allows you to set price of premium account to anything you want and have their fees lowered.
Example settings:
Fee for normal users 6%, Fee for premium users 3%, Premium account cost: 10$

Feedback System

There is feedback system in place. It will show feedback score calculated from percentage of positive feedback from total number of feedback. It will be shown on user store.Buyers are encouraged to leave feedback with their every purchase.

Messaging System

Allows anyone to send a message to seller. Message will be displayed on dashboard (messages section) and seller will be notified of this action.

Notification System

Most actions that happen on script will trigger an event that will send email to the user in case. For example email will be sent to buyer when he get a new message, or when someone buys his product. Email will be sent to the user that sent message with reply (user does not need to be registered in order to receive reply)

please note that this system is disabled on demo page!

Wallet system

When someone buys product seller's wallet balance will be increased. When user get enough balance (there is option available that defines minimum balance required for withdraw) he can request a withdraw with his preferred payment method (BTC or PayPal)

Multiple Payment Methods

Currently there are two payments methods available. Bitcoin And PayPal. Script does not use any payment processor or gateway, payment is done directly with the API. With PayPal it's pretty straightforward, script communicate directly with PayPal API when making payments. For Bitcoin custom system was made similar to BitPay's payment gateway. User must deposit required amount to newly generated address. Address will be checked for the first hour while user have tab open in his browser. If payment is made later, user must manually click on button in order to check for payment (this was done in order to save system resources).

Admin Panel

There is admin panel in place that will allow user with right permissions to edit another user account details, give or take premium status, ban or unban users, edit products, delete them etc...
Also there is monitoring dashboard that will display some basic statistics along with current profit made from both premium and fees

Selling terms and conditions:
  • I'm selling only script, I won't help you install it (YOU WILL GET WRITTEN INSTALLATION INSTRUCTIONS), edit it or whatever you want to do after you purchase it (I can do this for the right price and if I have time, pm me to check)
  • After purchase you cannot resell or share this script
  • Script is tested for bugs but In case you find any, or any error in code it will be fixed with no additional charge
  • I will not give you files first in any case. I don't care who you are, if you don't trust me we will use escrow
  • In case of escrow I will deal only with bitcointalk trusted escrow (You can find list here)
  • Price stated below is for one copy of the script, that means I intend to sell it multiple times. In case you want to be the only buyer please contact me

DEMO LINK

Current price is: 89$ in BTC equivalent (please note that this can be changed at any time)



My Contact information:
13  Economy / Auctions / Eckmar's Marketplace and Auction Script [ESCROW FEATURES] [0.045 BTC][TOR] on: May 12, 2017, 10:00:51 AM
Detailed description you can find here: https://bitcointalk.org/index.php?topic=1879294

Starting bid will be: 0.045 BTC
Minimum inc: 0.01 BTC

Auction will end on 15/5/2017 12:00 PM UTC time or 1 hour after last bid
14  Economy / Digital goods / Eckmar's Marketplace and Auction Script [ESCROW FEATURES] [199$] [TOR] [DEMO] on: April 20, 2017, 09:45:57 PM
Eckmar's Marketplace Script

This script is updated, version 2.0 available here

Script is built using PHP (Laravel) and it's made with TOR optimization in mind. It can be ran like any other web application (in case you don't want to do anything with TOR) but it's made without use of JavaScript and it requires Bitcoind in order to process deposits and withdraws.

Requirements:
  • VPS (any specs) in order to run script
  • Bitcoind (on same or other server)

Main features:


Mnemonic password reset

When user registers he gets unique mnemonic key that he will use in case he forgets password.
Picture


Vendor accounts

Any user can register and buy stuff on marketplace but in order to create listing you need to have vendor account status. Vendor status can be obtained in two ways. You can apply for it and try to get it for free after admin reviews your request or you can pay for it (amount is set in admin panel).
Picture

Autofill

Autofill system is created for users that sell many items (cd-keys for example). They can populate field where each line represents one item to be sold. In case that product is autofilled delivery state is skipped when user purchase product and he gets what is on the first line automatically.
Picture

Messaging system

Not much to say here. Pretty much self-explanatory. Users can send private messages to each other...
Picture

Wallet system

When user wants to deposit new deposit address will be generated for him every time (deposits on old addresses generated by user will still be valid). Current system in place is that user have to click check balance button in order for system to check if he has any balance to be added on his account (Please note that this system can be changed so server will auto-check every minute but this may be intensive task to run every minute if you got a lot of users)
Picture

Escrow

When user purchase any item there is fee (can be set) and automated escrow. In case seller did not delivered goods or goods are not what they are supposed to be, buyer can open dispute. Both users and admin have access to dispute discussion (you will see example where one of users is in fact admin so he can reply as disputed party or admin).
Picture

Feedback

There are two parts of this system. Feedback score and trust rating. Feedback score is basically percentage of positive feedback and Trust rating can be Very Low,Low,Average or High (Unproven if user has less then five feedbacks)
Picture

News

Basically like blog that will appear on first page. You can use it in case you want to update your users.


Auction System

Product can be sold normally or as auction. You can specify end date, minimum bid and buyout prices. After that process is automatic. System will automatically update minimum bid (in case users actually bid on product of course) and when time reaches end date of an auction and no one bought it (buyout) user with largest bid will be auction winner and all other users will be refunded.
Picture

Admin Panel

In admin panel you can create categories, respond to vendor applications, disputes or create news.
Picture

Those are some main features, if you'd like to hear more about the script please contact me.



Selling terms and conditions:
  • I'm selling only script, I won't help you install it,or whatever you want to do after you purchase it
  • I'm not responsible for anything you do with the files after the purchase
  • After purchase you cannot resell or share this script
  • Script is tested for bugs but In case you find any, or any error in code it will be fixed with no additional charge
  • I will not give you files first in any case. I don't care who you are, if you don't trust me we will use escrow
  • In case of escrow I will deal only with bitcointalk trusted escrow (You can find list here)
  • Price stated below is for one copy of the script, that means I intend to sell it multiple times. In case you want to be the only buyer please contact me

DEMO LINK

Current price is: 149$ in BTC equivalent (please note that this can be changed at any time)

Picures:

You can send me a PM, or message me on Telegram @eckmar , or xmpp: eckmar@xmpp.zone
15  Economy / Services / [FOR HIRE] PHP Developer on: February 26, 2017, 01:22:15 PM
I'm experienced in back-end website programming (PHP). Other than that I use some javascript to make front-end a bit better. I mainly use Laravel framework for all my projects. Please note that I'm not designer so don't expect that from me, but I can work with template you (or your designer) provide. About my experience with bitcoin related stuff, I've coded some faucets, markets (optimized for TOR too) and some other stuff... (For some I can provide demo, for some I cannot because all projects are sold and I would have to contact owner and ask for permission). I can work with any API (Blockchain.info, Blocktrail, Bitcoind ...) that you may need for your project. If you are interested in hiring me or have any questions send me a PM.
16  Alternate cryptocurrencies / Mining (Altcoins) / Best way to identify card id when flashing bios ? on: January 24, 2017, 08:05:34 PM
Anyone know what would be the best way to identify what is my card id when using Atiwinflash ? Problem I have is that my card is not showing up on graphical interface but it's there and it's working (mining) just fine. Other problem is that my card is Rx 470 and in this rig they are not all the same card so flashing to wrong id would brick card. Already tried plugging only this card but in that case system won't boot for some reason.So what would be the best way to flash my card.
17  Economy / Auctions / ★★★ Bitcoin Faucet Script ★★★ | CUSTOM MADE | CHEAP | UNIQUE | 0.025 BTC on: December 10, 2016, 10:26:21 AM
SCRIPT DETAILS

Faucet script is made using Laravel Framework and Boostrap as front-end framework. It also utilize Fontawesome and other miniature frameworks.

Script is custom made from scratch and these are some of features:

Security

Script is protected against most common methods of attack including:
  • SQL Injection
  • XSS (Cross-Site Scripting)
  • CSRF (Cross-Site Request Forgery)

Most faucets today store your login token in cookie. If you delete it you lose earnings. Because of that we implemented registration with BTC Address and password.

Bot Prevention

Form that gives coins to user is protected by Google reCAPTCHA, and before user can withdraw he must sign in with Google Account (one-time only). If one Google Account tires to be assigned to more than one user it will log that attempt in panel.

Referral System

Each user gets unique referral key on register and key is bound to site url. It looks like this: yourdomain.dom/r/key . Key is shared and when someone register using key provided by another user bonus is activated.

Admin Panel

Easy to use Admin Panel where you can configure most of script's features like:
  • Minimum amount of satoshi that user must get before can withdraw
  • Amount of satoshi that user get with each button press
  • Time interval in minutes between clicks on Get BTC button
  • Percentage bonus per active referral

Withdraw is handled using Blocktrail API. All you have to do is create wallet and deposit funds into it !

With script you get installation instructions (Please note that instructions are written with VPS in mind , shared hosting is not recommended). Other than what is already included (in text file) I won't be giving any support on installation. Of course if you find any error or bug it will be fixed at no additional cost.

DEMO

There is live demo currently available at:  http://devpunch.me/

All editing and withdraws are disabled. You can still create new users.

Admin details:

BTC Address:   2N9y1zn6766WS7wX74Ey9KgJ72NDyERxdDC
Password:  testpass


AUCTION DETAILS

Starting Bid: 0.025
Bidding increments: 0.0015
Buy It Now: 0.093

Auction will end on 17/12/2016 If No one bid, otherwise It will end 24 hours after last bid (BUT not before 13/12/2016)

Escrow is welcome, buyer will have to find escrow service and pay for any required fees.

Please note that this won't be the only copy of this script sold !

If you have any questions please send PM !


18  Economy / Exchanges / Exchange with lowest withdraw fee on: December 01, 2016, 04:00:24 PM
I'm currently into mining (for quite some time) and i am using cex.io for now in order to withdraw my earnings. I am happy with them for now but they withdraw fee is 3.5euro for credit/debit card withdraw. This is maybe fine but i'm looking for a way to minimize this free since I'm withdrawing money every few weeks. Any other trusted exchange with lower withdraw fee that you are using ? Share some experiences !
19  Economy / Service Announcements / Bitcoin Address Vanity Generator on: November 24, 2016, 05:05:31 PM
Almost every online vanity address generator is a scam. They all steal your wallet private keys. There is a way to generate vanity address from command line but some people just don't want to mess with that so i created Vanity Generator with GUI. App is build using electron and code is free for everyone on GitHub.

How to use it:

There is passphrase input box. You can enter there whatever you want and that is what's your address going to look like (Please note that all addresses start with 1, you don't need to include 1 !)

Case Sensitive

There is Case Sensitive checkbox. If you select it that means generator will search only for address with exact match. For example if your passphrase is "TeSt" BTC address is goin to start with 1TeSt, if you leave it unchecked your address can be 1TEST or 1TeST or 1test and so on...
This feature greatly impact on general speed of the app.

How fast it is ?

Speed of generation depends on your CPU specs !

You are scammer you just want to steal my bitcoins !

Code is publicly available, you can check it here

Download link

This is download of already packaged installation for the app: Download now

If you got any questions post here or pm me ! Smiley

Please note that there are better alternatives, this is not meant to be consumer product, it was my weekend project and i want to share it with everyone
20  Economy / Digital goods / [WTS] ★★★ Bitcoin Faucet Script ★★★ | UNIQUE | 0.1 BTC on: November 19, 2016, 11:12:50 PM
Faucet script is made using Laravel Framework and Boostrap as front-end framework. It also utilize Fontawesome and other miniature frameworks.

Script is custom made from scratch and these are some of features:

Security

Script is protected against most common methods of attack including:
  • SQL Injection
  • XSS (Cross-Site Scripting)
  • CSRF (Cross-Site Request Forgery)

Most faucets today store your login token in cookie. If you delete it you lose earnings. Because of that we implemented registration with BTC Address and password.

Bot Prevention

Form that gives coins to user is protected by Google reCAPTCHA, and before user can withdraw he must sign in with Google Account (one-time only). If one Google Account tires to be assigned to more than one user it will log that attempt in panel.

Referral System

Each user gets unique referral key on register and key is bound to site url. It looks like this: yourdomain.dom/r/key . Key is shared and when someone register using key provided by another user bonus is activated.

Admin Panel

Easy to use Admin Panel where you can configure most of script's features like:
  • Minimum amount of satoshi that user must get before can withdraw
  • Amount of satoshi that user get with each button press
  • Time interval in minutes between clicks on Get BTC button
  • Percentage bonus per active referral

Withdraw is handled using Blocktrail API. All you have to do is create wallet and deposit funds into it !

With script you get installation instructions (Please note that instructions are written with VPS in mind , shared hosting is not recommended)

DEMO

There is live demo currently available at:  http://devpunch.me/

All editing and withdraws are disabled. You can still create new users.

Admin details:

BTC Address:   2N9y1zn6766WS7wX74Ey9KgJ72NDyERxdDC
Password:  testpass

Price is: 0.1 BTC (can negotiate)
My address: 1ECKMARko7DFtJ2YVrBeAc9s23xdAMV4eT

If you have any questions please send PM !

Contact me on skype (PM to request username)
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!