Search content
Sort by

Showing 20 of 190 results by NginUS
Post
Topic
Board Bitcoin Technical Support
Re: [SOLVED] How to minimize size of blocks on disk in Linux
by
NginUS
on 07/10/2017, 00:19:01 UTC
do this by making soft (symbolic) links of the certain amount of oldest blocks

This worked beautifully. Thanks!
Post
Topic
Board Bitcoin Technical Support
Re: How to minimize size of blocks on disk in Linux
by
NginUS
on 05/10/2017, 02:21:19 UTC
The easiest thing to do is prune(.) You won't be contributing to the network as much since you will no longer be able to seed new nodes, but it depends on what you want to run your own node for.

Thanks for letting me know of that function. However I don't believe I'll be using it, as the whole point of running a node is to simply contribute a bit. If it gets considerably larger I'll either upgrade the size of the disk or just stop running it & delete the blocks.
Post
Topic
Board Bitcoin Technical Support
[SOLVED] How to minimize size of blocks on disk in Linux
by
NginUS
on 05/10/2017, 01:11:41 UTC
I run Bitcoin-QT on an Ubuntu that's installed to a small SSD, & the blocks folder is on a larger HDD.

It's blocks folder is over 145GB & I'd like to be able to reduce that somehow. At first I looked into there being a way to compress individual folders like Windows can on NTFS, but brief Googling told me that's not a thing in linux.

Any tricks to do this?
Post
Topic
Board Bitcoin Technical Support
Re: Cannot enable UPnP
by
NginUS
on 19/06/2017, 01:17:50 UTC
Instead of installing from the PPA, you should download the tar package from bitcoin.org and move the files to the right places.

Awesome, that worked. Thanks.
Post
Topic
Board Bitcoin Technical Support
Re: Cannot enable UPnP
by
NginUS
on 17/06/2017, 03:35:57 UTC
I've installed it via the following ppa, which I was under the impression was the 'standard' way to do so.

http://ppa.launchpad.net/bitcoin/bitcoin/ubuntu/

Is there a better, 'best practice', or official method aside from this?
Post
Topic
Board Bitcoin Technical Support
Re: Cannot enable UPnP
by
NginUS
on 16/06/2017, 04:14:42 UTC
AFAIK it's the official one: Bitcoin Core version v0.14.1.0-g964a185 (64-bit)
Post
Topic
Board Bitcoin Technical Support
Topic OP
[SOLVED] Cannot enable UPnP
by
NginUS
on 01/06/2017, 02:27:30 UTC
I'm on Linux Mint 18.1 with Bitcoin Core version v0.14.1.0-g964a185 (64-bit).

I'm unable to check the "Network > Map port using UPnP" checkbox because it's grayed out. Screenshot: https://imgur.com/a/dusmd

Don't know if its relevant, but I am able to in Litecoin Core.

Please help.
Post
Topic
Board Pools
Re: Just a new pool I built, would like to onboard users
by
NginUS
on 01/10/2015, 22:46:56 UTC
Closed due to lack of interest
Post
Topic
Board Pools
Re: Just a new pool I built, would like to onboard users
by
NginUS
on 30/09/2015, 03:49:40 UTC
I guess I should really know if it works, it probably does. Will pay someone 0.027BTC to connect a couple miners to it & test it out. Of course I'll need to see them connected to verify you're not just taking my money. Thanks in advance for your help.

Bounty closed- verified working!  :-)
Post
Topic
Board Pools
Re: Just a new pool I built, would like to onboard users
by
NginUS
on 30/09/2015, 00:22:36 UTC
I guess I should really know if it works, it probably does. Will pay someone 0.027BTC to connect a couple miners to it & test it out. Of course I'll need to see them connected to verify you're not just taking my money. Thanks in advance for your help.
Post
Topic
Board Service Discussion
Re: Where to advertise a bitcoin startup?
by
NginUS
on 29/09/2015, 22:09:26 UTC
You can check our website

http://thebitcoincatalog.com/


When I try to advertise here, I get an 'account suspended' error when it comes time to pay.

https://imgur.com/L6eK5Sh

