Bitcoin Forum
May 11, 2024, 03:37:31 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Which domain should the coin have?
xdag.org - 10 (50%)
xdag.cash - 9 (45%)
other xdag.* - 1 (5%)
shitcoin.xxx is better - 0 (0%)
Total Voters: 20

Pages: « 1 ... 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 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  Print  
Author Topic: [ANN] [XDAG] Community Driven - First Mineable DAG | CPU Mining  (Read 75232 times)
zuza1988
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 14, 2018, 08:50:39 AM
 #2381

You wrote in the whitepaper: Currently this project is maintained by Dagger Community Dev team - but who exactly is in this team? Some names and perhaps previous projects of these people?
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715441851
Hero Member
*
Offline Offline

Posts: 1715441851

View Profile Personal Message (Offline)

Ignore
1715441851
Reply with quote  #2

1715441851
Report to moderator
Ariem
Full Member
***
Offline Offline

Activity: 518
Merit: 242


View Profile
May 15, 2018, 11:07:52 AM
Last edit: May 15, 2018, 11:57:33 AM by Ariem
 #2382

Hash Rate is rising so fast, last time I checked it was about 12 TH/s, now it is 72, and this coin is still not on the exchange, I fill myself lucky to be among the first who started to mine it on the processors, my FX 8300 was giving me about 300-1000 coins per day, but only for short time, before GPU started to mine. What is current price for this coin? It is trading somewhere, right?


it's on three exchanges currently, and OTC trading is still going on in the discord channel.

i'm using bbx.com to sell my mined coins

Thanks! The price is great, I have sold some coins, but not all, always thought that this coin has a big potential but unfortunately was mining only for short period of time, but I think it is always like that, it is never enough Smiley
Ariem
Full Member
***
Offline Offline

Activity: 518
Merit: 242


View Profile
May 15, 2018, 11:47:19 AM
Last edit: May 15, 2018, 11:58:32 AM by Ariem
 #2383

bbx.com appears to be  easy to use, you have to create an account on the site:



Download application to your smartphone:



Enter your login and password in that application, and that’s it, withdrawal goes without any surprises, like hidden KFC, or something like that. You will have to enter confirmation number which will be send to your mail, and you have to wait sometimes about half an hour when your funds will be available for trading. Only inconvenience is in that you cannot use qr codes to input your ethereum wallet address or any other, you have to manually type it or you can send it from your computer to your mail, then open that letter on smartphone, and then copy past it into exchange application.
Raist
Full Member
***
Offline Offline

Activity: 490
Merit: 102


View Profile
May 15, 2018, 02:10:59 PM
 #2384

Guys I have technical question, may be someone can help. I have my old cheat wallet and there is an issue - I can receive xdags but cannot send. When I am trying to send wallet (I use cmd) is replying that transaction was made but xdags never leave the wallet. Never had such issues with other wallets - may be someone can solve this puzzle.
AnotherYou
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 17, 2018, 05:36:38 PM
 #2385

CorpoPool updated to version 0.2.2
http://xdagger.corpopool.com
Code:
-p xdag.corpopool.com:443
Please join to help test new version.
Thanks in advance!
jonano
Jr. Member
*
Offline Offline

Activity: 133
Merit: 7


View Profile
May 17, 2018, 11:17:00 PM
Last edit: May 18, 2018, 08:40:20 AM by jonano
 #2386

Hi all!
XDag v0.2.2 is released.

https://github.com/XDagger/xdag/releases/tag/0.2.2
Github: https://github.com/XDagger/xdag

List of changes:
- transaction address is shown in the console version, you can track the status of your transaction in the block explorer
- new field "State" was added to the output of the "block" command. See description below
- a bug in DNET which could break synchronization between pools is fixed
- a bug in block validation logic which could lead to divergence of balances between pools is fixed
- large changes in the mining:
    - unpaid shares are paid even if miner is disconnected
    - miners who use several rigs with one wallet address recieve only one total payment, not several payments corresponding to the number of connections. It should help to decrease network load
    - restriction on count of connections with the same address was added. This count can be configured, see description below
    - count of shares per task from one connection was restricted to 20, if count of shares exceeds 20 (during one minute) miner is disconnected. It was made with purpose to protect pool againg DDOS and cheating with shares.
    - if you use several connections with the same address you no longer can send the same shares. All shares must be unique
    - output of the miners command was changed. See description below
    - max count of connections was increased to 8192
- small update in the GUI wallet
- draft version of JSON-RPC. Not ready for exchanges now
- some log messages are disabled during loading the storage. It can help to decrease count of disc I/O operations and speed up the loading of storage folder
- DAG takes too much space in the memory. Pools use temporary files for swapping in order to decrease memory usage. A new configuration "-z" was added:
     - -z <path>  - you can set path to temp-file folder
     - -z RAM - use RAM instead of temp-files. It can speed up loading of storage and make the pool faster, but demands large amout of free memory

