Bitcoin Forum
March 13, 2026, 02:56:15 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: happychina-pool scrypt merge pool  (Read 29 times)
0vi (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 05, 2026, 05:13:25 PM
 #1

https://github.com/bobparkerbob888-tech/happychina-pool-umbrel

Is anyone using this new pool?
I tried to install it, everything was ok until the moment when the coins had to be activated.

There is no admin dashboard anywhere to activate the coins and use this pool.
0vi (OP)
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
March 11, 2026, 05:54:39 PM
 #2

Finally it's work, you must manually make yourself admin with this command in terminal :

sudo docker exec happychina-pool_backend_1 node -e "
const Database = require('better-sqlite3');
const db = new Database('/app/data/pool.db');
db.prepare('UPDATE users SET is_admin = 1 WHERE id = 1').run();
console.log('User #1 is now admin');
"

after that all works great!
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!