Bitcoin Forum
April 19, 2024, 02:24:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 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 ... 377 »
  Print  
Author Topic: [ANN] Expanse (EXP) - 1st Stable fork of Ethereum (New Algo + PirlGuard)  (Read 961400 times)
Hazcat
Full Member
***
Offline Offline

Activity: 136
Merit: 100



View Profile
September 15, 2015, 12:16:09 PM
 #1141

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

1713493474
Hero Member
*
Offline Offline

Posts: 1713493474

View Profile Personal Message (Offline)

Ignore
1713493474
Reply with quote  #2

1713493474
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713493474
Hero Member
*
Offline Offline

Posts: 1713493474

View Profile Personal Message (Offline)

Ignore
1713493474
Reply with quote  #2

1713493474
Report to moderator
1713493474
Hero Member
*
Offline Offline

Posts: 1713493474

View Profile Personal Message (Offline)

Ignore
1713493474
Reply with quote  #2

1713493474
Report to moderator
1713493474
Hero Member
*
Offline Offline

Posts: 1713493474

View Profile Personal Message (Offline)

Ignore
1713493474
Reply with quote  #2

1713493474
Report to moderator
Bagdar13
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
September 15, 2015, 12:28:53 PM
 #1142

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
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 12:39:28 PM
 #1143

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

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
Zywiec
Sr. Member
****
Offline Offline

Activity: 414
Merit: 250


View Profile
September 15, 2015, 12:40:35 PM
 #1144

First consolidation at  .00012 satoshis on Bleutrade exchange.


Still out of economic bill.

Quote
beluwiel
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 15, 2015, 12:41:48 PM
 #1145

I need your help. My miner doesn't mine. When i open it, it shutdown instantly.
defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
September 15, 2015, 12:45:53 PM
 #1146

First consolidation at  .00012 satoshis on Bleutrade exchange.


Still out of economic bill.

Quote

so dont sell them then Tongue

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
beluwiel
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 15, 2015, 01:05:39 PM
 #1147

I need your help. My miner doesn't mine. When i open it, it shutdown instantly.


And i don't know why.
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
September 15, 2015, 01:09:38 PM
 #1148

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
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 01:10:37 PM
 #1149

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:

Code:
@echo off
color 0A
"ethminer.exe" -G -F http://127.0.0.1:9656
PAUSE

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
beluwiel
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 15, 2015, 01:17:33 PM
 #1150

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 Offline

Activity: 1766
Merit: 1002



View Profile
September 15, 2015, 01:20:23 PM
 #1151

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

  ▄█▀                       ▀█▄
 ██           ▄▄ ▄▄           ██
███       ▄ ▄███ ███▄ ▄       ███
████▄   ███ ████ ████ ███   ▄████
 ██████████ ███▀ ▀▀▄▄▄▄▄ ▄██████
  ▀▀███████  ▀▄█████████ ████▀▀
       ███▀▄ ██████▀▀▀ ▄▄
       █▀▄██ ████▄▄█▀▄████
        ████ ▀█████▄▀██▀
        ████ █▄▀█████▄
        ████  ▀▀ █████▀
         ▀▀█      ▀█▀
.REXX.|||
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████▀    ▐███████
███████████    ▄▄█████████
▐██████████▀    ▀▀█████████▌
▐█████████▌       █████████▌
▐███████████    ███████████▌
███████████    ███████████
██████████    ██████████
▀████████▄  ▄████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████████▀▀  █████
████████████▀▀      ██████
▐████████▀▀   ▄▄     ██████▌
▐████▀▀    ▄█▀▀     ███████▌
▐████████ █▀        ███████▌
████████ █ ▄███▄   ███████
████████████████▄▄██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
████ ▄▀██████████  █████
██████▄▀▄▀██████  ████████
▐████████▄▀▄▀██  ██████████▌
▐██████████▄▀▄ ████████████▌
▐██████████  ▄▀▄▀██████████▌
████████  ████▄▀▄▀████████
█████  ████████▄▀ ██████
▀████████████████████▀
▀████████████████▀
▀▀▀▀▀▀▀▀▀▀▀▀
|.BUY REXX.
NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 01:21:57 PM
 #1152

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
Code:
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

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
randywald
Hero Member
*****
Offline Offline