Transaction address:
After you transfer message you will see message "Transaction address is xxxxxxxxxxxxxx, it will take several minutes to complete the transaction.". Example:
Code:
xdag> xfer 5 EnTkFVTGB+J4oKHHTQIay3Q3Zc1a8s0u
Password:
Xfer: transferred 5.000000000 XDAG to the address EnTkFVTGB+J4oKHHTQIay3Q3Zc1a8s0u.
Transaction address is ksk5SsT5PqLhAwCUhqtBFNPB6WizsDk0, it will take several minutes to complete the transaction.
You can use that address to track your transaction, for example: https://explorer.xdag.io/block/ksk5SsT5PqLhAwCUhqtBFNPB6WizsDk0

Currently you can use field "Flags" to find out state of the transaction (block):
0 - block is just recieved
10 - block is in processing
1c - block is accepted
1F - it is main block
18 - block is rejected. It can be caused by insufficient balance or synchronization problems

New version has a new field "state" with values:
- Pending
- Accepted
- Rejected
- Main
Example:
Code:
xdag> block  gkileoNyIQ+24I82gBKXcsm1wZSKHIVd
      time: 2018-05-18 01:59:27.916
 timestamp: 16bf8253fab
     flags: 0
     state: Pending
  file pos: 200
      hash: 0c93950ebed441c95d851c8a94c1b5c972971280368fe0b60f2172837aa54882
difficulty: 00000001c7a2f05a0
   balance: gkileoNyIQ+24I82gBKXcsm1wZSKHIVd           0.000000000
-------------------------------------------------------------------------------------------
                               block as transaction: details
 direction  address                                    amount
-------------------------------------------------------------------------------------------
       fee: NjVnGThQVNPsMnMwgRPTJQWvmsBNSCTB           0.000000000
    output: CtuR8NizlQHSb09T8fV3bURYCEmQ/jcN           0.000000000
     input: CtuR8NizlQHSb09T8fV3bURYCEmQ/jcN       50000.000000000
    output: XUSGrE0EHNLZ1OMZqv7pvbBa4YRA+zKp       50000.000000000
-------------------------------------------------------------------------------------------
                                 block as address: details
 direction  transaction                                amount       time
-------------------------------------------------------------------------------------------
Existing block explorers can use this field to show the block state.
jonano
Jr. Member
*
Offline Offline

Activity: 133
Merit: 7


View Profile
May 17, 2018, 11:36:26 PM
 #2387

For pool owners: configuration for pool was updated. A new parameter "maxconn - maximum allowed number of miners with the same address" was added. Also parameters were reordered
Code:
  -P ip:port:CFG - run the pool, bind to ip:port, CFG is miners:maxip:maxconn:fee:reward:direct:fund
                     miners - maximum allowed number of miners,
                     maxip - maximum allowed number of miners connected from single ip,
                     maxconn - maximum allowed number of miners with the same address,
                     fee - pool fee in percent,
                     reward - reward to miner who got a block in percent,
                     direct - reward to miners participated in earned block in percent,
                     fund - community fund fee in percent

Example of command line for starting pool (for test net):
Quote
xdag -t -p 213.21.5.18:3366 -P 213.21.5.18:454:1000:100:60:1:1:1:1

Output of miners command was changed. Example:
Code:
xdag> miners
List of miners:
 NN  Address for payment to            Status   IP and port            in/out bytes      nopaid shares
------------------------------------------------------------------------------------------------------
 -1. EacdO89D9vDursfUP4dsPHvHu1mnKdHP  fee      -                      -                 0.000000
  0. XUSGrE0EHNLZ1OMZqv7pvbBa4YRA+zKp  active   -                      -                 34.238053
 C1. -                                 -        127.0.0.1:50013        9568/4800         34.238053
 C2. -                                 -        127.0.0.1:50634        576/96            0.135454
  1. CtuR8NizlQHSb09T8fV3bURYCEmQ/jcN  active   -                      -                 31.848017
 C1. -                                 -        127.0.0.1:50024        10944/4640        31.848017
  2. qJ4ytVsbjyiuDP57XaLo1ia323XeHFS8  archive  -                      -                 13.180378
------------------------------------------------------------------------------------------------------
Total 2 active miners.
Now all connections with the same address are grouped. Disconnected miners are marked with "archived" state. Archive miners are removed from the list when all shares are payed.
In order to see the list in the old format, you can use command "miners conn"
Code:
xdag> miners conn
List of miners:
 NN  Address for payment to            Status   IP and port            in/out bytes      nopaid shares
------------------------------------------------------------------------------------------------------
  0. XUSGrE0EHNLZ1OMZqv7pvbBa4YRA+zKp  active   127.0.0.1:50013        9600/4800         34.238053
  1. CtuR8NizlQHSb09T8fV3bURYCEmQ/jcN  active   127.0.0.1:50024        10976/4640        31.848017
  2. XUSGrE0EHNLZ1OMZqv7pvbBa4YRA+zKp  active   127.0.0.1:50634        576/96            0.135454
------------------------------------------------------------------------------------------------------
Total 3 active miners.
But this list shows only active connections. The new version no longer has "archive connectios".
Pon13
Full Member
***
Offline Offline

Activity: 670
Merit: 130



