clintar2
|
 |
September 19, 2016, 03:14:36 PM |
|
OK, now I'm moving a bit further. But now, I'm not getting any error message, till I try to connect. I start pool, it's looking fine ~/pool$ node init.js 2016-09-19 16:06:47 [master] Pool spawned on 2 thread(s) 2016-09-19 16:06:49 [unlocker] Started 2016-09-19 16:06:49 [payments] Started 2016-09-19 16:06:49 [unlocker] No blocks candidates in redis 2016-09-19 16:06:49 [payments] No workers' balances reached the minimum payment threshold 2016-09-19 16:06:50 [pool] (Thread 2) New block to mine at height 611757 w/ difficulty of 89943527473 2016-09-19 16:06:50 [pool] (Thread 1) New block to mine at height 611757 w/ difficulty of 89943527473 2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 3333 2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 5555 2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 7777 2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 8888 2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 3333 2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 5555 2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 7777 2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 8888
but then, when I'm trying to connect, I'm getting this error: 2016-09-19 15:58:08 [master] Pool fork 2 died, spawning replacement worker... 2016-09-19 15:58:11 [pool] (Thread 2) New block to mine at height 611750 w/ difficulty of 89489549000 2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 3333 2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 5555 2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 7777 2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 8888
TypeError: Cannot read property 'enabled' of undefined at handleMinerMethod (/home/ubuntu2/pool/lib/pool.js:466:43) at handleMessage (/home/ubuntu2/pool/lib/pool.js:606:13) at Socket.socket.on.on.on.pushMessage (/home/ubuntu2/pool/lib/pool.js:660:25) at Socket.EventEmitter.emit (events.js:95:17) at Socket.<anonymous> (_stream_readable.js:746:14) at Socket.EventEmitter.emit (events.js:92:17) at emitReadable_ (_stream_readable.js:408:10) at emitReadable (_stream_readable.js:404:5) at readableAddChunk (_stream_readable.js:165:9) at Socket.Readable.push (_stream_readable.js:127:10)
2016-09-19 15:58:18 [master] Pool fork 1 died, spawning replacement worker... 2016-09-19 15:58:21 [pool] (Thread 1) New block to mine at height 611750 w/ difficulty of 89489549000 2016-09-19 15:58:21 [pool] (Thread 1) Started server listening on port 3333
and miner, can't connect at all: [2016-09-19 15:57:59] Using JSON-RPC 2.0 [2016-09-19 15:57:59] wildkeccak scratchpad cache /home/ubuntu1/.cache/boolberry/scratchpad.bin [2016-09-19 15:57:59] hugetlb not available [2016-09-19 15:57:59] loaded scratchpad /home/ubuntu1/.cache/boolberry/scratchpad.bin (199337504 bytes), height=611140 [2016-09-19 15:57:59] Starting Stratum on stratum+tcp://192.168.100.104:7777 [2016-09-19 15:57:59] 4 miner threads started, using 'wildkeccak' algorithm. [2016-09-19 15:57:59] stratum_recv_line failed [2016-09-19 15:57:59] ...retry after 10 seconds [2016-09-19 15:58:09] stratum_recv_line failed [2016-09-19 15:58:09] ...retry after 10 seconds [2016-09-19 15:58:19] stratum_recv_line failed [2016-09-19 15:58:19] ...retry after 10 seconds [2016-09-19 15:58:29] stratum_recv_line failed [2016-09-19 15:58:29] ...retry after 10 seconds
So, now I really don't know, how to solve this. Does anybody, know hoe to sort this out? cheers Those line numbers don't look like they line up with this. Please use this repo: https://github.com/clintar/cryptonote-universal-pool
|
|
|
|
xmr_eric
Newbie
Offline
Activity: 12
Merit: 0
|
 |
September 19, 2016, 04:11:10 PM |
|
I sent some BBR to a wallet generated on this page: https://xmr.llcoins.net/I don't see a simplewallet command to restore from a mnemonic seed or view/spend keys. Are my coins lost?
|
|
|
|
clintar2
|
 |
