ShiftTeam (OP)
|
|
July 16, 2016, 09:21:55 AM |
|
UPDATE JUL 16: HARDFORK SUCCESSFULL
Thanks everyone for having updated, the hardfork has been successfull. Now the balance of power between investors and miners is restored, and we can resume our progression to the creation of an decentralized ecosystem.
|
|
|
|
jeffdoubleyou
Newbie
Offline
Activity: 21
Merit: 0
|
|
July 16, 2016, 05:01:00 PM Last edit: July 16, 2016, 05:12:23 PM by jeffdoubleyou |
|
UPDATE JUL 16: HARDFORK SUCCESSFULL
Thanks everyone for having updated, the hardfork has been successfull. Now the balance of power between investors and miners is restored, and we can resume our progression to the creation of an decentralized ecosystem.
Shift-pool.com payments are mostly failing for the moment as I cannot for the life of me figure out why the pool is still thinking that the block reward is 2 SHF. If anyone has any input, I'd greatly appreciate it. It seems like the only pool not giving a reward of 2 is Miners-Zone. EDIT: Nevermind, I can't believe I forgot where to edit this.
|
|
|
|
randayh
|
|
July 16, 2016, 05:16:49 PM |
|
epool.io has been updatedList of changes, 1. New link to pool shift.epool.io2. New stratum and getwork URL us.shf.epool.io 3. Block reward update 1SHIFT per block 4. Payouts 2 Hours from 15 Minutes 5. Removal of referances from other epools mining URLs 6. All legacy links still work and will stay configured for some time
|
|
|
|
ExEric3
|
|
July 16, 2016, 05:33:09 PM |
|
Shift-pool.com payments are mostly failing for the moment as I cannot for the life of me figure out why the pool is still thinking that the block reward is 2 SHF.
If anyone has any input, I'd greatly appreciate it. It seems like the only pool not giving a reward of 2 is Miners-Zone.
EDIT: Nevermind, I can't believe I forgot where to edit this.
You are not alone. Yeah unlocker.go file is or was your target. I think suprnova, shift.mskpool.ru and geilidao.com isnt updated yet. Btw important advice. modify environment.js in www/config dir and change value BlockTime. Since this hard fork changed block time and block reward its not anymore 14.4 secs. It will correct Network Hash Rate on main pool site and I think also lower percentage of variance. Rebuild web and you are done.
|
|
|
|
jeffdoubleyou
Newbie
Offline
Activity: 21
Merit: 0
|
|
July 16, 2016, 05:50:25 PM |
|
Shift-pool.com payments are mostly failing for the moment as I cannot for the life of me figure out why the pool is still thinking that the block reward is 2 SHF.
If anyone has any input, I'd greatly appreciate it. It seems like the only pool not giving a reward of 2 is Miners-Zone.
EDIT: Nevermind, I can't believe I forgot where to edit this.
You are not alone. Yeah unlocker.go file is or was your target. I think suprnova, shift.mskpool.ru and geilidao.com isnt updated yet. Btw important advice. modify environment.js in www/config dir and change value BlockTime. Since this hard fork changed block time and block reward its not anymore 14.4 secs. It will correct Network Hash Rate on main pool site and I think also lower percentage of variance. Rebuild web and you are done. Thank you for the advice! Also, seeing an issue with the new build. Nothing critical but all of the eth functions that used to be renamed to shf are not renamed in the new release, for example: > shf.sendTransaction() TypeError: 'sendTransaction' is not a function at <anonymous>:1:1
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
July 16, 2016, 06:51:14 PM Last edit: July 16, 2016, 08:04:30 PM by olib123 |
|
How can i solo mine ? Can someone help me ? I use win 7. Ths. Suprnova pool is on the right blockchain?
|
|
|
|
cryptodesigns
Newbie
Offline
Activity: 5
Merit: 0
|
|
July 16, 2016, 08:32:59 PM |
|
Wondering how I convert my old wallet to the new? I don't want to lose my SHF.
|
|
|
|
ExEric3
|
|
July 16, 2016, 09:10:50 PM |
|
How can i solo mine ? Can someone help me ? I use win 7. Ths. Suprnova pool is on the right blockchain? Here is solo mining tutorial (I personally recommend some pool for example http://shf.miners-zone.net): 1. download latest gshift from http://www.shiftnrg.org/#download2. run it with these parameters (run this only if you sure you have shiftbase): 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 network stats page: http://stats.shiftnrg.org) 4. check if your gshift have shiftbase - type in console (its your wallet address where you will receive coins) 4.1 if you creating new wallet you should get result: null - there is needed create new shiftbase it can be done over this command: 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: ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:53901 Suprnova isnt on right blockchain because pool operator isnt updated gshift so its not syncing with network anymore. Also that pool had announcement about closing and was removed from official pool list.
|
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
July 16, 2016, 09:16:06 PM |
|
How can i solo mine ? Can someone help me ? I use win 7. Ths. Suprnova pool is on the right blockchain? Here is solo mining tutorial (I personally recommend some pool for example http://shf.miners-zone.net): 1. download latest gshift from http://www.shiftnrg.org/#download2. run it with these parameters (run this only if you sure you have shiftbase): 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 network stats page: http://stats.shiftnrg.org) 4. check if your gshift have shiftbase - type in console (its your wallet address where you will receive coins) 4.1 if you creating new wallet you should get result: null - there is needed create new shiftbase it can be done over this command: 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: ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:53901 Suprnova isnt on right blockchain because pool operator isnt updated gshift so its not syncing with network anymore. Also that pool had announcement about closing and was removed from official pool list. Thanks. Very helpfull.
|
|
|
|
ShiftTeam (OP)
|
|
July 16, 2016, 10:22:22 PM |
|
Shift-pool.com payments are mostly failing for the moment as I cannot for the life of me figure out why the pool is still thinking that the block reward is 2 SHF.
If anyone has any input, I'd greatly appreciate it. It seems like the only pool not giving a reward of 2 is Miners-Zone.
EDIT: Nevermind, I can't believe I forgot where to edit this.
You are not alone. Yeah unlocker.go file is or was your target. I think suprnova, shift.mskpool.ru and geilidao.com isnt updated yet. Btw important advice. modify environment.js in www/config dir and change value BlockTime. Since this hard fork changed block time and block reward its not anymore 14.4 secs. It will correct Network Hash Rate on main pool site and I think also lower percentage of variance. Rebuild web and you are done. Thank you for the advice! Also, seeing an issue with the new build. Nothing critical but all of the eth functions that used to be renamed to shf are not renamed in the new release, for example: > shf.sendTransaction() TypeError: 'sendTransaction' is not a function at <anonymous>:1:1
I will have a look tomorrow (in between all the other development that is going on. Interesting times for Shift Phantom Network ahead). Thx.
|
|
|
|
CryptoMrM
|
|
July 16, 2016, 10:51:42 PM |
|
Just found out about SHIFT and looked into it.
I have to say this is seriously undervalued. Looking forward to being part of the future development.
Is there any discussion about opening your own forum?
|
|
|
|
Spacemarko
|
|
July 16, 2016, 10:52:46 PM |
|
Can any1 tell me about earning. How much in 24h you can get with let say R380? Or With Nvidia 1070-1070?
|
|
|
|
gcali
Newbie
Offline
Activity: 8
Merit: 0
|
|
July 16, 2016, 10:59:08 PM |
|
Would OP please encourage discussion to move to Reddit forum, please?: https://www.reddit.com/r/ShiftNrg/This huge ass Announcement thread is fucking ridiculous.
|
|
|
|
|
Spacemarko
|
|
July 16, 2016, 11:18:10 PM |
|
Can't calculate if any1 don't know how much Mh/s is giving any VGA card
|
|
|
|
ExEric3
|
|
July 17, 2016, 12:21:36 AM |
|
Can't calculate if any1 don't know how much Mh/s is giving any VGA card Its Dagger so you can definitelly count with R9 380 between 18 - 22MH/s.
|
|
|
|
ShiftTeam (OP)
|
|
July 17, 2016, 07:42:23 AM Last edit: July 17, 2016, 08:20:12 AM by ShiftTeam |
|
We are working with bittrex to get their wallet up and running. Just want to get you a status update on this. Thx.
Edit: Bittrex is now up and working as usual.
|
|
|
|
ShiftConnect
|
|
July 17, 2016, 09:52:47 AM |
|
Just found out about SHIFT and looked into it.
I have to say this is seriously undervalued. Looking forward to being part of the future development.
Is there any discussion about opening your own forum?
Hi CryptoMrM, thank you for the vote of confidence, there's a lot of great things in development so it's always worth to check in every now and then. Currently we are not planning to move the discussion to a separate forum because we need the exposure BTCTalk provides. Furthermore we are happy about the general atmosphere in our thread so there's no need for moderation at this moment. What we suggest is to visit our slack to keep up with ongoing developments as we usually just provide milestone updates on here.
|
SHIFT Response Team
|
|
|
ShiftConnect
|
|
July 17, 2016, 09:56:33 AM |
|
Hi gcali, our subreddit has been neglected a bit due to low user turnout but we are very happy about any activity there. We apologize for the chaotic update structure. We haven't been able to properly update the first page regularly simply because a lot has been going on until this point and we haven't found the time. We are currently redesigning our main ANN to give a better overview about past, recent and future updates as well as more detailed insight on current developments
|
SHIFT Response Team
|
|
|
|