arky
Address: ARfDVWZ7Zwkox3ZXtMQQY1HYSANMB88vWE
Rank 2
Contributes
Voters 979
Vote Weight 1,479,918 Ѧ
Forging
Shares Rewards
Payout 75%
Payout min 0.1 Ѧ
Payout Max 0 Ѧ
Payout Interval 114h
ark-mainsail python package available Created on: 2024-04-07 17:43:32

You can now interact with the next generation of the ARK-Core blockchain protocol with python. ark-mainsail

Available transactions

  • [x] Transfer
  • [x] ValidatorRegistration
  • [x] Vote
  • [x] MultiSignature
  • [x] MultiPayment
  • [x] ValidatorResignation
  • [x] UsernameRegistration
  • [x] UsernameResignation

Features

  • [x] secured private keys storage
  • [x] secured webhook subscriptions storage
  • [x] offline network configuration available
Lite wallet command line Created on: 2022-06-11 19:57:12

You can now interact with ark blockchain and its main forks directly from usb stick and ledger wallet using dposlib.cmd.send stand alone command line

usage: send [-h] -i IDENTITY [-f FEE] [--vendor-field VENDORFIELD] net action [args ...]

Command line wallet.

positional arguments:
  net                   any of [ark, dark, dnos, nos, sxp, tsxp]
  action                any of [fund, vote, lock, claim, burn]
  args                  arguments to be passed to transaction builder

options:
  -h, --help            show this help message and exit
  -i IDENTITY, --identity IDENTITY
                        public key, wallet address or delegate username
  -f FEE, --fee FEE     transaction fee
  --vendor-field VENDORFIELD

To use lite wallet with ledger:

usage: send [-h] -i ldgr:<a>;<i> [-f FEE] [--vendor-field VENDORFIELD] net action [args ...]
    where <a> is the account index [first: 0]
          <i> is the wallet index  [first: 0]
Dposlib update Created on: 2022-05-31 13:46:02

Dposlib development branch is now compatible with solar-network v3 transactions. With dposlib, you can now interact with Ark, Compendia and Solar networks.

Fast secp256k1 curve python package Created on: 2021-04-23 11:53:24

Improvement of my previous secp256k1 package, it computes signatures 100 times faster within python distribution. C code based on GMP library may run even faster within lower level development language.

This package implements ECDSA, BIP340-Schnorr and ARK-Schnorr signatures.

Get it on my Gtihub repo

blockchain-bridged IOT broker Created on: 2020-05-04 07:15:52

How fast it realy is with python ! Arky just released ark-broker, a python IOT broker that can be bridged with a powered by Ark blockchain or any blockchain with a RESTfull API interface. With 3 simple plugins added to hbmqtt, ark-broker provides security on subscription / publication and automation with blockchain.

secp256k1 curve python package Created on: 2019-11-30 13:24:07

I freely provide to the ark comunity my python work on secp256k1 curve. It is focused on ark cryptography with ecdsa and schnorr signatures.

ark-listener Created on: 2019-08-19 08:00:46

Ark core webhooks trigger POST requests containing data to a targeted peer. This one then can be parsed to trigger code execution with my python listener

Issue #2881 Created on: 2019-08-19 07:59:21

It seems webhook conditions are not correctly parsed

Atomic Swap on AIP Created on: 2019-05-29 15:34:16

Atomic swap issue opened on Ark AIP

AIP #8 toonsbuf: a network improvement protocol Created on: 2019-03-24 11:51:05

Developing arky helps me understand well ARK network. With optimization approach I came up with this protocol that is now implemented by the ARK devs (not used yet).

AIP#8

True-vote-weight Created on: 2019-03-24 11:51:05

Since the begining of ARK mainnet, some voters are trying to get maximum profit hopping from delegate to another. A vote hopper can reduce considerably the share of other voters. For ARK V1; For ARK V2

Pool sharing calculator Created on: 2019-03-24 11:51:05

Google sheet document gives a synthetic overview to voters and delegates of how public sharing pool works.

Check your rewards

Copyright 2024 ItsANameToo