September 19, 2016, 05:04:11 PM |
|
I sent some BBR to a wallet generated on this page: https://xmr.llcoins.net/I don't see a simplewallet command to restore from a mnemonic seed or view/spend keys. Are my coins lost? --restore-wallet arg Restore wallet from restore seed and save it to <arg> or <address>.wallet by default --restore-seed arg Restore wallet from the 24-word seed I think you need to pass the seed in quotes
|
|
|
|
xmr_eric
Newbie
Offline
Activity: 12
Merit: 0
|
 |
September 19, 2016, 06:54:05 PM Last edit: September 19, 2016, 09:02:35 PM by xmr_eric |
|
--restore-wallet "mnemonic seed" This did not work. It says "unrecognized option'', which makes me think my Boolberry simplewallet does not have this command. Or I wonder if it's because the mnemonic seed is different on https://xmr.llcoins.net/. You mention a 24-word mnemonic seed, but the llcoins generator gave me a 25-word mnemonic seed. I also tried shortening the words to three letters, since that's what most mnemonic seeds look at. This did not work either. --restore-seed This is not an option in my version of Simplewallet (v0.3.0.41). Any other ideas? Do I need to build from source for these two options? That is what I will try right now. Edit: I successfully installed the newer version that has --restore-wallet and --restore-seed, but it is asking for a 24-word seed, and the generator I used gave me a 25-word seed. Any ideas?
|
|
|
|
xmr_eric
Newbie
Offline
Activity: 12
Merit: 0
|
 |
September 19, 2016, 09:30:51 PM Last edit: September 20, 2016, 06:03:13 PM by xmr_eric |
|
Solved it, thanks to Luigi1111 (creator of BBR address generator). Just for the record, you restore from seed by: 1. Building the Boolberry program from source (download does not have the --restore-wallet option) 2. Using the command: simplewallet --restore-wallet <wallet name> --restore-seed "24-word mnemonic seed" Luigi helped convert my 25-word seed to a 24-word seed, but in the future he said he might update the generator so it is automatically a 24-word seed. Edit: Just FYI, but the build-from-source wallet was not updating except for the past 1500 blocks, so my wallet was showing a balance of zero. To get the cold storage funds it was like 5000 blocks back, so I had to go into the source and change the update point to get it to scan the blockchain far back enough. Anyways, it's all finished. Thanks again Luigi1111!
|
|
|
|
estenity
|
 |
September 20, 2016, 05:05:01 PM |
|
market rather dumping on bittrex at 17.800
|
|
|
|
jd1959
|
 |
September 20, 2016, 06:46:31 PM |
|
market rather dumping on bittrex at 17.800
After the pump, comes ? Cheers Jon 
|
dICO Disguised Instant Cash Out
|
|
|
clintar2
|
 |
September 21, 2016, 04:59:00 PM Last edit: September 21, 2016, 07:09:27 PM by clintar2 |
|
Solved it, thanks to Luigi1111 (creator of BBR address generator). Just for the record, you restore from seed by: 1. Building the Boolberry program from source (download does not have the --restore-wallet option) 2. Using the command: simplewallet --restore-wallet <wallet name> --restore-seed "24-word mnemonic seed" Luigi helped convert my 25-word seed to a 24-word seed, but in the future he said he might update the generator so it is automatically a 24-word seed. Edit: Just FYI, but the build-from-source wallet was not updating except for the past 1500 blocks, so my wallet was showing a balance of zero. To get the cold storage funds it was like 5000 blocks back, so I had to go into the source and change the update point to get it to scan the blockchain far back enough. Anyways, it's all finished. Thanks again Luigi1111! Ok, what did you do in the source? That sounds bad. Edit: I mean it sounds bad that you had to change something in the source for it to sync
|
|
|
|
dranster
|
 |
September 22, 2016, 05:16:18 PM |
|
BBR making some big moves today One of the most undervalued anon coins. We breaking 50,000 sats...Hold on tight brothers. Lets go BOOLBERRY 
|
|
|
|
|
hiddensphinx
Legendary
Offline
Activity: 1457
Merit: 1001
|
 |
September 23, 2016, 12:40:29 PM |
|
BAGHOLDER Syndrome 
|
|
|
|
dranster
|
 |
