Active tasks

Id Prefix Reward Difficulty Price Pay

Solved tasks

Id Prefix Reward Difficulty Price Get

Create task

GH
ETH

ETH/GH

Reference


First you need to generate Bitcoin secret private and public keys
$ openssl ecparam -genkey -name secp256k1 -text -noout -outform DER | xxd -p -c 1000 | sed 's/41534e31204f49443a20736563703235366b310a30740201010420/Private Key: /' | sed 's/a00706052b8104000aa144034200/\'$'\nPublic Key: /'
Private Key: ***
Public Key: 04***

Powered by bitcore-lib.js


Or you can derive public key from existing secret private key (replace *** with private key in hex without 0x)
$ /usr/local/Cellar/openssl/1.0.2n/bin/openssl ec -inform DER -text -noout -in <(cat <(echo -n "302e0201010420") <(echo -n "***") <(echo -n "a00706052b8104000a") | xxd -r -p) 2>/dev/null | tail -6 | head -5 | sed 's/[ :]//g' | tr -d '\n' && echo
Public Key: ***

Powered by bitcore-lib.js


At the end you need to add your secret private key and found private key (replace ***'s with private keys in hex without 0x)
$ (echo 'ibase=16;obase=10' && (echo '(*** + ***) % FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F' | tr '[:lower:]' '[:upper:]')) | bc
Private Key: ***

Powered by bitcore-lib.js


How cancel task or reduce task reward?
Completelly not possible. You task will became more and more valuable during time with the ETH/USD rate growing.

How to mine tasks and earn ETH?
Just configure and run this software: https://github.com/1Address/1AddressMiner


Telegram Chat: https://t.me/OneAddressChat
Telegram Channel: https://t.me/OneAddressInfo
Deplyed contract: 0x7a848abebea15a4bc2c27a40fa78f44c3daecd2c
Source code: https://github.com/1Address/1Address
Script for mining: https://github.com/1Address/1AddressMiner
Online Bitcoin Calculator: http://gobittest.appspot.com/Address