Bitcoin Forum
May 03, 2024, 10:39:33 AM *
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 ... 101 »
  Print  
Author Topic: 🔥🔥[ANN][MINTME]🌎MintMe.com Coin⚡️CPU mining⚡️DApps via Websites🚀No ICO/ASIC  (Read 84013 times)
rleasure0
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 09, 2018, 07:50:53 AM
 #41

So I have an address but how do I get the keys from the console so I can rebuild the wallet if needed. Also I can't get any peers to connect. Any help would be greatly appreciated.
1714732773
Hero Member
*
Offline Offline

Posts: 1714732773

View Profile Personal Message (Offline)

Ignore
1714732773
Reply with quote  #2

1714732773
Report to moderator
1714732773
Hero Member
*
Offline Offline

Posts: 1714732773

View Profile Personal Message (Offline)

Ignore
1714732773
Reply with quote  #2

1714732773
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714732773
Hero Member
*
Offline Offline

Posts: 1714732773

View Profile Personal Message (Offline)

Ignore
1714732773
Reply with quote  #2

1714732773
Report to moderator
Platon_x
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 09, 2018, 08:13:26 AM
Last edit: May 09, 2018, 08:55:36 AM by Platon_x
 #42

So I have an address but how do I get the keys from the console so I can rebuild the wallet if needed. Also I can't get any peers to connect. Any help would be greatly appreciated.

To save your wallets data you can copy wallets from
$HOME\AppData\Roaming\Webchain\mainnet\keystore (on Windows)
Or from
$HOME/.webchain/mainnet/keystore (on Linux)

About peers , its should work, how long do you wait for connection ?
iisbetoq
Jr. Member
*
Offline Offline

Activity: 165
Merit: 1


View Profile
May 09, 2018, 08:17:41 AM
 #43

i don't understand how to use it
was running webchaind.exe and sync and what next ?
can't type a command like help or what another command
can i mine using GPU ?


Platon_x
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 09, 2018, 08:35:06 AM
Last edit: May 09, 2018, 08:58:32 AM by Platon_x
 #44

2.I check the guide but still don't know how to send coins to other wallets;

To send coins between wallets you should run webchain in console mode like this:
webchaind.exe console (on windows)
webchaind console (on linux)

then use command in console:

personal.unlockAccount(WALLET)
where WALLET - is your webchain wallet number. You will be prompted for password from wallet

and send coins to other wallet by command:
webchain.sendTransaction({from:'WALLET1', to:'WALLET2', value: web3.toWei(0.05, "ether"), gas:21000});

where WALLET1 - Your wallet, WALLET2 - wallet of recipient , 0.05 is amount you want to send in WEBs (0.05 WEB here for example)

To see your wallet number in console run command
webchain.coinbase

It will show your main wallet in webchain

If you have multiply wallets you can see them all by run webchaind as below:
webchaind account list

You will see all wallets list
Platon_x
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 09, 2018, 08:54:20 AM
 #45

i don't understand how to use it
was running webchaind.exe and sync and what next ?
can't type a command like help or what another command

1. You need to create wallet by command
webchaind.exe account new

You will be prompted for password, please remember/save it

Then you will see your wallet number

2. Start mining with webchain miner. You can download them from this link: https://github.com/webchain-network/webchain-miner/releases (select miner for you OS)

Enter your wallet address to config.json file on miner directory. You should add 0x to the beginning of wallet (for example if wallet from webchaind is 123456789... you should set 0x123456789... )  

3. To see balance you can enter your wallet number with 0x at the beginning at the right top of site : https://explorer.webchain.network/home

or run webchaind console:

webchaind.exe console

and get balance by command

web3.fromWei(webchain.getBalance('YOURWALLETNUMBER'), "ether")

Platon_x
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 09, 2018, 09:08:08 AM
 #46

Wallet creation is too complex and difficult to understand. Please give us detailed and easy instructions

Wallet creaton is very simple, just run command:
webchaind.exe account new (Windows)
webchaind account new (Linux)

Enter your password for wallet (remember/save it)  and you will see your wallet number
xaS0r
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
May 09, 2018, 09:39:36 AM
 #47

