Bitcoin Forum
April 23, 2024, 04:44:59 PM *
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ... 72 »
361  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] Stone - DAG Data-Structured Private Cryptocurrency on: January 29, 2018, 06:35:22 PM
I think open source is necessary for a number of reasons.

1. Trust, I want to see that the code is well written and reliable. With closed source, we would never know if there was either a deliberate undesirable bit of code or an accidental bug that got missed and that will show up later.
2. Continuity, if something happened to the developer of the code or maybe he just lost interest, we would be left high and dry and no improvement could be made and no fixes could be applied.
3. Perception, if it is felt that the developer is simply trying to control everything and not responsive, the community will break down and the coin will ultimately fail.

That said, I'm pretty sure it was stated that the code would be released once it is completed. I fully understand that since having people picking through your unfinished code and pointing to things you already know about is not fun. I also gives the flexibility to change direction part way through without a whole lot of decenting voices.


I am looking forward to the launch of testnet and really hope I will be allowed to participate. I want to get involved in this project in any way I can. I think this promises to be the perfect coin, RaiBlocks with privacy, just what is needed. I am ready to increase my donation nearer to the close off time and look forward to getting my hands on some of these coins to play with.

Felixandro, please let us know near the close off time for donations the value at that point in time of the donations. Thank you for developing this coin.



I don't believe the dev will release any source code. Maybe he will but after the end of the donation.
362  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 28, 2018, 11:01:20 PM
First beta-version of GPU miner is released.
Link to download https://github.com/jonano614/DaggerGpuMiner/releases
Source codes https://github.com/jonano614/DaggerGpuMiner

GPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now.
Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+).
Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me.

How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it.

Launch parameters:
1) GPU benchmark: DaggerGpuMiner.exe -G -M
2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS>
3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N     (N - is a number of threads)

Different features and optional parametes:
1) "-h" - show help
2) you can list all available devices using parameters "-list-devices -G"
3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices.

Also I recommend you to place "pause" command in the end of the .bat file.

If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com.
Further closest plans:
1) get rid of storage folder
2) rewrite logging
3) static position for hash rate
4) optimization of OpenCL kernel

PS: if everything works fine you can support author: XDAG  gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3


Hi,
I'm getting error when using GPU miner on Windows RX580

DaggerGpuMiner.exe -G -a UXXX -p 45.63.58.16:13654

Cannot find storage folder
Pool initialization error





You are lacking the storage folder, read the instructions  Smiley

Worked fine. Thanks for your help
363  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XDAG] Dagger - new cryptocurrency on: January 28, 2018, 10:48:04 PM
First beta-version of GPU miner is released.
Link to download https://github.com/jonano614/DaggerGpuMiner/releases
Source codes https://github.com/jonano614/DaggerGpuMiner

GPU-miner is based on OpenCL. You need to have your account address and storage folder to use it. Most of modern video cards is applicable. Current implementation is not optimized, probably hashrate can be increased in about 80% further. My AMD Radeon R9 270x makes 240 MH/s now.
Also miner supports CPU-mining. But current implementation is slower than official wallet (v845+).
Currently only Windows is supported. Version for Linux is in development. If somebody wants to make version for Mac OS - you can write me.

How to use: unpack archive to a folder. Copy storage folder to the folder with miner. Create .bat file with necessary launch parameters. Use it.

Launch parameters:
1) GPU benchmark: DaggerGpuMiner.exe -G -M
2) GPU mining: DaggerGpuMiner.exe -G -a <WALLET_ADDRESS> -p <POOL_ADDRESS>
3) CPU mining: DaggerGpuMiner.exe -cpu -a <WALLET_ADDRESS> -p <POOL_ADDRESS> -t N     (N - is a number of threads)

Different features and optional parametes:
1) "-h" - show help
2) you can list all available devices using parameters "-list-devices -G"
3) by default GPU mining is performed only on the first OpenCL device. You can specify several devices using parameter "-opencl-devices 0 1 3". Use your device numbers instead of "0 1 3". Also use can use parameter "-d " there is count of used devices.

Also I recommend you to place "pause" command in the end of the .bat file.

If you have question, suggestion or you want to participate in develpment you can write me here in PM or on email jonano614@gmail.com.
Further closest plans:
1) get rid of storage folder
2) rewrite logging
3) static position for hash rate
4) optimization of OpenCL kernel

PS: if everything works fine you can support author: XDAG  gKNRtSL1pUaTpzMuPMznKw49ILtP6qX3


Hi,
I'm getting error when using GPU miner on Windows RX580

DaggerGpuMiner.exe -G -a UXXX -p 45.63.58.16:13654

Cannot find storage folder
Pool initialization error



364  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][STL] Stellite - private, untraceable, and truly decentralized on: January 28, 2018, 07:39:46 PM
Dont use the pools none payout

