Bitcoin Forum
May 06, 2024, 07:01:53 PM *
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 »
  Print  
Author Topic: DAXXCOIN LAUNCHED  (Read 79279 times)
Lowryda23
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
July 11, 2017, 06:44:08 PM
 #121

Why Coinmarketcap says  : Circulating Supply 477,381,160 DAXX   -    Total Supply 502,381,160 DAXX

Did i miss the ICO ?
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
July 11, 2017, 07:03:41 PM
 #122

Guys i'm trying to solomine but my miner (claymore) says :

Code:
ETH: http error #7.
ETH: Failed to connect to pool (localhost:8545), retry in 20 sec...

my wallet .bat file :

Code:
Daxx.exe --rpcallowip 127.0.0.1 --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

my claymore bat :

Code:
EthDcrMiner64.exe -epool http://localhost:8545 -mport 0

can developer or someone who did it spare some time for me pls ?

thanks in advance
Lowryda23
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
July 11, 2017, 07:15:43 PM
 #123

Guys i'm trying to solomine but my miner (claymore) says :

Code:
ETH: http error #7.
ETH: Failed to connect to pool (localhost:8545), retry in 20 sec...

my wallet .bat file :

Code:
Daxx.exe --rpcallowip 127.0.0.1 --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

my claymore bat :

Code:
EthDcrMiner64.exe -epool http://localhost:8545 -mport 0

can developer or someone who did it spare some time for me pls ?

thanks in advance

I have the same Problem ... but i think you have to put in the other port : EthDcrMiner64.exe -epool http://localhost:30333 -mport 0

pls tell me if it work
Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
July 11, 2017, 07:21:34 PM
 #124

Guys i'm trying to solomine but my miner (claymore) says :

Code:
ETH: http error #7.
ETH: Failed to connect to pool (localhost:8545), retry in 20 sec...

my wallet .bat file :

Code:
Daxx.exe --rpcallowip 127.0.0.1 --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

my claymore bat :

Code:
EthDcrMiner64.exe -epool http://localhost:8545 -mport 0

can developer or someone who did it spare some time for me pls ?

thanks in advance

I have the same Problem ... but i think you have to put in the other port : EthDcrMiner64.exe -epool http://localhost:30333 -mport 0

pls tell me if it work

thanks for you answer but still didnt work.

I paste here the cmd wallet :

Code:
C:\Program Files\DaxxCoin-Wallet>Daxx.exe --rpcallowip 127.0.0.1 --rpcaddr "localhost" --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

