Bitcoin Forum
May 24, 2024, 02:04:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  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 »
401  Alternate cryptocurrencies / Service Announcements (Altcoins) / [ANN] Forknote - create your own Cryptonote network on: June 03, 2015, 01:59:13 PM
Forknote (current core - Bytecoin 2.1.0)
http://forknote.net

Forknote is tool for creating or connecting to Cryptonote blockchains. It uses Bytecoin as base, and sticks to its codebase as close as possible.

Download
https://github.com/forknote/forknote/releases

Active networks
https://github.com/forknote/configs

Connect to existing blockchains

$ ./forknoted --config-file configs/imaginary_blockchain.conf
$ ./simplewallet --config-file configs/imaginary_blockchain.conf

Create new coins

Use our form to create a Cryptonote network a matter of seconds:
http://forknote.net/create/

Learn more in our guide:
http://forknote.net/guides/setup-private-blockchain/

List of all available parameters:
http://forknote.net/documentation/daemon/#blockchain-options

You can try it by downloading Forknote:
http://forknote.net/downloads


Bounties

Forknote GUI (50000 DSH): https://bitcointalk.org/index.php?topic=1079306.msg23747414#msg23747414

Reddit:
https://www.reddit.com/r/forknote/


Support the project with BTC:
1M5ihpjUwQ86XWHGNVGGd3LgpJajpPJ6uR

or with DSH:
Quote
D6WLtrV1SBWV8HWQzQv8uuYuGy3uwZ8ah5iT5HovSqhTKMauquoTsKP8RBJzVqVesX87poYWQgkGWB4 NWHJ6Ravv93v4BaE
402  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: February 08, 2015, 09:30:37 AM
@smic - thank you for your work Smiley I highly appreciate it
@Kushedout - the bot is amazing. Respect to all involved in it

I made an extended version of simplewallet:
Download for Windows
Download for Linux
Download for Mac
Source

This version eliminates the "transaction <xxxx> is too big" error by splitting the original transaction into multiple transactions. The usage via command line is not changed:
Quote
transfer ....

It also has additional RPC functions, introduced originally in Monero, which will make the porting of software written for Monero far more easy (the irc bot use them for example)

get_address
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getaddress"}' http://localhost:29082/json_rpc

get_bulk_payments
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"get_bulk_payments",  "params": {"min_block_height":90000, "payment_ids":["PAYMENT_ID"] }}' http://localhost:29082/json_rpc

transfer_split
Usage example:
Quote
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"transfer_split", "params": {"destinations":[{"address":"D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m","amount":210418843414030}, {"address":"D3z2DDWygoZU4NniCNa4oMjjKi45dC2KHUWUyD1RZ1pfgnRgcHdfLVQgh5gmRv4jwEjCX5LoLERAf5P bjLS43Rkd8vFUM1m","amount":810418843414030}], "fee":1000000000, "mixin":3 }}' http://localhost:29082/json_rpc


Currently, our IRC channel #dashcoin is the place where the community is most active. The bot sitting there is the first Dashcoin service, come and check it - http://webchat.freenode.net/?channels=#dashcoin
403  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: January 17, 2015, 09:33:27 PM
Hi,

I have updated the cryptonote generator. The issues with generating coins on Windows are fixed. I also added instructions how to install the requirements needed for Windows:
https://github.com/dashcoin/cryptonote-generator/blob/master/docs/windows-requirements-install.md

