Pages:
Author

Topic: [ANN][DRK] DarkCoin | DarkSend Anonymous Technology Pre-Alpha Launch - page 6. (Read 20224 times)

legendary
Activity: 1176
Merit: 1036
Dash Developer
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.

Sent you a 1000
legendary
Activity: 1176
Merit: 1036
Dash Developer
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.

There's only 11 blocks mined on testnet, shouldn't take long. Sure you turned on testnet and added the node?

I can't sync as well. Is that IP correct? Can't even ping it.

Opps, wrong IP. Try this:

addnode=23.22.165.148
sr. member
Activity: 460
Merit: 250
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.

There's only 11 blocks mined on testnet, shouldn't take long. Sure you turned on testnet and added the node?

yes it is in [testnet] but no block sources available, still stuck three weeks ago. I'm running the client with the datadir flag, but all seems fine, there's the testnet3 subfolder below my usual data files... but no syncing.
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.

There's only 11 blocks mined on testnet, shouldn't take long. Sure you turned on testnet and added the node?

I can't sync as well. Is that IP correct? Can't even ping it.
legendary
Activity: 1176
Merit: 1036
Dash Developer
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.

There's only 11 blocks mined on testnet, shouldn't take long. Sure you turned on testnet and added the node?
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Good job devs! Not able to alpha test tthis right now cause I'm not at home, but hopefully others will.

This is gonna be an awesome feature to the coin once it's working properly.
Wish I could've been able to buy more coins.
sr. member
Activity: 460
Merit: 250
Thank you!

waiting now for network syncing.

Testnet address:
mtdPqzvMdxMxZAy9FYN26HjjBvUiYbYLAx

Looking forward to try this.
full member
Activity: 126
Merit: 100
LADIES AND GENTLEMINERS...

LLLLLETS GET READY TO RUMBLEEEEEEEEEE!!!!!!
newbie
Activity: 31
Merit: 0
congrats on getting this going!
legendary
Activity: 1176
Merit: 1036
Dash Developer
Testing commences at 7PM EST tonight, come join us!

The public testing and improvement phase of the DarkSend technology officially begins right now Smiley .

Add these lines to your configuration:

Code:
addnode=54.80.16.112
testnet=1
debug=1

This is alpha software, expect bugs and other problems. Just report the bugs you find and we’ll take care of them.

You can begin by reading the instructions below, there’s a bit of a learning curve because this works very differently from the way normal transactions work.

DarkSend uses a pool of transactions, currently POOL_MAX_TRANSACTIONS is set to 3. This means it will wait for 3 transactions before “darksending” them. Being that you can only send 1 transaction through the pool at a time, you will need to wait for someone else on the network to send another darksend transaction. If you don't want to wait, you can send multiple darksend transactions with multiple clients.

There are 3 new commands that are added to the API. To test these features from the QT client, open the debug console:

  • darksend Xaddress amount  : Add transaction to the darksend pool. This returns the current sessionID
  • getpoolinfo pool_no: Show pools current status
  • getdarksendtxid sessionID: After a DarkSend round completes this will return the TxID

Code:

2= accepting inputs, 3 = accepting outputs, 4=signing,  5=transmission
{
    "state" : 2,
    "session_id": 1005,                      
    "pooled_inputs" : 0,
    "pooled_outputs" : 0,
    "pooled_signatures" : 0,
    "my_transactions" : 0
}

Known issues:
  • Sent inputs go into unconfirmed: The input value - the value you sent will appear as “unconfirmed” until the next block is mined. Just ignore it


--------- Download Links ---------------

Windows: http://www.darkcoin.io/downloads/alpha/darkcoin-qt.exe
Ubuntu 64x: http://www.darkcoin.io/downloads/alpha/darkcoin-qt
Ubuntu 64x: http://www.darkcoin.io/downloads/alpha/darkcoind

-------- Want coins to send? -------------

Post your testnet address or mine some blocks. Blocks are set to mature with 3 confirmations, so it shouldn’t take long to get coins.

--------- Addresses to send to -----------------------------

Any testnet address will work with darksend, but you can use any of the following if you don’t want to generate them.

myYv7AwMVNDcNsA1sqd7ErqZsivf1xKDAq
mmhC4TAU7oPMEkEpVWDVRwq7dUtHPAuGVq
mkKYy1p9hz9sdxkZgpQViiARHdiDqRkh13
mznJuVXp1S1wVRhSdxtErHqQh7DmTnnrqz
mjAKXG4vo6ZW28BgTybSsDQHS1YkYcSpQ8
n43MTtoABchSv3CbHmf4Lddu7bccbKmhXr
n4bXjr5f3EGSozdppNH1Q1K21Ce34s2dtd

--------- Now what?? ---------------------------------------------------

Join #darkcoin-test on freenode!
Pages:
Jump to: