Author

Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized! - page 186. (Read 547569 times)

sr. member
Activity: 241
Merit: 250
Hello guys what command output means to the console version of the purse?
sr. member
Activity: 241
Merit: 250
full member
Activity: 131
Merit: 100
why do I keep getting

0330 20:29:27.272602    1488 udp.go:212] Listening, enode://052d0151e4913251032e95f6b5bd83d0f4e29f3be841f68a382ada12e0e526c7e0c49e4a6ebc22b45fec6ad9332020d23d69190915946b0eaf50939136e4d2bd: MY IP
hero member
Activity: 483
Merit: 510
The Shift Team
OK Pool has been re-launched with the new daemon. Everything from the old pool has been purged.

https://shift.suprnova.cc

Added to OP.

Thank you for your continuing support!
legendary
Activity: 2688
Merit: 1240
OK Pool has been re-launched with the new daemon. Everything from the old pool has been purged.

https://shift.suprnova.cc
full member
Activity: 224
Merit: 100
member
Activity: 94
Merit: 10
How to run linux shift wallet?
full member
Activity: 131
Merit: 100
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:53001
8. final step i recommend check if your gshift receive hashrate type in gshift: miner.hashrate should be there some number.


so you have to create a bat file ... add
Code:
gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console


i still only get

Code:
C:\Users\William\Desktop\Shift>gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console
I0330 19:31:17.638344    6672 database.go:71] Alloted 16MB cache to C:\Users\William\AppData\Roaming\gshift\chaindata
I0330 19:31:17.648350    6672 database.go:71] Alloted 16MB cache to C:\Users\William\AppData\Roaming\gshift\dapp
I0330 19:31:17.658848    6672 backend.go:318] Protocol Versions: [63 62 61], Network Id: 1
I0330 19:31:17.660365    6672 backend.go:366] Blockchain DB Version: 3
I0330 19:31:17.662360    6672 sqldb.go:180] Loading existing SQL DB C:\Users\William\AppData\Roaming\gshift\sql.db
I0330 19:31:17.664853    6672 blockchain.go:219] Last header: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.666367    6672 blockchain.go:220] Last block: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.667862    6672 blockchain.go:221] Fast block: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.673885    6672 cmd.go:114] Starting Gshift/v2.4.1/windows/go1.6
I0330 19:31:17.675362    6672 server.go:311] Starting Server
I0330 19:31:17.678364    6672 nat.go:111] mapped network port udp:53900 -> 53900 (shift discovery) using NAT-PMP(192.168.1.1)
I0330 19:31:17.688894    6672 udp.go:212] Listening, enode://49b698796944769ffa8431a8307682c25af6d71296e29498a26140808e52953bb44d612b179e337899afeb5ea827b8a581ea90f7b5581d84ed91d053b6746853@210.168.21.4.122:53900
I0330 19:31:17.693397    6672 backend.go:540] Server started
I0330 19:31:17.693397    6672 server.go:552] Listening on [::]:53900
I0330 19:31:17.694888    6672 ipc.go:111] IPC service started (\\.\pipe\gshift.ipc)
I0330 19:31:17.695388    6672 nat.go:111] mapped network port tcp:53900 -> 53900 (shift p2p) using NAT-PMP(192.168.1.1)
instance: Gshift/v2.4.1/windows/go1.6
 datadir: C:\Users\William\AppData\Roaming\gshift
shiftbase: 0xa34c314794b25738226fefc202f99d5e3959af72
at block: 0 (Thu, 01 Jan 1970 11:00:00 EST)
modules: admin:1.0 db:1.0 debug:1.0 miner:1.0 net:1.0 personal:1.0 shf:1.0 shh:1.0 txpool:1.0 web3:1.0
>


sr. member
Activity: 458
Merit: 250
full member
Activity: 224
Merit: 100
full member
Activity: 224
Merit: 100
ok it work it say mining starrted, but you  have done an error in your guide it's 53901 the port after the ip not 53001
sr. member
Activity: 364
Merit: 250

how to do this if i need to point to a virtual machine and not local host i just replace 127.0.0.1 with the vm ip?

and what about rpc user and password?

Check here: http://cryptomining-blog.com/5344-quick-guide-on-solo-gpu-mining-ethereum-on-windows/
full member
Activity: 224
Merit: 100
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:53001
8. final step i recommend check if your gshift receive hashrate type in gshift: miner.hashrate should be there some number.

how to do this if i need to point to a virtual machine and not local host i just replace 127.0.0.1 with the vm ip?

and what about rpc user and password?
sr. member
Activity: 364
Merit: 250
We added the links to the daemons for each OS to the first page.
full member
Activity: 176
Merit: 100
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.
sr. member
Activity: 364
Merit: 250
I just saw it now and I have some coins on bleutrade. Are they lost?


We have no feedback from Bleutrade yet, but no coins from the old chain are lost.
sr. member
Activity: 364
Merit: 250
So how many block's will there be left that are worth 3 Shift per block .Before we can mine  solo mining is not working for me

Hey Daveoff,

we have the reward reduction on the first page, there are plenty of blocks with 3 coins reward left Smiley
sr. member
Activity: 364
Merit: 250
If my coins were on bittrex are they on the v2 block chain now

Yes,

Bittrex has confirmed that things are back to normal. Can you check your balance on the exchange?
sr. member
Activity: 364
Merit: 250
Can we mine with Ethos ?

http://ethosdistro.com/

Config file:
http://ethosdistro.com/pool.txt

We have no in-depth knowledge about ETHOS, if it supports solo mining then yes.

We are currently putting together a quick solo mining guide, but BTCTalk is being a bit faulty today Wink
full member
Activity: 260
Merit: 100
https://i.imgur.com/anpUpg7.jpg
Jump to: