Questions tagged [dogecoin-api]

Dogecoin is an open source peer-to-peer cryptocurrency.

Cryptocurrency is defined as a digital medium of exchange money. It may be regarded as something like the first introduced digital currency . Information about the project is available at dogecoin.com and an API was here.

19 questions
8
votes
1 answer

Trying to understand nbits value from stratum protocol

I'm looking at the stratum protocol and I'm having a problem with the nbits value of the mining.notify method. I have trouble calculating it, I assume it's the currency difficulty. I pull a notify from a dogecoin pool and it returned 1b3cc366 and at…
the_lotus
  • 12,668
  • 3
  • 36
  • 53
7
votes
1 answer

How do I format a websocket request?

I'm trying to create an application in Python that powers a GPIO port when the balance of a Dogecoin address changes. I'm using the websocket API here and this websocket client. My code looks like this: from websocket import create_connection ws =…
iSasFTW
  • 165
  • 2
  • 3
  • 8
4
votes
2 answers

Convert Euro in Dogecoin

SO I am going to integrate the dogecoin in to the my busniess website. My Products are avilable to purchase in EURO currency and for avilable to provide it in doecoin I need to convert the EURO to Dogecoin. What I have DID: I have found the…
Jatin
  • 71
  • 6
3
votes
1 answer

dogecoind.exe compilation with mingw

I want to compile the dogecoin daemon on Windows (dogecoind.exe) but I get this error: C:\dogecoin-master-1.5\src>mingw32-make -f makefile.mingw g++ -c -o json/json_spirit_value.o json/json_spirit_value.cpp In file included from…
Zeross
  • 51
  • 6
2
votes
1 answer

Using zCash through BitcoinJ

Using zCash with BitcoinJ seems a reasonable advance for me, since I need to monitor various currencies for an academic project. Currently I run a full node with zCash along with BitcoinJ for Bitcoin and Litecoin using network params from the…
barfoos
  • 706
  • 2
  • 12
  • 26
2
votes
0 answers

Test Transaction of DOGECOIN

For making the transaction in DOGECOIN in my site , I have integrated the DOGECOIN API from https://www.dogeapi.com. When user click on to the checkout widget it redirects towards the page of DOGECOIN API and here I need to insert the PIN (UNIQUE…
Jatin
  • 71
  • 6
2
votes
1 answer

Changing OpenSSL include path for qmake

I want to build Dogecoin with qmake. It doesn't work with Fedora's OpenSSL because its OpenSSL doesn't have elliptic curve cryptography included. So I've got my own OpenSSL but I can't figure out how to change the dogecoin-qt.pro file to include an…
John Tate
  • 780
  • 3
  • 10
  • 23
1
vote
0 answers

Send WDoge through Dogechain via Python

I have a Metamask wallet with DogeChain connected. I want to send WDoge coins to another wallet through DogeChain. What is the best way to do this using Python? Is it necessary to run an RPC server locally, or I can do it in some easy way?
1
vote
2 answers

Dogecoin address validation, on nodejs

i'm trying to validate a dogecoin address using node.js javascript. But i'm still trying to understand, the algorithm. my current node.js version is v0.10.22 from what i was able to understand (correct me if i'm wrong) its a dogecoin address is no…
Gntem
  • 6,949
  • 2
  • 35
  • 48
1
vote
1 answer

API jQuery.get seems simple but I can't get it

Very new to API, and I'm sure I'm not doing this right - I know because it's not working! I just want to use jQuery's get to pull that simple API and spit it out. This is my first dabble in API. I read the documentation but I'm obviously not…
1
vote
1 answer

cryptocoin address generation

Recently have been looking at crypto currencies, mostly Bitcoin and Dogecoin. I'm using this source for my project. I've got Bitcoin to work perfectly, and since the Bitcoin gem did not have native support for Dogecoin I had to self-implement it.…
xvidun
  • 477
  • 5
  • 12
0
votes
0 answers

Derive all addresses from DOGE xpub

If I have a xPub key for DOGE, would it be possible and how could I check the first 100 addresses for this DOGE xPub? Basically to achieve the same with Python what this Trezor explorer is showing link Is it possible to be done with only xPub or is…
Mangekyou
  • 1
  • 1
0
votes
0 answers

How to input address into the message in dogecoinrpc?

I'm new to python and there are barely any tutorials or documentation on this. When I do getnewaddress("label"), I can set the label but can't create a new "message", plus these newly created addresses through the python script and debug console do…
Volkof
  • 1
0
votes
1 answer

Displaying specific json data from URL

I'm trying to display the data for "total_txs" from this URL https://www.chain.so/api/v2/address/DOGE/DK1i69bM3M3GutjmHBTf7HLjT5o3naWBEk I've put together the following but the div is blank. (Forgive me if its painfully simple to see what I'm doing…
Chris 'Pig' Hill
  • 175
  • 2
  • 12
0
votes
1 answer

Cannot assign requested address error with bitcoin-abe

I have been playing around with bitcoin-abe for the last few days, getting it to load the dogecoin blockchain. Everything works perfectly on my localhost and when I go to http://localhost:2750 everything works fine. Unfortunately, as soon as I…
Jeff Thomas
  • 4,728
  • 11
  • 38
  • 57
1
2