tgram icon indicating copy to clipboard operation
tgram copied to clipboard

Dogecoins in typegram! To the MOON!

Open recoilme opened this issue 6 years ago • 3 comments

General Info About Dogecoin - https://ru.wikipedia.org/wiki/Dogecoin Main site - https://dogecoin.com/ Wiki - https://www.reddit.com/r/dogecoin/wiki/dogecoincoreguide github - https://github.com/dogecoin/dogecoin discord - https://discordapp.com/channels/311390524290629632/311390524290629632

Technical info Dogecoin is clone litecoin, litecoin is clone bitcoin, so - dogecoin has rpc server ! wow!

i found rpc client for bitcoin on golang - https://github.com/btcsuite/btcd/tree/master/rpcclient Bitcoin rpc description - https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)#Go

For example, the Litecoin’s RPC capabilities can be access just by changing the port to 9332 in the same script; the Dogecoin at 22555, etc https://kryptomusing.wordpress.com/2017/06/12/bitcoin-rpc-via-python/

Reddit implementation info - https://www.reddit.com/r/sodogetip/wiki/index https://sodogetip.xyz/ - sodogetip bot on reddit site how it work - https://www.reddit.com/r/sodogetip/wiki/index

github - https://github.com/just-an-dev/sodogetip issue - https://github.com/just-an-dev/sodogetip/issues/95

How it will work on typegram

  • create dogecoin wallet for all users
  • User may buy dogecoin
  • Add button "doge" to the bottom of an article (like vote now)
  • Then press - get the tip from user to author
  • Add screen with balance/transactions/withdraw and buy doge buttons

How to start

  • run dogecoind ? find rpc server - https://github.com/dogecoin/dogecoin/blob/master/doc/build-osx.md
  • port wallet creation from here - https://github.com/just-an-dev/sodogetip
  • test it)

recoilme avatar Oct 11 '18 11:10 recoilme

simple api for rpc: https://github.com/recoilme/tgram/issues/109 based on https://block.io/pricing but 100 Wallet Addresses per Network limitation in free mode

recoilme avatar Oct 12 '18 15:10 recoilme

Is dogecoins will be bounded to global blockchain, or it will be local fork of dogecoins?

juviee avatar Dec 08 '18 08:12 juviee

i have plans integrate with global blockchain, but right now not many people will use it i think, so i freeze this issue

recoilme avatar Dec 10 '18 10:12 recoilme