Search content
Sort by

Showing 20 of 54 results by Nipar
Post
Topic
Board Announcements (Altcoins)
Merits 2 from 1 user
Re: [ANN][RIC] Riecoin: constellations POW *CPU* HARD FORK successful, world record
by
Nipar
on 12/03/2020, 16:10:48 UTC
⭐ Merited by xandry (2)
so apparently.... the example rieMiner.conf which I copy pasted has some formatting issues.
To be safe I also removed special characters from the username and password.

Also, to run the miner and create a conf file you shouldn't install the miner to /usr/local/bin but run it in a sub directory of the user's home or else the conf file will not be generated by the assistant.

It would be very helpful to new(bie) users if there was a well vetted example rieMiner.conf.
 One of the conventions used in the current generated conf file by the assistant is the capitalization and the extra spacing which was unexpected.
Code:
Mode = Solo
instead of
Code:
mode=solo

With 6GB RAM I cannot seem to figure out the "tuning". Is there any help for that?

Thanks Smiley
I got it up and running at least Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XSR] Sucrecoin | POW | X16r | Update [XSR]
by
Nipar
on 02/02/2020, 11:09:44 UTC
Need a guide to solo mine with GPU

Anyone?

@Blockmuncher
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XSR] Sucrecoin | POW | X16r | Update [XSR]
by
Nipar
on 02/02/2020, 10:10:46 UTC
Current Linux wallet is NOT compatible with anything higher than UBUNTU 16.04 or Debian Xenial
Requires some dev intervention to update to 18.04 and the latest Berkley DB and Boost.
Post
Topic
Board Mining (Altcoins)
Re: Don't pay! Ultimate Crypto-Server Installer Script setup your pool in minutes!
by
Nipar
on 08/11/2019, 22:33:37 UTC
Hi,
I have a few questions:

Why does your install script require to be run by root?
I do not see anything in bootstrap.sh that cannot be run by sudo.

Also, why can you not use an already created user?
What's so special about the new user created by the script?

I see you have a script for Ubuntu 18.10. Does it work on 18.04 LTS?
Can I run a local network copy of it on my Ubuntu box just so I can try it and learn it?
I would run a couple localnet miners against it to test it out.

Reading from: https://github.com/cryptopool-builders/Multi-Pool-Installer/wiki/Install

Thanks Smiley
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 01/11/2019, 23:44:40 UTC
@bible_pay
On the installation of NOMP pool you said it is installed as root. So all files and directories under /pool should be owned by root? Mine has half of it in my username instead.

It's all in root now. Still has issues but I will work them out.
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 30/10/2019, 08:25:30 UTC
Having this error trying to install NOMP pool:
Code:
Error: Cannot find module 'bignum'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object. (/pool/nomp/node_modules/stratum-pool/algoProperties.js:1:76)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
There were similar errors during "npm update".
After rebooting and running as su
Code:
/pool/nomp/npm install
the bignum issue resolved by actually downloading and compiling it.
I now have an operational NOMP pool on my local network. (still need to sort out ports) I will use this to just to try things at the moment.

I also had to copy biblepay_example.json to biblepay.json in /pool/nomp/coins

I submitted a pull request based on your experience and mine.

had some issues with npm too and had to use:

npm install -g bignum

had to run as root, but not use sudo. sudo seems to installs npm in a different place.

for pool_configs -- biblepay.json

daemons and payment_processing is your rpcport in biblepay.conf
for p2p port it is same as port in biblepay.conf (usually port 40000)

the duplicate shares continue to be an issue. i'm noticing on the node init.js output log, the curtime and nonce repeat. I would think the curtime should constantly increase, but it seems to be static. nTime + nElapsed = curtime would be interesting to toy with.

I'll have to cpu mine a different coin just to see how it behaves.

I also read there's a duplicate share exploit in NOMP which has a simple fix. https://github.com/zone117x/node-open-mining-portal/issues/430
Code:
missing data 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff20034c5b02044843b95d08
[2019-10-30 04:22:17] submit_upstream_work::3 stratum_send_line failed - truncated hex
[2019-10-30 04:22:17] ...retry after 30 seconds
[2019-10-30 04:22:27] thread 2: 1642663746 hashes, 30596 khash/s
[2019-10-30 04:22:30] thread 6: 1098928 hashes, 19.38 khash/s
[2019-10-30 04:22:30] thread 1: 1099372 hashes, 19.38 khash/s
[2019-10-30 04:22:30] thread 3: 1094697 hashes, 19.28 khash/s
[2019-10-30 04:22:30] thread 7: 1094578 hashes, 19.24 khash/s
[2019-10-30 04:22:30] thread 5: 1099390 hashes, 19.21 khash/s
[2019-10-30 04:22:41] thread 4: 199758724 hashes, 2928 khash/s

missing data 01000000010000000000000000000000000000000000000000000000000000000000000000ffffffff20034c5b02044843b95d08
[2019-10-30 04:22:47] submit_upstream_work::3 stratum_send_line failed - truncated hex
[2019-10-30 04:22:47] ...retry after 30 seconds
[2019-10-30 04:23:06] thread 0: 2969508352 hashes, 31698 khash/s

