Author

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

legendary
Activity: 2688
Merit: 1240
Is there a trick to get the linux wallet synched ?

I tried with and without enodes.. It just sits there "IPC service started ..." and "Listening..." and thats about it ..

Having the same problem.

Shift-Windows --rpc


E:\shift>Shift-Windows --rpc
I0902 05:59:26.542608   13532 database.go:73] Alloted 16MB cache to C:\Users\DOR
Y\AppData\Roaming\Shift\chaindata
I0902 05:59:26.550608   13532 database.go:73] Alloted 16MB cache to C:\Users\DOR
Y\AppData\Roaming\Shift\dapp
I0902 05:59:26.554609   13532 backend.go:301] Protocol Versions: [61 60], Networ
k Id: 1
I0902 05:59:26.555609   13532 backend.go:338] Blockchain DB Version: 3
I0902 05:59:26.555609   13532 chain_manager.go:237] Last block (#0) 7a0ff98797a8
5c366b899527e83ddd619fe325d1f8701bc2cb8f440045f931da TD=8589934592
I0902 05:59:26.559609   13532 cmd.go:125] Starting Shift/v0.2.0/windows/go1.4.2
I0902 05:59:26.559609   13532 server.go:311] Starting Server
I0902 05:59:28.665729   13532 udp.go:207] Listening, enode://79598bbdb998eb48e64
85d046691900a35dbd3b8bde81821a7581fb93951badb8c6760cada04fbaad0073825556241b47e b
[email protected].0:53900
I0902 05:59:28.665729   13532 backend.go:567] Server started
I0902 05:59:28.665729   13532 server.go:552] Listening on [::]:53900
I0902 05:59:28.666729   13532 ipc_windows.go:724] IPC service started (\\.\pipe\
shf.ipc)



Check your time and your firewall.
hero member
Activity: 543
Merit: 500
I have created a new account with

Code:
personal.newAccount('')

then

Code:
personal.unlockAccount('0xmynewaddress')
Please unlock account mynewaddress
Passphrase:
Account is now unlocked for this session.
true

If it does not work for you then your passphrase is not empty.
Great, this works for the CLI wallet. But there is probably bug in GUI wallet, because account can't be unlocked thru GUI, even when unlocked with console wallet. Devs will fix this soon Cheesy




member
Activity: 109
Merit: 10
Is there a trick to get the linux wallet synched ?

I tried with and without enodes.. It just sits there "IPC service started ..." and "Listening..." and thats about it ..

Having the same problem.

Shift-Windows --rpc


E:\shift>Shift-Windows --rpc
I0902 05:59:26.542608   13532 database.go:73] Alloted 16MB cache to C:\Users\DOR
Y\AppData\Roaming\Shift\chaindata
I0902 05:59:26.550608   13532 database.go:73] Alloted 16MB cache to C:\Users\DOR
Y\AppData\Roaming\Shift\dapp
I0902 05:59:26.554609   13532 backend.go:301] Protocol Versions: [61 60], Networ
k Id: 1
I0902 05:59:26.555609   13532 backend.go:338] Blockchain DB Version: 3
I0902 05:59:26.555609   13532 chain_manager.go:237] Last block (#0) 7a0ff98797a8
5c366b899527e83ddd619fe325d1f8701bc2cb8f440045f931da TD=8589934592
I0902 05:59:26.559609   13532 cmd.go:125] Starting Shift/v0.2.0/windows/go1.4.2
I0902 05:59:26.559609   13532 server.go:311] Starting Server
I0902 05:59:28.665729   13532 udp.go:207] Listening, enode://79598bbdb998eb48e64
85d046691900a35dbd3b8bde81821a7581fb93951badb8c6760cada04fbaad0073825556241b47e b
[email protected].0:53900
I0902 05:59:28.665729   13532 backend.go:567] Server started
I0902 05:59:28.665729   13532 server.go:552] Listening on [::]:53900
I0902 05:59:28.666729   13532 ipc_windows.go:724] IPC service started (\\.\pipe\
shf.ipc)

legendary
Activity: 1457
Merit: 1001
Start Java console in terminal (Ubuntu):

./shift-linux-amd64 attach
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
I have created a new account with

Code:
personal.newAccount('')

then

Code:
personal.unlockAccount('0xmynewaddress')
Please unlock account mynewaddress
Passphrase:
Account is now unlocked for this session.
true

If it does not work for you then your passphrase is not empty.