Where else should I be advertising? I have a new mining pool, https://crypt0.space
Post
Topic
Board Mining (Altcoins)
Re: How to make NOMP's web frontend use https/ssl
by
NginUS
on 28/09/2015, 12:58:29 UTC
For anyone else wondering, this is how I got it to work. The following is my /etc/apache2/sites-available/000-default.conf doing a reverse proxy.


        ServerName domain.tld
        ProxyPass / http://xxx.xxx.xxx.xxx:xx/
        ProxyPassReverse / http://xxx.xxx.xxx.xxx:xx/
        RedirectMatch ^/$ https://domain.tld/
        SSLEngine on
        SSLCertificateFile /etc/ssl/path-to/domain.crt
        SSLCertificateKeyFile /etc/ssl/path-to/domain.key
   LogLevel info ssl:warn
   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined
Post
Topic
Board Pools
Topic OP
Just a new pool I built, would like to onboard users
by
NginUS
on 28/09/2015, 12:07:21 UTC
I just finished working on launching my own pool:

https://crypt0.space/

I don't even know if it works yet, to be honest- I'm assuming it does, it's a strong FOSS based backend.

Anyway, it would be nice to see some activity on it, so if you'd like to help me build hashrate I'd appreciate it.

Thanks,

-c
Post
Topic
Board Mining (Altcoins)
Topic OP
How to make NOMP's web frontend use https/ssl
by
NginUS
on 28/09/2015, 01:01:56 UTC
Hi,

I'd like to know how I can make NOMP use https / ssl for the frontend.

Thanks,

-N
Post
Topic
Board Mining (Altcoins)
Topic OP
NOMP says coins are unconfigured when they're not
by
NginUS
on 27/09/2015, 19:02:38 UTC
Hi,

I'm new to this & am depending entirely on the instructions that are published on github, which may or may not be complete. In my case something's amiss because although I configured it like they said to, I still get errors [1] at startup.

Relevant config files are as follows:
coin litecoin.json [2]
coin bitcoin.json [3]
pool config litecoin.json [4]
pool config bitcoin.json [5]
main config.json [6]

I verified the .json was able to validate & their syntax comes up as good...

Would someone kindly let me in on what I'm doing wrong?

Thanks,

-N

EDIT:
Wound up hiring someone on Fiverr to fix it.



[1]
https://imgur.com/NIK95q8

[2]
http://pastebin.com/iDi7FgFR

[3]
http://pastebin.com/hMM9keVC

[4]
http://pastebin.com/R6mic7dr

[5]
http://pastebin.com/ccGzEzGf

[6]
http://pastebin.com/HdjA0pF7
Post
Topic
Board Mining software (miners)
Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy
by
NginUS
on 27/09/2015, 07:18:45 UTC
0.045 BTC Bounty- Help me get my eloipool running right so people can connect & fees are deducted


Hi,

I got bitcoind & eloipool up & running on my VPS, but I have no mining gear with which to test it- bfgminer returns an error about 'no servers to connect to' when I run it from my desktop using the public IP address of the VPS.

Bounty will be paid to anyone who can sort out the configuration such that bitcoin miners can connect to the pool & pool fees are deducted properly.

It could be configured properly now, but I can't tell without connecting to it myself to see. Either way, I'd like you to record the screen or something to prove its working right, so I can pay you knowing I'm not getting scammed.

PM me if interested.

Thanks,

-N
Post
Topic
Board Mining support
Re: How to start your own mining pool using bitcoind + eloipool.
by
NginUS
on 27/09/2015, 06:46:00 UTC
My bitcoind & eloipool are running, but when I do this:

C:/Progra~1/bfgminer-5.3.0-win64/bfgminer.exe --userpass 1DPLoA65tQmkA9RBqgYXuwbFvfbhF24Sjr:password --url stratum+tcp://173.246.106.141:3334,

I get this error:
No servers could be used! Exiting.

What do I have to do to fix it?
Post
Topic
Board Services
Re: eloipool
by
NginUS
on 27/09/2015, 03:30:35 UTC
Post
Topic
Board Services
Re: Need someone to help me configure eloipool & get it running (pays 0.045)
by
NginUS
on 27/09/2015, 00:50:47 UTC
The only error I get now is presumably due to bitcoind not being completely sync'd. Otherwise I think I'm in good shape. TY anyway.
Post
Topic
Board Services
Re: Need someone to help me configure eloipool & get it running (pays 0.045)
by
NginUS
on 27/09/2015, 00:19:35 UTC
According to the dev who wrote it, the errors I get when trying to run it indicate an old, mismatched python installation. I have 2.7 & 3.x installed & if I try to uninstall 2.7, aptitude wants to delete all sorts of stuff I need.

So my mission right now is to figure out how to make eloipool use the newer version of python in case that helps.