Pages:
Author

Topic: . (Read 14571 times)

hero member
Activity: 556
Merit: 500
.
October 25, 2011, 06:25:52 AM
#74
I am trying to setup your site script here http://66.154.118.241 All I receive is this blank page, no error messages. I am not sure whats wrong? I have setup ioncube loader, mysql and the schema, php 5.3, apache2, curl, I am using poolserverj instead of pushpoold. I have edited config.php with the correct settings. the /tmp folder has write permissions. Is there any way to get debug info? Thanks.

EDIT: nevermind figured it out. Was a pain though without error messages.
donator
Activity: 640
Merit: 500
August 04, 2011, 07:37:12 PM
#73
I am doing my best to help everyone via my Support Center.

Kind regards
Kris
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
July 29, 2011, 06:19:31 PM
#72
DavinciJ, I feel your pain.  I've had to learn linux on a VPS, and it's been a HUGE undertaking so far.  At least I am comfortable doing the basics at this point now though.  I still have a long ways to go before I could be considered even a user of linux though.

Also, I'd recommend pico for editing files.  I find it a lot more user-friendly than VI or VIM.  The downside is, it doesn't have a search feature, so if you're editing a large config file, it can sometimes take a while to find the line you are looking for.

You and me are shining examples of why people avoid linux like the plague up until we absolutely had no choice.  If linux is the best the open source community can do for a UI we can expect the same kind of success for bitcoins if people like me and you don't do something about it.

I have paid $400 for this script and I have to get it to work first so I can make more bitcoins to spend on improving bitcoins usability.  Man if my overhead wasn't so high I would quit my job and work on this full time I have already quit my youtube channel http://www.youtube.com/user/davincij15 talking about gold and silver and I WAS wishing I could develop a monetary software product that would end the banksters!

Bitcoin is it and I am glad to be a part of bitcoin developer community.
legendary
Activity: 1400
Merit: 1005
July 29, 2011, 01:15:18 PM
#71
DavinciJ, I feel your pain.  I've had to learn linux on a VPS, and it's been a HUGE undertaking so far.  At least I am comfortable doing the basics at this point now though.  I still have a long ways to go before I could be considered even a user of linux though.

Also, I'd recommend pico for editing files.  I find it a lot more user-friendly than VI or VIM.  The downside is, it doesn't have a search feature, so if you're editing a large config file, it can sometimes take a while to find the line you are looking for.
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
July 29, 2011, 12:22:24 PM
#70
Hey man thanks for all your help the information you provided is very helpful.
[Sent you 0.1875 bitcoins to your address]

Glad all the things I know about dos are the same in Linux.   Embarrassed Little embarrassed that I did not try the same thing I do in DOS.  

