Bitcoin Forum
June 22, 2024, 09:41:02 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: Don't pay! Ultimate Crypto-Server Installer Script setup your pool in minutes! on: December 25, 2021, 05:32:50 PM
i need help to add coin like bitcoin and ethereum and run statrum and set wallet and fee and other config
Is there a place I can read its pdf or duc for config setp by step learn

There are many configuration YIIMP tutorials in YouTub, you can go.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Don't pay! Ultimate Crypto-Server Installer Script setup your pool in minutes! on: December 20, 2021, 02:38:06 PM
i set up yiimp singel server every think is sussessfully
my admin page and default page is blank white
i set my computer ip access but dont fix problem
i set ip accsess 0.0.0.0/0  again i mean any ip accsess
but dont fix problem
pls help me   Huh

aftar in open blank admin webpage  i right click and open view source website
I see only 1 at the top left

I see only 1 at the top left Undecided


pls help me
Try typing in the terminal
sudo apt install php7.3-memcache php7.3-memcached memcached
You might thank me.  Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Squared [BTCSQ] A Bitcoin-Based Altchain Secured by VeriBlock on: December 09, 2021, 05:31:32 AM
The wallet is very special and not friendly to novices. In addition, why does the newly launched mainnet need to synchronize 2,757,527 blocks now?
This is the interface prompt:
2021-12-09 13:27:15 nc-block-t INFO r-Chain 0000000000044485C7AFD287336579B18845723E8D9DD1F4 is better than 000000000000460B63614D24067AC07C267F7F3A0FC07F31!
2021-12-09 13:27:43 nc-monitor INFO status-log-Minute Marker: 3
Free Memory: 29798KB | MaxMemory: 8388608KB | TotalMemory:96256KB
Local Block: 271 | Network Block: 2757527
Block Sync Status: Synchronizing (2757256 blocks of difference)

Did I sync the wrong way or the network was running a few years ago?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Cryptocurrency written in Python on: December 03, 2021, 12:50:10 PM
Great, I am learning Python, this project is good, continue to pay attention.   Smiley
5  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] eIquidus - Open-Source Altcoin Block Explorer on: May 24, 2021, 03:38:10 AM
hi.dev. I tried to configure eIquidus on windows 10 OS. I installed mongodb 4.4.6 and node 14.17And executed npm install --production and Git2.3.1 (sh may be needed, I don’t know if I really need this program!) and modified the settings .json. Now, I use CMD to execute in the file directory: npm start. Got the following response:
Code:
H:\eiquidus-1.99.0>npm start

> explorer@1.99.0 start H:\eiquidus-1.99.0
> npm run sass:compile && node --stack-size=10000 ./bin/cluster


> explorer@1.99.0 sass:compile H:\eiquidus-1.99.0
> sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css

