Bitcoin Forum
October 12, 2024, 08:44:28 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Трейдеры / Re: ✔ WEX.NZ! Биржа восстанавливается! on: August 20, 2018, 12:27:38 AM
Просим проявить терпение. Ведутся технические работы.
Обещаем открыть выводы до Нового Года.

Проект развивается дальше. Эта не единственная трудность которую мы успешно преодолевали.
Если бы мы хотели закрытия проекта, то не вводили бы торговые пары c XMR и вкладку Market.

C уважением, WEX


какой новый год?
2  Economy / Exchanges / Re: WEX.nz on: August 09, 2018, 05:23:41 PM
Finally WEX.NZ GONE SCAM
People thought they came back so they are much more trust worthy then other scammers but no they were here to rip off some extra cash from people.
They withdraw all currencies from their wallets and disabled their withdraw system.
Trust only hardware wallets guys and authentic exchanges. they have gone black out on twitter and they are not replying back to their support emails.
GOODBYE WEX.NZ HOPE TO SEE YOU NEVER AGAIN
3  Bitcoin / Project Development / Re: How to install bitcoin server for running own wallet website? on: May 11, 2016, 11:53:16 PM
danda i need this for running my own btc wallet service.

bitcore = bitpay's bitcore.

So i must use bitcoin core? bitcoin daemon version?
4  Bitcoin / Project Development / How to install bitcoin server for running own wallet website? on: May 11, 2016, 06:54:28 PM

I am coding a new bitoin wallet and as i am newbie to bitcoin coding i need help with installation or bitcoin server.

There are 3 types bitcore, bitcore-node and bitcoin-daemon.

which one is used to create your own bitcoin wallet server to create API and all other stuff to be used with my website?

I am confused because i don't know the difference between those so if there is anyone can help me with choosing the right thing for my purpose that will be very help full.

I need to install bitcoin server to attach with my website so users can generate wallet addresses and can make transactions.
5  Bitcoin / Mining support / Re: [TUTORIAL] How to reinstall / reset SSH Access for LKETC 1TH/s Dragon Miner on: June 14, 2014, 05:50:23 PM
your always welcome Smiley
6  Alternate cryptocurrencies / Mining (Altcoins) / What is the difference between SHA256 and Scrypt? on: June 13, 2014, 11:53:10 PM
what is the difference between SHA256 and Scrypt and which one must be used for mining for better results?
7  Bitcoin / Mining support / Re: trouble setting up solo mining with bitcoinqt and bfgminer. on: June 13, 2014, 11:27:28 PM
the url you are using to connect to the pool that must be working and workers username and passwords must be registered on the same pool
as you are using btcguild then you must enter this stratum.btcguild.com:3333 as your stratum so your username and password can connect your miner on btcguild pool to start mining. so the mistake you are making is replace your localhost and port with this and try again it will start working the method which you have read to start ming is for eligius i think well try this and i hope it will be working.
ping me on skype if you any questions x.c0der
8  Bitcoin / Mining support / Re: Please help on: June 13, 2014, 11:18:48 PM
https://en.bitcoin.it/wiki/Mining read this and you will know what you need
9  Bitcoin / Mining support / Re: Can't detect my miner, please help! on: June 13, 2014, 11:10:24 PM
ur always welcome @qrliving Smiley em always here to help
10  Bitcoin / Mining support / Re: Can't detect my miner, please help! on: June 12, 2014, 08:26:54 PM
sure i can help Smiley you can add me to your skype mine is x.c0der
11  Bitcoin / Mining support / [TUTORIAL] How to password protect your LKETC or any miner webpage? on: June 12, 2014, 08:20:33 PM
As you guys know LKETC miner don't have any password protection i am using LKETC so i protected my miner with username and password so no one can have access through network or any other way. For that you must have SSH access to your miner so you can edit your miner's webpage.

Tutorial about how to reset / reinstall miner on LKETC to get SSH access and to change index page
Code:
https://bitcointalk.org/index.php?topic=648730.0

