Hazcat
|
|
September 15, 2015, 12:16:09 PM |
|
Found out i have a few coins sitting in my solo mining wallet - how do i transfer them?
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")}) Just to be clear "0x…007" would be my send TOO address and value would be the amount? Thank you btw
|
|
|
|
Bagdar13
Member
Offline
Activity: 115
Merit: 10
|
|
September 15, 2015, 12:28:53 PM |
|
Found out i have a few coins sitting in my solo mining wallet - how do i transfer them?
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")}) Just to be clear "0x…007" would be my send TOO address and value would be the amount? Thank you btw Yes, and right now the 1 is what you would change for amount; recommend you try sending 1 first. Also, if its malformed you will just get an error...and don't forget the 0x in front of the address. Also if you have more than 1 address at your wallet you will need to change exp.accounts[0] to exp.accounts[1] or exp.accounts[2] depending where the coins are. Finally, expect it to ask you to unlock the wallet after executing the command.
|
|
|
|
NRPatten
|
|
September 15, 2015, 12:39:28 PM |
|
Found out i have a few coins sitting in my solo mining wallet - how do i transfer them?
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")}) Just to be clear "0x…007" would be my send TOO address and value would be the amount? Thank you btw Yes, and right now the 1 is what you would change for amount; recommend you try sending 1 first. Also, if its malformed you will just get an error...and don't forget the 0x in front of the address. Also if you have more than 1 address at your wallet you will need to change exp.accounts[0] to exp.accounts[1] or exp.accounts[2] depending where the coins are. Finally, expect it to ask you to unlock the wallet after executing the command. personal.unlockAccount(exp.accounts[0], "YourPassWord") Then exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")}) and to:"0x…007" is the address you want to send coins to and web3.toWei(1, "expanse") is the amount 1, "expanse" is 1 exp
|
|
|
|
Zywiec
|
|
September 15, 2015, 12:40:35 PM |
|
First consolidation at .00012 satoshis on Bleutrade exchange. Still out of economic bill.
|
|
|
|
beluwiel
Newbie
Offline
Activity: 19
Merit: 0
|
|
September 15, 2015, 12:41:48 PM |
|
I need your help. My miner doesn't mine. When i open it, it shutdown instantly.
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 15, 2015, 12:45:53 PM |
|
First consolidation at .00012 satoshis on Bleutrade exchange. Still out of economic bill. so dont sell them then
|
|
|
|
beluwiel
Newbie
Offline
Activity: 19
Merit: 0
|
|
September 15, 2015, 01:05:39 PM |
|
I need your help. My miner doesn't mine. When i open it, it shutdown instantly.
And i don't know why.
|
|
|
|
randywald
|
|
September 15, 2015, 01:09:38 PM |
|
I need your help. My miner doesn't mine. When i open it, it shutdown instantly.
And i don't know why. Maybe try --gpu-platform 0 or --gpu-platform 1 or something like that.
|
|
|
|
NRPatten
|
|
September 15, 2015, 01:10:37 PM |
|
I need your help. My miner doesn't mine. When i open it, it shutdown instantly.
And i don't know why. put a pause it your .bat file to see the output eg: @echo off color 0A "ethminer.exe" -G -F http://127.0.0.1:9656 PAUSE
|
|
|
|
beluwiel
Newbie
Offline
Activity: 19
Merit: 0
|
|
September 15, 2015, 01:17:33 PM |
|
Can i mine with a MSI GeForce 960 2Go?
Miner say to me:
"No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument."
|
|
|
|
fmz89
Legendary
Offline
Activity: 1762
Merit: 1002
|
|
September 15, 2015, 01:20:23 PM |
|
lol the worst price eth cloneshit with no value 60mhs just got 800k sat / day , shf or eth almost 2,5 times higher profit my advice just close&abandoned this coin has no future & dumb
|
|
|
|
NRPatten
|
|
September 15, 2015, 01:21:57 PM |
|
Can i mine with a MSI GeForce 960 2Go?
Miner say to me:
"No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument."
try color 02 setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 @echo off color 0A "ethminer.exe" -G -F http://127.0.0.1:9656 PAUSE
|
|
|
|
randywald
|
|
September 15, 2015, 01:23:09 PM |
|
lol the worst price eth cloneshit with no value 60mhs just got 800k sat / day , shf or eth almost 2,5 times higher profit my advice just close&abandoned this coin has no future & dumb
Wait till it is on poloniex or so.
|
|
|
|
NRPatten
|
|
September 15, 2015, 01:23:58 PM |
|
lol the worst price eth cloneshit with no value 60mhs just got 800k sat / day , shf or eth almost 2,5 times higher profit my advice just close&abandoned this coin has no future & dumb
Well if you sell to the lowball offers you get what they offer, you can always hold. and dumping to low offers will keep the price down, whats the use of selling at silly prices a coins price is only what someone is willing to pay for it but if you sell low the price will stay low, why would someone pay more if they know that someone will dump into there low offer
|
|
|
|
defaced (OP)
Legendary
Offline
Activity: 2198
Merit: 1014
Franko is Freedom
|
|
September 15, 2015, 01:27:46 PM |
|
How to join stats.expanse.tech LINUX------------------------- FIRST STEP rebuild develop gexp cd go-expanse git checkout develop git pull make gexp
SECOND STEP git e.n.i.a set it up then run it git clone https://github.com/expanse-org/eth-net-intelligence-api cd eth-net-intelligence-api npm install sudo npm install -g pm2 nano app.json
Fill in…- instance name, - contact details (email, skype, a nice message) - WS_SECRET you will need to ask in the slack chat room [ { "name" : "node-app", "script" : "app.js", "log_date_format" : "YYYY-MM-DD HH:mm Z", "merge_logs" : false, "watch" : false, "max_restarts" : 10, "exec_interpreter" : "node", "exec_mode" : "fork_mode", "env": { "NODE_ENV" : "production", "RPC_HOST" : "localhost", "RPC_PORT" : "9656", "LISTENING_PORT" : "42786", "INSTANCE_NAME" : "", "CONTACT_DETAILS" : "", "WS_SERVER" : "ws://stats.expanse.tech", "WS_SECRET" : "ask-in-slack-chat", "VERBOSITY" : 2 } } ]
Once those details are set in, save and exit LAST STEP run the app to see the logs type to stop pm2
|
|
|
|
beluwiel
Newbie
Offline
Activity: 19
Merit: 0
|
|
September 15, 2015, 01:29:22 PM |
|
Can i mine with a MSI GeForce 960 2Go?
Miner say to me:
"No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument."
try color 02 setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 @echo off color 0A "ethminer.exe" -G -F http://127.0.0.1:9656 PAUSE
The same message. I have my GTX960 but i have an integrate gpu to my motherboard. The miner saw just integrate gpu or not?
|
|
|
|
abstractednerve
|
|
September 15, 2015, 01:30:27 PM |
|
If you sell below cost to make m8 then you deserve to lose your money.
|
| | .$martFund. | | |
▄▄▀▀▀▄▄ ▄▀ ▀▄ █▀▄▄ ▄▄▀█ ▄▄▀▀▀▄▄ █ ▀█▀ █ ▄▀ ▀▄ ▀▄ █ ▄█▄ █▀▄▄ ▄▄▀█ ▀▀▄█▄▀▀ ▀▀▄█ ▀█▀ █ █▄ ▄█▄ █ ▄█▄ █ ▀▀▄▄▄▀▀ █ ▀▀▄█▄▀▀ ▀▀▄ █ █ █ █▄ ▄█ ▄▄▀▀▀▄▄ █ ▄▄▀▀▀▄▄ █ ▀▀▄▄▄▀▀ █ ▄▀ ▀█▀ ▀█ █ █ █▀▄▄ ▄▄▀█▀▄▄ ▄▄▀█▀▄▄ █ ▄▄▀ █ ▀█▀ █ ▀█▀ █ ▀▀▀ ▀▄ █ ▄█▄ █ ▄▀ ▀▀▄█▄▀▀ ▀▀▄█▄▀▀ | | | ..One-stop Blockchain.. ..Investment Solution.. | | | | | | | █ █ █ █ |
|
|
|
NRPatten
|
|
September 15, 2015, 01:32:02 PM |
|
How to join stats.expanse.tech LINUX------------------------- FIRST STEP rebuild develop gexp cd go-expanse git checkout develop git pull make gexp
SECOND STEP git e.n.i.a set it up then run it git clone https://github.com/expanse-org/eth-net-intelligence-api cd eth-net-intelligence-api npm install sudo npm install -g pm2 nano app.json
Fill in…- instance name, - contact details (email, skype, a nice message) - WS_SECRET you will need to ask in the slack chat room [ { "name" : "node-app", "script" : "app.js", "log_date_format" : "YYYY-MM-DD HH:mm Z", "merge_logs" : false, "watch" : false, "max_restarts" : 10, "exec_interpreter" : "node", "exec_mode" : "fork_mode", "env": { "NODE_ENV" : "production", "RPC_HOST" : "localhost", "RPC_PORT" : "9656", "LISTENING_PORT" : "42786", "INSTANCE_NAME" : "", "CONTACT_DETAILS" : "", "WS_SERVER" : "ws://stats.expanse.tech", "WS_SECRET" : "ask-in-slack-chat", "VERBOSITY" : 2 } } ]
Once those details are set in, save and exit LAST STEP run the app to see the logs type to stop pm2 Im not on slack but willing to add my node can you pm me the WS_SECRET
|
|
|
|
NRPatten
|
|
September 15, 2015, 01:32:58 PM |
|
Can i mine with a MSI GeForce 960 2Go?
Miner say to me:
"No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument."
try color 02 setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 @echo off color 0A "ethminer.exe" -G -F http://127.0.0.1:9656 PAUSE
The same message. I have my GTX960 but i have an integrate gpu to my motherboard. The miner saw just integrate gpu or not? looks like its only seeing your onboard GPU
|
|
|
|
P-Funk
Sr. Member
Offline
Activity: 360
Merit: 250
Token
|
|
September 15, 2015, 01:34:07 PM |
|
Can i mine with a MSI GeForce 960 2Go?
Miner say to me:
"No GPU device with sufficient memory was found. Can't GPU mine. Remove the -G argument."
try color 02 setx GPU_MAX_HEAP_SIZE 100 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_USE_SYNC_OBJECTS 1 @echo off color 0A "ethminer.exe" -G -F http://127.0.0.1:9656 PAUSE
The same message. I have my GTX960 but i have an integrate gpu to my motherboard. The miner saw just integrate gpu or not? It'll be cheaper to buy on an exchange than mine with your hardware.
|
|
|
|
|