Bitcoin Forum
April 28, 2024, 10:13:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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 ... 314 »
  Print  
Author Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized!  (Read 547538 times)
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 30, 2016, 08:26:21 AM
 #2561

how to see balance?
1714299201
Hero Member
*
Offline Offline

Posts: 1714299201

View Profile Personal Message (Offline)

Ignore
1714299201
Reply with quote  #2

1714299201
Report to moderator
1714299201
Hero Member
*
Offline Offline

Posts: 1714299201

View Profile Personal Message (Offline)

Ignore
1714299201
Reply with quote  #2

1714299201
Report to moderator
1714299201
Hero Member
*
Offline Offline

Posts: 1714299201

View Profile Personal Message (Offline)

Ignore
1714299201
Reply with quote  #2

1714299201
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714299201
Hero Member
*
Offline Offline

Posts: 1714299201

View Profile Personal Message (Offline)

Ignore
1714299201
Reply with quote  #2

1714299201
Report to moderator
Maverick69
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250



View Profile
March 30, 2016, 08:35:12 AM
 #2562

how to see balance?

Code:
shf.getBalance(shf.accounts[0])
Billyboy4022
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
March 30, 2016, 08:35:20 AM
Last edit: March 30, 2016, 09:31:49 AM by Billyboy4022
 #2563

So how are we to solo mine

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 explorer: http://explorer.shiftnrg.org)
4. check if your gshift have shiftbase - type in console
Code:
web3.shf.shiftbase
(its your wallet address where you will receive coins)
4.1 if you migrated keystore from V1 should be there your wallet address
4.2 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 500 -G -F http://127.0.0.1:53001
8. final step i recommend check if your gshift receive hashrate type in gshift: miner.hashrate should be there some number.


so you have to create a bat file ... add
Code:
gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console


i still only get

Code:
C:\Users\William\Desktop\Shift>gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console
I0330 19:31:17.638344    6672 database.go:71] Alloted 16MB cache to C:\Users\William\AppData\Roaming\gshift\chaindata
I0330 19:31:17.648350    6672 database.go:71] Alloted 16MB cache to C:\Users\William\AppData\Roaming\gshift\dapp
I0330 19:31:17.658848    6672 backend.go:318] Protocol Versions: [63 62 61], Network Id: 1
I0330 19:31:17.660365    6672 backend.go:366] Blockchain DB Version: 3
I0330 19:31:17.662360    6672 sqldb.go:180] Loading existing SQL DB C:\Users\William\AppData\Roaming\gshift\sql.db
I0330 19:31:17.664853    6672 blockchain.go:219] Last header: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.666367    6672 blockchain.go:220] Last block: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.667862    6672 blockchain.go:221] Fast block: #0 [ce171c17…] TD=10529024343
I0330 19:31:17.673885    6672 cmd.go:114] Starting Gshift/v2.4.1/windows/go1.6
I0330 19:31:17.675362    6672 server.go:311] Starting Server
I0330 19:31:17.678364    6672 nat.go:111] mapped network port udp:53900 -> 53900 (shift discovery) using NAT-PMP(192.168.1.1)
I0330 19:31:17.688894    6672 udp.go:212] Listening, enode://49b698796944769ffa8431a8307682c25af6d71296e29498a26140808e52953bb44d612b179e337899afeb5ea827b8a581ea90f7b5581d84ed91d053b6746853@210.168.21.4.122:53900
I0330 19:31:17.693397    6672 backend.go:540] Server started
I0330 19:31:17.693397    6672 server.go:552] Listening on [::]:53900
I0330 19:31:17.694888    6672 ipc.go:111] IPC service started (\\.\pipe\gshift.ipc)
I0330 19:31:17.695388    6672 nat.go:111] mapped network port tcp:53900 -> 53900 (shift p2p) using NAT-PMP(192.168.1.1)
instance: Gshift/v2.4.1/windows/go1.6
 datadir: C:\Users\William\AppData\Roaming\gshift
shiftbase: 0xa34c314794b25738226fefc202f99d5e3959af72
at block: 0 (Thu, 01 Jan 1970 11:00:00 EST)
modules: admin:1.0 db:1.0 debug:1.0 miner:1.0 net:1.0 personal:1.0 shf:1.0 shh:1.0 txpool:1.0 web3:1.0
>


bazsy
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
March 30, 2016, 09:04:05 AM
 #2564

How to run linux shift wallet?
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 30, 2016, 09:21:00 AM
 #2565

how to see balance?

Code:
shf.getBalance(shf.accounts[0])

it say  27093750000000000000 Huh
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
March 30, 2016, 09:25:51 AM
 #2566

OK Pool has been re-launched with the new daemon. Everything from the old pool has been purged.

https://shift.suprnova.cc

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
March 30, 2016, 09:34:16 AM
 #2567

OK Pool has been re-launched with the new daemon. Everything from the old pool has been purged.

https://shift.suprnova.cc

Added to OP.

Thank you for your continuing support!
Billyboy4022
Full Member
***
Offline Offline

Activity: 131
Merit: 100


View Profile
March 30, 2016, 09:36:15 AM
 #2568

why do I keep getting

0330 20:29:27.272602    1488 udp.go:212] Listening, enode://052d0151e4913251032e95f6b5bd83d0f4e29f3be841f68a382ada12e0e526c7e0c49e4a6ebc22b45fec6ad9332020d23d69190915946b0eaf50939136e4d2bd: MY IP
psyx80
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile
March 30, 2016, 09:46:45 AM
 #2569

how to see balance?

Code:
shf.getBalance(shf.accounts[0])

it say  27093750000000000000 Huh

web3.fromWei(shf.getBalance("adress"))

psyx80
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile
March 30, 2016, 09:49:50 AM
 #2570

Hello guys what command output means to the console version of the purse?

Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 30, 2016, 09:57:50 AM
 #2571

how to see balance?

Code:
shf.getBalance(shf.accounts[0])

it say  27093750000000000000 Huh

web3.fromWei(shf.getBalance("adress"))

ok it say 48, how to transfer those to another address?
monsanto
Legendary
*
Offline Offline

Activity: 1241
Merit: 1005


..like bright metal on a sullen ground.


View Profile
March 30, 2016, 10:04:09 AM
 #2572

Is there a step by step guide to how to mine this solo with linux?  Can I just use the regular ethminer with different settings or do I need the Swift version? 
gaazje
Sr. Member
****
Offline Offline

Activity: 452
Merit: 250


View Profile WWW
March 30, 2016, 10:07:27 AM
 #2573

Whats the current supply of shift?

What are shifts features ?

ta!

Current supply is around 2.7m SHIFT.

New development plans and a list of work done on the old SHIFT core will be thoroughly detailed after relaunch.

Please check back regularly to keep up to date! Smiley


http://explorer.shiftnrg.org/#/
Latest Block: 3132
Current Supply: 6009396   

Where did all the extra coins come from? Is that the 3 mil dao fund?



░▒▓█ / / /X42/ / / WELCOME TO FEELESS FUTURE! █▓▒░
SDFG
Newbie
*
Offline Offline

Activity: 94
Merit: 0


View Profile
March 30, 2016, 10:16:38 AM
 #2574

OK Pool has been re-launched with the new daemon. Everything from the old pool has been purged.

https://shift.suprnova.cc
[/quote


It will work without dumps today suprnova  HuhHuh
psyx80
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile
March 30, 2016, 10:17:04 AM
 #2575

http://explorer.shiftnrg.org/#/

NO work

ShiftConnect
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
March 30, 2016, 10:17:33 AM
 #2576

how to see balance?

Code:
shf.getBalance(shf.accounts[0])

it say  27093750000000000000 Huh

This should be your account balance in Wei, corresponding to 27.09375 SHIFT.

You can check the conversion here: http://ether.fund/tool/converter

SHIFT Response Team
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 30, 2016, 10:18:53 AM
 #2577

how to see balance?

Code:
shf.getBalance(shf.accounts[0])

it say  27093750000000000000 Huh

This should be your account balance in Wei, corresponding to 27.09375 SHIFT.

You can check the conversion here: http://ether.fund/tool/converter

how do i make a transfer to another address? and how can i check the net hash?
ShiftConnect
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
March 30, 2016, 10:19:32 AM
 #2578


http://explorer.shiftnrg.org/#/
Latest Block: 3132
Current Supply: 6009396   

Where did all the extra coins come from? Is that the 3 mil dao fund?


Hi gaazje,

that is correct. A graphic explaining the distribution of those funds is on the first page.

SHIFT Response Team
ShiftConnect
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250



View Profile
March 30, 2016, 10:34:38 AM
 #2579


The explorer is temporarily unavailable, we are working on it to get the Total Supply API endpoint for Coinmarketcap integrated.

SHIFT Response Team
psyx80
Sr. Member
****
Offline Offline

Activity: 241
Merit: 250


View Profile
March 30, 2016, 10:56:34 AM
 #2580


problem, gshift-windows-amd64.exe disabled today already 2 times was disconnected on windows 10

Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 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 ... 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!