Error in stratum-gen-work2; poolhex too short

I think I might try reinstalling. installing pool with "sudo su" seems to mean that I have to run is as "sudo su" trying the normal sudo way it won''t launch right....
Will try again.
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 30/10/2019, 06:05:49 UTC
Having this error trying to install NOMP pool:
Code:
Error: Cannot find module 'bignum'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object. (/pool/nomp/node_modules/stratum-pool/algoProperties.js:1:76)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
There were similar errors during "npm update".
After rebooting and running as su
Code:
/pool/nomp/npm install
the bignum issue resolved by actually downloading and compiling it.
I now have an operational NOMP pool on my local network. (still need to sort out ports) I will use this to just to try things at the moment.

I also had to copy biblepay_example.json to biblepay.json in /pool/nomp/coins
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 30/10/2019, 05:18:15 UTC
Having this error trying to install NOMP pool:
Code:
Error: Cannot find module 'bignum'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)
    at Object. (/pool/nomp/node_modules/stratum-pool/algoProperties.js:1:76)
    at Module._compile (module.js:652:30)
    at Object.Module._extensions..js (module.js:663:10)
    at Module.load (module.js:565:32)
    at tryModuleLoad (module.js:505:12)
    at Function.Module._load (module.js:497:3)
There were similar errors during "npm update".
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 30/10/2019, 03:57:06 UTC
Hey All,

We are off to a little bit of a rocky start with Nomp.  I moved the history feature out of pool.biblepay.org over to nomp, but unfortunately the database was erased and I had to start the history over.

So I paid everyone manually who appears to be owed a relatively random amount (but over by 5k or so).  Please PM me if I missed you or if you feel you were shorted.

Sorry for the inconvenience, lets give it another run.



Ouch Smiley
Thanks though. was wondering how I got 1400 in one payment just now.
It's still beta so kind of expecting these things.
Hopefully it settles now.
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 29/10/2019, 18:49:03 UTC
It would be helpful if a few of you start up your WCG (world community grid) CPID again, and join it to team BiblePay, and start accumulating some RAC for testnet.

Im going to be inviting people into testnet on Friday.



I can start some, but i need to recall how it works Smiley
Started one machine on WCG. shouldn't take long to get some decent RAC.

ah sooo.. i think i need to setup podc again... Cheesy ok, i'll start wcg today, maybe i still have account there Smiley
Yes. Just setup Boinc to run World Community Grid and be sure to add yourself to Team Biblepay.
Get a head start on RAC Smiley
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 29/10/2019, 17:09:44 UTC
It would be helpful if a few of you start up your WCG (world community grid) CPID again, and join it to team BiblePay, and start accumulating some RAC for testnet.

Im going to be inviting people into testnet on Friday.



I can start some, but i need to recall how it works Smiley
Started one machine on WCG. shouldn't take long to get some decent RAC.
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 28/10/2019, 00:48:17 UTC
1) can we have lower difficulty? Even 3 diff is kind of high for some computers. Could you offer difficulty of 1 or lower perhaps?

2) Wrote some new articles:

I downloaded the Biblepay wallet but it doesn’t sync, why?
https://whitewalr.us/2019/biblepay-wallet-sync-issue.html

How do I mine on the BiblePay NOMP pool?
https://whitewalr.us/2019/biblepay-nomp-pool-mining.html


3) I get disconnected from pool sometimes. I just communicated with it so I am not sure why this is happening.

stratum_recv_line failed
Stratum connection interrupted

I tried temporarily from different networks (usa, europe, asia, etc). it seems to happen regardless of where my miner traffic originates from.. i wonder if pool can handle all the workers?

is anyone else seeing the disconnect?

4) i let some miners run overnight and I think invalid shares is high again. out of 1050 submitted / only 1010 accepted. So, something like 96.1% accept rate. saturday day worked very good. but saturday night maybe more people joined pool, i don't know.

1) Port 3032 has a variable diff of 1-10 now.  I had to change a parameter.

2) Will need to read them.

3) I believe this needs a code change in the external miner.  Ill ask you to enter a github as soon as the feature is enabled.  Yeah, the pool is hardly using resources, so Im sure its handling the workers.  Its just a condition when no one in the round solves a share for 120 seconds, stratum hangs up and reconnects. 

4) 1010 out of 1050 is completely normal.  There are 8 error messages the pools check for, and that ratio is very much inline with what pool.biblepay.org experienced. 

5) Ill try to get that nomp doc out today so you can start a pool also.


Sun, if you (or anyone else) wants to start a NOMP pool here is the documentation:

https://github.com/biblepay/node-open-mining-portal/blob/master/Deploy%20a%20Nomp%20BiblePay%20Pool.txt


Good luck!



Thank you very much for the pool document. I will try one for sure Smiley
I have 2 questions: Currently what kind of bandwidth is the NOMP pool requiring (up and down)??  and is it ok to charge a little bit to help with hosting cost ( 0.1 to 0.5%)?

I have a 5 addresses for 5 miners but only getting 2 payments lately. Is there a minimum payment? they are all over 100 bbp.

