Bitcoin Forum
June 16, 2024, 12:09:49 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
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 44 45 46 47 48 [49] 50 51 »
961  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 10, 2014, 05:00:18 PM
Next week updates = bytecoin updates, that moves blockchain out of RAM and other small fixes.
Developers are working on moving that changes to duckNote and testing it. Also working around GUI wallet, but that is not the priority now, the main thing now is to make network more scalable in terms of rewards and fees.
There will be no change of coin amount or supply.
There is no hardfork in plans. 

In next 2 weeks marketing phase will begin, means giveaways, coin promotion, etc.
As for now - network is really stable, block intervals are perfect, all is going according to THE PLAN.

For those who can`t see differences from other cryptonote coins - look at source code, check % of orphans in the network, check % of "bad shares" on pools, you will see that duckNote is a winner. Like

24 hours of mining with the same mining software and hardware gives:
4% of bad shares on Monero
2% of bad shares on Bytecoin
0.5% of bad shares on duckNote.

Orphans in above networks 6/2/1.

As for the prices: now it is absolutely about speculation, because there is NO services yet and NO markets yet.
Also low prices now means that coin goes to more hands - that is good for further decentralization.

duck ducked before tiger jump.



 

 

remark .
In next 2 weeks marketing phase will begin, means giveaways, coin promotion, etc. June 28.

Today is July 10.   How time flies

Be patient, my friend, and you will ride that wave.
962  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 09, 2014, 08:42:29 AM
hey guys! I do not understand why this coin is not yet a absolute favorite?
I see that she is developing quite actively. but why do people still mined Monero, and so on?
The pool is bad  and  we need something to support the price.
I don't understand you comment.
what pool is bad?
and what do pools have to do with supporting the price of the coin? other than given the smaller miners the ability to mine?
Some miner think extrempool is the biggest pool of XDN,so we mining  XDN in e-pool.
But we realize extrempool can't afford us coin right now with mining.Even though Extrempool can't afford me the coin which I have.
So many miner think the coin is a shit coin and they chose to mine XMR,ACN and other coin.
Do you understand?

Please remember U have not afford me 3,700,000 XDN in June 29.
This is my address :

dddT2BxKT12Fo3bwSrxYDbAr6Le1cptxk85gGnm7bj5uTuWxArrLve3241V1kyiH35KdW7xbaGc5E5i SuGPMGUkg1RRk7kF5Z


In the last,give me a explication .
Why the hast rate of extempool often is more than  the hast rate of all network?

What a shit pool. waht a shit man.
if afford is another word for paid, then you are incorrect all payments are working just fine, ask any of the 77 people mining there.
 Total Paid: 28664250.00000000 XDN
I show that is the total amount I have paid you. You have a small pending balance.

As for the rest of your comments I can't understand what your saying.  Miners can choose to mine whatever coin they wish.

Dear 33zer0w0lf, your have a great pool, thank you for your duckNote support! Just a notice - have you made an update to the latest duckNote from github repo? Your pool is producing big blocks, that may be an issue with an old ducknoted daemon. If update is already done, thats ok.
963  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 08, 2014, 03:35:29 PM
Do you know why the price is so low and the hast rate pump and dump?
Because the pool is a shit pool.
The pool can't afford the coin right now,everyone give up XDN to mine other coin.

there are lots of pools, and number of is working correct, like minergate, xminingpool, extremepool, etc. Network hashrate is following the price.
964  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 07, 2014, 07:28:24 AM
I have a vm with over a gig of memory, but when I try to compile from source, I get "virtual memory exhausted"... how much memory does this take to compile?!
Edit2: I ran it again to see how much swap space it used.  I gave the vm 1 gig of ram, and it used almost 2 GB of swap, so I would recommend that the total of memory and swap is at least 3.
Edit3: Well it's been a few hours now of compiling...  I hate using swap.

Edit:

Okay, so I ended up having to add more swap space.  For anyone else who runs into this issue too, here's (one way) to add more swap space.  I added 3 gigabytes:

To check how much swap space you currently have in megabytes:
free -m

To add more swap space (again, I added 3G):
sudo fallocate -l 3G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile


Now preserve this over reboots:
sudo nano /etc/fstab

Add the following line to the end of the file, then save and close the file:
/swapfile none swap sw 0 0

Make sure that swap is only used when it is absolutely needed:
echo 10 | sudo tee /proc/sys/vm/swappiness
echo vm.swappiness = 10 | sudo tee -a /etc/sysctl.conf



1GB swap:
Code:
dd if=/dev/zero of=/swapfile bs=1024 count=1048576
mkswap -f /swapfile
swapon /swapfile

add following to /etc/fstab:
Code:
/swapfile   none   swap   sw 0 0


Using new HTML GUI:

1.Download and compile the latest version of duckNote or use precompiled (will be available soon):
Code:
git clone https://github.com/ducknote/ducknote
cd ducknote
make

Get your compiled "ducnoted" and "simplewallet" in ducknote/build/release/src folder.

2. run
Code:
./ducnoted
wait until sync.
3. run ./simplewallet in JSON-RPC enabled mode:
Code:
./simplewallet --wallet-file=YOUR_WALLET_FILENAME --password=YOUR_WALLET_PASSWORD --rpc-bind-port=42082

That command will start ./simplewallet in JSON-RPC mode binding on localhost.

4. Just open wallet.html file in any browser and enjoy GUI.

Next step is a bash script that makes all the mentioned above in 1 click. And duckNote OS, that have all lucky ducky tools to go.D<
965  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 06, 2014, 03:16:44 PM
Another duckNote feature, unlike other cryptonote coins - keeping small blockchain size.
Explanation:
1. duckNote block interval is 4 min ~ 11000 blocks/month or ~ 132000 blocks/year. = small blockchain size.
2. Due to the duckNote integer BASE_REWARD rewards structure - 320000 ->160000->800000->etc
average duckNote generation transaction (or "mining transaction") have only 2 OUTPUTS or 1 OUTPUT
E.G https://minergate.com/blockchain/duck/transaction/462c1042633294154ef38bb43bc99692d34b97ffa4a24dcbd5781608e8d51170
160000 reward = 100000+60000 (2 outputs)
That keeps general "mining transactions" = 132 bytes, unlike other cryptonote coins with > 300 bytes average sized "mining transaction" and >5 outputs.
3. duckNote blockchain is less then any other cryptonote coin.

D<
966  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 06, 2014, 09:35:07 AM
Could I ask a question of the devs please?

Is there a user-friendly wallet in the pipeline? I mean friendly to users who do not know a lot about programming, etc.

 Grin

working on that. but current HTML wallet is quite user-friendly for advanced PC user.
967  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 04, 2014, 08:52:00 PM
Does this coin still have momentum?


what's the different from Simpalwallet and Ducknote wallet .I don't know.

As it was explained earlier:
duckNote currently have 2 instances -

1. ducknoted - we call it "daemon". we need it to interact with duckNote blockchain.
2. simplewallet - it is a simple (early) wallet implementation of duckNote wallet. Simplewallet instance is communicating with duckNote blockchain though ducknoted daemon.

Both got JSON-RPC interface, now with enabled CORS.

Picture is explaining communication with remote duckNote daemon and wallet with simple HTML page from any device Worldwide. 
968  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 04, 2014, 08:11:58 PM
Dear pool owners and users, please recompile your duckNote to the latest fixes.

1. exception handling while refreshing in rpc wallet
https://github.com/ducknote/ducknote/commit/2396dec12d3bc355d96aaa182b790ed968ce5faa
2. Payment ID in JSON-RPC transfer
https://github.com/ducknote/ducknote/commit/e4a36e6af1ed89e13857f7d61a7aa3616c578b34
3. Default fee changed - 0.1 [xdn] - discussable value. may be increased or decreased. Maybe 1 [xdn] is a better value. Make your own choice.  
https://github.com/ducknote/ducknote/commit/56f7de4c234e81568402638e3822933a38c45f67
4. CORS support
https://github.com/ducknote/ducknote/commit/b9310ab374afd51d9e193c7f6f8219dba8772fa2
5. HTML wallet
https://github.com/ducknote/ducknote/commit/cc58dd2526b1bec783add9cebe7be535a64f4194
6. More accurate block rewards by decreasing block sizes - pool owners really need this one.
https://github.com/ducknote/ducknote/commit/285442195aed848331b37651779d94a67475c833
7. Checkpoints update
https://github.com/ducknote/ducknote/commit/879a5e40e01b561635d33054c456099000387145

GitHub https://github.com/ducknote/ducknote

Code:
git clone https://github.com/ducknote/ducknote;cd ducknote;make;
969  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 04, 2014, 11:31:17 AM
Does this coin still have momentum?

970  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 04, 2014, 09:35:27 AM
Does this coin still have momentum?
yes
971  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 04, 2014, 08:14:03 AM
There is a wallet with a graphic cover?
Yes there is a wallet with a GUI. Made with just HTML and JavaScript. Easy customizable.
972  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 03, 2014, 10:40:45 PM
Today one of our brother-in-arms coin was added to hitbtc.com exchange, community call - lets vote for duckNote - https://hitbtc.com/vote
973  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 03, 2014, 11:58:38 AM
Payment ID in .html GUI will be implemented soon.
974  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 02, 2014, 10:52:45 PM
seriously why is the poll still at the top of the page? is it just staying forever? did original person with rights to change it leave thread?
It is a part of a History. Poll is locked.
975  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 02, 2014, 01:30:40 PM
Today improvements:
1. CORS support added - recompile your duckNote and you can use PURE HTML GUI!
https://github.com/ducknote/ducknote/commit/b9310ab374afd51d9e193c7f6f8219dba8772fa2
2. wallet.html added - simple single html page that can wrap simplewallet or ducknoted just with browser.  
https://github.com/ducknote/ducknote/commit/cc58dd2526b1bec783add9cebe7be535a64f4194

Recompiled binaries for different OSes with new features will be available soon.
Other improvements will be added soon.  

Now everyone can make their own GUI with just HTML.
You can start with Bootstrap frameworks to build beautiful User Interfaces.  

That is just a first step, daemon wrapper will be available soon too, and wallet.html will be improved.

Enjoy & Follow the duck. Quack! ~_0<




Wow, so simple and so easy to use, ingeniously, simple HTML with CORS, thank you devs!

TO DA MOON now!

what about the payment id? where do you enter that info on the page?

That is just initial version, but it is really easy to customize it, soon advanced version will be available, as well as ducknoted daemon HTML wrapper.
976  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 02, 2014, 11:41:47 AM
Today improvements:
1. CORS support added - recompile your duckNote and you can use PURE HTML GUI!
https://github.com/ducknote/ducknote/commit/b9310ab374afd51d9e193c7f6f8219dba8772fa2
2. wallet.html added - simple single html page that can wrap simplewallet or ducknoted just with browser. 
https://github.com/ducknote/ducknote/commit/cc58dd2526b1bec783add9cebe7be535a64f4194

Recompiled binaries for different OSes with new features will be available soon.
Other improvements will be added soon. 

Now everyone can make their own GUI with just HTML.
You can start with Bootstrap frameworks to build beautiful User Interfaces.   

That is just a first step, daemon wrapper will be available soon too, and wallet.html will be improved.

Enjoy & Follow the duck. Quack! ~_0<


977  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 01, 2014, 11:35:43 PM
From devs -
In next 3 days duckNote will have this updates:

1. Daemon blocks will be less and less under penalties => rewards will be more stable and accurate = happy miners
 Grin
2. New JSON-RPC feature - simple, but powerful  
3. First GUI implementation of new JSON-RPC feature. That implementation of GUI will give an opportunity to make their own designs and wallet wrappers to any user and/or developer. That will be "hold up your roots" implementation, will be explained later. Shocked  

In next 14 days possible:

1. Moving blockchain out of RAM
2. Small fixes.
3. Improving JSON-RPC features.

Follow the duck.

 
978  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 01, 2014, 03:51:07 PM
Everything is working great.
Please  explain why the reward is not 160,000 XDN.

160000 XDN is a BASE_REWARD.
If you see other amount that means that block got additional fees, or under penalty because of big transactions.
979  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: July 01, 2014, 12:17:57 PM
Everything is working great.
980  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XDN] duckNote [ANN]. CryptoNote based. Anonymous and CPU only. on: June 29, 2014, 11:02:22 AM
3.52 is an expected approximate coins after first halving, in real life that amount will be lower, because of penalties in huge blocks. Now we are on 10696 block with 3,279,389,927.13799100 notes in circulation. So the average reward on the first 11000 blocks is 306600 duckNote per 1 block.
ok...thanks. I'm trying to reconsider this coin.
no problem, Sir, now we are not active in media domain, as well as here on forums. But even without our media activity we consider duckNote birth as very successful.
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 44 45 46 47 48 [49] 50 51 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!