Skip to content

headxeol/monero

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MONERO

Installasi

Install Keperluan

sudo apt update && sudo apt upgrade -y
sudo apt install build-essential cmake pkg-config libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libexpat1-dev libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev libboost-chrono-dev libboost-date-time-dev libboost-filesystem-dev libboost-locale-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libboost-system-dev libboost-thread-dev python3 ccache doxygen graphviz unzip -y

Install Mordinal Wallet

wget -O mordinal https://github.com/SaujanaOK/monero/blob/main/monero-wallet-cli; chmod +x mordinal

Clone Monero Repo

sudo apt install git
git clone --recursive https://github.com/monero-project/monero
cd ~/monero
git checkout release-v0.18
cmake .

Izinkan Akses wallet mordinal

cd
mv mordinal /root/monero/bin/
chmod 777 /root/monero/bin/mordinal

Building

Buat screen gan lama (optional)

screen -S monero
cd ~/monero
make

Start Node

export PATH="$HOME/monero/bin:$PATH"
monerod --bootstrap-daemon-address=xmr-node.cakewallet.com:18081 --detach

Bikin Wallet baru

export PATH="$HOME/monero/bin:$PATH"
cd ~/monero
mordinal

Jika import wallet

export PATH="$HOME/monero/bin:$PATH"
cd ~/monero
mordinal --restore-deterministic-wallet

Check log

tail -f ~/.bitmonero/bitmonero.log

Mint NFTs

MoneroPunks

Prepare Gambar.png kalian bisa download gambar punk nya di https://moneropunks.com/ cari gambar yang belom terminted

image

lalu buat .txt file

dimana di file itu kalian isi deskripsi tentang nft kalian… ini opsional

kalian bisa kosongin juga gpp

MINT NFT MONERO PUNKS

Launch simplewallet and pass the following command to it:

mint_ordinal 0.00001 /home/images/my_inscription.png /home/description.txt

Wait until the transaction is confirmed, and then check https://mordinals.org to see if your inscription has been recognized and registered.

Command lain

mint_ordinal /root/file.png /root/file.txt AddressMoneroMu

Source :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%