Bitcoin Forum
August 03, 2024, 08:30:15 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 [175] 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 ... 314 »
  Print  
Author Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized!  (Read 547557 times)
ShiftTeam (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 510


The Shift Team


View Profile WWW
July 16, 2016, 09:21:55 AM
 #3481

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 Offline

Activity: 21
Merit: 0


View Profile
July 16, 2016, 05:01:00 PM
Last edit: July 16, 2016, 05:12:23 PM by jeffdoubleyou
 #3482

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
Sr. Member
****
Offline Offline

Activity: 386
Merit: 250


View Profile WWW
July 16, 2016, 05:16:49 PM
 #3483

epool.io has been updated

List of changes,

1. New link to pool shift.epool.io
2. 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
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
July 16, 2016, 05:33:09 PM
 #3484

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 Offline

Activity: 21
Merit: 0


View Profile
July 16, 2016, 05:50:25 PM
 #3485

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:

Code:
> shf.sendTransaction()
TypeError: 'sendTransaction' is not a function
    at <anonymous>:1:1

olib123
Member
**
Offline Offline

Activity: 183
Merit: 14

Chainjoes.com


View Profile
July 16, 2016, 06:51:14 PM
Last edit: July 16, 2016, 08:04:30 PM by olib123
 #3486

How can i solo mine ? Can someone help me ? I use win 7.  Ths. Sad
Suprnova pool is on the right blockchain?

cryptodesigns
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
July 16, 2016, 08:32:59 PM
 #3487

Wondering how I convert my old wallet to the new? I don't want to lose my SHF.
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
July 16, 2016, 09:10:50 PM
 #3488

How can i solo mine ? Can someone help me ? I use win 7.  Ths. Sad
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/#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 network stats page: http://stats.shiftnrg.org)
4. check if your gshift have shiftbase - type in console
Code:
web3.eth.shiftbase
(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:
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 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.
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
July 16, 2016, 09:13:22 PM
 #3489

Wondering how I convert my old wallet to the new? I don't want to lose my SHF.

Just download latest gshift (v 3.0.0) from http://www.shiftnrg.org/#download

Run it as previous version. Wait for latest mined block which you can find on http://stats.shiftnrg.org and you are done.
olib123
Member
**
Offline Offline

Activity: 183
Merit: 14

Chainjoes.com


View Profile
July 16, 2016, 09:16:06 PM
 #3490

How can i solo mine ? Can someone help me ? I use win 7.  Ths. Sad
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/#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 network stats page: http://stats.shiftnrg.org)
4. check if your gshift have shiftbase - type in console
Code:
web3.eth.shiftbase
(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:
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 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.  Smiley

ShiftTeam (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 510


The Shift Team


View Profile WWW
July 16, 2016, 10:22:22 PM
 #3491

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:

Code:
> 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
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500


View Profile
July 16, 2016, 10:51:42 PM
 #3492

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
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
July 16, 2016, 10:52:46 PM
 #3493

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 Offline

Activity: 8
Merit: 0


View Profile
July 16, 2016, 10:59:08 PM
 #3494

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.
dannygroove
Sr. Member
****
Offline Offline

Activity: 306
Merit: 250



View Profile WWW
July 16, 2016, 11:02:26 PM
 #3495

Can any1 tell me about earning. How much in 24h you can get with let say R380? Or With Nvidia 1070-1070?

http://www.whattomine.com/coins/156-shift-ethash There you go
Spacemarko
Full Member
***
Offline Offline

Activity: 184
Merit: 100


View Profile
July 16, 2016, 11:18:10 PM
 #3496

Can any1 tell me about earning. How much in 24h you can get with let say R380? Or With Nvidia 1070-1070?

http://www.whattomine.com/coins/156-shift-ethash There you go

Can't calculate if any1 don't know how much Mh/s is giving any VGA card Smiley
ExEric3
Full Member
***
Offline Offline

Activity: 176
Merit: 100


View Profile
July 17, 2016, 12:21:36 AM
 #3497

Can't calculate if any1 don't know how much Mh/s is giving any VGA card Smiley

Its Dagger so you can definitelly count with R9 380 between 18 - 22MH/s.
ShiftTeam (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 510


The Shift Team


View Profile WWW
July 17, 2016, 07:42:23 AM
Last edit: July 17, 2016, 08:20:12 AM by ShiftTeam
 #3498

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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
July 17, 2016, 09:52:47 AM
 #3499

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
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
July 17, 2016, 09:56:33 AM
 #3500

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.

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 Smiley


SHIFT Response Team
Pages: « 1 ... 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 [175] 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 ... 314 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!