Search content
Sort by

Showing 4 of 4 results by 37trillion
Post
Topic
Board Announcements (Altcoins)
Topic OP
[ANN] [STRS] STRONGS Coin - kHeavyHash | PoW
by
37trillion
on 11/05/2025, 20:02:59 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 11, 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 11, 2025 - Start of mining
May 13, 2025 - Launch official pool with 1.5% commission and DDOS protection
May 13,  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 Mining software (miners)
stratum+tcp://us.stratum.btg.bsmith.io:3555/#E[A+]BLOCKHEAD node blockchainBsmit
by
37trillion
on 21/10/2022, 04:23:48 UTC
Has anyone played around with server combinations stratum+tcp://us.stratum.btg.bsmith.io:3555/#E[A+]BLOCKHEAD node blockchainBsmithserverjs like this one i made today? it works and is connected to the server running a node on the server using bsmith.io mining bitcoin gold with a awesomeminer specified directory to a mining software i developed some of my own code for!
let me know!
you can use letters and symbols as a difficulty parameter
Post
Topic
Board Mining (Altcoins)
Merits 1 from 1 user
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
37trillion
on 07/10/2022, 20:55:28 UTC
⭐ Merited by NotATether (1)
Hey i have a few futurebit moonlander2s and just put them on dogecoin solo mining on zsolo.bid..
Im asking a question what and how do i find the Registry of the futurebit in regedit the registry editor in windows 11? is the futurebit moonlander 2 represented in the REGEDIT system?
I just want to see if i can make a adjustment to the registry (REGEDIT) to the futurebit moonlander2 if represented in the regedit system!
Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
37trillion
on 26/12/2021, 06:54:47 UTC
Any chance someone can write up a step-by-step guide for getting these working on a Raspberry Pi 3B? I'm a Linux novice and most of what I see assumes a certain level of know how. I was hoping to set it up wirelessly on Minera, but at this point I'm so confused I'll take what I can get... Thanks in advance!

so you need the a foolproof copy n paste "just get it to work" description?

i'll write a short version for you that is most probably not perfect - but will most probably work.


Login to your raspberry pi with putty. (if this already is a problem - let me know). - you can as well login locally if you got keyboard and screen attached!

install neccesary library files (thanks to jstefanop for providing this info)
Code:
sudo apt install libjansson-dev libcurl4-openssl-dev


Code:
mkdir miner
 this will create a directory in your home directory for bfgminer.
Code:
cd miner
now you are in the new folder with the name "miner"

Code:
wget https://github.com/jstefanop/bfgminer/releases/download/bfgminer-5.4.2-futurebit2/bfgminer_5.4.2-futurebit2_linux_armv6.tar.gz
this will download the precompiled (ready to run) bfgminer from jstefanop.

now lets unpack this tar.gz file - this is a zipped tarball (something like a .zip file in windows - atleast similar)

Code:
tar xzfv bfgminer_5.4.2-futurebit2_linux_armv6.tar.gz
now theres running lots of text of the files being unpacked into a folder.

lets go into the new unpacked folder!
Code:
cd bfgminer_5.4.2-futurebit2_linux_armv6

here is the complete bfgminer including a short startup script from jstefanop.

now you can either edit the existing start script by using editor of your choice - i am using nano.
Code:
nano start_moonlander2.sh
and change the pool, the username (after -u) the password (after -p) and save the file again
Code:
CTRL + o
or
Code:
STRG + o
depending on keyboard layout.

now thats its saved - quit the editor.
Code:
CTRL + X
or
Code:
STRG + x

you are ready to do a test run!
Code:
./start_moonlander2.sh
now bfgminer will start (hopefully).

if you dont want to edit existing config you can as well try this:
Code:
echo ./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u jstefanop.1 -p 1,d=128 -S ALL --set MLD:clock=600 >startmoonlander.sh
in this line you change the pool - the username - the password option.
this will create a new file called "startmoonlander.sh" with your options - which can be modified later.

this file cant be used right now cause it is not executable. lets change that!
Code:
chmod +x startmoonlander.sh

and now you can try your new startup script!
Code:
./startmoonlander.sh

if you encounter any errors - describe them as good as possible or show us a screenshot and i bet - we will find a solution!

Greetings - Astrali


i keep getting bfgminer command not found and ./bfgminer no such file or directory i also keep getting clean downloads but they are of the bfgminer 5.5.0 and are not compatible with the moonlander2 driver any help would help...
thanks..