@platon_X: could your write a list of the commands for the console mode? trying to run webchaind with help command but the cmd window closes
Eliza beth
Member
**
Offline Offline

Activity: 224
Merit: 10


View Profile
May 09, 2018, 09:42:08 AM
 #48

Good project, active team nice roi, this could real go somewhere
egretia
Imaha486
Full Member
***
Offline Offline

Activity: 896
Merit: 108


View Profile WWW
May 09, 2018, 10:01:03 AM
 #49

webchain miner is..

Core i7-3770 =240H/s (4 thread)
Core i7-4770S =171H/s (4 thread)
RYZEN 2400G = 64H/s (4 thread)

hmm... Huh

Platon_x
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 09, 2018, 10:06:41 AM
 #50

HI,
is the wallet address same as eth? Can i use my old eth address?
Thanks Wink

No, you need to use new address from webchain Smiley
thehommy
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
May 09, 2018, 10:16:56 AM
Last edit: May 09, 2018, 03:01:14 PM by thehommy
 #51

@platon_X: could your write a list of the commands for the console mode? trying to run webchaind with help command but the cmd window closes

Why don't you have a look here https://github.com/webchain-network/webchaind#green_book-webchaind-the-basics ?  Wink
BuneepB
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
May 09, 2018, 10:24:11 AM
 #52

After a long time, finally a good project. Mining and will continue doing so. This has huge potential.
spartan013
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 09, 2018, 10:38:22 AM
 #53

How can I set static diff on webchain pool? 20 000 is for low-end hardware too much. (address 0x1b39ececb08d3e9cb681eaca7aef60ad626c16ac have 103 kH/s - Is it a cluster about 1000 cpu? or gpu?)
lumat0
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 09, 2018, 10:53:54 AM
Last edit: May 10, 2018, 06:27:15 AM by lumat0
 #54

You can use the second pool with much lower difficulty (5000 at this moment): pool2.webchain.network:2222
Statistics are common for both pools and are available on pool.webchain.network.

According to pool logs, miners that have huge hashrate are server farms.
hoopp
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
May 09, 2018, 12:27:01 PM
 #55

webchain miner is..

Core i7-3770 =240H/s (4 thread)
Core i7-4770S =171H/s (4 thread)
RYZEN 2400G = 64H/s (4 thread)

hmm... Huh

Pretty good efficiency, so what problem there is?
theinterpreter
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
May 09, 2018, 01:15:20 PM
 #56

hi dev,
I will keep watching the topic and the Webchain project. Hope that you will release Windows GUI wallet as soon as possible.
I would like to mine the coin immediately but I can not create wallet and address for my rigs.
It is likely that I have to wait to see GUI wallet to mine the coin.
Thank you.

Sure, we are working on it and we will be releasing a GUI Wallet in 2018-3rdQ .
Meanwhile, we’ll be as helpful as possible about guiding you and other people needing a GUI.
midvoc
Full Member
***
Offline Offline

Activity: 167
Merit: 100



View Profile
May 09, 2018, 01:26:01 PM
 #57

Hi - can we mine this with a GPU yet?

I've managed to get it up and running with my CPU Wink
janusid
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile WWW
May 09, 2018, 01:49:43 PM
 #58

You can use second pool with much lower difficulty (5000 at this moment): pool2.webchain.network:2222
Statistics are common for both pools and are available on pool.webchain.network.

According to pool's logs, miners that have huge hashrate are farm of servers.

nice info.
Now i'm in pool2..

Thanks...
janusid
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile WWW
May 09, 2018, 02:01:09 PM
 #59

Thread reserved by webchain-network
Remember that you can:
  • Follow us on Twitter in order to get most recent news
  • Use our Reddit to post your doubts and suggestions
telegram channel please...
stepero
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 09, 2018, 02:13:00 PM
 #60

c:\Users\user\AppData\Roaming\Webchain>webchaind account new
Your new account is locked with a password. Please give a password. Do not forget this password.
Passphrase:

Does not write a password. That can be, as correct?
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 ... 101 »
  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!