The genesis block is now automatically generated, if the coin is new. Just leave the "genesisCoinbaseTxHex" empty.
Support for CryptonoteCoin (https://github.com/cryptonotefoundation/cryptonote) was added. Here is an example for it:
https://github.com/dashcoin/cryptonote-generator/blob/master/examples/config_cryptonotecoin.json

If you want a cryptonote coin but you don't have time to build it yourself I can make the builds for you. All you need to do is send me the configuration file.
Price list:
* Windows build - 0.13 BTC or the equivalent in LTC, BCN, XMR or DSH.
* Linux build - 0.13 BTC or the equivalent in LTC, BCN, XMR or DSH.
* Mac OS X build - 0.13 BTC or the equivalent in LTC, BCN, XMR or DSH.
* Running a node:
   * Bytecoin core: 0.165 BTC per month or the equivalent in LTC, BCN, XMR or DSH.
   * Crytonotecoin core: 0.4 BTC per month or the equivalent in LTC, BCN, XMR or DSH.

If your payment is in DSH you are getting 10% off the price.


We are working on block explorer, Python tutorial about how to use the RPC API and easy config creator for the cryptonote generator. Also the generator itself is constantly improoving.
I also want to clone monero's web wallet, but funding is needed for it.
404  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: January 04, 2015, 12:57:38 AM
hello

I need information please,

any interest to invest in a copy of bytecoin not invest directly in the original ?? it should have anyway a reason to prefer and ifdashcoin?

and if bytecoin not manage to stand out, it will surely be the same fate for dashcoin, right?

the future of dashcoin it is linked to that of bytecoin ??

I need your opinion on the dashcoin, please


thank you for any answers
I cannot advice you about investments.
Dashcoin has it's own path, although it shares the same code with Bytecoin. If Bytecoin is abandoned in foreseeable future this will be a very big hit for us, but this is very unlikely to happen.
405  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: January 02, 2015, 10:35:12 PM
Devs have "holidays" too Wink Don't panic.

406  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: December 19, 2014, 09:45:17 PM
Hi,
A lot of unexpected work had to be done on the Cryptonote generator. This lead to a delay in the development process.

New version of the Cryptonote generator (https://github.com/dashcoin/cryptonote-generator) is released.
What is new in this version:
 *  Plugins now are loaded through the config file
 *  Tests are loaded through the config file
 *  Base coin git is now configurable
 *  Cryptonotecoin-core plugin (necessary for genesis block generation)  + tests (credits: piotaak)
    Also make you able to create CryptonoteCoin fork (uses a lot of RAM)
 *  Examples - slowcoin (coin with emission close to bitcoin)

This update makes the initial block generation fairly easy. The real generation of the initial block will be added shortly.
407  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: December 18, 2014, 12:39:21 PM
The easiest way to find out about the forks:
https://github.com/amjuarez/bytecoin/network/members
408  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: December 15, 2014, 11:59:47 PM
Lets dont give up yet. Continue mining and keeping the currency and might rise. Not right time to exhchange. I get nice results at democats pool with my low end hardware.

Are you getting payouts with democats pool.  I got DSH stuck there in pending for hours.

my payouts is stuck there too
Fixed. Sorry for the delay. Thanks for the feedback.
The wallet file corrupted after restart without 'exit' command executed. I needed to rebuild the binary file to fix it (delete the binary and start the wallet again).
I monotor this thread as frequently as I can. You can also write in irc.freenode.net - #dashcoin or #democats if you have any problem.
409  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: December 10, 2014, 06:25:36 PM
@imready2rock great news Smiley The pools functionality is really useful.

If some of you want to withdraw from Minergate - they currently have some problems with their backend. You can still withdraw with chunks of 100,000 DSH (tested). Bigger transactions will fail. They are working hard on a fix and it is expected to be released shortly.
410  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: December 05, 2014, 07:22:13 PM
Update on the Cryptonote generator:
https://github.com/dashcoin/cryptonote-generator

Changes:
* Added coin variables
* Added emission curve variables
* Documentation

This update makes you able to:
* Generate new coins easy (currently the only problem is the initial block hash)
* Update abandoned coins to more advanced and secure code
* Mutate existing coins (Dashcoin)


For real usage of this software we need an open source blockchain explorer and this is my next big goal.
A simple site that generates the json config will be developed next week.
Dependencies installer will also be developed.
If someone wants to help with any of this projects PM me.

We received a huge donation yesterday and the current balance of our community fund is:
156,485,045 DSH

DSH from the community fund were sent to:
https://github.com/pwstegman/DashcoinWalletGUI
https://github.com/fancoder/cryptonote-universal-pool


PS: Not tested on Windows
411  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source) on: November 30, 2014, 07:09:50 AM
Long time has passed since last update.
I am working hard on the generator, but the work is still on the core. The project was renamed to "Cryptonote generator".
https://github.com/dashcoin/cryptonote-generator

pwstegman published the code of subtoshi, so if some of you guys code in PHP:
https://github.com/pwstegman/subtoshi

I am also looking at OpenBazaar. The software is beta currently and is very buggy. We are not falling back on this when it is ready to happen.

We have 117,000,000 DSH in the community fund.
412  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 19, 2014, 05:58:59 AM


DASHCOIN WALLET gui ver 1.1.1
virus link?

It is not a virus.  That error just says the file is not commonly downloaded.  Try clicking on the arrow and see if it gives you the option to download.
No viruses. If you have a doubt try www.virustotal.com for online check zip
  https://www.virustotal.com/ru/file/8f370f2caac06a3d238bed06a316301fa648065d2cb403277e8b23016b62d101/analysis/1416335948/ Shocked Shocked Shocked

You will get basically the same errors if you try to scan Bytecoin or Monero also. The reason - the miner is used in botnets.
413  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 15, 2014, 12:04:22 AM
does not send the coin guiwallet
What to do?

updated
dashcoin wallet gui 1.1
windows 8.1
latest blockchein
latest simplewallet, dascoind

Sometimes the wallet bugs and you have to delete the .bin file manually. Try this and if it does not work PM me
414  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 13, 2014, 11:48:36 PM
I seem to have a problem syncing correctly. Everything was working fine last week.

I downloaded the latest files the daemon and gui wallet. I continue to get this error:

2014-Nov-12 19:59:53.589128 [P2P3][146.185.191.90:37712 INC]Sync data returned unknown top block: 91600 -> 93603 [2003 blocks (2 days) behind]

It gets stuck on that block, and I've received no new transactions in the 2 days it says it's been behind.

I'm running Windows 8 (not 8.1) x64

jon

Crypto Radio!
http://radio.deadlightbulb.com

Update your daemon. See the my answer to a similar question a few posts above:
https://bitcointalk.org/index.php?topic=678232.msg9516252#msg9516252

We hardforked to fix a problem with big sized transactions.


No I read that, and downloaded the update. Maybe I just got something mixed up somewhere. Let me retrace my steps... Wink

Update:
I'm sorry, I can't figure out what I'm doing wrong here. When I downloaded the 'latest' daemon and simplewallet from the links provided - I get the same error message that they were talking about in the reply you mentioned (Failed to initialize upgrade detector.... etc)



You also have to delete the blockchain and resync. You can download the blockchain from here: Blockchain
You have to place the files from the archive in this folder:
Quote
C:\Users\%user_name%\AppData\Roaming\dashcoin\
415  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 13, 2014, 01:56:41 PM
The Dashcoin generator now works on Windows:
https://github.com/dashcoin/dashcoin-generator

More documentation, examples and compile scripts are on the way.

Any interest for builds of the Windows GUI for Mac OS X and/or Linux?
416  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 13, 2014, 06:00:59 AM
I seem to have a problem syncing correctly. Everything was working fine last week.

I downloaded the latest files the daemon and gui wallet. I continue to get this error:

2014-Nov-12 19:59:53.589128 [P2P3][146.185.191.90:37712 INC]Sync data returned unknown top block: 91600 -> 93603 [2003 blocks (2 days) behind]

It gets stuck on that block, and I've received no new transactions in the 2 days it says it's been behind.

I'm running Windows 8 (not 8.1) x64

jon

Crypto Radio!
http://radio.deadlightbulb.com

Update your daemon. See the my answer to a similar question a few posts above:
https://bitcointalk.org/index.php?topic=678232.msg9516252#msg9516252

We hardforked to fix a problem with big sized transactions.
417  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 12, 2014, 06:28:34 AM
Cant start new deamon i get error:
ERROR c:\users\slb\projects\dashcoin\src\cryptonote_core\UpgradeDetector.h:85 Internal error: block at height 91453 has invalid version 1, expected 2
What is wrong?
Download the updated version from OP or dashcoin.net

Done that but results r the same...
ERROR c:\users\slb\projects\dashcoin\src\cryptonote_core\UpgradeDetector.h:85 Internal error: block at height 91453 has invalid version 1, expected 2
ERROR ..\..\src\cryptonote_core\blockchain_storage.cpp:434 Failed to initialize upgrade detector
ERROR ..\..\src\cryptonote_core\cryptonote_core.cpp:127 Failed to initialize blockchain storage
ERROR ..\..\src\daemon\daemon.cpp:194 Failed to initialize core
Mining has been stopped, 0 finished

Hi,
I assume you are using Dashcoin Wallet GUI. The daemon version is still unupdated there. This will be corrected shortly.
Here is how to fix this meanwhile:
1. Download the latest daemon and wallet from here:
http://sourceforge.net/projects/dashcoin/files/dashcoin-windows.zip/download
2. Replace 'dashcoind.exe' and 'simplewallet.exe' in Dashcoin Wallet GUI folder with the downloaded files
418  Alternate cryptocurrencies / Pools (Altcoins) / Re: Mining Pool Minergate [PPS 1.5%] [PPLNS 1%] BTC-LTC-BCN-XMR-QCN-FCN-XDN-MCN on: November 11, 2014, 05:27:46 PM
We've removed invalid shares and penalties which appeared after DSH update. The same is true for DSH-paired coins – e.g. FCN and MCN.

Also we've added additional 50% of shares for this period to every DSH miner as a small gift cause by this situation.

--
Best regards,
MinerGate.com
Thank you for the fast reaction Smiley
419  Alternate cryptocurrencies / Pools (Altcoins) / Re: Mining Pool Minergate [PPS 1.5%] [PPLNS 1%] BTC-LTC-BCN-XMR-QCN-FCN-XDN-MCN on: November 11, 2014, 09:43:51 AM
Hi,
I see the mining software does not generate valid shares for Dashcoin on Minergate's pool since the update took place today (block 91452). I tried it and it does not generate bad shares, but also do not generate valid shares also and my balance is becoming negative.
I also tried it on alternative pool (my test pool) through the "Other pools" section and it generates valid shares.

slb, thanks for feedback!
We've fixed DSH and updated it to the actual version. Now everything should be just fine.

--
Best regards,
MinerGate.com
Is it possible the invalid shares mined in this timeframe to be removed? I think this is an issue for a lot of people mining DSH. I was getting -167,000DSH for a just couple of minutes
420  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [DSH] Dashcoin (Cryptonote, automated source). MANDATORY UPDATE on: November 11, 2014, 01:09:32 AM
Cant start new deamon i get error:
ERROR c:\users\slb\projects\dashcoin\src\cryptonote_core\UpgradeDetector.h:85 Internal error: block at height 91453 has invalid version 1, expected 2
What is wrong?
Download the updated version from OP or dashcoin.net
You will maybe have to delete the wallet binary file as well. The symptom for this is this error:
Quote
Error: failed to load wallet: failed to read file "wallet.bin"

Both Extremepool and Minergate are working fine now. Currently the pools with confirmed updated daemon are:
http://dsh.extremepool.org
http://minergate.com
http://dsh.democats.org

I have written confirmation from xminingpool, but I have no success when I try to mine there, so it is not confirmed until they found a block.
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!