Activity: 600
Merit: 500


View Profile
September 15, 2015, 01:23:09 PM
 #1153

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
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 01:23:58 PM
 #1154

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

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
defaced (OP)
Legendary
*
Offline Offline

Activity: 2184
Merit: 1011


Franko is Freedom


View Profile WWW
September 15, 2015, 01:27:46 PM
 #1155

How to join stats.expanse.tech

LINUX
-------------------------
FIRST STEP rebuild develop gexp
Code:
cd go-expanse
git checkout develop
git pull
make gexp

SECOND STEP git e.n.i.a set it up then run it
Code:
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

Code:
[
 {
   "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

Code:
pm2 start app.json

to see the logs type

Code:
pm2 logs

to stop pm2

Code:
pm2 stop node-app

Fortune Favors the Brave
Borderless CharityEXPANSEEXRAllergy FinderFranko Is Freedom
beluwiel
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 15, 2015, 01:29:22 PM
 #1156

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
Code:
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
Hero Member
*****
Offline Offline

Activity: 752
Merit: 500


Bcnex - The Ultimate Blockchain Trading Platform


View Profile
September 15, 2015, 01:30:27 PM
 #1157

If you sell below cost to make m8 then you deserve to lose your money.

▄▄██████████▄▄
▄██████████████████▄
▄██████████▌ ██████████▄
▄████████▀       ▀███████▄
▄████████  ▄██████▄████████▄
█████████  ▀██▀  ▄██████████
▐██████████▄     ▀███████████▌
▐█████████████  ▄  ▀█████████▌
█████████████ ▐██  █████████
▀████████▀██████▀  ████████▀
▀███████▄       ▄████████▀
▀██████████▌ ██████████▀
▀██████████████████▀
▀▀██████████▀▀
.$martFund.

  ▄▄▀▀▀▄▄
▀       ▀
▀▄▄   ▄▄▀█      ▄▄▀▀▀▄▄
   ▀█▀   █    ▄▀       ▀
▄   █   ▄█▄   █▀▄▄   ▄▄▀
  ▀▀▄█▄▀▀   ▀▀▄█   ▀█▀   
     █▄       ▄▄   █   ▄█▄
     █ ▀▀▄▄▄▀▀ █ ▀▀▄█▄▀▀   ▀▀
     █    █    █    █▄       ▄█
  ▄▄▀▀▀▄▄ █ ▄▄▀▀▀▄▄ █ ▀▀▄▄▄▀▀
▀       ▀▀       ▀    █   
▀▄▄   ▄▄▀▀▄▄   ▄▄▀█▀▄▄ █ ▄▄
   ▀█▀      ▀█▀   █   ▀▀▀
▄   █   ▄▄   █   ▄
  ▀▀▄█▄▀▀   ▀▀▄█▄▀▀
..One-stop Blockchain..
..Investment Solution..
▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
███████████▀    ▐███████
███████████    ▄▄█████████
▐██████████▀    ▀▀█████████▌
▐█████████▌       █████████▌
▐███████████    ███████████▌
███████████    ███████████
██████████    ██████████
▀████████▄  ▄████████▀
▀████████████████▀
▀▀████████▀▀



NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 01:32:02 PM
 #1158

How to join stats.expanse.tech

LINUX
-------------------------
FIRST STEP rebuild develop gexp
Code:
cd go-expanse
git checkout develop
git pull
make gexp

SECOND STEP git e.n.i.a set it up then run it
Code:
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

Code:
[
 {
   "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

Code:
pm2 start app.json

to see the logs type

Code:
pm2 logs

to stop pm2

Code:
pm2 stop node-app


Im not on slack but willing to add my node can you pm me the WS_SECRET

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
NRPatten
Full Member
***
Offline Offline

Activity: 163
Merit: 100


View Profile WWW
September 15, 2015, 01:32:58 PM
 #1159

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
Code:
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

Mining Pool | iMine | MyGitHub | - | GitHubRepo | GitHub
P-Funk
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250

Token


View Profile
September 15, 2015, 01:34:07 PM
 #1160

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
Code:
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.
Pages: « 1 ... 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 54 55 56 57 [58] 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 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 ... 377 »
  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!