Bitcoin Forum
May 14, 2024, 02:01:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What this means? offline address/tx generation  (Read 213 times)
wsxdrfv (OP)
Jr. Member
*
Offline Offline

Activity: 405
Merit: 5


View Profile WWW
August 08, 2018, 03:47:29 AM
Last edit: August 08, 2018, 04:09:34 AM by wsxdrfv
 #1

-------------
We have been trying to generate address + privateKey pair compatible with xxxcoin (using secp256r1 instead of `secp256k1`) and using your prefix (PUBKEY_ADDRESS = 50).
Here is the example of the address that we’ve got: MMyevnCKFexH8785tWVveFxyiE9YqMjGMX.
Unfortunately xxxcoin client replies as Invalid xxxCoin address

we are using bitcoinjs-lib to generate addresses (to be precise - this version `bitcoinjs-lib-secp256r1`).

Have you ever succeeded with offline address generation and offline transaction generation using any programming language?
------------

Some guy asked like above, then how can I reply?
xxxcoin is based on 0.8 version maxcoin (keccak algorithm), and  is now integrating process of some exchange.



1715695296
Hero Member
*
Offline Offline

Posts: 1715695296

View Profile Personal Message (Offline)

Ignore
1715695296
Reply with quote  #2

1715695296
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715695296
Hero Member
*
Offline Offline

Posts: 1715695296

View Profile Personal Message (Offline)

Ignore
1715695296
Reply with quote  #2

1715695296
Report to moderator
1715695296
Hero Member
*
Offline Offline

Posts: 1715695296

View Profile Personal Message (Offline)

Ignore
1715695296
Reply with quote  #2

1715695296
Report to moderator
achow101
Moderator
Legendary
*
expert
Offline Offline

Activity: 3388
Merit: 6641


Just writing some code


View Profile WWW
August 10, 2018, 01:59:09 AM
 #2

Offline address generation means exactly what it sounds like: generating an address on a machine that is offline, i.e. not connected to the internet. If you don't even know what offline address generation is, then you reply to that question saying either you don't know what they mean or you have not tried generating an address offline.

Offline transaction generation means exactly what it sounds like: creating and signing a transaction on a machine that is offline. Since signing transactions requires data from the blockchain (which thus implies that you had to be online at some point), offline transaction generation usually refers to signing where the signing is done on an offline machine.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!