Pages:
Author

Topic: [PRE-ANN] [TESTNET] Infocoin | Uncensorable Data in the Blockchain - page 2. (Read 2326 times)

full member
Activity: 241
Merit: 107
member
Activity: 504
Merit: 10
Any bounty campaign dev???
Reserve indonesian translation sir
thank you
sr. member
Activity: 336
Merit: 250
hero member
Activity: 756
Merit: 501
Thanks for the interest.  Smiley

By an optimistic estimate launch is two days away. I only want to launch this when there's a way to store the data that everyone can easily use. At least messages must work at launch, the other possibilities can be developed later.

Without a seednode or even other computer testing is very cumbersome, which is why I'll do the bulk of the work tomorrow when the server is ready.
hero member
Activity: 1008
Merit: 500
I am interested in adding this to http://icocountdown.com

It doesn't matter if it will be a crowdfund or not or a mining period.

Please get in contact with me team.

Email: [email protected]

Skype: icocountdown

Telegram: @Alexanderico
hero member
Activity: 756
Merit: 501
Talked to moneromooo on irc and this could pretty much work already. It would be cleaner if I'd make a new "tag" for the extra data but since tx_extra isn't used anyways it's the logical (aka easy) choice.

To insert data into it I "just" need to modify the wallet to send the proper RPC command. It should already be possible to construct a transaction with simplewallet in RPC mode using PARAMS="{\"extra\":\"hello world\"}" , which will be the next thing I test.

My seednode will be ready tomorrow. Any feedback, testing and help is hugely appreciated!

Sorry for triple-posting, it's not my fault that nobody recognizes the most revolutionary thing in the cryptoworld since Bitcoin.  Grin
hero member
Activity: 756
Merit: 501
EXPERIMENTAL TEST RELEASE! MINED COINS ARE WORTHLESS! BLOCKCHAIN WILL BE RESET BEFORE LAUNCH!

Alright, I changed a few things (mined coins can be spent after three blocks, initial 150kb blocksize with 20% annual increase), sourcecode is here:
https://github.com/euleausberlin/infocoin

Compiling on *nix:

Code:
apt-get install build-essential git cmake libboost-all-dev
git clone https://github.com/euleausberlin/infocoin
cd infocoin
make  // make -j 1 on machines with low RAM
The resulting executables will land in /build/release/src and can be started with ./infocoind and ./simplewalletd .

Since there are no seednodes yet, you can either try to connect to my node:
Code:
./infocoind --add-peer 178.200.249.149:5588
(IP will change, not sure if reachable from outside, just a VM behind an ipv6 address, damn DSLite)[/s]

or you'll have to provide your own nodes or use the --testnet and --data-dir switch. More commands for the programs can be found here: http://forknote.net/documentation/daemon/


I will provide a seednode later if interest becomes apparent. Note that I wasn't able to test simplewallet functionality outside of testnet yet, always get an HTTP error 2 when trying. In Testnet it works fine, I guess simplewallet will work when the daemon is connected to a different daemon. Not sure about that though.

Two seednodes online, one in Germany, one in the US. Mining works fine!

Compiling on Windows is difficult and will be done later.

Note: I am a noob and things might be broken!  Grin

Still need to find a way to add data. Trying to add data during the transfer via -p results in an error message about it wanting an encoded 64 char key, maybe that restriction can be changed or a similar function added.

Sorry for double posting.  Tongue

edit: Found https://getmonero.org/knowledge-base/developer-guides/wallet-rpc#transfer, this could totally work  Cheesy
hero member
Activity: 756
Merit: 501
Zerocoin indeed looks interesting, it is possible to insert data into transactions aswell via OP_RETURN (max. 25 bytes). I will have a deeper look at it, the Lyra2 algo might be just the right choice to attract miners.

As for POS,  I never got the huge appeal, as I tend to not horde my coins. Properly implementing it would go way over my head currently anyways.

Thanks for the feedback, glad you like the idea.
legendary
Activity: 1148
Merit: 1001
hi

i like the general idea a lot

as for anonymity features i'm not sure if this can be a solution for you and Infocoin but maybe u want to check out ZEROCOIN PROTOCOL.

how about a PoS coin/token only and/or cpu mining for distribution and early days, secure network and later switch to PoS only?

sorry i can't help you with Bitcoin/Cryptonote Code and stuff.
maybe i will help later if i can @ a later phase with this project (tech stuff and such).

atm i'm realy busy with other projects and realife. but i will watch this thread and project closly.

Good luck and keep it on

hero member
Activity: 756
Merit: 501
Added a poll to learn more about the forum's opinion.

I'll clean up the code, change initial blocksize to 200kb and do a test release I guess.

I would really like to know your opinion on if I should go with a Cryptonote clone (data in TX_EXTRA) or a Bitcoin/Litecoin clone (data in OP_RETURN). I attempted to clone HODLcoin 1.0 (and a few others) but got stuck, documentation is really sparse when it comes to cloning Bitcoin Core based coins and I don't want to go with a four year old litecoin codebase. Will attempt it again if I am told that inserting data into TX_EXTRA on Cryptonote is a pain in the ass.  Tongue

Another big advantage of a Cryptonote clone would be the anonymity features.

I want to go with CPU-mining to provide some botnet hashing power btw. Since those are unlikely to disappear, they make the blockchain more secure even when "normal" miners have left, validating the stored information.

hero member
Activity: 756
Merit: 501
Infocoin aims to provide an uncensorable space for storage of information directly on the blockchain, a space to safely store messages, files, forums, anything.

For this purpose I cloned Cryptonote, increased TX_EXTRA_PADDING_MAX_COUNT from 255 to 102399, set the initial block size to 150KB and adjusted the blocksize growth to 20% per year. That means you can store up to 100KB per transaction, ofcourse you must pay a fee for which the optimal values will have to be found. Also the block reward is a thousandth of most Cryptonote coins (~700 initially). If these are sane values will have to be tested for sure, I'd also like to hear your input on these. Should feedback be positive I'll do an embarassing test release.

I am a noob when it comes to coding and forking coins, so I followed https://cryptonotestarter.org/inner.html for the most part, who have done outstanding work. Not sure if my changes will have the desired effect or break anything, so there will be a test release, to find out if the idea is even achievable.

Why did I go with Cryptonote? Well, because it's the only coin I was able to successfully fork so far. A Bitcoin clone might be way more suitable for this idea because of OP_RETURN seeing plenty of use already, so there are many ways to insert data into and retrieve data from the Blockchain already. TX_EXTRA doesn't see much use in Cryptonote coins so far and thus there is not much info to be found about it. I don't know how to insert data into the TX_EXTRA field in transactions, it is possible however (one likely needs a modified wallet to do this): http://monero.stackexchange.com/questions/1381/how-are-the-various-tx-extra-types-formats-used

If you are an experienced dev and like the idea, feel free to help or even take over. I just want to make the idea popular because the implications are pretty huge. It could be possible to e.g. make a forum that is impossible to censor, upload files, directly reward good posts. Astroturfing would be expensive as well, the fee should provide quality and security. So this is basically just a thread to see if the community likes the idea.

Also, yes, there have been a few Infocoins already, all seem dead and they didn't come close to the name anyways.

TO DO before release:
Find a way to insert data into transactions (tx_extra)
Explore other options besides Cryptonote
Seed node
Windows Wallet
GUI Wallet
Testing, testing, more testing

edit: TEST RELEASE in fifth post! https://bitcointalksearch.org/topic/m.18269690

edit 21st July: Network for testing is up and running.

PS: Why has noone tried this idea yet?  Cheesy
Pages:
Jump to: