the motivation is that, i want to build a service node to run on a free PaaS. i known there are many works need to do, but just for a discussion now.
is it possbile to exchange information between peers on HTTP protocol. #5130
issue imharrywu opened this issue on October 24, 2014-
imharrywu commented at 3:30 AM on October 24, 2014: contributor
-
laanwj commented at 10:50 AM on October 24, 2014: member
You can use any kind of transport to exchange information between peers that you can think of. You'd have to build 'bridges' to go from one kind of transport to another.
In case of HTTP you could expose the block and transaction data through a REST interface (see for example #2844).
Closing this as it's not really an issue for Bitcoin Core. The place for more extensive discussion of alternative transports would probably be the mailing list.
- laanwj closed this on Oct 24, 2014
-
rebroad commented at 12:36 PM on October 24, 2014: contributor
Resumeable block downloads could certainly be nice to help reduce network bandwidth. Does the HTTP interface provide this?
-
laanwj commented at 1:42 PM on October 24, 2014: member
@rebroad doesn't seem to be the case https://github.com/bitcoin/bitcoin/pull/2844/files#diff-f45ef7a0b5abac83d90cebd2145f9fbfR64 but I guess it's not to hard to add.
- MarcoFalke locked this on Sep 8, 2021