Search content
Sort by

Showing 20 of 47 results by maplelake
Post
Topic
Board Development & Technical Discussion
Topic OP
Is the mining project based on OpenCL ? CUDA ?
by
maplelake
on 03/12/2020, 22:20:03 UTC
Mining focuses on computing. I am wondering the popular, i meaning used widely, mining application use OpenCL or CUDA or something else ? And Is there github link ?
Thanks 
Post
Topic
Board Development & Technical Discussion
Topic OP
How to create bitcoin service without 3rd party ?
by
maplelake
on 29/05/2020, 21:51:27 UTC
if i'll create several web service, like wallet,create transaction, block chain explorer. How to implement it ?
Is there some open source or video ?

I know nothing things more than "install bitcoin client, then let your web service implementation interact with bitcoin client".

Thanks
 
Post
Topic
Board Development & Technical Discussion
Re: How to create a wallet, check transactions and make payments with PHP ?
by
maplelake
on 29/05/2020, 21:36:15 UTC
Here is the easy video instruction that might be usefull..
 www.shorturl.at/bfwGL

Hope this helps!!  Smiley

is video instruction valid ? some doc files are there.
 www.shorturl.at/bfwGL
Post
Topic
Board Development & Technical Discussion
Re: why github is essentail
by
maplelake
on 08/03/2020, 22:44:32 UTC
Why every good project has Github?

Is it mandatory to have success, you need to have github setup for your crypto project?
anyway code needs depot. gtihub connects code and people.
it is 'basic'. of course it is essentail
Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Is satoshi that satoshi?
by
maplelake
on 08/03/2020, 12:21:01 UTC
⭐ Merited by aliashraf (1)
Post
Topic
Board Trading Discussion
Re: Trading Cheat Sheet Collection
by
maplelake
on 08/03/2020, 11:48:27 UTC
A nice collection. Thanks man.
Is there short instruction about these diagram ?
Post
Topic
Board Development & Technical Discussion
Topic OP
Is satoshi that satoshi?
by
maplelake
on 08/03/2020, 11:36:18 UTC
I go back to very first post https://bitcointalk.org/index.php?topic=65.0. satoshi is founder.
Is it bitcoin creator himself?
Post
Topic
Board Development & Technical Discussion
Topic OP
which version of bitcoin core is suitable for debugging ?
by
maplelake
on 08/03/2020, 00:36:59 UTC
I download the latest bitcoin core 0.19 to build, debug. But I found it is easy to lost in the "forest of code path".No wonder that the code base grows 10+years. A lot of feature,bug fix in it.

any suggestion ? which version is good playground ?

ps: In last some years I've read several books like "master bitcoin". "master bitcoin2". some online bitcoin video course. go through knowledge base "bitcoin.org"/bitcoin wiki. read tech-blog from time to time. But i feel that i still in puzzle for many things. I mean, known is known, unknown is unknown. Even you know sth in post, but you still do not understand it.
until some months ago, I start to playground on code by debugging. I find I make a progress.
I think now debugging is alternative to move forwards.
 
you know sth, you learn sth. you understand sth. Then you could think in "sth". until now you might create sth.
that is my thinking.
comments is welcome. 
Post
Topic
Board Development & Technical Discussion
Re: Run Bitcoind without full sync
by
maplelake
on 08/03/2020, 00:28:37 UTC
I want to using bitcoin-cli to listen new block and make notification when there have a receive transaction. i didnt want to have a ancient block, how to run bitcoin core without sync ancient block but just current blockheight

Use prune to reduce the size of storage.
Post
Topic
Board Development & Technical Discussion
Re: Run Bitcoind without full sync
by
maplelake
on 08/03/2020, 00:27:30 UTC
i have tried Electrum but the protocol methods is limited. i want to make notification when there have receive transaction on my child address. if i am using Electrum or third party API, i must get transaction in every block and compare there is such address in my database, that's could have more resource if block have more than 1000+ tx. in bitcoin-cli i think that's possible using method "listtransaction" to get only latest transaction in my child address. or do you have any suggest?. Thanks for response  Grin
If you're wanting "notifications"... you should probably be using walletnotify. That will trigger the specified script to execute whenever a transaction is received (or confirms etc) that relates to your wallet (and any of the addresses in it).

Quote from: bitcoind commandline arguments
  -walletnotify=
       Execute command when a wallet transaction changes (%s in cmd is replaced
       by TxID)

As noted, you can pass in the TxID to that script by using the %s value... and you could then retrieve the information for that specific transaction using gettransaction and parse the JSON returned, instead of returning a bunch of transactions for ALL your addresses using listtransactions and trying to figure out which transaction is "new" etc.

I think it works. But not practice it.
Post
Topic
Board Development & Technical Discussion
Re: Run Bitcoind without full sync
by
maplelake
on 08/03/2020, 00:24:52 UTC
Electrum protocol supports notifications. when you connect to an Electrum node you have an open socket and a bunch of subscriptions to certain addresses which the node will inform you about when there is any new transaction that involves those addresses.
more info can be found on the documentation: https://electrumx.readthedocs.io/en/latest/
what is Electrum protocal ? is it bitcoin feature or configuration option in bitcoin.conf ?
Post
Topic
Board Development & Technical Discussion
Re: Debug bitcoin core on Ubuntu
by
maplelake
on 05/03/2020, 00:39:23 UTC
Because I'd like to create something on bitcoin. but i do not know what it is ..
hmmm, sounds funny ? actually it is .
Post
Topic
Board Development & Technical Discussion
Re: Debug bitcoin core on Ubuntu
by
maplelake
on 05/03/2020, 00:36:25 UTC
Quote
Do you need to debug it?
yes, just reading code is not enough.you have to hand on by debugging
Post
Topic
Board Development & Technical Discussion
Topic OP
Debug bitcoin core on Ubuntu
by
maplelake
on 04/03/2020, 13:41:11 UTC
1. Build bitcoin core with steps by build-unix.md.
2. Debug it with gdb. I like to layout view of code/debug. So i use the following cmd
          cmd:  gdb -tui
3. for "n" , the ip often jumps unexpected back and forth

Is it caused by some optimization compile? it is a little annoying ...

any way to improve it ?
Post
Topic
Board Project Development
Re: Any idea/demand/inspiration for tool/service around bitcoin ?
by
maplelake
on 04/03/2020, 11:40:39 UTC
I'd like an atomic swapping tool that does the job immediately without any fee as well as without the need of involving any escrow.
p2p tool for trade ?

Quote
I'd also like a calculator which would not just show me the price of a specific coin into various other cryptocurrencies but also let me purchase it through a variety of exchanges quickly after comparing and finding me the cheapest deal available on the market.
aggregate-exchanges website for traders
Post
Topic
Board Project Development
Re: Any idea/demand/inspiration for tool/service around bitcoin ?
by
maplelake
on 04/03/2020, 11:35:39 UTC
Quote
It is better for you to ask about a problem that many face in the forum and then try to find an application that will solve this problem.
that is why i post this.

Quote
My suggestion is to design a new site that reclassifies/ranking cryptourrencies based on smarter scales, not just relying on market capacity and other ways that can be easily manipulated.
hmmm... multi-rank criteria

Quote
If the issue is difficult, focus on the visual content, especially converting the targeted posts in this forum to educational videos.
cool idea. you mean find valuable posts and convert its contents into video products. like "popularization of science bitcoin " level.

might be in youtube channel
Post
Topic
Board Development & Technical Discussion
Re: Does RPC support "call over internet" ?
by
maplelake
on 01/03/2020, 08:48:58 UTC
No. RPC is not exposed over the internet and it is not safe to expose it to the internet.

Nodes communicate using the P2P protocol. There is no need for another node to directly control another node using the RPC commands.

There are many web-service/app which serves bitcoin. What is their tech prototype ?
As my understanding, they must enter bitcoin network by a node. How do they provide service on internet ? I guess they talk to some bitcoin core node by rest/RPC by IP address  and then expose their service by web interface.

do you know some project that i could refer its code ?
actually this question bothers me a lot for a long time...

Thanks 
Post
Topic
Board Development & Technical Discussion
Topic OP
Does RPC support "call over internet" ?
by
maplelake
on 01/03/2020, 01:51:26 UTC
Currently bitcoin core support Rest and RPC. while REST support less apis.
RPC support invoke apis across-process .
So it aslo support call api "over internet" ?

Node_B call Node_A's api by A's ipaddress,Right ? Because RPC is implemented based on PORT communication.

Thanks


Post
Topic
Board Project Development
Re: Any idea/demand/inspiration for tool/service around bitcoin ?
by
maplelake
on 01/03/2020, 01:11:46 UTC
[quote ]
I would like to see a Youtube network that has BTCitcoin as its main payment option [perhaps other cryptocurrencies as well]...
- A lot of great creators out there, can't use AdSense due to their locations.
[/quote]

Youtube support coins?
Post
Topic
Board Project Development
Re: Any idea/demand/inspiration for tool/service around bitcoin ?
by
maplelake
on 01/03/2020, 01:09:29 UTC
Quote
What do you already have to develop it?
No, not yet. I am thinking of kickoff project. Mightbe some tool or service with low security. I mean demo some information - analyze tools or helps to find something.
But it also could matter coins. As you said, be careful and need supports.
Thanks your advice.

Quote
- An application that helps crypto users to convert Bitcoins to Fiats automatically. But it must be trustable, secure, and user-friendly.
- A platform that can guarantee the security of Bitcoin trader identities on exchanges. (Just imagine, don't know if it is possible to do or not).
- A special gadget for Bitcoin/Altcoins traders. (With cheap price and good performance)       
All idea is from or serve 'exchange' property.
hmmm. got it