The pool is paying regularly. I don't see any problem
365  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [ARO] | Arionum | CPU Only | PHP Based | Decentralized Revolution on: January 26, 2018, 08:02:33 PM
I Want to buy ARO.
PM price
366  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][STL] Stellite - private, untraceable, and truly decentralized on: January 26, 2018, 06:57:01 PM
What speed are you getting using GPU RX580?
367  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][STL] Stellite - private, untraceable, and truly decentralized on: January 26, 2018, 04:45:30 AM
What is a good miner do you recommend for AMD RX580 please ?
Thanks,
368  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Sirius A New Smart Chain Freely Distributed on: January 26, 2018, 03:42:51 AM
When we will be able to participate  please?
369  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][POW][STL] Stellite - private, untraceable, and truly decentralized on: January 26, 2018, 12:16:43 AM
What is the best miner for AMD RX580 please ?
Thanks,
370  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🚀🚀🚀( IDEALCASH ) Pure PoS %30 / Very Fast Transactions / Free Coins! 🚀(DEAL) on: January 25, 2018, 07:30:35 PM
What is the reason please you opened a new topic (https://bitcointalk.org/index.php?topic=2678487.0 -Jan 02)
Thanks
371  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🚀🚀🚀( IDEALCASH ) Pure PoS %30 / Very Fast Transactions / Free Coins! 🚀(DEAL) on: January 25, 2018, 06:59:23 PM
Where I can see the source code please.
(I'm the third asking the same question).

Good luck


Nevermind. I can see it https://github.com/flokisatoshi/IdealCoin-Github

Thanks again
372  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: January 24, 2018, 05:27:09 PM
I like this project. I'm still mining and holding BTCZ
373  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [B3] B3Coin | POS/POD | Self Moderated Thread on: January 23, 2018, 07:34:40 PM
How many coins do I need to setup a Fundamental Nodes
Thanks

at the current block 20million B3. at block 95001 it goes to 15million b3

Thanks.
Where do you see this info please ?
How many coin do I get daily with one Fundamental Node
Thanks again
374  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [B3] B3Coin | POS/POD | Self Moderated Thread on: January 23, 2018, 07:08:35 PM
How many coins do I need to setup a Fundamental Nodes
Thanks
375  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Introducing The Decentralized Machine Learning (DML) Protocol on: January 23, 2018, 06:37:16 PM
Very interesting project. Watching
376  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ☑☑☑[ANN][BSD] BitSend -The first Segwit Masternodecoin 0.14.0.5 New Version on: January 22, 2018, 06:13:22 PM
Got the airdrop. Still accumulating.  Thanks Dev.
377  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PHR] Phore - 100% PoS 3.0 - Masternodes - Zerocoin - Governance No ICO/Premine on: January 16, 2018, 06:00:15 PM

Great reading the whitepaper.
Thanks for your hard work
378  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ### A ChainWorks Industries (CWI) Project - SweepStakeCoin | Fast Fun Secure on: January 16, 2018, 05:33:29 PM
https://crypto-bridge.org/
Barterdex
379  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] Manta - DAG & zkSNARKs - Fast, Fee-less, Private Cryptocurrency on: January 16, 2018, 05:08:25 PM
This is now the third or fourth privacy focused fork off RaiBlocks. And just like all that came before this one, there's no information about the developers, no white paper, no anything really. I'm all for announcing a coin before it's released, but common practice in the industry now is releasing the white paper with the announcement, and also listing all people working on the project along with their past work history and experience. Without this it just comes across a bit shady, especially when your're asking for donations right out of the gate.

I'd gladly make a donation here, but you need to release your identities, and I'm urging everyone that's donating regardless to proceed with extreme caution here. Many people donated to Stone, only to have nothing come from it and no communication from the developers.

If you release your identities, and drop a white paper, I'll have my donation in your XRB wallet immediately. Release a beta wallet and open the faucet to start actually collecting the coins and I'll go HEAVY. But until then this just feels like smoke and mirrors and projects like these are really starting to put a damper on RaiBlocks core.

For the sake of being optimistic here, you guys should consider releasing a newsletter of some sort. One where you can provide progress as you go.. Show us your work, don't tell. Consider creating an open Github repository so people can actually see the progress you're making with the code. If you release your id's and open the faucet, you can notify your followers through the newsletter. Or even a Medium account with regular updates... Just more information is needed in general.

Hey Cawfee, we appreciate the constructive criticism and look to answer your questions properly.

As for why we made a PRE-ANN post, we initially weren't going to make our initial post till mid-February, though seeing other projects pop up (though their legitimacy is questionable), we decided to just get our name out there as seniority is incredibly value within the crypto community, with Bitcoin itself being a prime example. The reason we added the option to donate was to allow early adopters to get in while allowing us to achieve some capital to expand our dev team and such.

In regards to identities, we do plan on revealing ourselves at the time of MANTA being fully released. We do hope to impress people such as yourself with the release of our whitepaper in mid-February and look forward to releasing our game-changing currency.

Sincerely,

Brian



You don't want to release initial draft of the Whitepaper
You don't want to release any source code
You don't want release your identity  
But at least use Escrow
Thanks



380  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 🌟🚀 [Pre-ANN] AZULIK: adding privacy to DAG fee-less instant transactions 🌟🚀 on: January 15, 2018, 10:18:43 PM

Dev,
Could you please use Escrow rather the Dev wallet
Thanks



To be honest given the very small amount of donation we received yet, no need to spend time finding a trustable escrow and pay fees for that. Donation are mainly here to make the project kick out and engage people in the community. The dev wallet will be monitored and nothing will be withdrawn without explaining in details the reason. We already mention what we will do with the donations: Rent an office for weekend work together in peaceful environment, pay for a designer and for a good website and buy some hardware as we can see that our regular computer are very limited for testing our approaches. We would be able to make more simulation and stress-test.

Anyway be ready for the results very soon, i think it will be the first time someone will show you transaction time from a simulated network with three approaches to handle privacy.

We hope to have finish our testing tomorrow or Wednesday.

Cannot wait for the results  
Escrow was a way to increase the donation since there are a lot of scam in many other projects
Good luck
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 ... 72 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!