beyinsi
|
|
May 31, 2016, 11:56:56 PM |
|
any new news... @Maverick69
|
|
|
|
Olegcho
|
|
June 01, 2016, 05:49:49 AM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
|
|
|
|
Balbec
Newbie
Offline
Activity: 45
Merit: 0
|
|
June 01, 2016, 07:41:07 AM |
|
stats.shiftnrg.org ---> NET::ERR_CERT_AUTHORITY_INVALID
Chrome don't trust this site((((
|
|
|
|
Olegcho
|
|
June 01, 2016, 09:13:37 AM |
|
Can someone give me addnode and explain me how to add it, please?
|
|
|
|
mikegi
|
|
June 01, 2016, 09:22:31 AM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
Here are a couple commands to add nodes manually. Sometimes, problems with NAT or Firewall can cause connectivity problems. Try pasting each line, separately into the gshift command line. admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900")
|
|
|
|
Olegcho
|
|
June 01, 2016, 09:28:44 AM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
Here are a couple commands to add nodes manually. Sometimes, problems with NAT or Firewall can cause connectivity problems. Try pasting each line, separately into the gshift command line. admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900") thanks, but i can't write in gshift. What else i can try
|
|
|
|
Olegcho
|
|
June 01, 2016, 11:39:04 AM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
Here are a couple commands to add nodes manually. Sometimes, problems with NAT or Firewall can cause connectivity problems. Try pasting each line, separately into the gshift command line. admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900") I can't write in gshift console Is there a way to create conf file in which to add them? If yes please tell me where to create it and how it should look
|
|
|
|
Maverick69
|
|
June 01, 2016, 12:05:54 PM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
Here are a couple commands to add nodes manually. Sometimes, problems with NAT or Firewall can cause connectivity problems. Try pasting each line, separately into the gshift command line. admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900") I can't write in gshift console Is there a way to create conf file in which to add them? If yes please tell me where to create it and how it should look Either Launch with gshift-windows-amd64 console and then use the admin.addPeer code above or add a static-nodes.json file into datadir. (See my post below)
|
|
|
|
Maverick69
|
|
June 01, 2016, 12:10:10 PM |
|
If you need to sync your wallet and are stuck, here is what you can do to add peers automatically at launch: (this explaination is for Windows, but is similar on other OSes as long as you change paths and filenames accordingly) 1. Use Windows key+R to open the Run window. 2. In the Run window, type %appdata%\Shift to open the Shift data folder. 3. Right inside this folder, create a file called static-nodes.json 4. Open this file in your text editor. 5. Copy and paste this inside: (yes, including the brackets) [ "enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900", "enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900" ]
6. Save the file. (If needed, you can always add new nodes in this file later on.) 7. Launch your wallet as usual.
|
|
|
|
Maverick69
|
|
June 01, 2016, 12:20:04 PM |
|
stats.shiftnrg.org ---> NET::ERR_CERT_AUTHORITY_INVALID
Chrome don't trust this site((((
Yes, this is because the site is in https now, and we're using a self signed certificate (third party issued certificates are not free), you can add an exception in your browser, it's safe. However, we're working on using http again, so that warning doesn't even show.
|
|
|
|
mikegi
|
|
June 01, 2016, 12:49:22 PM |
|
Since yesterday my shift wallet don't want to sync. How to fix it? Thanks in advance
Here are a couple commands to add nodes manually. Sometimes, problems with NAT or Firewall can cause connectivity problems. Try pasting each line, separately into the gshift command line. admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900") thanks, but i can't write in gshift. What else i can try How do you start gshift? You can start it with the command at the end of the line.... or in another terminal run . If your computers clock is too fast or too slow, this can also cause problems with finding peers. If you are running Linux I suggest installing ntp. For windows. http://windows.microsoft.com/en-us/windows/set-clock#1TC=windows-7Please confirm if you had trouble with the clock and also if that solved the problem.
|
|
|
|
psyx80
|
|
June 01, 2016, 05:47:31 PM |
|
Pump it's time to do and take a 2 position at the expanse
|
|
|
|
ShiftConnect
|
|
June 01, 2016, 08:27:44 PM Last edit: June 02, 2016, 04:16:12 PM by ShiftConnect |
|
Hi everyone,
it's been quiet but we've been busy behind the scenes and today we're announcing the upcoming release of GShift 2.6.0 over the coming days.
This version will bring us to the most recent Ethereum Codebase (1.4.5) and fix several issues and provide improvements.
A more detailed explanation along with the current development status on Phantom will follow in the upcoming (not exactly) weekly update, expected to arrive some time during the weekend.
|
SHIFT Response Team
|
|
|
gerb
|
|
June 01, 2016, 08:49:43 PM |
|
Hi everyone,
it's been quiet but we've been busy behind the scenes and today we're announcing the upcoming release of GShift 2.6.0 over the coming days.
This version will bring us to the most recent Ethereum Codebase (1.4.3) and fix several issues and provide improvements.
A more detailed explanation along with the current development status on Phantom will follow in the upcoming (not exactly) weekly update, expected to arrive some time during the weekend.
I can't wait to hear more good news Great work!
|
|
|
|
beyinsi
|
|
June 02, 2016, 09:01:35 PM |
|
Hi everyone,
it's been quiet but we've been busy behind the scenes and today we're announcing the upcoming release of GShift 2.6.0 over the coming days.
This version will bring us to the most recent Ethereum Codebase (1.4.3) and fix several issues and provide improvements.
A more detailed explanation along with the current development status on Phantom will follow in the upcoming (not exactly) weekly update, expected to arrive some time during the weekend.
I can't wait to hear more good news Great work! Oh what an exciting news... Other coin Devs working nights and days.. you must be quick and live....
|
|
|
|
revelacaogr
Legendary
Offline
Activity: 1316
Merit: 1021
2009 Alea iacta est
|
|
June 03, 2016, 07:55:17 AM |
|
when a coin have a good potensial ,always fall for to give space for the wales to by more.... So this coin goes well.....
|
|
|
|
psyx80
|
|
June 04, 2016, 06:50:54 PM |
|
that the pool
|
|
|
|
ShiftConnect
|
|
June 04, 2016, 07:21:48 PM |
|
that the pool We are currently moving the pool to a different host, please switch to another pool or continue solo mining. Thank you.
|
SHIFT Response Team
|
|
|
psyx80
|
|
June 05, 2016, 07:19:05 AM |
|
development team would like to know, are you going to invite foreign investors to the project or decide to draw all by yourself? I mean the investor companies interested in your product as to its further use for the needs and development of its products on it. as it made the air and expanse? money from you as I can to support the market to assume you do not have, miners in the forum thread is also not investors and miners yet, their task is to create and feed the coins to keep the network in operation. What are your plans on the development of the project of the economy and attracting foreign capital into the project? this is an important aspect of development. THX
|
|
|
|
psyx80
|
|
June 05, 2016, 08:39:01 AM |
|
POOLS
SHIFTNRG - no work
SUPRNOVA =>Closing soon!
MAXMINERS- no work
GEILIDAO- ping very bad (CN)
BITCAUSE - error -Warning: array_slice() expects parameter 1 to be array, null given in /var/www/html/shift.bitcause.org/includes/yourpayments.php on line 5 No payments (yet)..
|
|
|
|
|