Bitcoin Forum
April 27, 2024, 02:44:43 PM *
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 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 »
  Print  
Author Topic: New Ixcoin fork -> I0coin  (Read 216911 times)
fusebox
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 28, 2011, 11:39:11 AM
 #941

finally broke out of the newbie jail....

yup, if kr105 doesn't respond very soon we'll just have to adjust the client on our own and hopefully everyone else will update to the same codes.


working on it...
https://github.com/fusebox/i0coin

Checked in artforz recommended changes... trying to compile now (not as trivial).

Any other changes we should rip off of other forks?
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714229083
Hero Member
*
Offline Offline

Posts: 1714229083

View Profile Personal Message (Offline)

Ignore
1714229083
Reply with quote  #2

1714229083
Report to moderator
1714229083
Hero Member
*
Offline Offline

Posts: 1714229083

View Profile Personal Message (Offline)

Ignore
1714229083
Reply with quote  #2

1714229083
Report to moderator
1714229083
Hero Member
*
Offline Offline

Posts: 1714229083

View Profile Personal Message (Offline)

Ignore
1714229083
Reply with quote  #2

1714229083
Report to moderator
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 28, 2011, 12:33:21 PM
 #942

I think you messed up the genesis "pszTimestamp" string literal while editing.
for portability it should prolly be changed to
Code:
const char* pszTimestamp = "15/Ago/2011 - Diario El Dia - Obama cae al 39% en la aprobaci\xf3n ciudadana";
notice the \xf3 escape in the string, it's a literal 0xf3 char in the original source. iirc thats not valid C++ and tends to get broken easily by a editor using the wrong codepage.

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
fusebox
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 28, 2011, 12:40:52 PM
 #943

I think you messed up the genesis "pszTimestamp" string literal while editing.
for portability it should prolly be changed to
Code:
const char* pszTimestamp = "15/Ago/2011 - Diario El Dia - Obama cae al 39% en la aprobaci\xf3n ciudadana";
notice the \xf3 escape in the string, it's a literal 0xf3 char in the original source. iirc thats not valid C++ and tends to get broken easily by a editor using the wrong codepage.

Fixed
fusebox
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
August 28, 2011, 12:57:42 PM
 #944

Woudl be nice to get merged mining support in here... Like to see if that would ever really work and dont want to wait till december to see name coin try it out.
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 28, 2011, 02:10:24 PM
 #945

"It compiles, ship it!"
On a more serious note, for a merged mining currency it'd be better to start a fresh chain and not be associated with the general failure that is ix/i0 (and namecoin testnet already has a working implementation).

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
August 28, 2011, 05:31:38 PM
 #946

eh I will bump this... surprised there arent more complains when you look at all the coins for sale on bitparking
yeah i0coin was created on a lark.. but if it can be fixed..even just fixed so it can properly die, than it should be fixed.

mooo for rent
Mousepotato
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Seal Cub Clubbing Club


View Profile
August 28, 2011, 05:39:26 PM
 #947

So is i0coin going to adopt the Solidcoin difficulty algorithm?

Mousepotato
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 28, 2011, 05:51:26 PM
 #948

Well, thats what my patch does, switch to straight solidcoin algo after block 14639 (180s/block, diff increase limit, retargeting period 240 blocks), but keep i0s 48 coin/block reward.
-> diff should adjust by /4 after 14639, and at 4096 diff even single-digit Ghps should be able to sustain at least 1-2 blocks/hour or so.
I guess we could just disable the 7-day thing and keep i0s retargeting algo, but then we'd be stuck at diff 16384 for a looooong time.

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
August 28, 2011, 05:54:27 PM
 #949

you should adopt solids diff algo.. maybe tweak it a bit but something like that.
if you want i0coin to actually compete.
I would actually probably do it ever 6 hours rather than 12

mooo for rent
Mousepotato
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000


Seal Cub Clubbing Club


View Profile
August 28, 2011, 06:01:39 PM
 #950

So is it safe for i0exchange to start back trading again?

Mousepotato
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 28, 2011, 06:09:26 PM
 #951

Well, once theres reasonable consensus on what the new algo should be, it's just a matter of changing the constants and finding a suck... masochi... kind soul to build binaries.
Probably not a too good idea to open a exchange back up before "everyone" switched and the network gets at least a few dozen Ghps.

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
August 28, 2011, 06:55:16 PM
 #952

