ShiftConnect
|
|
April 10, 2016, 11:26:14 AM |
|
It's not possible to get MPOS working with (later) blocks with smaller block numbers, we will be resetting the blocks and transactions on the pool as well as soon as we get some time, please switch to other pools or soloing if possible, we thought it will be a simple wallet upgrade and not a full reset.
shift.maxminers.net apparently escaped with coins (((
We urge you not to jump to conclusions. MaxMiners are respected pool operators, please give them some time to sort things out. We will try and see if we can speed up the solution.
|
SHIFT Response Team
|
|
|
psyx80
|
|
April 10, 2016, 11:34:26 AM |
|
It's not possible to get MPOS working with (later) blocks with smaller block numbers, we will be resetting the blocks and transactions on the pool as well as soon as we get some time, please switch to other pools or soloing if possible, we thought it will be a simple wallet upgrade and not a full reset.
shift.maxminers.net apparently escaped with coins (((
We urge you not to jump to conclusions. MaxMiners are respected pool operators, please give them some time to sort things out. We will try and see if we can speed up the solution. I do not say anything approver. I expect to solve this problem
|
|
|
|
mikegi
|
|
April 10, 2016, 11:40:11 AM |
|
It's not possible to get MPOS working with (later) blocks with smaller block numbers, we will be resetting the blocks and transactions on the pool as well as soon as we get some time, please switch to other pools or soloing if possible, we thought it will be a simple wallet upgrade and not a full reset.
shift.maxminers.net apparently escaped with coins (((
We urge you not to jump to conclusions. MaxMiners are respected pool operators, please give them some time to sort things out. We will try and see if we can speed up the solution. They are obviously on the old 2.4.2 chain and have the most up to date version I have seen. Does the Shift Team have a backup of the 2.4.2 chain they would be willing to share?
|
|
|
|
Maverick69
|
|
April 10, 2016, 11:57:32 AM Last edit: April 10, 2016, 12:10:24 PM by Maverick69 |
|
It's not possible to get MPOS working with (later) blocks with smaller block numbers, we will be resetting the blocks and transactions on the pool as well as soon as we get some time, please switch to other pools or soloing if possible, we thought it will be a simple wallet upgrade and not a full reset.
shift.maxminers.net apparently escaped with coins (((
We urge you not to jump to conclusions. MaxMiners are respected pool operators, please give them some time to sort things out. We will try and see if we can speed up the solution. They are obviously on the old 2.4.2 chain and have the most up to date version I have seen. Does the Shift Team have a backup of the 2.4.2 chain they would be willing to share? Yep! http://www.shiftnrg.org/download/chaindata_v2.4.2_blocks_65102.zipor http://www.shiftnrg.org/download/chaindata_v242_block_65102.bin
|
|
|
|
Argwai96
Legendary
Offline
Activity: 1036
Merit: 1000
Thug for life!
|
|
April 10, 2016, 01:12:38 PM |
|
Coming back from a long break is nice to see this alive lmao, ima begin catching up the drama from where i left off.
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
April 10, 2016, 02:08:46 PM Last edit: April 10, 2016, 02:57:56 PM by olib123 |
|
Hi, my wallet is not sending coins. Where is the problem ? Well thank you. Confirmation is ,,-1´´ still. Also when a made: 1. personal.unlockAccount(shf.accounts[0], "...........") 2. shf.sendTransaction({from: '............', to: '...................................., value: web3.toWei(9, "shift")}) nothing will happen.
|
|
|
|
Maverick69
|
|
April 10, 2016, 02:25:58 PM |
|
Hi, my wallet is not sending coins. Where is the problem ? Well thank you. Confirmation is ,,-1´´ still. If you want some help, you must give as much info as you can. What command did you use? We can't help much with so few info...
|
|
|
|
ShiftConnect
|
|
April 10, 2016, 02:48:46 PM |
|
Hi, my wallet is not sending coins. Where is the problem ? Well thank you. Confirmation is ,,-1´´ still. http://imgur.com/PLcP5SFAlso when a made: 1. personal.unlockAccount(shf.accounts[0], "...........") 2. shf.sendTransaction({from: '............', to: '...................................., value: web3.toWei(9, "shift")}) nothing will happen. This is likely a problem of GShift not having fully synced when sending the transaction. Let it run for a while and try again. Let us know if it works.
|
SHIFT Response Team
|
|
|
Maverick69
|
|
April 10, 2016, 03:10:58 PM |
|
Hi, my wallet is not sending coins. Where is the problem ? Well thank you. Confirmation is ,,-1´´ still. Also when a made: 1. personal.unlockAccount(shf.accounts[0], "...........") 2. shf.sendTransaction({from: '............', to: '...................................., value: web3.toWei(9, "shift")}) nothing will happen. Did you do the removedb procedure? (which is posted below)
|
|
|
|
Maverick69
|
|
April 10, 2016, 03:11:13 PM |
|
Here is the step by step procedure to upgrade your wallet from 2.4.2 to 2.5.0 under Windows:0. Download the new client (version 2.5.0) here https://github.com/shiftcurrency/shift/releases/tag/2.5.0. 1. In order to execute this procedure, you need to be in a command prompt window. If you aren't yet, navigate through the Windows explorer to your new Gshift executable, hold the Shift key on the keyboard and right-click on a blank space. Release the Shift key. In the contextual menu, click on Open command window here. The command prompt window is now opened directly in the folder of the executable. 2. Type the command 'gshift-windows-amd64 removedb' (without the quotes and followed by Enter). You will be prompted to confirm your choice to remove the database, enter 'y' to confirm (without the quotes, and followed by Enter). Your old database has now been removed. 3. Start the client with the command 'gshift-windows-amd64' (without the quotes and followed by Enter) and wait for the blockchain to sync up. You're done!
|
|
|
|
losk22
Legendary
Offline
Activity: 1354
Merit: 1000
|
|
April 10, 2016, 03:23:33 PM |
|
DEV again fucked up, promised to 50s. Approximately 14,400 coins per day from now on!
The fast blocks and low difficulty are normal, please have some patience while the retargeting adjusts. Wait, we can, but how bad check test network! Public inspection arrange.
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
April 10, 2016, 03:28:53 PM |
|
Maverick69: i made that as first. I do not know what to be, but it is operating normally.
|
|
|
|
ExEric3
|
|
April 10, 2016, 03:35:03 PM |
|
Maverick69: i made that as first. I do not know what to be, but it is operating normally.
type in console for gshift: web3.shf.blockNumber and you will see your latest synced block and paste it there.
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
April 10, 2016, 03:46:03 PM |
|
Block: 6564
|
|
|
|
ExEric3
|
|
April 10, 2016, 04:53:24 PM |
|
Block: 6564
and if you look on transaction detail you see there txid?
|
|
|
|
olib123
Member
Offline
Activity: 183
Merit: 14
Chainjoes.com
|
|
April 10, 2016, 05:51:36 PM |
|
When I have to send so it goes. Shift Coins come to bittrex. But in the wallet, the transaction does not appear TX or -1. When I look at the transaction id Explorer does not find any.
|
|
|
|
ShiftTeam (OP)
|
|
April 10, 2016, 08:37:34 PM |
|
Development on PHANTOM continues. You will soon see some commits on github.
|
|
|
|
ShiftConnect
|
|
April 11, 2016, 08:55:15 AM |
|
When I have to send so it goes. Shift Coins come to bittrex. But in the wallet, the transaction does not appear TX or -1. When I look at the transaction id Explorer does not find any.
Hey olib123, This is a known bug in Etherdiene that happens on very few occasions. Once you close and reopen your wallet you should see the transactions with the correct depth. Since the wallet will be completely overhauled for SHIFTHUB, we haven't yet decided if it's worth spending too much time on it, as this is just a cosmetic error.
|
SHIFT Response Team
|
|
|
Daveeoff
|
|
April 11, 2016, 08:21:24 PM |
|
Any word about Maxminers shift pool getting back up still have about 50 shift stuck on there pool
|
|
|
|
|
|