'.'  [color=red]Not an internal or external command, nor an executable program Or batch file.[/color]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 sass:compile: `sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 sass:compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_672Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 start: `npm run sass:compile && node --stack-size=10000 ./bin/cluster`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_719Z-debug.log

Red indicates an error. Do I need to download any other programs?
Any response is appreciated.

Thanks for your reply, now, I am getting the best effect by changing the code! I found that it cannot be executed in windows
Code:
"sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css"
But I modified it to
Code:
start %cd%/scripts/sass_theme_reader.sh & %cd%/node_modules/.bin/sass.cmd --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css
Now, the explorer is doing a great job,
However, I got another difficulty. I couldn't view the block records from 1-104. I modified the block_page and transaction_page of settings.json, but it was always the case. I cannot send my explorer connection because it is not on the public network. The picture cannot be sent because I don't have permission.

6  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] eIquidus - Open-Source Altcoin Block Explorer on: May 23, 2021, 12:15:08 PM
hi.sir. I followed the tutorial to complete the browser configuration, this is a good project! Now, I encountered the following difficulties:
1 My page zoom is different from "https://explorer.exor.io/", my upper left LOGO is very close to the left side of the window;
2 My search box is different from "https://explorer.exor.io/", it is very short, and the search button is below it instead of on the right.
3 On the TOP100 page, the percentage color is not displayed under the "Wealth Distribution" item, but the color is displayed in the pie chart below, but the ranking of the entire TOP100 is displayed correctly.

Any answers are appreciated.
7  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] eIquidus - Open-Source Altcoin Block Explorer on: May 22, 2021, 08:18:04 AM
After patient modification, my explorer can work. Now, I still receive the following error, but my web page is displayed well. Is it related to the fact that I haven't fully synchronized the blockchain?
Code:
_http_outgoing.js:561
    throw new ERR_HTTP_HEADERS_SENT('set');
    ^

Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
    at ServerResponse.setHeader (_http_outgoing.js:561:11)
    at ServerResponse.header (H:\eiquidus-1.99.0\node_modules\express\lib\response.js:771:10)
    at ServerResponse.json (H:\eiquidus-1.99.0\node_modules\express\lib\response.js:264:10)
    at ServerResponse.send (H:\eiquidus-1.99.0\node_modules\express\lib\response.js:158:21)
    at H:\eiquidus-1.99.0\app.js:430:23
    at H:\eiquidus-1.99.0\lib\explorer.js:287:20
    at H:\eiquidus-1.99.0\lib\explorer.js:26:14
    at ClientRequest.<anonymous> (H:\eiquidus-1.99.0\lib\node.js:29:5)
    at ClientRequest.emit (events.js:388:22)
    at Socket.socketErrorListener (_http_client.js:475:9)
    at Socket.emit (events.js:376:20)
    at emitErrorNT (internal/streams/destroy.js:106:8)
    at emitErrorCloseNT (internal/streams/destroy.js:74:3)
    at processTicksAndRejections (internal/process/task_queues.js:82:21) {
  code: 'ERR_HTTP_HEADERS_SENT'
}
Cluster restarting...

This is my package.json :
Code:
{
  "name": "explorer",
  "version": "1.99.0",
  "private": true,
  "scripts": {
    "start": "npm run sass:compile && node --stack-size=100 ./bin/cluster",
    "stop": "kill -2 $(cat tmp/cluster.pid)",
    "test": "node ./node_modules/jasmine/bin/jasmine.js test/*Spec.js",
    "sass:compile": "sh './scripts/sass_theme_reader.sh'  './node_modules/.bin/sass --no-source-map --style=compressed' './public/css/style.scss' './public/css/style.min.css'"
  },
  "dependencies": {
    "express": ">=4.17.1",
    "async": "^3.1.0",
    "intl": "^1.2.5",
    "serve-favicon": "^2.5.0",
    "morgan": ">=1.9.1",
    "cookie-parser": "~1.4.4",
    "body-parser": "~1.19.0",
    "debug": ">=4.1.1",
    "pug": "~3.0.0",
    "postman-request": "2.88.1-postman.27",
    "jsonminify": "0.4.1",
    "jstransformer-markdown-it": "^2.1.0",
    "mongodb": "3.6.3",
    "mongoose": "5.11.4",
    "qr-image": "~3.2.0",
    "sass": "1.30.0",
    "json": "10.0.0",
    "strip-json-comments-cli": "1.0.1",
    "bad-words": "3.0.4"
  },
  "devDependencies": {
    "jasmine": "~3.6.3"
  }
}
8  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] eIquidus - Open-Source Altcoin Block Explorer on: May 22, 2021, 03:00:00 AM
hi.dev. I tried to configure eIquidus on windows 10 OS. I installed mongodb 4.4.6 and node 14.17And executed npm install --production and Git2.3.1 (sh may be needed, I don’t know if I really need this program!) and modified the settings .json. Now, I use CMD to execute in the file directory: npm start. Got the following response:
Code:
H:\eiquidus-1.99.0>npm start

> explorer@1.99.0 start H:\eiquidus-1.99.0
> npm run sass:compile && node --stack-size=10000 ./bin/cluster


> explorer@1.99.0 sass:compile H:\eiquidus-1.99.0
> sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css

'.'  [color=red]Not an internal or external command, nor an executable program Or batch file.[/color]
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 sass:compile: `sh ./scripts/sass_theme_reader.sh && ./node_modules/.bin/sass --no-source-map --style=compressed ./public/css/style.scss ./public/css/style.min.css`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 sass:compile script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_672Z-debug.log
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! explorer@1.99.0 start: `npm run sass:compile && node --stack-size=10000 ./bin/cluster`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the explorer@1.99.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\aa\AppData\Roaming\npm-cache\_logs\2021-05-22T02_53_04_719Z-debug.log

Red indicates an error. Do I need to download any other programs?
Any response is appreciated.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Sumcoin on: April 25, 2021, 06:03:58 AM

Hi

What if my SUMcoin that I previously deposited into Unnamed should be confirmed?
I deposited 3 SUMcoins on October 17, 2020. The number of confirmations has been stuck at 1199 times for such a long time.
This is the copied record:
Code:
516269	
SUM
3000.00000000 UnConfirmed
275723bbe158e25599505cab6057c74a85173d026f9b54e6e53c433e691b4f84
1199/6880 17/10/2020 10:25:23 PM
516268
SUM
1078.58660490 UnConfirmed
cd086146a7e4b0021d9f4baf27e579b873d195432bd66ca5024c0937aeb3a46b
1199/6880 17/10/2020 10:25:22 PM
516257
SUM
500.00000000 UnConfirmed
4461c89b58be2d190b15f298b1842bb71ce735100d3e9475a2479cf38c7eba84
1204/6880 17/10/2020 9:46:37 PM

Any help, thanks.

best wishes.
Ms.li
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANTM] Antimony Coin - New Decentralized Coin with own genesis code on: April 16, 2021, 07:30:20 AM
hi Developer 。
This coin is the algorithm sha256? Same as Bitcoin? Smiley Smiley
Best wishes!
MS.Li
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW] Backpackercoin algo scrypt on: March 24, 2021, 12:24:03 PM
Hi dev. I can't update my wallet. Up to the latest version. Tell me how to do this with saving coins.
This coin has been abandoned by the developer!  The algorithm has been changed to x11, the original scrypt has expired and you cannot exchange it for current coins, and your original wallet is useless.  This is bad, but it is true.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [WEAC][PoW] 💿🔭Weacoin - universal internet currency. ⚡⚡ on: March 19, 2021, 03:05:31 PM
I mined weacoin in the official mining pool (http://weapool.ml/). It lasted for 3 hours and found 9 blocks, but my wallet did not receive any rewards. I am sure that my wallet has been updated to the latest. Is it a mining pool issue or something else? ? ? Huh Huh
 This is really bad!!!
This is my wallet address: Wg4NVd42gFZfwGnyzjHB1jJLkadoM7X4b4

Any help is appreciated。

MS.Li
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Bitcoin3 on: March 15, 2021, 10:38:53 AM
373oPsCeLDnSpsrQ7ZRpUBJqU4o9sQpYbx

I am very interested in this coin and would love to see it grow.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: BBQCoin on: March 13, 2021, 03:46:37 PM
Explorer? Huh
15  Alternate cryptocurrencies / Pools (Altcoins) / Help, I have trouble configuring windows CoiniumServ pool. on: December 05, 2019, 09:32:43 AM
Hi everyone, I'm having trouble setting up the CoiniumServ pool of windows 10! I downloaded the VS 2019 compilation source code, and this worked fine. Downloaded my SQL and Redis at the same time and configured them, which is no problem, and configured \ Debug \ config and \ config \ pools. Now I open the startup program and he starts up and runs normally. But I connected it with a mining machine and got the error when mining:
We thought a block was found but it was rejected by the coin daemon; [1ed53044ba9fe17e8be4329bc1efa525d863f11baf9aa2f1204581df04459885]-reason; Block decode failed
18:22:51 [Debug] [ShareManager] [bhcoin] Share accepted at 369.44 / 0.0002 by miner b9j6rSwXx3cK9vdBTwhCG1z3Hys1Np2Df5
18:22:51 [Debug] [ShareManager] [bhcoin] We thought a block was found but it was rejected by the coin daemon; [afa12036b2f8674ebc5f94d0143516c479ed7d7ec624e40cf528d162b0356036]-reason; Block decode failed
This error is always the same, as long as I connect the mining machine to the pool,


Here is my coin configuration:
C: \ Users \ Administrator \ AppData \ Roaming \ BTCoin \ BTcoin.conf
server = 1
rpcuser = lishuxxxxxx
rpcpassword = lixxxxx
rpcport = 9332
port = 9333
listen = 1
daemon = 1


rpcallowip = 127.0.0.1
rpcallowip = 192.168.1. *
rpcallowip = 192.168.137. *


addnode = 140.143.9.227
addnode = 58.213.48.118
addnode = 111.231.54.183
addnode = 122.152.222.134

\ config \ coins \ btcoin.json \
{
    "name": "btcoin",
    "symbol": "BTC",
    "algorithm": "scrypt",
    "site": "http://devcoin.org/",
}

\ config \ pools \ pool.json \
{
"enabled": true,
"coin": "bhcoin",
"daemon": {
"host": "127.0.0.1",
"port": 9332,
"username": "lishuxxxxxx",
"password": "lixxxxx"
},
"meta": {
        "motd": "Welcome to bit2pool, enjoy your stay!-http://www.bit2pool.com/",
        "txMessage": "http://www.bit2pool.com/"
     },
"wallet": {
        "address": "b9j6rSwXx3cK9vdBTwhCG1z3Hys1Np2Df5"
    },
"rewards": [
        {"ap8R6EsXHHnPugh9s3XNwvFJ8R6tqHT5Yf": 1}
    ],
"banning": {
        "enabled": true,
        "duration": 600,
        "invalidPercent": 50,
        "checkThreshold": 100,
        "purgeInterval": 300
    },
"payments": {
"enabled": true,
        "interval": 1800,
"minimum": 0.01
},
"miner": {
        "validateUsername": true,
        "timeout": 300
    },
    "job": {
        "blockRefreshInterval": 1000,
        "rebroadcastTimeout": 10
    },
"stratum": {
"enabled": true,
"bind": "0.0.0.0",
"port": 9388,
"diff": 0.0002,
        "vardiff": {
            "enabled": false,
            "minDiff": 0.0002,
            "maxDiff": 1,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 25
        }
},
"storage": {
        "hybrid": {
            "enabled": true,
"redis": {
"host": "127.0.0.1",
"port": 6379,
                "password": "abc",
                "databaseId": 0
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "lishuxxx",
                "database": "li"
}
        },
        "mpos": {
            "enabled": false,
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password",
                "database": "db-name"
}
        }
},
"vanilla": {
"enabled": false,
"bind": "localhost",
"port": 2223
    }
}



Is it because of my problem with My SQL or Redis configuration? Huh
Thanks for any reply, I will appreciate it. Smiley
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: CoiniumServ - open source & high performance pooled mining server software on: December 03, 2019, 03:19:30 PM
Sorry for my description error, I am correcting it now. What I said is that I can use CCminer connection wallet on my PC to do solo mining instead of CoiniumServ, if I mine through pool, I get the same error.
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: CoiniumServ - open source & high performance pooled mining server software on: December 03, 2019, 10:34:29 AM
Hi everyone, I'm having trouble setting up the CoiniumServ pool of windows 10! I downloaded the VS 2019 compilation source code, and this worked fine. Downloaded my SQL and Redis at the same time and configured them, which is no problem, and configured \ Debug \ config and \ config \ pools. Now I open the startup program and he starts up and runs normally. But I connected it with a mining machine and got the error when mining:
We thought a block was found but it was rejected by the coin daemon; [1ed53044ba9fe17e8be4329bc1efa525d863f11baf9aa2f1204581df04459885]-reason; Block decode failed
18:22:51 [Debug] [ShareManager] [bhcoin] Share accepted at 369.44 / 0.0002 by miner b9j6rSwXx3cK9vdBTwhCG1z3Hys1Np2Df5
18:22:51 [Debug] [ShareManager] [bhcoin] We thought a block was found but it was rejected by the coin daemon; [afa12036b2f8674ebc5f94d0143516c479ed7d7ec624e40cf528d162b0356036]-reason; Block decode failed
This error is always the same, as long as I connect the mining machine to the pool,


Here is my coin configuration:
C: \ Users \ Administrator \ AppData \ Roaming \ BHCoin \ BHcoin.conf
server = 1
rpcuser = lishuxxxxxx
rpcpassword = lixxxxx
rpcport = 9332
port = 9333
listen = 1
daemon = 1


rpcallowip = 127.0.0.1
rpcallowip = 192.168.1. *
rpcallowip = 192.168.137. *


addnode = 140.143.9.227
addnode = 58.213.48.118
addnode = 111.231.54.183
addnode = 122.152.222.134

\ config \ coins \ bhcoin.json \
{
    "name": "bhcoin",
    "symbol": "BHC",
    "algorithm": "scrypt",
    "site": "http://devcoin.org/",
}

\ config \ pools \ pool.json \
{
"enabled": true,
"coin": "bhcoin",
"daemon": {
"host": "127.0.0.1",
"port": 9332,
"username": "lishuguiabc",
"password": "li123"
},
"meta": {
        "motd": "Welcome to bit2pool, enjoy your stay!-http://www.bit2pool.com/",
        "txMessage": "http://www.bit2pool.com/"
     },
"wallet": {
        "address": "b9j6rSwXx3cK9vdBTwhCG1z3Hys1Np2Df5"
    },
"rewards": [
        {"ap8R6EsXHHnPugh9s3XNwvFJ8R6tqHT5Yf": 1}
    ],
"banning": {
        "enabled": true,
        "duration": 600,
        "invalidPercent": 50,
        "checkThreshold": 100,
        "purgeInterval": 300
    },
"payments": {
"enabled": true,
        "interval": 1800,
"minimum": 0.01
},
"miner": {
        "validateUsername": true,
        "timeout": 300
    },
    "job": {
        "blockRefreshInterval": 1000,
        "rebroadcastTimeout": 10
    },
"stratum": {
"enabled": true,
"bind": "0.0.0.0",
"port": 9388,
"diff": 0.0002,
        "vardiff": {
            "enabled": false,
            "minDiff": 0.0002,
            "maxDiff": 1,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 25
        }
},
"storage": {
        "hybrid": {
            "enabled": true,
"redis": {
"host": "127.0.0.1",
"port": 6379,
                "password": "abc",
                "databaseId": 0
},
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "root",
"password": "lishugui",
                "database": "li"
}
        },
        "mpos": {
            "enabled": false,
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"user": "username",
"password": "password",
                "database": "db-name"
}
        }
},
"vanilla": {
"enabled": false,
"bind": "localhost",
"port": 2223
    }
}

I don't know where there is an error. If I use CCminer for local mining, he has no errors and can get block rewards.
Is it because of my problem with My SQL or Redis configuration?
Thanks for any reply, I will appreciate it.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Sumcoin on: October 29, 2019, 08:10:01 AM
Good day sir,
 I am from China. I purchased a cloud server for a year. Then I tried to make a node according to the instructions of "https://www.youtube.com/watch?time_continue=255&v=JjJtx6ouXrk/", my node wallet has been updated, but I don't know if my node is valid. This is my IP: 49.232.172.82。I don't know how to add my node to the map of "http://www.sumnode.io/" (if my node is valid it will be added automatically?). Because I need to open the server port and add the port number to the server security group when I am doing other wallet nodes, but there is no description in the video tutorial! Or you can give me a text version of the tutorial, I will be very grateful. So can you help me find out if my node is available? Smiley
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] 42-coin Development Discussion Thread on: October 18, 2019, 07:25:47 AM
This coin has a glorious history, so can I dig it with POW now? I have my own swimming pool and ASIC mining machine, thank you for any replies. Grin Grin
20  Alternate cryptocurrencies / Mining (Altcoins) / How to build windows version of p2pool under windows 10? on: October 17, 2019, 09:26:06 AM
I downloaded win32_p2pool, but I don't know how to use it. I know that the wallet's RPC port is 8653 and 8643, and a .conf file is created in the wallet folder. Then I watched the web tutorial, but still can't succeed, what should I do? Can you help me find the specific steps? Thank you for any reply. Grin Grin
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!