September 23, 2016, 12:43:46 PM |
|
BAGHOLDER Syndrome  Im the MM of many shitcoins I pump and dump it all the tym 
|
|
|
|
Testudoguy
Member

Offline
Activity: 86
Merit: 10
|
 |
September 23, 2016, 02:48:10 PM |
|
Is there are slack with boolberry?
|
|
|
|
mirny
Legendary
Offline
Activity: 1108
Merit: 1005
|
 |
September 23, 2016, 03:26:05 PM |
|
I had it working for two days without problems, was finding blocks. But now, strange thing happened to me, I start to get this error message 2016-09-23 17:16:44 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:46 [master] Pool fork 2 died, spawning replacement worker...2016-09-23 17:16:46 [pool] (Thread 3) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.12016-09-23 17:16:47 [api] Stat collection finished: 1 ms redis, 4 ms daemon 2016-09-23 17:16:47 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 5555 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 7777 2016-09-23 17:16:49 [master] Pool fork 3 died, spawning replacement worker...2016-09-23 17:16:49 [pool] (Thread 4) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.1I've tried changing ports, restart redis, but it's still in there. Also I tried to make clean install on second machine, and I'm getting same error in there as well. And now I'm stuck, and can't move on. And, this what miner's showing [2016-09-23 17:33:59] GPU #0: GeForce GTX 750 Ti: 16140433 hashes, 730.07 kh/s [2016-09-23 17:34:08] GPU #1: GeForce GTX 750 Ti: 11496820 hashes, 799.20 kh/s [2016-09-23 17:34:14] GPU #2: GeForce GTX 750 Ti: 35281080 hashes, 798.74 kh/s [2016-09-23 17:34:49] stratum_recv_line failed[2016-09-23 17:34:49] Stratum connection interrupted[2016-09-23 17:34:49] GPU #1: GeForce GTX 750 Ti: 33142201 hashes, 797.58 kh/s [2016-09-23 17:34:49] GPU #0: GeForce GTX 750 Ti: 36831601 hashes, 731.96 kh/ Can you help me with this too? cheers
|
This is my signature...
|
|
|
clintar2
|
 |
September 27, 2016, 03:54:13 PM |
|
I had it working for two days without problems, was finding blocks. But now, strange thing happened to me, I start to get this error message 2016-09-23 17:16:44 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:46 [master] Pool fork 2 died, spawning replacement worker...2016-09-23 17:16:46 [pool] (Thread 3) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.12016-09-23 17:16:47 [api] Stat collection finished: 1 ms redis, 4 ms daemon 2016-09-23 17:16:47 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 5555 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 7777 2016-09-23 17:16:49 [master] Pool fork 3 died, spawning replacement worker...2016-09-23 17:16:49 [pool] (Thread 4) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.1I've tried changing ports, restart redis, but it's still in there. Also I tried to make clean install on second machine, and I'm getting same error in there as well. And now I'm stuck, and can't move on. And, this what miner's showing [2016-09-23 17:33:59] GPU #0: GeForce GTX 750 Ti: 16140433 hashes, 730.07 kh/s [2016-09-23 17:34:08] GPU #1: GeForce GTX 750 Ti: 11496820 hashes, 799.20 kh/s [2016-09-23 17:34:14] GPU #2: GeForce GTX 750 Ti: 35281080 hashes, 798.74 kh/s [2016-09-23 17:34:49] stratum_recv_line failed[2016-09-23 17:34:49] Stratum connection interrupted[2016-09-23 17:34:49] GPU #1: GeForce GTX 750 Ti: 33142201 hashes, 797.58 kh/s [2016-09-23 17:34:49] GPU #0: GeForce GTX 750 Ti: 36831601 hashes, 731.96 kh/ Can you help me with this too? cheers Yuck, what version of node is that running on? I think there sounds there be more errors about it crashing and in what line.
|
|
|
|
filou4
Member

Offline
Activity: 86
Merit: 10
|
 |