[2017-07-11 21:18:56.192] [INFO] main - Running in production mode: true
Secp256k1 bindings are not compiled. Pure JS implementation will be used.
[2017-07-11 21:18:56.317] [INFO] main - Starting in Wallet mode
[2017-07-11 21:18:56.334] [INFO] Db - Loading db: C:\Users\bassa\AppData\Roaming\DaxxCoin Wallet\mist.lokidb
[2017-07-11 21:18:56.344] [INFO] Windows - Creating commonly-used windows
[2017-07-11 21:18:56.344] [INFO] Windows - Create secondary window: loading, owner: notset
[2017-07-11 21:18:57.531] [INFO] Windows - Create primary window: main, owner: notset
[2017-07-11 21:18:57.538] [INFO] Windows - Create primary window: splash, owner: notset
[2017-07-11 21:18:57.785] [INFO] ipcCommunicator - Backend language set to:  fr
[2017-07-11 21:18:58.172] [INFO] (ui: splashscreen) - Web3 already initialized, re-using provider.
[2017-07-11 21:18:58.212] [INFO] (ui: splashscreen) - Meteor starting up...
[2017-07-11 21:18:58.243] [INFO] Sockets/node-ipc - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:18:58.246] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:18:59.247] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:19:00.247] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:19:01.244] [ERROR] Sockets/node-ipc - Connection failed (3000ms elapsed)
[2017-07-11 21:19:01.245] [WARN] EthereumNode - Failed to connect to node. Maybe it's not running so let's start our own...
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Node type: geth
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Network: main
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Start node: geth main
[2017-07-11 21:19:01.247] [INFO] EthereumNode - Directory already exist in location:::::::
[2017-07-11 21:19:01.247] [INFO] EthereumNode - Start node using C:\Users\bassa/DaxxPeer/geth
[2017-07-11 21:19:04.317] [INFO] EthereumNode - 3000ms elapsed, assuming node started up successfully
[2017-07-11 21:19:04.317] [INFO] EthereumNode - Started node successfully: geth main
[2017-07-11 21:19:04.318] [INFO] Sockets/node-ipc - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:04.319] [INFO] Sockets/node-ipc - Connected!
[2017-07-11 21:19:04.320] [INFO] NodeSync - Ethereum node connected, re-start sync
[2017-07-11 21:19:04.320] [INFO] NodeSync - Starting sync loop
[2017-07-11 21:19:04.321] [INFO] Sockets/3 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:04.321] [INFO] main - Connected via IPC to node.
[2017-07-11 21:19:04.324] [INFO] Sockets/3 - Connected!
[2017-07-11 21:19:06.325] [INFO] NodeSync - No more sync necessary
[2017-07-11 21:19:06.325] [INFO] main - Loading Interface at file://C:\Program Files\DaxxCoin-Wallet\resources\app.asar/interface/wallet/index.html
[2017-07-11 21:19:06.333] [INFO] NodeSync - Sync loop ended
[2017-07-11 21:19:06.545] [INFO] Sockets/2 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:06.545] [INFO] Sockets/2 - Connected!
[2017-07-11 21:19:06.554] [INFO] Sockets/2 - Disconnecting...
[2017-07-11 21:19:07.026] [INFO] Sockets/2 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:07.027] [INFO] Sockets/2 - Connected!
[2017-07-11 21:19:07.185] [INFO] (ui: browser) - Exception from Tracker recompute function:
[2017-07-11 21:19:07.185] [INFO] (ui: browser) - Error: Unknown language : fr
    at Function.p.language (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:212:4883)
    at file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:440:416
    at o.Computation._compute (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:2427)
    at o.Computation._recompute (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:2654)
    at Object.o._runFlush (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:3617)
    at e (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:3:2188)
[2017-07-11 21:19:10.109] [INFO] (ui: browser) - Connect to node...
[2017-07-11 21:19:14.084] [INFO] (ui: browser) - Node started syncing, stopping app operation
[2017-07-11 21:19:14.586] [INFO] (ui: browser) - Restart app operation again
[2017-07-11 21:19:14.587] [INFO] (ui: browser) - Connect to node...
usuksobad
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
July 11, 2017, 07:53:07 PM
 #125

Is it possible for the coin to be here ?

https://etherscan.io/

Because this block explorer which one is now kinda looks low quality.
usuksobad
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
July 11, 2017, 08:22:52 PM
 #126

In a year totally you can mine 31kk coins.

At the moment the circulating supply is 477,393,940.

Did I miss something? I think this thing is pretty bad for the coin future.
Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
July 11, 2017, 08:42:57 PM
 #127

is there any fork for your geth please ? I want to solo mine, If any dev are here....
sssergy
Full Member
***
Offline Offline

Activity: 366
Merit: 100



View Profile
July 11, 2017, 09:04:08 PM
 #128

Guys i'm trying to solomine but my miner (claymore) says :

Code:
ETH: http error #7.
ETH: Failed to connect to pool (localhost:8545), retry in 20 sec...

my wallet .bat file :

Code:
Daxx.exe --rpcallowip 127.0.0.1 --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

my claymore bat :

Code:
EthDcrMiner64.exe -epool http://localhost:8545 -mport 0

can developer or someone who did it spare some time for me pls ?

thanks in advance

I have the same Problem ... but i think you have to put in the other port : EthDcrMiner64.exe -epool http://localhost:30333 -mport 0

pls tell me if it work

thanks for you answer but still didnt work.

I paste here the cmd wallet :

