-
Updated
Feb 25, 2020 - Go
#
dogecoin
Here are 229 public repositories matching this topic...
Blockchain data parsing and persisting results
golang
sql-server
kafka
bitcoin
ethereum
tron
doge
stellar
ethereum-classic
litecoin
dogecoin
bds
bitcoin-abc
bitcoin-cash
xlm
troncoin
bitcoin-sv
Dead-simple BIP32 (HD) wallet creation for BTC, BTG, BCH, LTC, DASH, USDT, QTUM and DOGE
cryptocurrency
btc
bitcoin-wallet
dashcoin
eth
ethereum-wallet
dogecoin
bip32
hdwallet
wallet-generator
bch
ltc
-
Updated
Feb 9, 2022 - Python
14
SuperLSH
commented
Apr 29, 2020
@medvedev1088
Hi,
I found that there ara two kinds of output in transactions.json.
One is nonstandard, and the other is pubkeyhash.
I thought the nonstandard output is the op_return output, but i found outputs of many (not all ) coinbase txs also are nonstandard. And address of miner is like“nonstandard3318537dfb3135df9f3d950dbdf8a7ae68dd7c7d”.
Here is an example:
transaction: {
"hash":
Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
-
Updated
Nov 17, 2021 - Java
DOGE trading bot for instantly buying and selling DOGE cryptocurrency on Binance when Elon Musk tweets about it.
twitter-bot
crypto
tweets
trading
trading-bot
cryptocurrency
doge
buying
dogecoin
binance
elonmusk
elon-musk
-
Updated
Mar 3, 2022 - Python
Buys crypto through keyword detection in new tweets. Executes buy in 1 second and holds for a given time (e.g. Elon tweets 'doge', buys Dogecoin and sells after 5 minutes). Tested on Kraken and Binance exchanges
twitter-bot
twitter
crypto
tweets
bitcoin
trading
ethereum
trading-bot
cryptocurrency
trading-strategies
doge
kraken
dogecoin
altcoin
automated-trading
binance
binance-api
elonmusk
crypto-bot
crypto-trading
-
Updated
Jun 29, 2021 - Python
you can build your own trustee wallet from full source code
react-native
bitcoin
ethereum
blockchain
cryptocurrency
tron
wallet
btc
bitcoin-wallet
eth
ethereum-wallet
litecoin
dogecoin
blockchain-wallet
vechain
solana
tron-wallet
dogecoin-wallet
binance-coin
-
Updated
Mar 15, 2022 - JavaScript
Ethereum contracts for the Dogecoin <-> Ethereum bridge
-
Updated
Feb 14, 2022 - TypeScript
Twitter Bot that sends SMS alerts when influencers like Elon Musk tweet about stocks or cryptos.
twitter-bot
twitter
twitter-api
twilio
image-processing
cryptocurrency
stock-market
twilio-api
stocks
doge
nasdaq
dogecoin
nyse
elon
elonmusk
elon-musk
-
Updated
May 27, 2021 - Python
Cryptocurrency TipBot
bot
telegram
bitcoin
discord
decentralized
cryptocurrency
monero
dogecoin
cryptonote
tipbot
wrkzcoin
-
Updated
Mar 20, 2022 - Python
Trade stocks and ETFs with free brokerage Robinhood and Perl
finance
options
bitcoin
perl
ethereum
cryptocurrency
stock-market
api-wrapper
derivatives
cryptocurrencies
stocks
robinhood
etf
historical-data
dogecoin
options-trading
derivatives-pricing
stocks-api
crypto-trading
-
Updated
Dec 24, 2020 - Perl
True Mining Desktop Miner is and software who help users to easy mining
-
Updated
Mar 13, 2022 - C#
Mine Cryptocurrency with termux, BTC, BCH, LTC, DOGE Telegram ClickBots
-
Updated
Jan 23, 2022 - Python
JavaScript Client-Side Dogecoin Wallet Generator
-
Updated
Dec 28, 2021 - HTML
The best bot for collecting cryptocurrency from freebitco.in, freedoge.co.in and freenem.com 🚀 🌔
javascript
bot
bitcoin
dom
captcha
mozilla
cryptocurrency
free-software
captcha-image
imacros
mozilla-firefox
nem
mozilla-firefox-addon
dogecoin
captcha-solver
freebitcoin
freedogecoin
recaptchav2
captcha-services-for-recaptcha-v2
freenem
-
Updated
Jan 19, 2019 - JavaScript
LiLo.Lite is a real-time cryptocurrency (crypto) price tracking application. It provides a quick and easy way to watch the top crypto currency information and charts. With extremely low battery usage, you can leave the application running in the background and have crypto information available right at your fingertips.
xamarin
bitcoin
websockets
cryptocurrency
xamarin-forms
btc
cryptocurrencies
xrp
eth
lite
dogecoin
eos
tradingview
binance
lilo
market-information
-
Updated
Mar 9, 2022 - C#
A Laravel Package/Facade for the Block.io API
laravel
bitcoin
facade
blockchain
laravel-5-package
bitcoin-wallet
litecoin
dogecoin
bitcoin-api
block-io
-
Updated
Nov 4, 2020 - PHP
Improve this page
Add a description, image, and links to the dogecoin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dogecoin topic, visit your repo's landing page and select "manage topics."


Can this library be use to handle more than 1 wallet, bitcoin-cli.exe have the
createwalletcommand with a unique id and the connection can have the--rpcwalletwith the same id.What are the alternative if I need to handle more than 1 wallet. Thanks