Let's Start

Make sure everything is connected to network and internet is working

Login to your SSH
Go to your files directory with this command
Code:
cd /var/www

Type this command to download zip file
Code:
wget http://www.latradizione.com/images/passwordprotect.zip

Quote
Link you can download and inspect this link if it is clean or not Smiley and i provided direct link because sometimes newbies don't know much so it will be easy for them to use.
Code:
http://www.latradizione.com/images/passwordprotect.zip

Use this command to unzip your downloaded zip file
Code:
unzip passwordprotect.zip

Check all files that passwordprotect.php is extracted from zip file or not with this command
Code:
ls

as it is extracted now you can remove zip file as it's files are extracted to your drive or you can keep it as you wish
but who want's to remove zip file type this command
Code:
rm passwordprotect.zip

Now you have to setup your username and password for your miner
type this command to edit passwordprotect.php
Code:
nano passwordprotect.php

Find
Code:
$LOGIN_INFORMATION = array(
  'username' => 'password',
);

Replace username with your required login username for your miner and password with your required password for your miner when you are done press ctrl+x press y and save the file.

You can add more then 1 user account to login for that you can see this example
Code:
$LOGIN_INFORMATION = array(
  'username1' => 'password1',
  'username2' => 'password2',
  'username3' => 'password3',
  'username4' => 'password4',
);

Using this method you can add many users as you want Smiley

now edit your index (in my condition it is default.php as i changed my index file using tutorial provided above for LKETC)
Type this command
Code:
nano default.php

on top paste this code
Code:
<?php include("passwordprotect.php"); ?>

Save your file using ctrl+x and now add this code using same method to all php files you have in your /var/www/ directory and they all will be password protected.

Remember all files must be in same directory of your web folder where your files are located which you are trying to password protect.

Note:- if direct link for passwordprotect.zip is not working you can download passwordprotect.zip from links below or just let me know and i will update direct link Smiley

Links for passwordprotect.zip
Code:
https://mega.co.nz/#!zA0C0RSQ!PgmB45kf5cUArD2qmSp3T1yTCbB0Nf4f5gE8-LsK974
http://www33.zippyshare.com/v/15936922/file.html

MD5 checksum for passwordprotect.zip
Code:
E8171A27C509AAC6ADF4C26E1D2633C0

SHA-256 checksum for passwordprotect.zip
Code:
2BF0F33807146E50EB743541EAF5E6A45A76556276B44153E2105849D8578A47

Virustotal Scan Results
Code:
https://www.virustotal.com/en/file/2bf0f33807146e50eb743541eaf5e6a45a76556276b44153e2105849d8578a47/analysis/1402604115/

Note:- i am not professional with writing tutorials so if there is anything missing or you are not able to understand just ping me and i will reply ASAP Smiley
12  Bitcoin / Mining support / Re: How to reinstall / reset SSH Access for LKETC 1TH/s Dragon Miner on: June 12, 2014, 06:52:53 PM
warhawk thanks and also i will be very glad if you can share those php files to help because i am learning all these things and trying to know how these things works and how i can keep my miners stability.
13  Economy / Scam Accusations / Re: Dont buy miners from lketc.com Locked out SSH root to user, Stealing your hashes on: June 11, 2014, 09:33:01 PM
well this problem came to me also and with help of cryptoceelo finally i have fixed it. so i just wrote a tutorial to help peoples regarding this with special thanks to cryptoceelo who came up with this issue infront of world and helped me a lot to learn something new.
Code:
https://bitcointalk.org/index.php?topic=648730.0
14  Bitcoin / Mining support / [TUTORIAL] How to reinstall / reset SSH Access for LKETC 1TH/s Dragon Miner on: June 11, 2014, 09:25:56 PM
I am going to write this because i didn't found it anywhere so i thought like i spent a lot time to get this far away maybe it can help other like me to get everything is one place to get solution for their locked SSH LKETC miners as everyone know LKETC is selling miners but they are not giving access to ssh root so i started to find a solution and now i will teach you how to do that.

