Search found 50 matches

by mqpickens
Mon Apr 03, 2023 7:29 pm
Forum: Technical
Topic: Stratum Server (Microcurrency Pool/Proxy)
Replies: 3
Views: 27609

Operating the Pool/Proxy

Everything is configured to run either a pool or a proxy, but NOT BOTH ! Pools are independent whereas proxies depend upon a pool to function. Also, it is ok to double/triple stack proxies, but somewhere there needs to be a pool at the top. Industrial Miner Firewall Configuration # This opens up the...
by mqpickens
Fri Mar 17, 2023 5:59 pm
Forum: Technical
Topic: DELTE--Basic Node Setup & Management on Linux
Replies: 4
Views: 170653

DELETE ME

asdf
by mqpickens
Thu Mar 16, 2023 10:13 pm
Forum: Technical
Topic: GekkoScience Hardware
Replies: 0
Views: 15603

GekkoScience Hardware

Thanks to sidehack's efforts, it is easier than ever to get into ASIC mining on a small scale. Much of his work can be found on the mining hardware section in the bitcointalk.org forum. As of this writing, the best options available are the CompactF USB stick miner and the R909 pod miner. For the Co...
by mqpickens
Sat Mar 11, 2023 2:05 am
Forum: Project Development
Topic: Keystickers
Replies: 0
Views: 15069

Keystickers

by mqpickens
Thu Feb 23, 2023 5:18 pm
Forum: Technical
Topic: Stratum Server (Microcurrency Pool/Proxy)
Replies: 3
Views: 27609

Stratum Server (Microcurrency Pool/Proxy)

The stratum protocol became widely adopted as the de facto protocol for scaling Bitcoin mining operations. It has become so entrenched that many of the mainstream ASIC miners no longer support the native GBT protocol built into the Bitcoin Core client. In order to use a modern Bitcoin miners, a stra...
by mqpickens
Wed Feb 01, 2023 5:13 pm
Forum: Technical
Topic: DELTE--Basic Node Setup & Management on Linux
Replies: 4
Views: 170653

Static IP and Dynamic DNS

~~~~~~~~~~~~~~~~~~~~~~~~ Static IP and Dynamic Node ~~~~~~~~~~~~~~~ Network Requirements Static External IP: Negotiate with the ISP for a guaranteed static IP! May need to update to a business account May need to pay a little more each month Configurable Router w\ Decent Firewall: Setup a Static In...
by mqpickens
Wed Feb 01, 2023 2:16 pm
Forum: Technical
Topic: Bootstrapping a New Microcurrecy
Replies: 1
Views: 17586

Bootstrapping a New Microcurrecy

This will .... It assumes there is a white paper all prepared Generate a Genesis Block (Linux/Debian 11+ Bash Commands) Note: This may take a few attempts and several hours. sudo apt-get -y update sudo apt-get -y upgrade sudo apt-get -y install git-core python3 git clone https://github.com/satoshiwa...
by mqpickens
Tue Jan 31, 2023 4:51 pm
Forum: Technical
Topic: Micronode Setup - Debian 64-bit (x11/x12)
Replies: 3
Views: 26816

Micronode Setup - Debian 64-bit (x11/x12)

With the help of setup scripts, setting up a micronode has gotten a whole lot easier. These setup scripts are located at https://github.com/satoshiware/micronode . Remember to verify the script and the the binaries!! Have a unique or specific micronode? Please make a post and share the details in th...
by mqpickens
Tue Jan 31, 2023 4:49 pm
Forum: Technical
Topic: DELTE--Basic Node Setup & Management on Linux
Replies: 4
Views: 170653

DELTE--Basic Node Setup & Management on Linux

Hardware Requirements Dedicated Machine: Raspberry Pi 4B, Virtual Machine , WSL2 , etc. 4GB or 8GB Minimum of RAM w\ 32 or 64 bit OS Respectively 10GB + sufficient space for an ever growing blockchain 250GB recommended; 500GB+ to play it safe [/i] Below are the Linux commands for the initial setup ...
by mqpickens
Mon Jan 30, 2023 6:09 pm
Forum: Technical
Topic: Cross Compile on Linux (x86-64)
Replies: 0
Views: 14750

Cross Compile on Linux (x86-64)

The cross-compile bash script (https://github.com/satoshiware/micronode/cross-compile.sh) will download dependencies then clone and compile the latest micro bitcoin core (https://github.com/satoshiware/bitcoin) master branch commit! Here are the branch commands to get it rolling: login as sudo user...