hero member
Activity: 543
Merit: 500
How to unlock account with console? With GUI is not working, i got account unlock failure error. BTW i did not set up any password, I created account with blank pass Cheesy
Just hit enter when it will ask for passphrase. Works for me.

I already did this, got account unlock failure error
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
How to unlock account with console? With GUI is not working, i got account unlock failure error. BTW i did not set up any password, I created account with blank pass Cheesy
Just hit enter when it will ask for passphrase. Works for me.
hero member
Activity: 543
Merit: 500
How to unlock account with console? With GUI is not working, i got account unlock failure error. BTW i did not set up any password, I created account with blank pass Cheesy
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
You sure it's java one?  Roll Eyes
legendary
Activity: 1457
Merit: 1001
miner.hashrate will only show hashrate if you are mining using the shift client, since it is based on Go Ethereum it only supports CPU mining (--mine option).

True, but it's weird that it sometimes shows the hashrate of the ethminer too....
It does not
It can't
wallet software does not know what's the hashrate of miner
period


in Java console to get your balance just type

eth.getBalance("0xyour-address")
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
miner.hashrate will only show hashrate if you are mining using the shift client, since it is based on Go Ethereum it only supports CPU mining (--mine option).

True, but it's weird that it sometimes shows the hashrate of the ethminer too....
It does not
It can't
wallet software does not know what's the hashrate of miner
period
hero member
Activity: 518
Merit: 500
miner.hashrate will only show hashrate if you are mining using the shift client, since it is based on Go Ethereum it only supports CPU mining (--mine option).

True, but it's weird that it sometimes shows the hashrate of the ethminer too....
hero member
Activity: 518
Merit: 500
Using the "Show mining hashrate" command: miner.hashrate , it shows sometimes a negative hashrate. Just wanted to point that out....

yes says zero for me..even though I have been mining blocks confirmed

The miner show I'm mining at 71 MHS and I'm getting blocks fine. Just curious why the wallet isn't reporting the same.

It's funny I get 68 MHS mining ETH, but I get 71 MHS mining SHF...lol
hero member
Activity: 602
Merit: 500
miner.hashrate will only show hashrate if you are mining using the shift client for mining, since it is based on Go Ethereum it only supports CPU mining (--mine option).
legendary
Activity: 1457
Merit: 1001
Using the "Show mining hashrate" command: miner.hashrate , it shows sometimes a negative hashrate. Just wanted to point that out....

yes says zero for me..even though I have been mining blocks confirmed
hero member
Activity: 518
Merit: 500
Using the "Show mining hashrate" command: miner.hashrate , it shows sometimes a negative hashrate. Just wanted to point that out....
hero member
Activity: 631
Merit: 500
Former SuchPool Admin
ethminer will use DAG file generated in %appdata%/ethash/
those are good for shift and ethereum?!
cause the miner use the same file(s)!

https://github.com/ethereum/wiki/wiki/Ethash-DAG

In other words, yes it is ok. The directory will change in next minor release. But it has no impact on shift nor ethereum.

fine thanks!

its C:\Users\?\AppData\Local\Ethash

appdata\roaming\ethash is where geth generate DAG files
C:\Users\?\AppData\Local\Ethash is where ethminer generate DAG files

my account is 0x6e407529944f0269a35644b6e2166dbd066b879a

Is there a block explorer ?Smiley

Thanks. Since you did the discovery yourself (even that we knew about it) you deserve a bount. Shift will partly be distributed by it.

Account?
hero member
Activity: 518
Merit: 500
Is there a trick to get the linux wallet synched ?

I tried with and without enodes.. It just sits there "IPC service started ..." and "Listening..." and thats about it ..

My tutorial (shortest ever):

Code:
git clone (...)
cd shift
make
./build/bin/shift console

synced fine



Yup, that works fine in a Linux VM I run for testing....
legendary
Activity: 1036
Merit: 1000
8b 16b DEMOSCENE FTW
Is there a trick to get the linux wallet synched ?

I tried with and without enodes.. It just sits there "IPC service started ..." and "Listening..." and thats about it ..

My tutorial (shortest ever):

Code:
git clone (...)
cd shift
make
./build/bin/shift console

synced fine

legendary
Activity: 2688
Merit: 1240
Is there a trick to get the linux wallet synched ?

I tried with and without enodes.. It just sits there "IPC service started ..." and "Listening..." and thats about it ..
Jump to: