Bitcoin Forum
May 09, 2024, 07:49:01 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 »
381  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: August 12, 2015, 03:33:31 PM
Hello,
Forknote 1.0.7 is released. It uses Bytecoin 1.0.7 as core.
This is a major update and we urge everyone to update your clients and wallets to the latest version to ensure compatibility with 1.0.8 version.

Download from Github
Download from Sourceforge  
View source at Github

Changes:
  • Core changed to Bytecoin 1.0.7 core (changes)
382  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: August 07, 2015, 08:49:41 PM
Hello,
Forknote 1.0.6.1 is released. It uses Bytecoin 1.0.6.1 as core. It has fully functioning daemon, simplewallet and walletd. It also has variable adjustments to reduce the quantity of unconfirmed transactions.

Download from Github
Download from Sourceforge  
View source at Github

Changes:
  • Core changed to Bytecoin 1.0.6.1 core
  • walletd is now fully functioning
  • Added --DEFAULT_FEE option to simplewallet
  • Added --MAX_TRANSACTION_SIZE_LIMIT option to simplewallet and walletd
  • Changed max transaction size limit to 19400 as default for Bytecoin and Dashcoin. Affects only creating transcations.
  • Changed default tranaction fee for simplewallet to 0,001 DSH for Dashcoin
383  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: July 29, 2015, 03:14:24 PM
Can you add support for Tavos (XTV) as well?

Regards,
Jm Erestain
I now see the code is only good for the old generation of cryptonotefoundation/cryptonote based currencies. Your coin is unsupported unfortunately. If there is more interest I will add support for it in the future.
384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RD] Red Wind. Mars Colonization. Launched. Algo=CryptoNight on: July 28, 2015, 04:33:52 AM
Could someone explain to me what Forknote do? What is it really?
I just don't quite understand the situation here!!  Huh
Forknote is a tool for accessing or creating different Cryptonote networks. You can access RedWind with it. It will give you a client equivalent to the latest version of Bytecoin (daemon + simplewallet + walletd)
It is not a takeover. It is a more advanced alternative software.
385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RD] Red Wind. Mars Colonization. Launched. Algo=CryptoNight on: July 27, 2015, 01:53:11 PM
@SLB, can i ask you a personal question via PM?
sure Smiley
386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RD] Red Wind. Mars Colonization. Launched. Algo=CryptoNight on: July 27, 2015, 12:08:30 PM
Hello,
I added support for RedWind in Forknote. It will give you a daemon and simplewallet with equivalent version of Bytecoin 1.0.5.1.
To use it, download the Forknote binaries or compile them. More info here:
https://bitcointalk.org/index.php?topic=1079306.0
Download the configuration file for RedWind and save it in the 'configs' folder of Forknote:
https://github.com/forknote/configs/blob/master/redwind.conf

Daemon start:
forknoted.exe --config-file configs\redwind.conf
./forknoted --config-file configs/redwind.conf

Simplewallet start:
simplewallet.exe --config-file configs\redwind.conf
./simplewallet --config-file configs/redwind.conf

Usage for wallets with premined coins:
simplewallet.exe --config-file configs\redwind.conf  --SYNC_FROM_ZERO
./simplewallet --config-file configs/redwind.conf  --SYNC_FROM_ZERO

How to transfer your old wallet?
Copy your .keys file to the Forknote folder. Open it with simplewallet.

Hello slb, it's nice to see you here, do you gonna support red wind development?

I played a little bit with forknot in garuda.

I'm going to try in red wind.

Thanks, slb. Cool
Consider this as experimental support. It is working fine, I trust it my wallet (just a few blocks, nothing big), but I do not know is the support long-termed. Long-termed support will require a hardfork (probably).
387  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: July 27, 2015, 07:45:17 AM
New version released (v. 1.0.5.1.1).
Added support for old generation cryptonotefoundation/cryptonote based currencies.
Configuration files for Quazarcoin, RedWind and OneEvilCoin created:
https://github.com/forknote/configs/blob/master/quazarcoin.conf
https://github.com/forknote/configs/blob/master/redwind.conf
https://github.com/forknote/configs/blob/master/oneevilcoin.conf
388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][OEC] OneEvilCoin - CPU MINING! [CRYPTONIGHT] [V2] on: July 27, 2015, 07:36:54 AM
Hello,
I added support for OneEvilCoin in Forknote. It will give you a daemon and simplewallet with equivalent version of Bytecoin 1.0.5.1.
To use it, download the Forknote binaries or compile them. More info here:
https://bitcointalk.org/index.php?topic=1079306.0
Download the configuration file for OneEvilCoin and save it in the 'configs' folder of Forknote:
https://github.com/forknote/configs/blob/master/oneevilcoin.conf

