Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Adamgwelwg on September 09, 2019, 09:08:47 PM



Title: Mempool for private blockchain
Post by: Adamgwelwg on September 09, 2019, 09:08:47 PM
Hello guys I'm new here and this is my first post here
 I just learned about blockchain and cryptocurrencies and after months of learning I have build my 1st blockchain in python.
I've implemented wallets and the chain and hashing algorithms using sha256 and distributed nodes everything is working will.

But now I want to take it to the next step but I dont know where to start from

I want to build mempool for my currency 'mempool' unconfirmed transaction and after I want how I can implement the stratum server to pool from the mempool and advertise jobs to the miners connected to the stratum server

And reward miners based on they hashing power

But the most difficult top I cant find answer for is how I can connect asicminer to my node and run the job on the asic miner not on my node cpu

Thank you in advance



Title: Re: Mempool for private blockchain
Post by: BitMaxz on September 09, 2019, 11:36:55 PM
There are some guides on youtube how to make your own stratum pool since the algo is sha256 algo you can mine with ASIC but first, you need to make your own stratum server before you can connect the ASICminer.

There is a free opensource pool you can use check this one https://github.com/tpruvot/yiimp and guide below.

- Yiimp pool install ubuntu guide 16.04 server (http://www.bubasik.com/yiimp-pool-install-ubuntu-guide-16-04-server-and-setup-elicoin/)

Youtube guide for other coin and algo:

- Install Mining Pool - Yiimp (Yaamp Fork) (https://www.youtube.com/watch?v=NcMAqSdZKa0)
- Tuto : Install Crypto Mining Pool - Yiimp (Without SSL) on Ubuntu 16.04 Server (https://www.youtube.com/watch?v=vdBCw6_cyig)

I hope this is what you're looking for.


Title: Re: Mempool for private blockchain
Post by: aundroid on September 10, 2019, 07:16:04 AM
You could also consider using uNOMP.
Everything you need like a stratum server, payout system etc. is already included.

Here is a tutorial: https://blockgen.net/setup-your-own-mining-pool/