Crazy way to launch a coin.
Have to use an online wallet via telegram (absolute no-no for most miners)
No compiled wallets for Linux or Windows.
What are you thinking.
Compile the desktop wallets and restart the chain, totally crazy otherwise....
Hi, all.
Nice coin! No ICO. No PREMINE. Fair launch!This thread with this post, is in archive,
here - on wayback-machine.
I have sucessfully compiled it on
Ubuntu 18.04.5 LTS (Bionic Beaver), using the following instructions, in
README.mdAfter successfully compilation,
I made this fork.
I do not planning to make some changes there, and this is a backup of the
working source code,
because
some developers just removing the source code, after some time.
Maybe, I'll update it, if new updated original code from official armor-devs,
will have no any degenerative changes, and changes will be constructive.
Anyone can fork it, to make backup too.
./armord - working, and syncronized.
./walletd - working, and sucessfully connected to armord.
if bind this both to
0.0.0.0 (run armord and walletd with --help, and see usage, there),
then there is possible to share armord and walletd RPC's in LAN,
and connect to
daemon or to wallet RPC from
curl,
or even from browser (just need to edit requests, in Network section, after press F12 in Mozilla Firefox, and put JSON, there).
After connect
walletd to
armord, there is possible to generate
wallet address,
but there is need to use
bip39 passphrase.
I used this
bip39-mnemonic generator:
https://brain2bip.comand
random password (as passphrase), from this
client-side password-generator:
https://genpas.peter23.comAfter this all, I got "
bip39 mnemonic" (
12 words), and my -
miner's address.
Then,
miner's address was been used to do mining
Armor (ARM), using latest
XMRig v6.7.2 with
"algo":"cn/zls"and after some payouts from mining pool:
https://pool.armornetwork.orgI have sucessfully saw my own coins!
To do this, I just runed the
./walletd, bind
WALLET RPC-API of this to
0.0.0.0,
and using request "
get_balance", which is described here:
https://github.com/noritte/armor/blob/master/docs/Bytecoin-Wallet-Daemon-JSON-RPC-API.mdAfter all, there is possible to
dump private key (which is generated from
bip39 mnemonic phrase).
To do this, need to restart
./walletd, with option
"--secrets-via-api", and then run "
get_addresses" with "
need_secret_spend_keys", as described there.
All this seems, like all is working.You can do this all yourself, too.
If you have windows 10, you can download image from Microsoft Store and install "Ubuntu WSL".
Best regards, and happy mining for you all!