Bitcoin Forum
June 17, 2024, 05:20:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 ... 434 »
  Print  
Author Topic: [ANN] SpreadCoin | True Decentralization (No Pools) | Testing New Masternodes  (Read 810026 times)
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 29, 2014, 11:15:49 AM
 #41

This should be fun... block reward 66.66666666? Maybe you should have just went with 666. No plan, just do a coin for fun called "SpreadCoin".. As in bend over, spread wide and take it deep? lol
The point is to make supply similar to Bitcoin but without abrupt reward halvings. Now it is 66.66666666, in two years it will be 50 and in four years 33.33333333. So that reward will halve in 4 years and supply in the first 4 years will be almost the same as in Bitcoin but without abrupt halvings.

Yeah, looked at some of the source and it mentions DarkSend which I thought was a Darkcoin thing.. and some of the other comments in there seem to indicate it's X11 as well.
Yes, there is DarkSend in the source code but it is currently disabled (beacuse it is still not yet fully implemented in Darkcoin). In the future it may be enabled with hardfork.

Developer of SpreadCoin
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 29, 2014, 12:03:52 PM
 #42

I love the guerillalaunch!
I also love that it is only minable with the wallet, meaning that there is something new inside.
Mining with my homepc now, hope to scoop some coins, although difficulty is increasing fast Wink
I see that the DEV, although not experienced with cryptocurrency, is an experienced programmer, not afraid to try something new.
Would be great if someone can review the code to see if there is hidden premine or something like that (don't think so, but just to be sure).
That being said: The OP should be containing more information. The coin needs a nice logo.
Also I got an error compiling in Ubuntu, a leveldb error.
Was able to solve it like this:

cd spreadcoin/src/leveldb
wget https://github.com/bitcoin/bitcoin/raw/master/src/leveldb/Makefile
chmod 775 * -R
make
make libmemenv.a
cd ..
make -f makefile.unix USE_UPNP=1

So in Ubuntu spreadcoind is working Wink No qt yet though.

I am very curious to hear your plans for further development DEV  Smiley
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 29, 2014, 12:44:55 PM
 #43

Also I got an error compiling in Ubuntu, a leveldb error.
Was able to solve it like this:

cd spreadcoin/src/leveldb
wget https://github.com/bitcoin/bitcoin/raw/master/src/leveldb/Makefile
chmod 775 * -R
make
make libmemenv.a
cd ..
make -f makefile.unix USE_UPNP=1

So in Ubuntu spreadcoind is working Wink No qt yet though.
Fixed, I added this Makefile (it wasn't added in the initial commit because it was listed in gitignore).


I am very curious to hear your plans for further development DEV  Smiley
My immediate plans are:
1. Set up a DNS seed. Currently it uses open BitTorrent trackers for peer discovery but I feel it uncomfortably to rely on 3-rd party services.
2. Make better logo and new splash screen. I'm not a designer myself but I have someone to ask.
3. Make block explorer inside the client. I already have some working code but it is yet incomplete.
4. Make online block explorer.

As for the more distant future, I have many great ideas. Many of them will probably be to difficult to implement but I still want to make something special for this coin.

Developer of SpreadCoin
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 29, 2014, 01:34:34 PM
Last edit: July 29, 2014, 01:44:35 PM by Frigga77
 #44

I had not heard about the 2106 time stamp problem before, so had to look it up Wink So apparently timestamps in bitcoin only run until 2106 unless a hardfork will be made.
Is this problem general in cryptocurrency or only for bitcoin/darkcoin ? What I mean to ask: Is there any other coin that is addressing this problem and that already has this 64 bit timestamp fix?

edit: solomining with wallet works, got my first (immature) block now!
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 29, 2014, 06:26:58 PM
 #45


I am very curious to hear your plans for further development DEV  Smiley
My immediate plans are:
1. Set up a DNS seed. Currently it uses open BitTorrent trackers for peer discovery but I feel it uncomfortably to rely on 3-rd party services.
2. Make better logo and new splash screen. I'm not a designer myself but I have someone to ask.
3. Make block explorer inside the client. I already have some working code but it is yet incomplete.
4. Make online block explorer.

As for the more distant future, I have many great ideas. Many of them will probably be to difficult to implement but I still want to make something special for this coin.

Sounds good Smiley
Maybe you can keep a contest for the logo, there are some good designers that might be to make something nice.
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 30, 2014, 12:21:38 PM
 #46

I had not heard about the 2106 time stamp problem before, so had to look it up Wink So apparently timestamps in bitcoin only run until 2106 unless a hardfork will be made.
Is this problem general in cryptocurrency or only for bitcoin/darkcoin ? What I mean to ask: Is there any other coin that is addressing this problem and that already has this 64 bit timestamp fix?
Probably it's not a big problem and I'm sure Bitcoin devs will be able to handle it if time will come, though they will need to put some effort in it. AFAIK most Bitcoin forks are affected by this issue and I don't know about any other fork which fixes it.

Meanwhile, I added checkpoint into wallet, you can download new version from OP. Also, I tried to make 64-bit Windows build (mining should be faster with 64 build), I made some fixes for it but it still fails with some strange linking errors.

Developer of SpreadCoin
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 30, 2014, 01:23:07 PM
 #47

I had not heard about the 2106 time stamp problem before, so had to look it up Wink So apparently timestamps in bitcoin only run until 2106 unless a hardfork will be made.
Is this problem general in cryptocurrency or only for bitcoin/darkcoin ? What I mean to ask: Is there any other coin that is addressing this problem and that already has this 64 bit timestamp fix?
Probably it's not a big problem and I'm sure Bitcoin devs will be able to handle it if time will come, though they will need to put some effort in it. AFAIK most Bitcoin forks are affected by this issue and I don't know about any other fork which fixes it.

Meanwhile, I added checkpoint into wallet, you can download new version from OP. Also, I tried to make 64-bit Windows build (mining should be faster with 64 build), I made some fixes for it but it still fails with some strange linking errors.

Well, if you are the first to address it then it is definitely a point of sale, even if it is a problem that won't appear before 2106. Will download the new version. Mined quite some blocks now, it is funny to see the amount of coins per block decreases very slowly. Coins per block are now at around 66.65761667.
novymivo
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
July 30, 2014, 01:24:06 PM
 #48

Hello Dev.
Please post your details as name, surname, photo id, address to avoid scam !!
kind regards
btc talk member.

1DP6hkRCNoxE15QFfyeqxRk1qu7gX4FzGS
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 30, 2014, 01:48:35 PM
 #49

Hello Dev.
Please post your details as name, surname, photo id, address to avoid scam !!
kind regards
btc talk member.

Wow, I guess you have lost quite a lot of money, crossposting this in so many threads. I don't think this dev is going to scam you. You can solomine this coin with your homepc now at only the costs of electricity, so guess it will even bring you profit!
Ell- -Mine
Full Member
***
Offline Offline

Activity: 151
Merit: 100



View Profile
July 30, 2014, 02:15:13 PM
 #50

So how do i go about solomining this with my wallet then?? I have a gpus capable to mine x11
Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 30, 2014, 02:30:39 PM
 #51

So how do i go about solomining this with my wallet then?? I have a gpus capable to mine x11

In the wallet: open tools > debug console
type: setgenerate true
to start mining
Thats all  Smiley
Ell- -Mine
Full Member
***
Offline Offline

Activity: 151
Merit: 100



View Profile
July 30, 2014, 02:39:43 PM
 #52

So how do i go about solomining this with my wallet then?? I have a gpus capable to mine x11

In the wallet: open tools > debug console
type: setgenerate true
to start mining
Thats all  Smiley

Gotcha, but my quad core goes nuts not my gpu`s ;/ How do i switch to gpus
shifty252
Full Member
***
Offline Offline

Activity: 177
Merit: 101


View Profile
July 30, 2014, 05:25:23 PM
 #53

Trying to mine with wallet but nothing happens.

Block number doesn't change

{
"blocks" : 556,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.21261789,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 128767,
"networkhashps" : 1382848,
"pooledtx" : 0,
"testnet" : false
}

minerpools
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


( ͡° ͜ʖ ͡°)


View Profile WWW
July 30, 2014, 05:32:59 PM
 #54


Frigga77
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
July 30, 2014, 07:15:17 PM
 #55

Blocks get solved, though it is not superfast.

{
"blocks" : 559,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.19364132,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"hashespersec" : 119842,
"networkhashps" : 1300552,
"pooledtx" : 0,
"testnet" : false
}
shifty252
Full Member
***
Offline Offline

Activity: 177
Merit: 101


View Profile
July 30, 2014, 07:29:16 PM
 #56

seems it's working. just got a block
anhpt192
Hero Member
*****
Offline Offline

Activity: 628
Merit: 500



View Profile
July 30, 2014, 07:45:51 PM
 #57

reserved  Cheesy
EmilioMann
Legendary
*
Offline Offline

Activity: 2184
Merit: 1028


#mitandopelomundo


View Profile
July 30, 2014, 07:53:08 PM
 #58

please dev, change algo to X420
vegasguy
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
July 30, 2014, 08:23:28 PM
 #59

I think bitcointalk moderators should require a facebook page in order to list a coin. That would stop all this chinese bullshit, and it MUST be a mature facebook page. Either that or a mature account on bitcointalk. If you are a noob on Bitcointalk and have a coin you want to launch , you MUST get involved with the community and have atleast 30 posts. That will stop this bullshit dead in its tracks! Why has no one done this? NO MORE NOOB ACCOUNTS FOR DEVS, IS THAT EASY!!!

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
Mr. Spread (OP)
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
July 31, 2014, 10:19:01 AM
 #60

I added built-in block explorer, you can download new version. It is available from Tools/Blockchain Explorer.
By default it won't be able to show you full info about transactions which outputs were completely spent, this is beacause wallet only stores database of unspent outputs. Also, showing info about address is unpotimized, currently it works fast simply because number of blocks and transactions is very low.
Nevertheles, it is already usefull. For example, you can see that someone collected almost 3000 coins in one address in block 630 (using several transactions for some reason).

Developer of SpreadCoin
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 ... 434 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!