Bitcoin Forum
October 10, 2024, 06:19:52 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] SHIFT | OFFICIALLY RELAUNCHED on: June 06, 2016, 05:17:49 PM
So how are we to solo mine

1. download latest gshift from http://www.shiftnrg.org/#download
2. run it with these parameters (run this only if you sure you have shiftbase):
Code:
gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console

3. wait for syncing blocks (latest block you can find on our explorer: http://explorer.shiftnrg.org)
4. check if your gshift have shiftbase - type in console
Code:
web3.shf.shiftbase
(its your wallet address where you will receive coins)
4.1 if you migrated keystore from V1 should be there your wallet address
4.2 if you creating new wallet you should get result: null - there is needed create new shiftbase it can be done over this command:
Code:
gshift-windows-amd64.exe account new
it will ask you for password. Remember it you will need him for unlocking account. When you done that gshift will exit.
5. exit all instances gshift
6. run again gshift with commands (in point 2.) wait for latest block (point 3.)
7. run your miner - this is just example you will need maybe define another parameters due different graphics card:
Code:
ethminer.exe --farm-recheck 500 -G -F http://127.0.0.1:53901
8. final step i recommend check if your gshift receive hashrate type in gshift: miner.hashrate should be there some number.

I have on paragraph 4, after the command
> web3.shf.shiftbase
undefined

what could be the problem?
coinbase synchronized
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!