Skip to content

Commit

Permalink
defs: added PiedPiperCoin
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed May 8, 2018
1 parent 0392635 commit c6c9f93
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions defs/coins/piedpipercoin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"coin_name": "PiedPiperCoin",
"coin_shortcut": "PPC",

This comment has been minimized.

Copy link
@saeveritt

saeveritt May 8, 2018

Shortcut collision with a pre-existing PPC network might cause confusion.

This comment has been minimized.

Copy link
@chacham18

chacham18 May 9, 2018

Yes, my thoughts exactly. PPC is currently assigned to Peercoin on existing markets.

This comment has been minimized.

Copy link
@euricsanti

euricsanti May 25, 2018

Real ticker is $PPI

"coin_label": "PiedPiperCoin",
"website": "http://www.piedpiper.com",

This comment has been minimized.

Copy link
@euricsanti

euricsanti May 25, 2018

This comment has been minimized.

Copy link
@prusnak

prusnak via email May 25, 2018

Author Member

This comment has been minimized.

Copy link
@euricsanti

euricsanti via email May 25, 2018

This comment has been minimized.

Copy link
@RealPiedPiperCoin

RealPiedPiperCoin May 25, 2018

Wow. Very inflammatory remarks @prusnak . You speak definitively about things you know little about. Kiss my piss.

This comment has been minimized.

Copy link
@RealPiedPiperCoin

RealPiedPiperCoin May 25, 2018

@euricanti be careful using logic with @prusnak. He does not seem to understand common sense.

"github": "https://github.com/piedpiper",
"maintainer": "Pavol Rusnak <stick@satoshilabs.com>",
"curve_name": "secp256k1",
"address_type": 55,
"address_type_p2sh": 5,
"maxfee_kb": 500000,
"minfee_kb": 1000,
"signed_message_header": "PiedPiperCoin Signed Message:\n",
"hash_genesis_block": "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f",
"xprv_magic": 76066276,
"xpub_magic": 76067358,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 1,
"segwit": false,
"decred": false,
"forkid": 0,
"force_bip143": false,
"default_fee_b": {
"Low": 10,
"Economy": 70,
"Normal": 140,
"High": 200
},
"dust_limit": 546,
"blocktime_seconds": 600,
"address_prefix": "piedpipercoin:",
"min_address_length": 27,
"max_address_length": 34,
"bitcore": [],
"blockbook": []
}
Binary file added defs/coins/piedpipercoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

6 comments on commit c6c9f93

@VB2095
Copy link

@VB2095 VB2095 commented on c6c9f93 May 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Holy shit

@sunnyqueen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how much did you get paid for this?

@prusnak
Copy link
Member Author

@prusnak prusnak commented on c6c9f93 May 8, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juansgalt
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! Any idea what it would take to add support for Counterparty tokens ontop of trezor?

@RealPiedPiperCoin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@prusnak thanks for creating this! We will remember this when we rebrand.

@prusnak
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For all people puzzled about my earlier tweet: PiedPiperCoin is a fictional currency created for HBO series called Silicion Valley. However, this commit is a very good example how to simply add a coin to TREZOR.

So maybe @saeveritt and @sunnyqueen want to send a pull request containing a definition of their coin?

Please sign in to comment.