Daemon start:
forknoted.exe --config-file configs\oneevilcoin.conf
./forknoted --config-file configs/oneevilcoin.conf

Simplewallet start:
simplewallet.exe --config-file configs\oneevilcoin.conf
./simplewallet --config-file configs/oneevilcoin.conf

How to transfer your old wallet?
Copy your .keys file to the Forknote folder. Open it with simplewallet.
389  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [RD] Red Wind. Mars Colonization. Launched. Algo=CryptoNight on: July 27, 2015, 07:31:25 AM
Hello,
I added support for RedWind in Forknote. It will give you a daemon and simplewallet with equivalent version of Bytecoin 1.0.5.1.
To use it, download the Forknote binaries or compile them. More info here:
https://bitcointalk.org/index.php?topic=1079306.0
Download the configuration file for RedWind and save it in the 'configs' folder of Forknote:
https://github.com/forknote/configs/blob/master/redwind.conf

Daemon start:
forknoted.exe --config-file configs\redwind.conf
./forknoted --config-file configs/redwind.conf

Simplewallet start:
simplewallet.exe --config-file configs\redwind.conf
./simplewallet --config-file configs/redwind.conf

Usage for wallets with premined coins:
simplewallet.exe --config-file configs\redwind.conf  --SYNC_FROM_ZERO
./simplewallet --config-file configs/redwind.conf  --SYNC_FROM_ZERO

How to transfer your old wallet?
Copy your .keys file to the Forknote folder. Open it with simplewallet.
390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [QCN] QuazarCoin | Full privacy&data protection | Egalitarian PoW on: July 27, 2015, 07:12:24 AM
Hello,
I added support for QuazarCoin in Forknote. It will give you a daemon and simplewallet with equivalent version of Bytecoin 1.0.5.1.
To use it, download the Forknote binaries or compile them. More info here:
https://bitcointalk.org/index.php?topic=1079306.0
Download the configuration file for QuazarCoin and save it in the 'configs' folder of Forknote:
https://github.com/forknote/configs/blob/master/quazarcoin.conf

Daemon start:
forknoted.exe --config-file configs\quazarcoin.conf
./forknoted --config-file configs/quazarcoin.conf

Simplewallet start:
simplewallet.exe --config-file configs\quazarcoin.conf
./simplewallet --config-file configs/quazarcoin.conf

How to transfer your old wallet?
Copy your .keys file to the Forknote folder. Open it with simplewallet.
391  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: July 26, 2015, 03:05:13 PM
hi some easy way to add a gui?

thanks
Still no. I have a plan to work on a solution. You can put this in up in the my priority list by donating to some of the addresses above
392  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: July 21, 2015, 06:26:49 AM
How to create a coin with premine:
http://forknote.net/learn.html#cryptocurrency_with_premined_coins

It looks like a lot of steps, but the process should be fast, because it does not require compile time.
Any feedback or ideas will be appreciated.
Enjoy.
393  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: July 17, 2015, 11:30:01 PM
Hello,

Forknote now uses Bytecoin 1.0.5 as core.
This version also supports premine. I will make a tutorial how to create a coin with premine in the following days.

Windows:  https://github.com/forknote/forknote/releases/download/1.0.5/forknote-windows.zip
Linux:    https://github.com/forknote/forknote/releases/download/1.0.5/forknote-linux.tar.gz
Mac:      https://github.com/forknote/forknote/releases/download/1.0.5/forknote-mac.zip
Source:   https://github.com/forknote/forknote
394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Loteria (Cryptonote, 1 atomic unit per hour) on: June 25, 2015, 07:50:31 PM
Restart occurred 5 minutes ago. If you any of you have problems with connecting to the network, check your firewall and allow port 27777.
The new config is in the first post.
If you already mined it, delete the old blockchain:
Linux/Mac:   rm -rf ~/.loteria
Windows:     delete C:\Users\%user_name%\AppData\Roaming\loteria\
Happy mining
395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Loteria (Cryptonote, 1 atomic unit per hour) on: June 10, 2015, 03:08:35 AM
Stop mining. Will relaunch after the problems are fixed.
396  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Loteria (Cryptonote, 1 atomic unit per hour) on: June 10, 2015, 02:56:02 AM
I keep getting "WARNING Connection error: The Stream is ended" after using the command "start_mining" in simplewallet after forknoted is synced.  Everytime I use the command I get that error in forknoted.  Any ideas?

