Search content
Sort by

Showing 17 of 17 results by coinstrader777
Post
Topic
Board Development & Technical Discussion
Re: How to create a wallet, check transactions and make payments with PHP ?
by
coinstrader777
on 09/05/2020, 10:39:34 UTC
As per your requirement, you can do this by installing your own BITCOIN core. you can Interact with nodes by PHP for Creating wallets, Address, Balance, Transaction.
There wont be no fees for internal transaction. No API Limits (Since it runs on your own server)
Here is the easy video instruction that might be usefull..
 www.shorturl.at/bfwGL

Another popular method would be bitcore-lib.
 https://github.com/bitpay/bitcore#bitcore

Hope this helps!!  Smiley



Hello,

Without working with a third tier service that could take fees or limit my account, I would like to create wallets, check transactions and send btc with PHP.

Each user would have a unique public key to make donations. All I want is to be able to generate a unique one for each user, and to check for transactions regularly, in order to transfer its balance to a main wallet.

So what I need is:

  • Create wallets (Public & Private key)
  • Create transactions
  • Check for transactions and balances

I want to be as dependent as possible, so without API keys or something like this.

How can I perform this?

Thank you by advance
Post
Topic
Board Altcoin Discussion
Re: Suggest me some ideas to develop a tool that will be useful or needed
by
coinstrader777
on 04/05/2020, 03:06:23 UTC
The donating of gas fee won't be that sustainable long term especially if the token is having lots of transactions. Some could even abuse it by deliberately/unintentionally draining the reserve with unnecessary transactions except ofcourse the token devs or site owner make it one or few transactions per unique address or something.
It's good you considered doing something about it. You still could try other interesting ways people/things that can't afford it can send token without bothering about gas fees

Thanks for the insights.. Let me know if you guys have any other tools idea that could be useful. !!
Post
Topic
Board Altcoin Discussion
Topic OP
Suggest me some ideas to develop a tool that will be useful or needed
by
coinstrader777
on 03/05/2020, 16:37:30 UTC
Hello All.,
  Few months back, I was looking to develop some kind of simple, but useful tools/project for crypto guys like us. Due to some busy work i couldn't do that.  During this COVID, i like to utilise this time to try develop any useful tool & make it free. Something simple like a calculator or price analyser or anything.
  Let me know if any one has a any Idea, we can work on it & share here...
  ***My IDEA***:
     Problem: Can't Send TOKEN due to no GAS.
     Solution: When TOKENS are received in new address, it cant be send. since no GAS. There may be Site where that token owner can donate SOME GAS. So whenever a TOKEN user need to send TOKENS, can get gas from the reserved donation. Gas Donated for a TOKEN will be used only to send that particular token.

    Love to hear any suggestion or new Ideas...

Thanks Everyone..
Post
Topic
Board Service Discussion
Re: Any Dev can explained ?
by
coinstrader777
on 30/04/2020, 03:54:06 UTC
So i can see your goal is to create a Football stats API.
 The first thing about stats is data
 The second thing is about type of data, Live or Delayed.
 If you choose a live data, then you need to look for Football API providers, there are many of them.. Just a do a google search. it may be paid. But the data is trusted & frequent.
 If you choose delayed, the same guys might provide with some restriction & limited teams.

Another thing is you are looking for a coder & how to explain things to him., You can find many coders here as well. it is pretty easy to explain coder by giving them a sample or reference website. Since most coders understand english, it wont be much issue. Also regarding language GOLANG is better suited for this type of website, you can manage both front end & BACK end as well.. but if its harder, try PHP most of the requirement will be filled with simplicity & cost effective...

Hope this Helps..!! Smiley


Hello I'm new here
I have a few questions regarding a project idea that I have, I understand nothing about development neither coding

I would like to create a website with football stats, more specifically The corners Stats (For example team A on the last 10 games have a media of 5 corners per game)
All the information would come from this website https://www.flashscore.com/ ( Flashscore.com)

So my questions are
How should I try to find someone that can do it? How can I explain it to him ? Since I don't know what type of code language
And since I'm completely new to this type of service, how much could it cost?

Would really appreciate some feedback and answers
Ps: I'm new here so I think I put this on the right furom (if not, I'm sorry)
Post
Topic
Board Development & Technical Discussion
Re: Need idea for FASTER Balance & transaction update
by
coinstrader777
on 29/04/2020, 13:48:09 UTC
Hello All,
  I was working on some crypto platform. Say the platform has 1000 users with unique & single wallet address for each user.
  Any time they can deposit to their address & start using the platform. I will do a cron API Call to blockcypher API &  pass each address to get their balance, & update to DB.  But it is fragile, as the user grows up, it difficult & slow to update balance & the cron eventually DIES.
  Is there any better way 2 update balance & transaction to the platform DB.  