Sorry if this is the wrong place to post, but I couldn't find anywhere else.

Is anyone selling i0coins?

Thanks.

I have 400 i0coins you can buy for $0.01 BTC each

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1233


May Bitcoin be touched by his Noodly Appendage


View Profile
August 28, 2011, 07:03:27 PM
 #953

Sorry if this is the wrong place to post, but I couldn't find anywhere else.

Is anyone selling i0coins?

Thanks.
you can buy for $0.01 BTC each
Grin

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
smoothie
Legendary
*
Offline Offline

Activity: 2492
Merit: 1473


LEALANA Bitcoin Grim Reaper


View Profile
August 28, 2011, 08:41:16 PM
 #954

Sorry if this is the wrong place to post, but I couldn't find anywhere else.

Is anyone selling i0coins?

Thanks.

I have 400 i0coins you can buy for $0.01 BTC each

Are you denominating in bitcoins or dollars? The way you wrote it is confusing "$0.01 BTC".

If it is BTC that is a super rip off lol.

███████████████████████████████████████

            ,╓p@@███████@╗╖,           
        ,p████████████████████N,       
      d█████████████████████████b     
    d██████████████████████████████æ   
  ,████²█████████████████████████████, 
 ,█████  ╙████████████████████╨  █████y
 ██████    `████████████████`    ██████
║██████       Ñ███████████`      ███████
███████         ╩██████Ñ         ███████
███████    ▐▄     ²██╩     a▌    ███████
╢██████    ▐▓█▄          ▄█▓▌    ███████
 ██████    ▐▓▓▓▓▌,     ▄█▓▓▓▌    ██████─
           ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌          
           ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌          
    ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─  
     ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩    
        ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀       
           ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀`          
                   ²²²                 
███████████████████████████████████████

. ★☆ WWW.LEALANA.COM        My PGP fingerprint is A764D833.                  History of Monero development Visualization ★☆ .
LEALANA BITCOIN GRIM REAPER SILVER COINS.
 
ArtForz
Sr. Member
****
Offline Offline

Activity: 406
Merit: 257


View Profile
August 28, 2011, 09:00:15 PM
 #955

At USD 0.01 it's still a ripoff  Wink

bitcoin: 1Fb77Xq5ePFER8GtKRn2KDbDTVpJKfKmpz
i0coin: jNdvyvd6v6gV3kVJLD7HsB5ZwHyHwAkfdw
Technocrat
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
August 28, 2011, 09:00:50 PM
 #956

Is there any value to these coins?
Can you even make a transaction?
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
August 28, 2011, 09:06:55 PM
 #957

Is there any value to these coins?
Can you even make a transaction?
if someone buys them, they have value even if they are nothing more than digital paper weights right now.

but read a page back or two, paper weights might actually turn back into currency soon.

mooo for rent
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1233


May Bitcoin be touched by his Noodly Appendage


View Profile
August 28, 2011, 09:10:17 PM
 #958

Well, thats what my patch does, switch to straight solidcoin algo after block 14639 (180s/block, diff increase limit, retargeting period 240 blocks), but keep i0s 48 coin/block reward.
-> diff should adjust by /4 after 14639, and at 4096 diff even single-digit Ghps should be able to sustain at least 1-2 blocks/hour or so.
I guess we could just disable the 7-day thing and keep i0s retargeting algo, but then we'd be stuck at diff 16384 for a looooong time.
Why not allowing difficulty to be divided by more than 4?
4 was chosen to avoid huge difficulty change but as we're now changing difficulty far more quicker we can get rid of that limit, or modifying it to 10 or 20

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
Technocrat
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
August 28, 2011, 09:17:41 PM
 #959

if someone buys them, they have value even if they are nothing more than digital paper weights right now.
but read a page back or two, paper weights might actually turn back into currency soon.
Yes, you are right. Demand sets the price.
But the only way to trade I0coins now is to send your wallet.dat.
This was supposed to be a joke currency and people got too serious about it.
The founder has disappeared. Is I0coins dead?
jackjack
Legendary
*
Offline Offline

Activity: 1176
Merit: 1233


May Bitcoin be touched by his Noodly Appendage


View Profile
August 28, 2011, 09:21:39 PM
 #960

But the only way to trade I0coins now is to send your wallet.dat.
Do you realize how false your sentence is?

The founder has disappeared. Is I0coins dead?
Welcome to the open-source world
Enjoy your stay

Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2
Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 »
  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!