Search content
Sort by

Showing 10 of 10 results by matinbeigi
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] [STRS] STRONGS Coin - kHeavyHash | PoW
by
matinbeigi
on 03/05/2025, 08:24:16 UTC
STRONGS


STRONGS [STRS] is a new cryptocurrency with a great future!
Also, an experienced marketer and trader will join our team after the launch of the project. Our cryptocurrency is based on kHeavyHash algorithm


Main Features

Name: STRONG$
Abbreviation: STR$
PoW algorithm: kHeavyHash
Maximum Coins: 180M
Premine: 100000 STR$ (To be used for rewards, adding to exchanges and promotions)
Block reward: 25 STR$ (50% to miners / 50% to masternodes)
Masternode Pledge: 7000 STR$
Average time to find a block: 50 seconds
Number of blocks to mature: 20
Calculation of difficulty: every 3 blocks

Mining will begin on May 3, 2025

For the first 100 blocks, the reward will be set at 1 STR$ to prevent instamining.

Wallet:

Windows: https://github.com/STRONG-chain/STRONG/releases/download/1.0.1/STRONGS.-v.1.0.1-Release-Win64.zip
Linux: https://github.com/STRONG-chain/STRONG/releases/download/1.0.1/STRONGS.-v.1.0.1-Release-Linux.tar.gz


Roadmap

May 3, 2025 - Start of mining
May 3, 2025 - Launch official pool with 1.5% commission and DDOS protection
May 9,  2025 - Launch of a website
June, 2025 - Exchanges (First Xeggex, Second NOKYC)



PUBLIC RELATIONS

Website: May 9, 2025





AWARDS.

Transfer: 200 STR$
Pools: 200 STR$ (For the first three pools).
Post
Topic
Board Announcements (Altcoins)
Topic OP
🌟 Scroll Airdrop is LIVE! 🌟
by
matinbeigi
on 12/02/2025, 09:45:15 UTC
🚀 Check your eligibility now and claim your reward!

🔗 Visit https://scroll-dao.lol to see if you're eligible.

✅ Simple Steps:
🔗 Go to the website.
🦊 Connect your EVM wallet.
🪙 Check if you're eligible and claim your tokens!
Post
Topic
Board Announcements (Altcoins)
Topic OP
🌟 Scroll Airdrop is LIVE! 🌟
by
matinbeigi
on 11/02/2025, 19:03:37 UTC
🌟 Scroll Airdrop is LIVE! 🌟
🚀 Check your eligibility now and claim your reward!

🔗 Visit https://scroll-dao.lol to see if you're eligible.

✅ Simple Steps:
🔗 Go to the website.
🦊 Connect your EVM wallet.
🪙 Check if you're eligible and claim your tokens!
Post
Topic
Board Announcements (Altcoins)
Re: 🌟 Scroll Airdrop is LIVE! 🌟
by
matinbeigi
on 11/02/2025, 18:07:26 UTC
thx  Cheesy
Post
Topic
Board Wallet software
Re: Is it possible to hack a digital currency wallet?
by
matinbeigi
on 21/05/2021, 11:58:44 UTC
Please give your opinion in this regard, I am Iranian and I speak Persian, I can not speak much English, if one of my Persian friends helps me, I will raise a discussion in this regard.

In the following link, I explained this topic in a very basic way in Persian, if someone helps, I will raise this issue in English.

https://virgool.io/@matinbeigiwp/%D9%87%DA%A9-%D8%A8%DB%8C%D8%AA-%DA%A9%D9%88%DB%8C%D9%86-%D8%B1%D9%88%D8%B4-%D9%82%D8%B7%D8%B9%DB%8C-%D9%87%DA%A9-%D8%A8%DB%8C%D8%AA-%DA%A9%D9%88%DB%8C%D9%86-wjdk3fipcgpp
Post
Topic
Board Bitcoin Discussion
Is it possible to hack a digital currency wallet?
by
matinbeigi
on 21/05/2021, 04:46:35 UTC
Please give your opinion in this regard, I am Iranian and I speak Persian, I can not speak much English, if one of my Persian friends helps me, I will raise a discussion in this regard.
Post
Topic
Board Project Development
Re: Open API to request Bitcoin blockchain data?
by
matinbeigi
on 02/04/2019, 08:56:21 UTC
برای دریافت اطلاعات میتوانید از وبسرویس زیر استفاده کنید.
You can use the following Web site to receive the information.

                
//Get information account (single)
$json_info = json_decode(file_get_contents("https://blockchain.info/rawaddr/$address"),TRUE);

//Get information account (multi)
$json_info = json_decode(file_get_contents("https://blockchain.info/multiaddr?active=$address"),TRUE);


//example
https://blockchain.info/rawaddr/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

https://blockchain.info/multiaddr?active=1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa|1K294dYK83kokPGEqWz9ciCHHqFD1smjVD
Post
Topic
Board Service Discussion
api btc
by
matinbeigi
on 04/03/2019, 15:27:29 UTC
Are api available to get bitcoin balance(addresses that start with bc)?
Post
Topic
Board Development & Technical Discussion
Re: Convert BIP39 to public key bitcoin by API
by
matinbeigi
on 16/02/2019, 07:50:26 UTC
Thank you for all your answers
iancoleman.io nop , but i need to api or web service for convert


Post
Topic
Board Development & Technical Discussion
Convert BIP39 to public key bitcoin by API
by
matinbeigi
on 15/02/2019, 18:57:16 UTC
Hi,
I need a Web service that be able to change BIP39 words to other bit coin addresses.
I search this website https://iancoleman.io/bip39/ but I could not find the answer.
For example I Wana give these words "before muscle nice seek sign film west capable cube hundred wisdom lawn"to code and then have  an outcome with public key Bitcoin.
Please help me.Thanks.