You can actually charge whatever you want.  Although if you go higher than 5% or so I think all the miners will rebel.

It looks like the host is using about 40 gigs up and 80 gigs down per day right now (it gets 4000 gb free per month). 

Minimum payment is 100 bbp, could you please check pool.biblepay.org for a specific solved block and give an example of one that didnt get paid?


OK. Thanks for the explanation.
Minimum payment is 100 bbp and that explains why my slower miners get paid less often.
I sent you a PM with the 5 addresses and cannot seem to go back far enough on pool.biblepay.org NOMP page to get a clear picture.
That said, I think that since my slowest one just got paid 100.31832069 BBP it is most likely not being skipped.
Thanks again Smiley
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 27/10/2019, 20:54:33 UTC
1) can we have lower difficulty? Even 3 diff is kind of high for some computers. Could you offer difficulty of 1 or lower perhaps?

2) Wrote some new articles:

I downloaded the Biblepay wallet but it doesn’t sync, why?
https://whitewalr.us/2019/biblepay-wallet-sync-issue.html

How do I mine on the BiblePay NOMP pool?
https://whitewalr.us/2019/biblepay-nomp-pool-mining.html


3) I get disconnected from pool sometimes. I just communicated with it so I am not sure why this is happening.

stratum_recv_line failed
Stratum connection interrupted

I tried temporarily from different networks (usa, europe, asia, etc). it seems to happen regardless of where my miner traffic originates from.. i wonder if pool can handle all the workers?

is anyone else seeing the disconnect?

4) i let some miners run overnight and I think invalid shares is high again. out of 1050 submitted / only 1010 accepted. So, something like 96.1% accept rate. saturday day worked very good. but saturday night maybe more people joined pool, i don't know.

1) Port 3032 has a variable diff of 1-10 now.  I had to change a parameter.

2) Will need to read them.

3) I believe this needs a code change in the external miner.  Ill ask you to enter a github as soon as the feature is enabled.  Yeah, the pool is hardly using resources, so Im sure its handling the workers.  Its just a condition when no one in the round solves a share for 120 seconds, stratum hangs up and reconnects. 

4) 1010 out of 1050 is completely normal.  There are 8 error messages the pools check for, and that ratio is very much inline with what pool.biblepay.org experienced. 

5) Ill try to get that nomp doc out today so you can start a pool also.


Sun, if you (or anyone else) wants to start a NOMP pool here is the documentation:

https://github.com/biblepay/node-open-mining-portal/blob/master/Deploy%20a%20Nomp%20BiblePay%20Pool.txt


Good luck!



Thank you very much for the pool document. I will try one for sure Smiley
I have 2 questions: Currently what kind of bandwidth is the NOMP pool requiring (up and down)??  and is it ok to charge a little bit to help with hosting cost ( 0.1 to 0.5%)?

I have a 5 addresses for 5 miners but only getting 2 payments lately. Is there a minimum payment? they are all over 100 bbp.
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 26/10/2019, 23:44:29 UTC
Thanks Rob!! Looking real good on both nomp and the nomp pages on poo.lbiblepay.org Cheesy
Getting good payments on all 5 miners.
fewer restarts, no duplicates.. AWESOME!!
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 25/10/2019, 19:25:01 UTC
NOMP pool pages are up, miners get : connection refused

15 minutes now

Update: all good now. expecting more ups and downs today Smiley

It's getting there now finally; looks like we did have a couple issues...


Oh bible! Oh pay! Oh biblepay! You made my delusion a lingering issue. Its kilometer-long roots stem from the time when I was little and lopped the all-seeing eye off the eye socket of a bamboozled idolator. I have brought my sense of self-pity to absurd level in fear of being separated from those I loved. And now I own up to the fact of being wrong in my assumption that biblepays purity can be preserved.

You seriously have mental issues....
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 24/10/2019, 23:10:26 UTC
Now getting more of this:
Code:
[2019-10-24 19:06:00] Stratum requested work restart
[2019-10-24 19:06:15] Stratum requested work restart
[2019-10-24 19:08:15] Stratum connection timed out
[2019-10-24 19:08:15] Stratum connection interrupted
[2019-10-24 19:08:16] Stratum requested work restart

Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 24/10/2019, 15:12:01 UTC
NOMP pool pages are up, miners get : connection refused

15 minutes now

Update: all good now. expecting more ups and downs today Smiley
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 23/10/2019, 20:49:42 UTC
Ubuntu wallet crashed 1450 while trying to update from a week ago.
Downloaded and installed 1451 and -reindex and it crashed again
trying now with -erasechain

Update: success with 1451 -erasechain
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 23/10/2019, 20:31:25 UTC
NOMP pool miners: connection refused
about 10 minutes now

Yeah, I went ahead and upgraded it to the new version, give me another 5 mins to restart it.

Sorry for the inconvenience.


Thanks. Not inconvenient Smiley just trying to help
Post
Topic
Board Announcements (Altcoins)
Re: BiblePay | 10% Charity | POBH CPU | Sanctuaries (Masternodes) | Orphans
by
Nipar
on 23/10/2019, 20:28:17 UTC
NOMP pool miners: connection refused
about 10 minutes now