If you're planning to have more than a handfull of active users, i'd defenately start by running your own bitcoind instead of using blockcypher's api.

When configuring the bitcoin daemon, use notifyers as a hook to your update script, that way your database will stay up-to-date.

I'd probably use a combination of -walletnotify and -blocknotify, and maybe poll the mempool from within the user's account overview page for incoming, unconfirmed transactions.
Make sure you either have a watch-only wallet, or make sure your hotwallet is properly locked.

Hi.,
 I was using bitcoind with getbalance(x) method. which was ridiculous. but as per your suggestion -walletnotify will return only wallet balance i think. i need for individual address. I will definitely do check out this stuff & back.. 
Thanks a lot... Smiley
 
Post
Topic
Board Bitcoin Discussion
Re: Why there is no Standard Marketplace like Amazon with BTC as payment method??
by
coinstrader777
on 29/04/2020, 13:46:06 UTC
I also accept a point about legal issues...
Legalising crypto's in many countries...will bring big players to participate and when such exposure happens...i think lot's of the technological issues can be sorted out... Smiley Smiley
Post
Topic
Board Bitcoin Discussion
Re: Satoshi Nakamoto never used Bitcointalk - new claim by Craig Wright
by
coinstrader777
on 29/04/2020, 13:23:47 UTC
This guy is saying all kinds of ridiculous things...so that he can get free press..he is thinking himself like a celebrity who can feed off media & paparazzi...but he is not an actual celebrity!! Undecided
Post
Topic
Board Bitcoin Discussion
Re: Why there is no Standard Marketplace like Amazon with BTC as payment method??
by
coinstrader777
on 29/04/2020, 12:51:07 UTC

1. is the problem in supply side? are sellers worried taking payments via BTC bcas of volatility

Yes! It is one of the major issues. Due to the high competition in the e-com market, all stores are forced to keep their profit margin lower. So it is very difficult to sustain a business with such a small profit market and huge price volatility. 

Quote
2. is there a logistically inefficiency, that smaller sellers can never compete with the likes of amazon

No! We have big players available in the logistics industry to help new businesses. They are even ready to provide discounted rate if you are just starting out. So logistics is not an issue whatsoever.

Quote
3. is the transaction speed an issue for retail transactions?? major cards payments are done instantly (maybe this speed is needed for impulse purchases Cheesy)

Somewhat true! However, we have services like Bitpay, Polispay to overcome such issues. Even LN has already started functioning. So speed issues can be taken care. There is another one issue you have missed out - Crypto regulations. If we leave some countries like Japan or Germany or even US, majority of the countries don't have any regulations around crypto currencies. For majority of the countries, crypto is not even a legal form of money. That's what needs to be sorted out first if we really want to see a big marketplace in crypto market.

Re- point 1 : In that case for maintaining margins without volatility, stable coins are a better choice don't you think...or they are still at their earlier stage?
Post
Topic
Board Development & Technical Discussion
Merits 6 from 3 users
Topic OP
Need idea for FASTER Balance & transaction update
by
coinstrader777
on 29/04/2020, 10:47:17 UTC
⭐ Merited by OmegaStarScream (2) ,ETFbitcoin (2) ,Welsh (2)
Hello All,
  I was working on some crypto platform. Say the platform has 1000 users with unique & single wallet address for each user.
  Any time they can deposit to their address & start using the platform. I will do a cron API Call to blockcypher API &  pass each address to get their balance, & update to DB.  But it is fragile, as the user grows up, it difficult & slow to update balance & the cron eventually DIES.
  Is there any better way 2 update balance & transaction to the platform DB. 



Post
Topic
Board Wallet software
Re: Looking for a Wallet APP that supports any ERC20 TOKENS
by
coinstrader777
on 27/04/2020, 16:48:39 UTC
Hi.,
  Thanks a lot for sharing this..I think it would definitely work out. Will have a look & get back..

This post shouldn't be in this subforum because you are asking about Ethereum-based tokens. You should probably move it to Altcoin discussions.

To answer your question. MyEtherWallet has an Android app. Have you tried that? it supports all ERC-20 tokens. You can add the ones that are missing using the contract info.
https://github.com/MyEtherWallet/MEWconnect

I am not sure if this is an official MEW app or not so use it at your own risk! Maybe wait for some other members to chip in with their comments.