EDIT: hmm but if I do show_hr it shows a hashrate so I suppose it's mining?
you are mining

Quote
2015-Jun-10 05:03:56.691871 WARNING [node_server] Failed to HANDSHAKE with peer 104.131.132.129:17777
2015-Jun-10 05:04:09.181102 ERROR [node_server] [162.243.247.45:17777 OUT] COMMAND_HANDSHAKE Failed, wrong network!  (1046d000-0000-0000-368b-bf4b38233918), closing connection.
2015-Jun-10 05:04:09.196702 WARNING [node_server] Failed to HANDSHAKE with peer 162.243.247.45:17777
I just tested on Windows and I have the same problem :\ It works fine on Linux and Mac. I will fix it as soon as possible
397  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Loteria (Cryptonote, 1 atomic unit per hour) on: June 10, 2015, 01:38:46 AM
Cashout your prices!
1 price = 10 000 DSH

Steps you need to take:
1. Send me your DSH address (on private message)
2. I send you payment_id   and Loteria address
3. You send the price to the address with the payment_id
4. I send DSH to the address in 1.
398  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: [ANN] Forknote - create your own anonymous cryptocurrency on: June 10, 2015, 01:35:11 AM
Support for the payment gateway (walletd) added
399  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] Loteria (Cryptonote, 1 atomic unit per hour) on: June 10, 2015, 01:32:47 AM
DEAD COIN
Loteria

Loteria is a Cryptonote based cryptotoken. It uses Forknote (equivalent to Bytecoin 1.0.4).
Configuration file: loteria.conf


Specifications
  • Algorithm: CryptoNight
  • Block time: 3600 seconds (1 hour)
  • Unlock time: 5 blocks
  • Difficulty retargets each block
  • Reward = 2 prices (atomic units) the first 21 blocks
                   1 price every block after

How to mine?

Download Forknote:
Windows
Mac
Linux
GitHub - Source

Save the configuration file in the "configs" directory:
loteria.conf
Quote
GENESIS_COINBASE_TX_HEX=010501ff000102029b2e4c0281c0b02e7c53291a94d1d0cbff8883f8024f5142ee494ffbbd0880712101ae02c3d101d18f0d0c998dc887f74fd0a2ba1914031bbc157ab54da98bcc6e03
seed-node=162.243.247.45:27777
seed-node=104.131.132.129:8080
EMISSION_SPEED_FACTOR=32
DIFFICULTY_TARGET=3600
CRYPTONOTE_DISPLAY_DECIMAL_POINT=0
MONEY_SUPPLY=8589934633
DEFAULT_DUST_THRESHOLD=0
MINIMUM_FEE=0
CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW=5
CRYPTONOTE_BLOCK_GRANTED_FULL_REWARD_ZONE=100000
CRYPTONOTE_PUBLIC_ADDRESS_BASE58_PREFIX=116
p2p-bind-port=27777
rpc-bind-port=27778
BYTECOIN_NETWORK=77777777-7777-7777-7777-777777777777
CRYPTONOTE_NAME=loteria
UPGRADE_HEIGHT=1
DIFFICULTY_CUT=5
DIFFICULTY_LAG=3

Start the daemon:
Quote
Windows:      forknoted --config-file configs\loteria.conf
OSX/Linux:   ./forknoted --config-file configs/loteria.conf

Start simplewallet:
Quote
Windows:      simplewallet --config-file configs\loteria.conf
OSX/Linux:   ./simplewallet --config-file configs/loteria.conf
400  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: Forknote - create your own anonymous cryptocurrency on: June 03, 2015, 01:59:45 PM
Supported blockchains

List of the active supported blockchain can be found here:
https://github.com/forknote/configs
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!