September 28, 2016, 07:07:00 AM |
|
Pool back online ! After weeks of DDOS.. Dear miners, new setup is ready (new isp, new box) : http://bbr.poolto.beThanks for your support !
|
http://poolto.be -+- Any help appreciated ! BTC: 1E4s4CDXutSYZGkFVKrLbmQXQWq4Ez7RUy -+- thanks :-)
|
|
|
Golftech
|
 |
September 28, 2016, 07:08:38 AM |
|
Pool back online ! After weeks of DDOS.. Dear miners, new setup is ready (new isp, new box) : http://bbr.poolto.beThanks for your support ! is this also can be done with solo mining just wanted to try if my laptop can get some BBR using your pool thanks.
|
|
|
|
filou4
Member

Offline
Activity: 86
Merit: 10
|
 |
September 28, 2016, 09:48:37 AM |
|
Pool back online ! After weeks of DDOS.. Dear miners, new setup is ready (new isp, new box) : http://bbr.poolto.beThanks for your support ! is this also can be done with solo mining just wanted to try if my laptop can get some BBR using your pool thanks. hm, solo mining is not compatible with pool mining. Either you mine solo, either you mine on a pool. Which OS is using your laptop? ou can cpu or gpu mine. But using a laptop, gpu mine is clearly not recommended
|
http://poolto.be -+- Any help appreciated ! BTC: 1E4s4CDXutSYZGkFVKrLbmQXQWq4Ez7RUy -+- thanks :-)
|
|
|
ph4nt0m
|
 |
September 28, 2016, 10:07:58 AM |
|
Pool back online ! After weeks of DDOS.. Dear miners, new setup is ready (new isp, new box) : http://bbr.poolto.beThanks for your support ! is this also can be done with solo mining just wanted to try if my laptop can get some BBR using your pool thanks. If you have 5Gb of RAM to spare, you can do solo mining. Otherwise don't bother. Pool mining works fine most of the time.
|
|
|
|
mirny
Legendary
Offline
Activity: 1108
Merit: 1005
|
 |
September 28, 2016, 04:55:23 PM |
|
I had it working for two days without problems, was finding blocks. But now, strange thing happened to me, I start to get this error message 2016-09-23 17:16:44 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:46 [master] Pool fork 2 died, spawning replacement worker...2016-09-23 17:16:46 [pool] (Thread 3) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.12016-09-23 17:16:47 [api] Stat collection finished: 1 ms redis, 4 ms daemon 2016-09-23 17:16:47 [api] Broadcasting to 0 visitors and 0 address lookups 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 5555 2016-09-23 17:16:49 [pool] (Thread 2) Started server listening on port 7777 2016-09-23 17:16:49 [master] Pool fork 3 died, spawning replacement worker...2016-09-23 17:16:49 [pool] (Thread 4) Miner connected 1DFmFSA2151eScguvHf93pU7xJvEwvzhAcC8cDKfANk63D8nPqNWE18NXmBNkjpCtnRYXXW9dQkyu8q FqxAe18sg38R6kyz@127.0.0.1I've tried changing ports, restart redis, but it's still in there. Also I tried to make clean install on second machine, and I'm getting same error in there as well. And now I'm stuck, and can't move on. And, this what miner's showing [2016-09-23 17:33:59] GPU #0: GeForce GTX 750 Ti: 16140433 hashes, 730.07 kh/s [2016-09-23 17:34:08] GPU #1: GeForce GTX 750 Ti: 11496820 hashes, 799.20 kh/s [2016-09-23 17:34:14] GPU #2: GeForce GTX 750 Ti: 35281080 hashes, 798.74 kh/s [2016-09-23 17:34:49] stratum_recv_line failed[2016-09-23 17:34:49] Stratum connection interrupted[2016-09-23 17:34:49] GPU #1: GeForce GTX 750 Ti: 33142201 hashes, 797.58 kh/s [2016-09-23 17:34:49] GPU #0: GeForce GTX 750 Ti: 36831601 hashes, 731.96 kh/ Can you help me with this too? cheers Yuck, what version of node is that running on? I think there sounds there be more errors about it crashing and in what line. I have v0.10.25 on both machines. You think it's a problem? Because It was working fine, with this version. And I'm sorry, but I'm not sure, what you mean, with your second question.
|
This is my signature...
|
|
|
|