MetaMask is also available on Android and iOS.
https://metamask.io/download.html
Post
Topic
Board Wallet software
Topic OP
Looking for a Wallet APP that supports any ERC20 TOKENS
by
coinstrader777
on 27/04/2020, 16:32:55 UTC
      I was using a free Mobile Wallet app, where i had send some new ERC20 TOKENS to the Ether Address in the wallet. Later i found it only support major TOKENS.

      I can't able to send the tokens out, since i dont have access to PVT KEY.. Is there any Mobile APP that can support all types of ERC20 TOKENS..

-----please share. would be helpful for many new token holders, So to manage easily the tokens in APP.. --------

 
Post
Topic
Board Bitcoin Discussion
Re: Why there is no Standard Marketplace like Amazon with BTC as payment method??
by
coinstrader777
on 27/04/2020, 16:20:31 UTC
I don't think there's too much of an issue, I think it's just that sites want to be abl eto trust their payment source and cryptocurrency is pretty new - they like what ha salways worked for them...

I've bought things with bitcoin from places like scan.co.uk and they've been pretty good with everything. There's the additional problem with bitcoin in that returns aren't as easy to handle (imo) and transaction fees might have to be returned too a sther'es no RTS (return to sender) script in eveyr transaction that can be signed and returned to the previous owner for free too...

Yes...returns are a big issue.
as "un returnable" & secure is the whole point of crypto!!! -- for this scenario this backfires Sad
Post
Topic
Board Bitcoin Discussion
Re: Why there is no Standard Marketplace like Amazon with BTC as payment method??
by
coinstrader777
on 27/04/2020, 16:14:54 UTC
As i know there were special addon for amazon to pay there with LN. Any you can find guys who are selling gift cards for crypto

Gift cards are ok...but i'm talking about pure p2p markets where no is controlled by centralised company...and therefore reduction in goods cost as no one is adding commission to the seller's price.
Post
Topic
Board Services
Re: [S E R V I C E] Signature Design $30
by
coinstrader777
on 27/04/2020, 16:06:45 UTC
Thanks to @NAVI12 for donating this signature design to us. It's a pleasure working with him.



by the way..great work NAVI12 for the donation...these types of jobs should be appreciated in these difficult times....let us stay strong..and helpful to each other.
Post
Topic
Board Services
Re: [S E R V I C E] Signature Design $30
by
coinstrader777
on 27/04/2020, 15:55:27 UTC
Hello.,
  I need to create Signature Campaign Design for 5 levels.  Jr. Member, Member, Full Member, Sr. Member, Hero Member/Legendary.
  how many variation can you give.. Looking to start now..   
Post
Topic
Board Bitcoin Discussion
Topic OP
Why there is no Standard Marketplace like Amazon with BTC as payment method??
by
coinstrader777
on 27/04/2020, 15:27:34 UTC
I know...there are smaller marketplaces that people can buy/sell goods via bitcoin, but why a major marketplace is not emerging??

I know for a fact, there is a huge demand for purchasing of goods with BTC...even users from this forum is enough to give the marketplace a supply chain issue Grin Grin

1. is the problem in supply side? are sellers worried taking payments via BTC bcas of volatility
2. is there a logistically inefficiency, that smaller sellers can never compete with the likes of amazon
3. is the transaction speed an issue for retail transactions?? major cards payments are done instantly (maybe this speed is needed for impulse purchases Cheesy)

Comment below...thanks i'm a newbie here Roll Eyes
Post
Topic
Board Bitcoin Discussion
Re: Will bitcoin be the ideal currency of the future?
by
coinstrader777
on 27/04/2020, 15:04:38 UTC
I don't think that it would be possible in future, even though cryptocurrency has been used by so many people around the world, even though it is really helpful for everyone who is using it, it cannot still be a standard currency in the future because as what we all know it is decentralized, which means it cannot be handled by the government and its volatility makes it not suitable to be used for daily lives.

I think cryptocurrency is only good as an alternative currency for fiat currency, it is meant to be converted to fiat currency whenever we want to.

Yes..i agree. also governments will go extraordinary limits to avoid using any type of decentralised solutions..as they always like to have control over their monetary policies.

but bitcoin will always have it's place...especially in these "more debt" is ok conditions...bcas eventually after all the issues sorted out and all bailouts are done...an economy needs growth to satisfy people and also pay interest on these huge debts (more taxation is also a solution, but it makes situation worse in terms of growth) so eventually you need atleast a small amount of inflation to grow....inflation is a beast of its own & uncontrollable...so people will always look for inflation hedge, alternative ways to hold cash and in terms of utility also bitcoin will grow.

There will always be a place in future for bitcoin...but will it replace fiat...i don't think so!!!