Bitcoin Forum
June 16, 2024, 09:29:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 314 »
  Print  
Author Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized!  (Read 547549 times)
hiddensphinx
Legendary
*
Offline Offline

Activity: 1457
Merit: 1001



View Profile
September 02, 2015, 09:39:05 AM
 #541

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")

Take your Bitcoin and Altcoin trading strategy to another level with Trade Santa! - https://tradesanta.com/en/site/set-referral-cookie?referral_id=111843
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
September 02, 2015, 09:45:52 AM
 #542

You sure it's java one?  Roll Eyes

8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
Xdragon
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500


View Profile
September 02, 2015, 09:47:01 AM
 #543

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
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
September 02, 2015, 09:49:40 AM
 #544

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.

8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
Xdragon
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500


View Profile
September 02, 2015, 09:51:19 AM
 #545

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
8-bit-Party
Legendary
*
Offline Offline

Activity: 1036
Merit: 1000

8b 16b DEMOSCENE FTW


View Profile WWW
September 02, 2015, 09:54:16 AM
 #546

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.






8-BIT PARTY 16-BIT PARTY DEMOSCENE FTW
hiddensphinx
Legendary
*
Offline Offline

Activity: 1457
Merit: 1001



View Profile
September 02, 2015, 09:58:58 AM
 #547

Start Java console in terminal (Ubuntu):

./shift-linux-amd64 attach

Take your Bitcoin and Altcoin trading strategy to another level with Trade Santa! - https://tradesanta.com/en/site/set-referral-cookie?referral_id=111843
Dave5
Member
**
Offline Offline

Activity: 109
Merit: 10


View Profile
September 02, 2015, 10:00:50 AM
 #548

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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)


❒ SWISS ALPS ❒        ▬ MINING & ENERGY ▬      ❒ SWISS ALPS ❒
█████          The Smart Mining Company           █████
Telegram █  Get a piece of COLD 6 220 238 SAM █     Twitter
Xdragon
Hero Member
*****
Offline Offline

Activity: 543
Merit: 500


View Profile
September 02, 2015, 10:01:35 AM
 #549

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




ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 02, 2015, 10:01:42 AM
 #550

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
ZonedOutSpace
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

From Russia with love


View Profile
September 02, 2015, 10:15:38 AM
 #551

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

https://shift.suprnova.cc/

pool working?
ZonedOutSpace
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

From Russia with love


View Profile
September 02, 2015, 10:19:56 AM
 #552

VIRUS DETECTED

ALL MY ETH IN THE SAME COMPUTER STOLEN !!!

IT OPEN RPC PORT AND ALLOW PPL TO WITHDRAW YOUR ETH COINS !!!

6000 ETH STOLEN


LOL i call bs
Show proof
ShiftTeam (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 510


The Shift Team


View Profile WWW
September 02, 2015, 10:21:06 AM
 #553

Dont even bother to answer that guy. Check the other post. Jesus. Sometimes i wish you could ban people on bct.

*sighs*
NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 02, 2015, 10:22:54 AM
 #554

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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)



you have no nodes connected

nodes here > https://bitcointalk.org/index.php?topic=1155284.msg12304995#msg12304995

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 02, 2015, 10:31:46 AM
 #555

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

https://shift.suprnova.cc/

pool working?


Where did you get that URL from alrready ? :-)

I've just set it up and waiting for the first block - after it has been found - i consider it "working testing"

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
ZonedOutSpace
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250

From Russia with love


View Profile
September 02, 2015, 10:32:43 AM
 #556

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

https://shift.suprnova.cc/

pool working?


Where did you get that URL from alrready ? :-)

I've just set it up and waiting for the first block - after it has been found - i consider it "working testing"

I'm magic Wink
I pointed my 20MH to the pool hope we find a block soon
Wicked Sick
Member
**
Offline Offline

Activity: 293
Merit: 10


View Profile
September 02, 2015, 10:35:16 AM
 #557



Yeah don't aswer me man,
be a lemming, don't use your brain, promote shitcoins for ppl.
and if you're lucky you'll mine 3 shift per day with your 10 GPU.

the funny part: I instamined thousand of your shitcoin, while beginners are still trying open the wallet.


good luck.

fud work best if delete history of say same thing in all post. get gud nub.




SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
September 02, 2015, 10:38:50 AM
 #558

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

https://shift.suprnova.cc/

pool working?


Where did you get that URL from alrready ? :-)

I've just set it up and waiting for the first block - after it has been found - i consider it "working testing"

I'm magic Wink
I pointed my 20MH to the pool hope we find a block soon

That was quick ocminer....lol....

Man, we really need a block explorer like etherchain.org.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
September 02, 2015, 10:42:39 AM
 #559

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
8bc8bd88b8827b6b70e9cf980c75f@0.0.0.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.

https://shift.suprnova.cc/

pool working?


Where did you get that URL from alrready ? :-)

I've just set it up and waiting for the first block - after it has been found - i consider it "working testing"

I'm magic Wink
I pointed my 20MH to the pool hope we find a block soon

That was quick ocminer....lol....

Man, we really need a block explorer like etherchain.org.

lol already 4 blocks yes.. Smiley

Yeah a "real" block explorer would be cool, this one was working before, didn't it ?

http://www.mydocker.xyz:8000/#/

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
ShiftTeam (OP)
Hero Member
*****
Offline Offline

Activity: 483
Merit: 510


The Shift Team


View Profile WWW
September 02, 2015, 10:43:09 AM
 #560

We are trying to keep up with everything. Priority right now is update the ANN/OP and get some new howtos and manuals. So we might not be very active answering questions in thread. We did actually not expect this to be somewhat popular..

I hope you bear with us. Thanks!

Kind and humble regards
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 [28] 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 ... 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!