Bitcoin Forum
May 08, 2024, 12:54:52 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 »
1  Bitcoin / Development & Technical Discussion / Re: how to add one click withdrawal feature? on: July 15, 2023, 12:46:07 AM
like we play on gambling site and want to withdraw our crypto then we just need to type the amount we need to withdraw and click on "withdraw" button. then our withdrawal request get approved in a second, and goes directly to the blockchain.

my question is what is the process of withdrawal on most of the sites, which is so fast and without any double spending or issue like that?

In simple terms you can create a code in mostly any programming language, all you need is a "node" to compile and broadcast the transaction for the miners to mine and verify the block your transaction is broadcasted in, this process takes a few seconds.
2  Alternate cryptocurrencies / Tokens (Altcoins) / Re: [ANN] Introducing Vultor - The Decentralised Banking: Empowering NFC Tap-to-Pay on: July 15, 2023, 12:35:35 AM
Are you guys going to roll out Vultor in Africa first? or will it be available to anyone after the ICO period ends? Great project by the way, keep up the good work i'll keep an close eye on it.
3  Economy / Services / Ios & Android app development service on: February 10, 2022, 03:06:35 PM
Hello,


Do you want an IOS & Android app developed for your website? you're in the right place.

Prices: $1,250 for IOS app includes submission to app store on your behalf (coded in swift or native)
Prices : $600 for Android app includes submission to play store on your behalf (Coded in Android studios)

.IPA & .APK files provided and source code.


https://t.me/webrack
4  Economy / Digital goods / Re: Insane Bitcoin Exchange Domain - 4 Letters, .com, premium domain on: October 19, 2021, 02:17:06 AM
From previous evaluations this domain I have been sitting on is extremely valuable and I haven't got the time to put into setting up my own exchange, so it is finally time to sell it on. This is absolutely perfect for a Bitcoin/crypto exchange, 4 letter .com which are already highly sought after.

Domain: btce.com

Make an offer. Willing to let it go much lower than its true value for a quick sale.


$2000
5  Alternate cryptocurrencies / Marketplace (Altcoins) / Crypto gamble script for sale $200 on: October 19, 2021, 01:28:16 AM
Hello,


I'm selling https://exopia.io/ script! $200.

Thanks.
6  Economy / Services / Re: Blockchain.com clone with custom API on: July 28, 2021, 12:00:52 PM
You mean the trust wallet website, not blockchain.com? Is there any bug bounty made for this if this is out of bugs? Or you just copy the whole front-end of the website?

But, anyway, seems this clone is really made to fool people, not for real wallet service business.


Hi mate,

Make an account and test the API out or even the functions, I’m absolutely horrible at web design so I ripped out the trust wallet design as it was the most simple one.


And yes if any bugs are found I’m willing to pay a reward.
7  Economy / Services / Blockchain.com clone with custom API on: July 27, 2021, 09:05:01 PM
Hi guys,


I've built a simple blockchain.com clone and it's highly customisable, it requires it's own nodes RPC connection.

https://webrack.co.uk - here is a demo

Please let me know how much i could sell this for or if anyone wants to purchase it, or if i should sell licensed copies.
8  Bitcoin / Development & Technical Discussion / Re: Does anyone know how to define a custom fee (BATCH transactions) on: July 24, 2021, 02:55:10 PM

Thank you!
9  Economy / Services / Re: Blockchain.com - CoinBase.com CLONE on: July 24, 2021, 02:40:28 PM
What price should i sell it for, once it's completed.
Zero!

evaluation by a respectable security team
Why on earth would a respectable member of the community [from that sector] get involved in something that would benefit scammers?
- There's only one reason why someone would clone such websites and I'm sure everyone knows it.


Well, we all have to start somewhere right? i just think it's a cool software to develop, not all players here are scammers, i'm programming it dynamically so the website owners won't have access to clients wallet.dat files since they will be encrypted. they will just be able to earn from fees. Smiley Any suggestions are welcome.
10  Bitcoin / Development & Technical Discussion / Does anyone know how to define a custom fee (BATCH transactions) on: July 23, 2021, 10:39:02 PM
Hi,


I would like to batch bitcoin transactions, does anyone know how to define a custom fee using the sendmany RPC function.

Thank you in advance!

11  Economy / Services / Re: Blockchain.com - CoinBase.com CLONE on: July 23, 2021, 09:55:30 PM
What price should i sell it for, once it's completed.

It is impossible to assess something like this without a full understanding of all the capabilities and the functionality of the software. I suggest you open beta testing of the software once it's completed.
Also, a bug bounty campaign or evaluation by a respectable security team would also be prudent for this kind of software.

Thank you, looking at demo to be released by next monday.



12  Economy / Services / Blockchain.com - CoinBase.com CLONE on: July 23, 2021, 09:03:00 PM
Hi guys,

I'm working on a BitPay clone.


API for developers
Payment Hosted Page
Two Factor Authentication
Instant Transaction
Secure Payment
Seamless Conversion
Multi-language support
Transaction History
Global access
Multiple Wallets (BCH, DASH, LTC, BTC) + MORE


What price should i sell it for, once it's completed.


13  Bitcoin / Bitcoin Technical Support / Re: Lost coins in stupid way on: October 16, 2020, 11:26:36 AM
Have you tried rolling back your linux OS environment $ apt-get -s install $(apt-history rollback | tr '\n' ' ') i can't promise that it will work but it's worth a shot.
14  Bitcoin / Project Development / Re: Building a blockchain in javascript! on: June 13, 2020, 10:42:41 PM
Before any of you say we don't need another altcoin

We don't need more POW...


Do you recommend any new methods of coin generation, would be interesting to code and once I release the code more people can contribute
15  Bitcoin / Project Development / Building a blockchain in javascript! on: June 12, 2020, 03:56:07 PM
Hi, I am building a blockchain (POW concept) if you have any ideas or suggestions you'd like me to implement let me know below, any contributors are more than welcome to join me on this project.


Before any of you say we don't need another altcoin - this is not an altcoin it will be a very own small scalable blockchain fully coded in javascript.


Javascript and blockchain will be an awesome combo!


16  Bitcoin / Development & Technical Discussion / Re: How to create bitcoin service without 3rd party ? on: June 11, 2020, 08:23:49 PM
If you're looking to have a self-hosted platform for anything using cryptocurrency here are a few things you'll need.


1) knowledge with JSON rpc calls.
2) Your own node


You could run functions such as wallet notify and txnotify - this can be set up in the bitcoin.conf file so whenever you get a transaction in or out/ and a confirmation that file is run, to store the information you need to your database.

It's pretty simple, but you must be aware of hackers since they will target your node if it's not secured. I.e PORTS and always encrypt your node with a strong password (if you lose your password, your coins are gone.)

What are you trying to build Smiley it's interesting to share so members here can help you out more.


Best of luck.
17  Bitcoin / Project Development / Re: [Discussion] Building an instant exchange on: June 11, 2020, 08:18:06 PM
Do you want something like https://changelly.com/ ? If yes, I could help you out and guide you for free.

18  Economy / Services / Ethical hacker needed ASAP on: June 06, 2020, 06:49:55 PM
Hello,



I am looking for an ethical hacker to try and hack into a project, SQL injections, server-side hacking, header modifications, and more.


If you're interested please let me know.



19  Bitcoin / Bitcoin Discussion / Beware of this hacking organisation 3J3dWtKXgxMWKEAZyDENMRDSan753asAJi $1M hack on: June 05, 2020, 05:48:26 PM
Hello everyone!

I have discovered a big group of cryptocurrency hackers, and these guys need to be stopped. So the least I could do is make everyone aware and post as much information I could gather and maybe it could be useful to a victim out there.

Address where all hacked funds end up: (after being mixed). 3J3dWtKXgxMWKEAZyDENMRDSan753asAJi

wallet balance:
93.23541381 BTC and growing Smiley

His IP address: 115.164.204.24 links back to Malaysia
ISP:   DiGi Telecommunications Sdn Bhd

Email I managed to find an email address zero.wallets@gmail.com linked to 3J3dWtKXgxMWKEAZyDENMRDSan753asAJi

Just posting this for users to be aware of this address and any information that can be found should be posted here.

After doing a lot more research: I linked up Iranian IP addresses used to exploit web servers

Iranian Bitcoin hackers seem to be linked as well, details are below of the team(or person behind cyber attacks):

alicr2019@gmail.com (IP address: 86.57.101.61)
1711352@gmail.com (IP address: 5.114.237.75)
sajadghochian1220@gmail.com (IP address: 37.129.69.34)
salehmohamadali5@gmail.com (IP address: PENDING)
Pars55055@gmail.com (IP address: PENDING)

Iranian hackers website with exposed information http://95.156.254.35/api/login

SERVER_SOFTWARE   
"Apache/2.4.6 (CentOS) PHP/7.1.14"
SERVER_NAME   
"95.156.254.35"

EXCEPTION_IP_ADDRESS   
"46.209.255.138,91.72.219.46"
CREDIT_ALERTS_NUMBERS   
"09351866262,09124037786,09102471966"
CLICK_SEND_USERNAME   
"admin@infinite8.ae"


tgbsco.com
https://infinite8.ae/ (this website is linked with tgbsco.com ) Iran and united Arab emirates.

https://whois.domaintools.com/infinite8.ae

https://tgbsco.com/services/payment-services based UAE and Iranian background

https://www.crunchbase.com/organization/tgbs-tadbir-gostaran-behine-saz#section-overview

https://www.linkedin.com/company/infinite8.ae/
https://www.linkedin.com/in/hamid-fathalian-61716a3a/?originalSubdomain=ae

https://reverseip.domaintools.com/search/?q=tgbsco.com
1.   badbadak.ir   
2.   mpos.ir   
3.   payam-pardaz.ir


20  Economy / Services / Re: Any good ethical hackers here? on: May 31, 2020, 07:37:49 PM
I don't know any ethical hackers because didn't needed for their help so far. But I just want to warn and be careful. After this post you may get messages from people who pretend to be ethical hackers, but they aren't not. So, they may cause you damage only. You should deal with people who have good reputation only.

Thank you for your kind message, I will be sure to work with trusted members. Smiley
Pages: [1] 2 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!