Bitcoin Forum
June 16, 2024, 03:57:57 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 »
1  Bitcoin / Bitcoin Technical Support / Re: [SOLVED] How to minimize size of blocks on disk in Linux on: October 07, 2017, 12:19:01 AM
do this by making soft (symbolic) links of the certain amount of oldest blocks

This worked beautifully. Thanks!
2  Bitcoin / Bitcoin Technical Support / Re: How to minimize size of blocks on disk in Linux on: October 05, 2017, 02:21:19 AM
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.
3  Bitcoin / Bitcoin Technical Support / [SOLVED] How to minimize size of blocks on disk in Linux on: October 05, 2017, 01:11:41 AM
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?
4  Bitcoin / Bitcoin Technical Support / Re: Cannot enable UPnP on: June 19, 2017, 01:17:50 AM
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.
5  Bitcoin / Bitcoin Technical Support / Re: Cannot enable UPnP on: June 17, 2017, 03:35:57 AM
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?
6  Bitcoin / Bitcoin Technical Support / Re: Cannot enable UPnP on: June 16, 2017, 04:14:42 AM
AFAIK it's the official one: Bitcoin Core version v0.14.1.0-g964a185 (64-bit)
7  Bitcoin / Bitcoin Technical Support / [SOLVED] Cannot enable UPnP on: June 01, 2017, 02:27:30 AM
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.
8  Bitcoin / Pools / Re: Just a new pool I built, would like to onboard users on: October 01, 2015, 10:46:56 PM
Closed due to lack of interest
9  Bitcoin / Pools / Re: Just a new pool I built, would like to onboard users on: September 30, 2015, 03:49:40 AM
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!  :-)
10  Bitcoin / Pools / Re: Just a new pool I built, would like to onboard users on: September 30, 2015, 12:22:36 AM
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.
11  Economy / Service Discussion / Re: Where to advertise a bitcoin startup? on: September 29, 2015, 10:09:26 PM
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
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to make NOMP's web frontend use https/ssl on: September 28, 2015, 12:58:29 PM
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.

<VirtualHost *:443>
        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
</VirtualHost>
13  Bitcoin / Pools / Just a new pool I built, would like to onboard users on: September 28, 2015, 12:07:21 PM
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
14  Alternate cryptocurrencies / Mining (Altcoins) / How to make NOMP's web frontend use https/ssl on: September 28, 2015, 01:01:56 AM
Hi,

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

Thanks,

-N
15  Alternate cryptocurrencies / Mining (Altcoins) / NOMP says coins are unconfigured when they're not on: September 27, 2015, 07:02:38 PM
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
16  Bitcoin / Mining software (miners) / Eloipool - FAST Python3 pool server software - GBT/stratum/dyntarget/proxy on: September 27, 2015, 07:18:45 AM
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
17  Bitcoin / Mining support / Re: How to start your own mining pool using bitcoind + eloipool. on: September 27, 2015, 06:46:00 AM
My bitcoind & eloipool are running, but when I do this:

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

I get this error:
<code>No servers could be used! Exiting.</code>

What do I have to do to fix it?
18  Economy / Services / Re: eloipool on: September 27, 2015, 03:30:35 AM
Found instructions here:
https://bitcointa.lk/threads/how-to-start-your-own-mining-pool-using-bitcoind-eloipool.272362/
19  Economy / Services / Re: Need someone to help me configure eloipool & get it running (pays 0.045) on: September 27, 2015, 12:50:47 AM
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.
20  Economy / Services / Re: Need someone to help me configure eloipool & get it running (pays 0.045) on: September 27, 2015, 12:19:35 AM
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.

Pages: [1] 2 3 4 5 6 7 8 9 10 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!