Search the Community
Showing results for tags 'development'.
-
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
-
Compile OpenSSL v1.0.1j on Apple Silicon M1 Darwin ARM Native
Ghost posted a topic in Hardware & IoT
You can use my modified repository of OpenSSL v1.0.1j made to work with compiling on the M1 chip from Apple. Some may ask why would you want the old version of OpenSSL? Some applications are dependent upon it, but only do this if you know what you are doing. Repo: https://github.com/carsenk/openssl10-darwin-arm git clone https://github.com/carsenk/openssl10-darwin-arm cd openssl10-darwin-arm ./configure darwin64-arm64-cc no-asm make sudo make install sudo ln -sf /usr/local/ssl/bin/openssl `which openssl` You can then run openssl version to confirm you are running legacy -
You can disable (SIP) System Integrity Protection on macOS by doing the following: -Reboot into Recovery Mode by holding down CMD+R -Open Terminal -Type to disable SIP csrutil disable You can use the command below for status information of SIP csrutil status or csrutil enable to enable SIP again.
-
- 1
-
-
- sip
- system integrity protection
- (and 11 more)
-
So I just wanted to post some random thoughts about the new upcoming Apple Macbook Air, Macbook Pro, and Mac Mini with the new Apple M1 Chips and development around them. Denarius (D) is written in C and C++ and is currently able to compile on ARMv7 (ARM64) chips on the Raspberry Pi 4s and other devices. -Workflow to port to Apple's M1 -> Nothing, Denarius should compile just fine on the new M1 ARMv8 chips comparing to previous compiles on the ARMv7 chips on currently available ARM SoCs Kronos is written in Javascript/NodeJS/Electron and is currently able to com