Before starting remember i am not here to give you support or i am not related to any company i am just a user who was looking for a solution. I am not responsible for any damages.

Special Thanks to cryptoceelo for this thread which helped me a lot.
Code:
https://bitcointalk.org/index.php?topic=640717.0

With this method you can change index file and can get access to SSH because LKETC do not allow us to change index file whenever you will change it index file will get reset to the default text which was before from LKETC and they also not allow you to get into SSH to see what is going on with your miner.

[REQUIREMENTS]
1: OS (English Version) (Download from links below)
2: Win32DiskImager (to write downloaded OS on memory card)
3: Desktop with card reader / Laptop with card reader
4: Screw driver
5: Brain

[TUTORIAL]
Start downloading OS from link below (Remember it is english version but it includes chinese files also depends on your requirments which one you like to run)
Code:
https://mega.co.nz/#!CYthjDBC!Evwxx5QFFgMzsO5xgJ8aKN6xCPf1MnNySmoLRDBzwzM

Download Win32DiskImager
Code:
http://sourceforge.net/projects/win32diskimager/

While it is downloading open all screws from your miner and take our memory card carefully. Put your memory card into card reader or in your built-in card reader of your machine which ever you have and format the memory card.

Extract dragonboot-4BLADE-ENG.img file to your desktop and open Win32DiskImager
Remember while i was doing this when first time i downloaded and installed Win32DiskImager i was unable to run it on my Windows 8.1 (64bit) laptop so if it happens to you then don't worry just follow these steps if you will also get any error after installing Win32DiskImager
Right click on WIn32DiskImager icon after installing it and go to properties and then click on Compatibility tab in compatibility mode check it and select Windows XP (Service Pack 3) from drop down menu and apply the changes now you will be able to run Win32DiskImages.
after opening Win32DiskImager select your extracted img file and select your memory card in device option on write side of Win32DiskImager Click Write and it will start burning that image to your memory card when it is finished just take out your memory card from card reader slot and put it back into your miner from where you got it out from and screw your miner like you opened it before turn it on and plugin your network cable in it.

Now you are ready to access your miner through SSH.

Get back to your laptop which is connected through the same network

Download Putty
Code:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Open putty and type your miner ip
Code:
Default ip for fresh installed miner 192.168.1.134

it will give you options window just select Accept and save and then it will ask your for login
Code:
Username: pi
Password: raspberry

After logging in type this command
Code:
sudo passwd

enter your password twice carefully (if your forgot your password you will have to do the whole process from start)

Now type this command
Code:
su root

it will ask you for password just type the password you just entered in previous command

now you are in root and you have full access to your miner.

When i was doing this cryptoceelo mentioned that if we change the index file text or anything through SSH it will restore that index file as he was also not able to find out how is it coming from so as cryptoceelo mentioned in his thread i tried to do that which is edit default index file name in lighthttpd.conf so now i am also going to tell you that.

after logging in to your miner's SSH root type this command
Code:
nano /etc/lighttpd/lighttpd.conf

Find
Code:
index-file.names            = ( "index.php", "index.html", "index.lighttpd.html" )

Change to
Code:
index-file.names            = ( "default.php", "default.html", "index.lighttpd.html" )

to close nano editor press ctrl+x and save the conf file

type this command to reboot your minner
Code:
reboot

after rebooting your miner open your miner on webpage and you will get a 404 error now login back to your SSH root and type these commands
Code:
cd /var/www
mv index.php default.php

refresh your browser and your miner web interface will be working again

now type this command
Code:
nano default.php

now you can change text logo anything on your miner's web interface save it after making changes using ctrl+x and your are good to go Cheesy


I hope this tutorial will help someone but i would like to thanks to all of you for this awsome community.

Note:- if there is anything missing please let me know and All copyrights are reserved by the developers and programmers i am just teaching the method.

Don't forget to view other tutorial to protect your miner webpage access
Code:
https://bitcointalk.org/index.php?topic=650114.0
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!