Man, I thought edlin was bad but vi, OH MY GOD!  I am not sure how to get to the colon ":" command prompt I pressed ran it pressed q then the command prompt showed up I thought it was escape?  My guess is if I am in edit mode (don't know how to do that yet) then hit escape then q I will get to the colon ":" command prompt?

Anyhow...

Quote
You are using a large distro.  You can install a basic CLI linux OS in under 400MB.  If you really want to strip things down, you can fit it on a floppy disk.

The distro I have was purchased from the vendor on of this topic he should answer the question of why this VM is so large.

Quote
No way?  You'd likely have a better hashrate than in Windows with a properly setup Linux miner.

Key word "properly setup miner" its easier to do when you know your OS.  Besides I have seen more crazy Hash rates from people using windows than linux.

Quote
There are many ways to do this.  It depends on your setup.

Thought so, but I am sure I can look it up it's a common task that if I cared enough about linux I would have developed a simplified solution like I don't know...

WinCopy source \\dest_server\dest_share\dest_folder -user:username -pass:password

But thats me be being crazy thinking someone would want make it easy so that people can make the switch from windows. Smiley


Well I am off to learn...
1.  VI
2.  How to access a windows share
3.  Find my wallet.dat file

Any help in those endeavours will be appreciated.
legendary
Activity: 1260
Merit: 1000
July 29, 2011, 10:58:52 AM
#69
The blow by blow is to show other windows users/developers what they must endure and how much help they will receive or have the ability to look stuff up.  The learning curve for linux should have a rate of return or forget it.

The ability to look stuff up / self-help is essential to any development endeavor.  If someone has trouble doing that, they aren't really a developer, just an average user.

Quote
My objective is to convert this bitcoin pool script into a namecoin pool and allow people to observe my progress.  HERE

It's my understanding that with the merged mining, there should be no changes required.


Quote
Is there a command to output the screen to file like in windows...

dir > myfolder.txt

I would like to do this to keep and post the errors I find along the way.  

ls > myfolder.txt

Quote
Then my next question is how to copy it from my linux box to my windows box?  Smiley

There are many ways to do this.  It depends on your setup.

Quote
My next question is why is this OS 3 gigs with no GUI?  LOL you would think a command line OS that loads in 2 seconds would be 1 gig if that.  LOL

You are using a large distro.  You can install a basic CLI linux OS in under 400MB.  If you really want to strip things down, you can fit it on a floppy disk.

Quote
I feel useless in linux can't do anything heck don't even know how to copy a file.  In windows it would copy myfolder.txt \\server\share
 unlikely it will be that easy.

cp myfolder.txt /where/you/want/to/copy/it

Quote
FYI A linux guru bitched at me for creating a free windows package using HyperV, a free windows OS I converted for mining! There is no way I would be up to 10 GHashs using linux.

No way?  You'd likely have a better hashrate than in Windows with a properly setup Linux miner.
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
July 29, 2011, 10:48:07 AM
#68
The blow by blow is to show other windows users/developers what they must endure and how much help they will receive or have the ability to look stuff up.  The learning curve for linux should have a rate of return or forget it.

My objective is to convert this bitcoin pool script into a namecoin pool and allow people to observe my progress.  HERE

So I tried one of the many solutions like calling

loadkeys us

That produced an error with a lot of text but the end result was operation not permitted.

This made me think that like in windows 7 or Vista I'm not the Administrator user even though I am the Admin.  LOL  Cheesy
Thus there has to be a way to run this command with elevated privileges!  I remember seeing it before when I installed the keyboard package.

Searching the web helped me find it and it's  sudo stands for "Super User Do"

So run...
Code:
sudo loadkeys US
That worked perfectly!

Yeah Keyboard works properly now back to original task finding the wallet.dat file!  See my next post!
------------------------------------------------------------------------------------
Hey there, here are some random thoughts and questions that would be nice to have answered...

Is there a command to output the screen to file like in windows...

dir > myfolder.txt

I would like to do this to keep and post the errors I find along the way.  

Then my next question is how to copy it from my linux box to my windows box?  Smiley

My next question is why is this OS 3 gigs with no GUI?  LOL you would think a command line OS that loads in 2 seconds would be 1 gig if that.  LOL

I feel useless in linux can't do anything heck don't even know how to copy a file.  In windows it would copy myfolder.txt \\server\share
 unlikely it will be that easy.

FYI A linux guru bitched at me for creating a free windows package using HyperV, a free windows OS I converted for mining! There is no way I would be up to 10 GHashs using linux.
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
July 29, 2011, 09:30:26 AM
#67
So i have purchased the $399 product and most of my fear was my lack of Linux experiance.  It turns out my fear was quite justified.

So first thing I did was try to log in the user name was not forth coming but reading through it the readme I found it to be:
bitcoinpool

The password was long and hard so you need to change it so I searched for that command and its...

Code:
passwd

My next issue was how do I change my wallet.dat file need to find it located in
~/.bitcoin/wallet.dat

No problem right I will start searching through folders one by one...
Ops!

The slash KEY does not work neither does the backslash key!  Euro keyboard settings!  So I do some searching on the web so one says use the command:

Code:
setxkbmap us

but I get

The program 'setxkbmap' is currently not installed!

So I installed it (the instructions where there I just forgot what they where sorry)

Then I ran setxkbmap us again and got...

Code:
Cannot open display "default display"

Now I am googling this issue and there is a HUGE list of possibles and solutions.

The one of point of this post is...

WINDOWS DEVELOPERS OR USERS RUN! Shocked

Also any help on fixing this would be appreciated.
hero member
Activity: 780
Merit: 510
Bitcoin - helping to end bankster enslavement.
July 22, 2011, 09:36:54 AM
#66
If I buy the script for $399 will you give me a working VM ready to go (I will change the wallet)  Grin Grin
legendary
Activity: 1050
Merit: 1000
July 21, 2011, 09:44:44 PM
#65
if you have btc i'll buy them at $5/BTC :p

donator
Activity: 640
Merit: 500
July 21, 2011, 08:16:54 PM
#64
If you want some free advertising for your pools, please respond back in this thread if you are running a pool on my script.

Kind regards
Kris
donator
Activity: 640
Merit: 500
July 15, 2011, 06:52:01 AM
#63
Hi smoothie,

1. Up to 300 Ghash/s
2. I'm sure it can, don't know much about namecoins though, but I'm sure we can figure something out if you need me to modify it for namecoin.
3. This is a front-end, with everything included, SQL scheme compatible with pushpoold, a small design easily modified by template files and so on.
4. If you purchase With Support, I setup everything for you if you want, this includes bitcoind, pushpoold, apache or nginx, php 5.3+, mysql server, make the SQL scheme and install the script with rewrite rules.

Also it features support for BitmonMe a monitoring service for your miners and pool API's and support for WalletBit a flexible, digital wallet for your bitcoins.

Kind regards
Kris
legendary
Activity: 2492
Merit: 1473
LEALANA Bitcoin Grim Reaper
July 14, 2011, 10:31:40 PM
#62
Questions:

1. How big of a pool has this been tested on? I want to know its scalability.
2. Can this be modified to mine namecoins? If so, do I need you to custom build it?
3. Maybe I read this wrong but this comes with a front-end too?

Thanks in advance!
donator
Activity: 640
Merit: 500
July 08, 2011, 08:53:52 PM
#61
Affiliate Program now available! Get Two Bitcoin for every sale you make! That's $30 dollars for every customer you refer!

Just visit http://gbyte.dk/purchase and type in your bitcoin address where you can receive bitcoins, and I will send you two bitcoins for every sale you make!

Kind regards
Kris
donator
Activity: 640
Merit: 500
July 08, 2011, 04:41:08 PM
#60
You can now purchase my pool script encrypted with ionCube for the low price of only $49.95, A perfect deal if you are just getting into bitcoin and want to solo mine and keep track of your miners. Or if you want to be a pool operator and have the best script on the market.

Encrypted with ionCube means that you will not be able to alter any PHP code and the script will run as is. You can however change the template files, along with css stylesheet and languages.

If you have any questions or other inquiries, you can write them here or use my Support Center

Kind regards
Kris
donator
Activity: 640
Merit: 500
July 07, 2011, 04:04:17 AM
#59
I made a FAQ available at my new support center.

Support
donator
Activity: 640
Merit: 500
July 06, 2011, 09:45:30 PM
#58
Moved the topic to the correct new sub-forum.
donator
Activity: 640
Merit: 500
July 03, 2011, 04:14:09 PM
#57
Added:

Change password feature.
Prefixing of workers
Localization support
Delete and recreate workers.
donator
Activity: 640
Merit: 500
July 01, 2011, 10:20:26 AM
#56
Why is this thread in the Obsolete (selling) section?

Kind regards
Kris
donator
Activity: 640
Merit: 500
June 29, 2011, 04:23:08 AM
#55
this is great but way to expensive for a home user with 1-2-3 miner machines

It probably is. Im working on a new version with:

localization
PPS, Propotional, and scorebased
And more

When I finish this new version and send it to all who purchased with support, maybe I can lower the price on the old one, Considering my history I'll probably just send this new version to clients without support as well Smiley

Kind regards
Pages:
Jump to: