blackbird123
|
|
September 18, 2017, 03:36:53 AM |
|
Encrypted currency as always popular, there are so many followers, is there any specific promotional activities?
|
|
|
|
spalser
Member
Offline
Activity: 98
Merit: 10
|
|
September 18, 2017, 03:25:25 PM |
|
Hi dev, what about GUI wallet and exchange listing?
|
|
|
|
ShaftCrypto (OP)
|
|
September 19, 2017, 08:53:26 PM |
|
Hi dev, what about GUI wallet and exchange listing?
Hey, our GUI client is not ready yet, but you can use Ethereum's Mist wallet. How to: Open mist via console and add option --rpc /path/to/geth.ipc Launch mist with this option. And use this GUI for now. Soon we will begin exchange listing process. Once we are done with website.
|
SHAFT [created by miners for miners] SHF Make Mining Great Again
|
|
|
AltScope
|
|
September 19, 2017, 10:24:39 PM |
|
Hi dev, what about GUI wallet and exchange listing?
Hey, our GUI client is not ready yet, but you can use Ethereum's Mist wallet. How to: Open mist via console and add option --rpc /path/to/geth.ipc Launch mist with this option. And use this GUI for now. Soon we will begin exchange listing process. Once we are done with website. this is pretty useful until we get the gui wallet, thanks
|
|
|
|
Hurtman
|
|
September 20, 2017, 06:15:51 AM |
|
Hi all, can anybody write some commands for getting balance\send payout and other things with console wallet? web3.eth.getBalance("wallet") balance personal.unlockAccount("WALLET","PASS",300) unlock account for transaction web3.eth.sendTransaction({from:"MYWALLET", to:"YOURWALLET", value: web3.toWei(1, "ether")}) sending coins
|
|
|
|
ShaftCrypto (OP)
|
|
September 20, 2017, 09:00:38 AM Last edit: September 20, 2017, 11:29:21 AM by ShaftCrypto |
|
Hey there, we offer 200 2000 SHF to a person who will make a video which explains how to use geth.
Topics which has to be explained in video:
- Creating address with geth
- Proper methods of storing private keys
- Checking account balance
- Sending money via geth
- How to mine solo with geth
If you are able to make such kind of video please send PM to us.
|
SHAFT [created by miners for miners] SHF Make Mining Great Again
|
|
|
ShaftCrypto (OP)
|
|
September 20, 2017, 11:23:36 AM |
|
We have made Telegram group, Slack and Twitter for you guys.
Join SHAFT discussion in Slack and Telegram and follow us on twitter.
Links are in the main post!
|
SHAFT [created by miners for miners] SHF Make Mining Great Again
|
|
|
-Night-
Member
Offline
Activity: 97
Merit: 11
|
|
September 20, 2017, 11:24:03 AM |
|
Hey there, we offer 200 SHF to a person who will make a video which explains how to use geth.
Topics which has to be explained in video:
- Creating address with geth
- Proper methods of storing private keys
- Checking account balance
- Sending money via geth
- How to mine solo with geth
If you are able to make such kind of video please send PM to us.
Maybe ... you meant 2000?
|
|
|
|
ShaftCrypto (OP)
|
|
September 20, 2017, 11:28:45 AM |
|
Hey there, we offer 200 SHF to a person who will make a video which explains how to use geth.
Topics which has to be explained in video:
- Creating address with geth
- Proper methods of storing private keys
- Checking account balance
- Sending money via geth
- How to mine solo with geth
If you are able to make such kind of video please send PM to us.
Maybe ... you meant 2000? Yeah, made a typo. Will edit that right now. And if you are up to it, pm me.
|
SHAFT [created by miners for miners] SHF Make Mining Great Again
|
|
|
_Art_
Jr. Member
Offline
Activity: 90
Merit: 2
|
|
September 20, 2017, 02:45:02 PM Last edit: September 21, 2017, 08:11:37 AM by _Art_ |
|
Hey there, we offer 200 SHF to a person who will make a video which explains how to use geth.
Topics which has to be explained in video:
- Creating address with geth
- Proper methods of storing private keys
- Checking account balance
- Sending money via geth
- How to mine solo with geth
If you are able to make such kind of video please send PM to us.
Bad news, it turns out that the wallet we will not see soon? And how many people are on the team?
|
|
|
|
-Night-
Member
Offline
Activity: 97
Merit: 11
|
|
September 20, 2017, 03:27:31 PM |
|
The developer can make a web wallet for users. For example as myetherwallet. This eliminates the problems of creating a wallet, problems with sending transactions, viewing balance and always synchronized blockchain. And it will not to need GUI wallet... any contracts... To the note to the developer and as an idea. Regards.
|
|
|
|
_Art_
Jr. Member
Offline
Activity: 90
Merit: 2
|
|
September 21, 2017, 10:15:02 AM |
|
: Network Difficulty: 53.174 G Network Hash Rate: 3.11 GH
|
|
|
|
loatchoat
|
|
September 21, 2017, 10:23:08 AM |
|
How to " Launch geth with console option " ?
|
|
|
|
divedaucd
|
|
September 21, 2017, 10:34:45 AM |
|
How to " Launch geth with console option " ?
you just need download geth from https://github.com/shaftsh/shaft/releases and open cmd then type "geth --rpc console" (without " "). Or an other way is double click geth.exe and then open an other cmd type geth attach, you're in console. just press Shift button and Right Mouse
|
|
|
|
zekk
Jr. Member
Offline
Activity: 69
Merit: 1
|
|
September 21, 2017, 10:44:56 AM |
|
I can do the danish translation, if that still is a issue.
|
|
|
|
loatchoat
|
|
September 21, 2017, 11:39:56 AM |
|
you just need download geth from https://github.com/shaftsh/shaft/releases and open cmd then type "geth --rpc console" (without " "). Or an other way is double click geth.exe and then open an other cmd type geth attach, you're in console. just press Shift button and Right Mouse Seems not ok.
|
|
|
|
davidle0917
Newbie
Offline
Activity: 31
Merit: 0
|
|
September 21, 2017, 11:44:32 AM |
|
How send coin?
|
|
|
|
divedaucd
|
|
September 21, 2017, 11:53:14 AM |
|
Seems not ok. it seems you're running geth of Ethereum, if you run shaft geth your dir must be roaming\SHAFT not roaming\ethereum How send coin?
personal.unlockAccount("WALLET","PASS",300) // unlock account for sending coins web3.eth.sendTransaction({from:"MYWALLET", to:"YOURWALLET", value: web3.toWei(1, "ether")}) // sending 1 coin
|
|
|
|
loatchoat
|
|
September 21, 2017, 12:04:43 PM |
|
it seems you're running geth of Ethereum, if you run shaft geth your dir must be roaming\SHAFT not roaming\ethereum
What do I do now ?
|
|
|
|
divedaucd
|
|
September 21, 2017, 12:07:42 PM |
|
it seems you're running geth of Ethereum, if you run shaft geth your dir must be roaming\SHAFT not roaming\ethereum
What do I do now ? sorry guys, i need to use native language to explain him. bác phải ở trong thư mục chứa file geth, tải file geth ở https://github.com/shaftsh/shaft/releases xong vào thư mục vừa download nhấn shift và chuột phải open cmd rồi chạy geth --rpc console, nếu vẫn không được thì pm id ultraview mình xem.
|
|
|
|
|