https://github.com/koh-gt/coin-tools
Generates addresses that share the same private key across all altcoins.
https://github.com/koh-gt/coin-tools
Last synced: 2 months ago
JSON representation
Generates addresses that share the same private key across all altcoins.
- Host: GitHub
- URL: https://github.com/koh-gt/coin-tools
- Owner: koh-gt
- Created: 2023-07-10T22:39:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T23:02:44.000Z (almost 2 years ago)
- Last Synced: 2025-01-24T12:44:38.423Z (4 months ago)
- Language: PowerShell
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coin-tools
A collection of cryptocurrency coin tools## addrconv
A Powershell script enerates addresses that share the same private key across all added altcoins.## sendmany
`Old script - Imported from koh-gt/sendmany-gen`
A Powershell Script that reads addresses from text and converts into a sendmany console command.Text file(s) will be generated.
Default minimum send is 0.00000546 (546 satoshi) per address because of dust limit.
You can opt to send fewer, but the command may not work.Default transaction size is 2,000 addresses (~68000 Bytes) because of 100kB transaction limit.
You can opt to set to send to more addresses per transaction, but transaction may be too large.Default fee is 100 sat/vB because most bitcoin forks have a minimum relay transaction fee of 100 sat/vB.
You should set it lower if you are transferring an expensive coin, such as Bitcoin.
There is a list of recommended lowest transaction fees for each coin.
Setting too low a fee may cause transaction to be stuck in mempool, or take a long time to confirm.Recommended lowest transaction sizes in sat/vB
Name | Symbol | Fee (sat/vB) | Amount |
--------|--------|--------------|--------|
Bitcoin | BTC | 1 | 0.00000546 |
Litcoin | LTC | 10 | 0.00005460 |
Namecoin | NMC | 100 | 0.00054600 |
Ferritecoin | FEC | 1000 | 0.00010000 |## circulating
`Old script - Imported from koh-gt/coin-supply`
A Powershell script that calculates the total coin supply in circulation given the blockchain height.