View Profile WWW
May 18, 2018, 06:08:15 AM
 #2388

how the hell do you trade on bbx lol
can't find the markets

you have to use their mobile application

Bill Hicks was right about....everything
AnotherYou
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
May 18, 2018, 10:49:48 AM
Last edit: May 18, 2018, 11:39:35 AM by AnotherYou
 #2389

CorpoPool updated to version 0.2.2
http://corpopool.com
Code:
-p xdag.corpopool.com:443
Please join to help test new version.
Thanks in advance!

 Grin AnotherYou... i made a present for you. I hope you like it.

and I have a question for you...
Are you skimming your pool fees high amounts to pay that qq group to use your pool?

I'm seeing 1/3rd of the rewards from a block as i see at most other pools.
it's a big discrepancy.
1% pool fee.
1% reward for miner who discovered a block
1% reward for miner who contribute directly to the discover of a block
1% community fund fee.
96% is shared between all miners on the pool.

Fee are transparent, you can check them in explorer, only diffrence is that now pool pay also for archive shares.
check your stats after 24h
jonano
Jr. Member
*
Offline Offline

Activity: 133
Merit: 7


View Profile
May 18, 2018, 11:31:53 AM
 #2390

Expirienced C/C++ developers are wanted. You can participate in the development of XDAG project and your efforts can be payed in XDAG from community fund.
PM me please if you are interested.
Hornyboy1231234
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
May 18, 2018, 03:09:57 PM
 #2391

CorpoPool updated to version 0.2.2
http://xdagger.corpopool.com
Code:
-p xdag.corpopool.com:443
Please join to help test new version.
Thanks in advance!

How the test is going on? any release plan yet ?
stronggirl306
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
May 18, 2018, 03:40:30 PM
 #2392

The concept is interesting and looks cool I can participate in mining and try it nowadays, but I need more information maybe from this thread.
cheatoshin0 (OP)
Jr. Member
*
Offline Offline

Activity: 54
Merit: 31


View Profile WWW
May 19, 2018, 12:39:44 AM
 #2393

The concept is interesting and looks cool I can participate in mining and try it nowadays, but I need more information maybe from this thread.

You can find several information on our different board :

https://xdag.io/
https://github.com/XDagger/xdag/wiki

Thanx for your interest  Smiley

█▐   XDAG  ▐ █    A new DAG-based cryptocurrency
 (https://xdag.io/)
cheatoshin0 (OP)
Jr. Member
*
Offline Offline

Activity: 54
Merit: 31


View Profile WWW
May 19, 2018, 12:42:07 AM
 #2394

CorpoPool updated to version 0.2.2
http://xdagger.corpopool.com
Code:
-p xdag.corpopool.com:443
Please join to help test new version.
Thanks in advance!

How the test is going on? any release plan yet ?

Hello,

As you can see it here => https://xdag.io/2018/05/18/XDAG-update.html
XDAG v0.2.2 is released since today.


█▐   XDAG  ▐ █    A new DAG-based cryptocurrency
 (https://xdag.io/)
lhfly5201314
Member
**
Offline Offline

Activity: 252
Merit: 12


View Profile
May 19, 2018, 03:56:52 AM
 #2395

What a pity!I missed the xdag!!!
Now,I have to buy some from the otc!

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
big_daddy
Hero Member
*****
Offline Offline

Activity: 1652
Merit: 583


xUSD - The PRIVATE stable coin - Haven Protocol


View Profile WWW
May 19, 2018, 05:30:22 AM
 #2396

What a pity!I missed the xdag!!!
Now,I have to buy some from the otc!

You have 3 exchanges where You can get the XDAG
Look some posts before, and you will find the answer

If you don't believe it or don't get it, I don't have the time to try to convince you, sorry.
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
May 20, 2018, 04:50:20 AM
 #2397

What a pity!I missed the xdag!!!
Now,I have to buy some from the otc!

You have 3 exchanges where You can get the XDAG
Look some posts before, and you will find the answer


I can see bbx. Which are the other 2?

ti0tan
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 20, 2018, 06:23:03 AM
 #2398

the original dev came back already? Huh
cheatoshin0 (OP)
Jr. Member
*
Offline Offline

Activity: 54
Merit: 31


View Profile WWW
May 20, 2018, 08:02:57 AM
 #2399

What a pity!I missed the xdag!!!
Now,I have to buy some from the otc!

You have 3 exchanges where You can get the XDAG
Look some posts before, and you will find the answer


I can see bbx. Which are the other 2?

Hi there,
The following exchange allow XDAG trading for Cn user only :

http://vbitex.com/Home/Qcorders/index/currency/XDAG.html
https://www.coinbat.com/trade/panel/xdag

BBX.com allow all user worldwide.

Note: Main post updated with this info

█▐   XDAG  ▐ █    A new DAG-based cryptocurrency
 (https://xdag.io/)
zveezdex
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
May 20, 2018, 10:34:44 AM
 #2400

Congrats for 100+ Th/s.
Pages: « 1 ... 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 109 110 111 112 113 114 115 116 117 118 119 [120] 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 »
  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!