Search the Community
Showing results for tags 'javascript'.
-
KRONOS Kronos (Originally Denarius Pi - dPi) is a AIO interface/wallet for Denarius. Kronos was originally built with the intention of running it and installing it on Raspberry Pi Ubuntu systems, but now can be used mostly for all Linux distros. It is recommended to have at least 2GB of RAM to install and run Kronos (It also runs a Denarius node). Please go to the last page of this thread for updated information. Kronos has progressed massively overtime and this information can be out-of-date and deprecated. Features: Send and Receive D Denarius Addresses with P2PK
- 44 replies
-
- 1
-
-
- kronos
- aio
-
(and 44 more)
Tagged with:
- kronos
- aio
- interface
- gui
- ui
- ux
- denarius
- blockchain
- electrum
- electrumx
- nodejs
- npm
- terminal
- ssh
- raspberry pi
- raspberry
- pi
- soc
- linux
- ubuntu
- raspberrypios
- debian
- fedora
- suse
- layer
- development
- open source
- mit
- technology
- software
- application
- javascript
- fintech
- block explorer
- d
- github
- crypto
- cryptocurrency
- wallet
- zorinos
- manjaro
- popos
- linuxmint
- red hat
- bash
- installer
-
How you can fetch cryptocurrency price data with Javascript/JQuery <div id="dprice"></div> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script> fetch('https://api.coingecko.com/api/v3/coins/denarius?tickers=true&market_data=true&community_data=true&developer_data=true&sparkline=false') .then((response) => { return response.text(); }) .then((myContent) => { var market = JSON.parse(myContent);
-
Currently looking for a version of NodeJS compiled natively on Apple M1 (Apple Silicon) aka ARMv8 for macOS Seems all current and past NodeJS builds including current nightlies do not contain any Darwin ARM binaries yet. I may attempt to compile v12.18.3 for Darwin ARM if no release soon...Read below for updates....NodeJS v15 compiled successfully on macOS Big Sur 11.0.1 - Kernel 20.1.0 - Darwin ARM64 M1 Chip