questions about language libraries and the languages used to build Monero and its related services
Questions tagged [programming-languages]
10 questions
14
votes
1 answer
What programming language(s) are used in building Bitmonerod, Simplewallet, Kovri, and the Monero GUI?
What programming languages are being used to build Bitmonerod, Simplewallet, Kovri and the Monero GUI? Are multiple languages used within the same application? What is the level of programming language competency needed to assist with these various…
Patrick Alexander
- 464
- 5
- 10
12
votes
2 answers
Are there any Monero specific programming language "libraries" available?
I understand that simplewallet has a raw JSON RPC interface available, but are there any specific "helper" libraries available for a relatively modern programming language(PHP, Python, Java, JavaScript, Ruby)?
choffman
- 123
- 4
6
votes
1 answer
How can I contribute to Monero as a software developer
I work as a software developer for my day job. I recently gained a lot of interest in the Monero project and I'd like to contribute. How can I start?
Psddp
- 185
- 2
- 4
5
votes
2 answers
Using Monero as a C Library
I am looking to build an offline wallet for Monero. However, most of my tooling is in Perl and C. If Monero was written in C, I could just call the C functions from my Perl modules. I think it is possible to call C++ functions from Perl relatively…
Joel D
- 53
- 3
5
votes
1 answer
What language(s) should a new coder learn to contribute to Monero?
What language(s) would be best to learn for someone interested in contributing to XMR (and, less relevantly, Bitcoin)?
I have a long term goal to contribute more and more significantly to these awesome projects but I have a long way to go.
I'm not…
gdoober
- 685
- 4
- 14
4
votes
1 answer
C# simplewallet RPC calls
I'm quite new to cryptocurrencies, and I want to make a program that runs simplewallet (monero-wallet-cli) in the background as an RPC server and make calls to it using C#.
I already somewhat know how to start it as an RPC server (per this bytecoin…
Raj4K
- 857
- 2
- 8
- 24
2
votes
1 answer
Where can I find the POW hash of blocks?
I want to find the POW hashes of each block, which start with or end with many zeros.
This answer showed an example of the POW hash.
I tried many blockchain explorers and didn't find any one with POW hashes.
Is there an easy way to find the POW…
zzh1996
- 121
- 2
2
votes
1 answer
C/C++ - What is nonceptr in scanhash_cryptonight function?
This is a C/C++ programming question related to CPU mining. In the source code for CPU miners wolf-xmr-miner, cpuminer-multi et al there is a function called scanhash_cryptonight that has this the following prototype:
int scanhash_cryptonight(int…
moo
- 125
- 6
1
vote
1 answer
SSL handshake failed due to unexpected packet format
I am trying to connect to a Monero stage net node to make some basic RPC calls and start building a library for working with Monero however I am getting an SSL error when connectiong.
using System;
using System.IO;
using System.Net;
using…
Dennis
- 21
- 1
0
votes
1 answer
Offering purchase an app or in-app-purchase with monero
I would like to offer a paid app in the traditional platforms with the option to pay it or the plugins in monero. How can I code this?
flowerflower
- 101
- 1