Code:
C:\Program Files\DaxxCoin-Wallet>Daxx.exe --rpcallowip 127.0.0.1 --rpcaddr "localhost" --rpcport 8545 --port 30333 --networkid 11199 --server 1 --addnode=52.59.27.254:8003 --addnode=52.59.27.254:8004

[2017-07-11 21:18:56.192] [INFO] main - Running in production mode: true
Secp256k1 bindings are not compiled. Pure JS implementation will be used.
[2017-07-11 21:18:56.317] [INFO] main - Starting in Wallet mode
[2017-07-11 21:18:56.334] [INFO] Db - Loading db: C:\Users\bassa\AppData\Roaming\DaxxCoin Wallet\mist.lokidb
[2017-07-11 21:18:56.344] [INFO] Windows - Creating commonly-used windows
[2017-07-11 21:18:56.344] [INFO] Windows - Create secondary window: loading, owner: notset
[2017-07-11 21:18:57.531] [INFO] Windows - Create primary window: main, owner: notset
[2017-07-11 21:18:57.538] [INFO] Windows - Create primary window: splash, owner: notset
[2017-07-11 21:18:57.785] [INFO] ipcCommunicator - Backend language set to:  fr
[2017-07-11 21:18:58.172] [INFO] (ui: splashscreen) - Web3 already initialized, re-using provider.
[2017-07-11 21:18:58.212] [INFO] (ui: splashscreen) - Meteor starting up...
[2017-07-11 21:18:58.243] [INFO] Sockets/node-ipc - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:18:58.246] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:18:59.247] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:19:00.247] [WARN] Sockets/node-ipc - Connection failed, retrying after 1000ms...
[2017-07-11 21:19:01.244] [ERROR] Sockets/node-ipc - Connection failed (3000ms elapsed)
[2017-07-11 21:19:01.245] [WARN] EthereumNode - Failed to connect to node. Maybe it's not running so let's start our own...
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Node type: geth
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Network: main
[2017-07-11 21:19:01.245] [INFO] EthereumNode - Start node: geth main
[2017-07-11 21:19:01.247] [INFO] EthereumNode - Directory already exist in location:::::::
[2017-07-11 21:19:01.247] [INFO] EthereumNode - Start node using C:\Users\bassa/DaxxPeer/geth
[2017-07-11 21:19:04.317] [INFO] EthereumNode - 3000ms elapsed, assuming node started up successfully
[2017-07-11 21:19:04.317] [INFO] EthereumNode - Started node successfully: geth main
[2017-07-11 21:19:04.318] [INFO] Sockets/node-ipc - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:04.319] [INFO] Sockets/node-ipc - Connected!
[2017-07-11 21:19:04.320] [INFO] NodeSync - Ethereum node connected, re-start sync
[2017-07-11 21:19:04.320] [INFO] NodeSync - Starting sync loop
[2017-07-11 21:19:04.321] [INFO] Sockets/3 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:04.321] [INFO] main - Connected via IPC to node.
[2017-07-11 21:19:04.324] [INFO] Sockets/3 - Connected!
[2017-07-11 21:19:06.325] [INFO] NodeSync - No more sync necessary
[2017-07-11 21:19:06.325] [INFO] main - Loading Interface at file://C:\Program Files\DaxxCoin-Wallet\resources\app.asar/interface/wallet/index.html
[2017-07-11 21:19:06.333] [INFO] NodeSync - Sync loop ended
[2017-07-11 21:19:06.545] [INFO] Sockets/2 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:06.545] [INFO] Sockets/2 - Connected!
[2017-07-11 21:19:06.554] [INFO] Sockets/2 - Disconnecting...
[2017-07-11 21:19:07.026] [INFO] Sockets/2 - Connect to {"path":"\\\\.\\pipe\\geth.ipc"}
[2017-07-11 21:19:07.027] [INFO] Sockets/2 - Connected!
[2017-07-11 21:19:07.185] [INFO] (ui: browser) - Exception from Tracker recompute function:
[2017-07-11 21:19:07.185] [INFO] (ui: browser) - Error: Unknown language : fr
    at Function.p.language (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:212:4883)
    at file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:440:416
    at o.Computation._compute (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:2427)
    at o.Computation._recompute (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:2654)
    at Object.o._runFlush (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:23:3617)
    at e (file:///C:/Program%20Files/DaxxCoin-Wallet/resources/app.asar/interface/wallet/f7f82bbddcc6d9668ca16e407c73adf9897d2feb.js:3:2188)
[2017-07-11 21:19:10.109] [INFO] (ui: browser) - Connect to node...
[2017-07-11 21:19:14.084] [INFO] (ui: browser) - Node started syncing, stopping app operation
[2017-07-11 21:19:14.586] [INFO] (ui: browser) - Restart app operation again
[2017-07-11 21:19:14.587] [INFO] (ui: browser) - Connect to node...


geth --fast --cache=1024 --datadir data --networkid 11199 --port 30333 --rpc --rpcapi "admin,personal,web3,eth,net" --rpcaddr "0.0.0.0" --rpcport 8888 console

ethminer -U -F http://127.0.0.1:8888

working fine
Lowryda23
Newbie
*
Offline Offline

Activity: 85
Merit: 0


View Profile
July 11, 2017, 09:46:17 PM
 #129

@sssergy Thx man , working great
usuksobad
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
July 11, 2017, 10:15:32 PM
Last edit: July 11, 2017, 11:28:43 PM by usuksobad
 #130

.....
iamnewhere
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 11, 2017, 11:16:24 PM
 #131

Ok I'm out.

 Seems it's a total scam. Guy with 300mh/s earns 2 times more coins than the guy with 6gh/s.

 Thank you for wasting my team. Be aware guys

The guy in 1st place with 300mh/s every hour 1k+ coins.

http://prntscr.com/fujchg

gg wp


ever thought about that it's maybe some issue on that pool? did you check if he really get this coins?
here it looks as it should be and nothing like scam -> http://daxx.coinminer.space/#/
usuksobad
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
July 11, 2017, 11:19:10 PM
 #132

All good

Deleting the posts. My bad, it's probably because of -mport 3335, blocks the api that's all.

Stupid me<<<

Etar
Sr. Member
****
Offline Offline

Activity: 616
Merit: 312


View Profile
July 12, 2017, 04:29:31 AM
 #133

----------- Daxx pool ------------
http://213.154.202.174:6660
Noticed!

Default static difficulty 2g
If you whant rent rig from nicehash use in password field diff:5000000000 (nicehash work with min difficulty 5g)
Happy mining!
iamnewhere
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
July 12, 2017, 06:58:42 AM
 #134

Nice exchange rate pump  Grin
Etar
Sr. Member
****
Offline Offline

Activity: 616
Merit: 312


View Profile
July 12, 2017, 07:19:10 AM
 #135

************* Dev, we whant BIG exchange like Bittrex, Polo ************
esteko
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
July 12, 2017, 07:49:37 AM
 #136

Hi! Please explane me how it possible from 0 to 4500 sat in one week ? )))
MickGhee
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000

Fucker of "the system"


View Profile
July 12, 2017, 07:57:58 AM
 #137

WTF!!! 

Web wallet says : You cannot transfer more than 100 daxxcoin to decentralized wallet in a day

WTF is this?  Hey Dev Gimme my $$$

Last night, while you were sleeping. I fucked the system!
siagirl
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
July 12, 2017, 08:14:58 AM
 #138

Hi I want to ask you do you have mining calculator? Thank you in advance.
AsicBite
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 12, 2017, 09:33:35 AM
 #139

WTF!!! 

Web wallet says : You cannot transfer more than 100 daxxcoin to decentralized wallet in a day

WTF is this?  Hey Dev Gimme my $$$


LOL less than $10  Grin 
but what is  decentralized wallet  anyway ?
J@soN
Sr. Member
****
Offline Offline

Activity: 413
Merit: 250


View Profile
July 12, 2017, 09:39:22 AM
 #140

We need more exchange and BIGG exchange DEV
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 »
  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!