kadrek
|
|
September 13, 2015, 11:44:49 PM |
|
Guide for mining on windows?
|
SWIPE │ │ │ Monetizing mobile engagement data, on the blockchain [ SWIPE . WHITEPAPER ] TELEGRAM TWITTER MEDIUM REDDIT
|
|
|
antho281
|
|
September 13, 2015, 11:45:28 PM |
|
How do we solo mine if we are using multiple computers?
Im presuming the address's aren't all going to be the same so?
I have the testnet working fine just dont know how to get it to mine the true coin when it launches?
Again, you will turn those nodes off, then start them with the new genesis. which means you wll run this cmd on linux build/bin/gexp --genesis genesis.json Thanks!
|
|
|
|
SpeedDemon13
|
|
September 13, 2015, 11:45:35 PM |
|
How do we solo mine if we are using multiple computers?
Im presuming the address's aren't all going to be the same so?
I have the testnet working fine just dont know how to get it to mine the true coin when it launches?
Just put the ip address of the computer running the wallet with the rpc port.
|
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
|
|
|
|
vindyne8
Legendary
Offline
Activity: 1260
Merit: 1009
|
|
September 13, 2015, 11:49:16 PM |
|
its 9656 Not 42786?
|
|
|
|
NextGenCrypto
|
|
September 13, 2015, 11:50:28 PM |
|
its 9656 Not 42786? Saw the same thing...not able to mine on the test myself. Can't connect. Cmon ocminer!!
|
|
|
|
Hazcat
|
|
September 13, 2015, 11:50:35 PM |
|
How do we solo mine if we are using multiple computers?
Im presuming the address's aren't all going to be the same so?
I have the testnet working fine just dont know how to get it to mine the true coin when it launches?
Just put the ip address of the computer running the wallet with the rpc port. OK so i would put the internal ip address of the comp thats on my LAN (point it to my main comp) and the :9656 port? What about a computer NOT on my lan (in my office?)
|
|
|
|
vindyne8
Legendary
Offline
Activity: 1260
Merit: 1009
|
|
September 13, 2015, 11:51:35 PM |
|
Just to clarify...we can keep our entire Test install right now, including account. We just need to delete genesis.json, get new genesis.json at launch, and rerun step 2 and we're good to go for live chain?
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 13, 2015, 11:52:33 PM |
|
Just to clarify...we can keep our entire Test install right now, including account. We just need to delete genesis.json, get new genesis.json at launch, and rerun step 2 and we're good to go for live chain?
correct 9656 is rpc-port 42786 is p2p-port
|
|
|
|
kashking
|
|
September 13, 2015, 11:59:40 PM |
|
slack link isn't working btw
|
|
|
|
CryptoClub
Legendary
Offline
Activity: 1470
Merit: 1000
cryptocollectorsclub.com
|
|
September 14, 2015, 12:00:29 AM |
|
slack link isn't working btw
Thanks, you can pm me an email address for an invite if you want.
|
...
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 14, 2015, 12:00:46 AM |
|
How To Update for LinuxStop your node if its running! remove old chain rm -rf ~/.expanse/{chaindata,dapp,history} Create genesis.json Copy and paste this new genesis into genesis.json { "nonce": "0x214652414e4b4f21", "timestamp": "0x0", "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000", "extraData": "0x4672616e6b6f497346726565646f6d", "gasLimit": "0x1388", "difficulty": "0x40000000", "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000", "coinbase": "0x93decab0cd745598860f782ac1e8f046cb99e898", "alloc": { "0xbb94f0ceb32257275b2a7a9c094c13e469b4563e": { "balance": "10000000000000000000000000" }, "0x15656715068ab0dbdf0ab00748a8a19e40f28192": { "balance": "1000000000000000000000000"}, "0xc075fa11f85bda3aaba67106226aaf086ac16f4e": { "balance": "100000000000000000000000"}, "0x93decab0cd745598860f782ac1e8f046cb99e898": { "balance": "10000000000000000000000"} } }
Start GEXP with new genesis build/bin/gexp --genesis genesis.json exit GEXP (ctrl+c) Start GEXP build/bin/gexp --rpc console 2>exp.log Just for safety add some nodes admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786") admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
Update For windowsDownload the new binaries https://github.com/expanse-org/EasyExpanseWin64/archive/master.zipDoubleclick Setup_Step2_genesis.bat Doubleclick Start_Expanse.bat Add peers from above just incase.. Doubleclick Start_Mining.bat
|
|
|
|
proctologic
|
|
September 14, 2015, 12:01:56 AM |
|
How do we solo mine if we are using multiple computers?
Im presuming the address's aren't all going to be the same so?
I have the testnet working fine just dont know how to get it to mine the true coin when it launches?
ethminer.exe -G -F http://ip.to.your.expance:9656
|
|
|
|
fartbags
Legendary
Offline
Activity: 1190
Merit: 1004
|
|
September 14, 2015, 12:03:28 AM |
|
I can't connect to the suprnova pool
|
|
|
|
CryptoBeef
Newbie
Offline
Activity: 37
Merit: 0
|
|
September 14, 2015, 12:04:50 AM |
|
hey guys, I mined the block #1 ^^
|
|
|
|
kashking
|
|
September 14, 2015, 12:06:27 AM |
|
woot, got a block
|
|
|
|
proletariat
Legendary
Offline
Activity: 1246
Merit: 1005
|
|
September 14, 2015, 12:07:06 AM |
|
hey guys, I mined the block #1 ^^
It's all downhill from here. Totally bad karma to mine block 1
|
|
|
|
Xdragon
|
|
September 14, 2015, 12:07:28 AM |
|
I can't connect to the suprnova pool
It will be available in 6-8 hours... BTW Smoothest launch ever
|
|
|
|
reb0rn21
Legendary
Offline
Activity: 1901
Merit: 1024
|
|
September 14, 2015, 12:08:29 AM |
|
Creating DAG for 2min, crapy PC other PC mined 57... I hope I am on right chain
|
|
|
|
nesic1
|
|
September 14, 2015, 12:09:29 AM |
|
when i click start expanse it just flash and close?
|
|
|
|
|